# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
Lesson December 3rd#
During today’s lesson you’ll work on a complex exercise on the topic of the Shear force centre. Please ask your questions regarding the homework as well!
Exercise Shear force centre#
Given is the following cross-section
Find the relevant cross-sectional properties.
Find the location of the shear force centre
Solution assignment 1
\(I_{zz} = 400 \cdot 10^6 \text{ mm}^4 \)
Solution assignment 2