# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
β¦ for various cross-sections in combination with shear force#
This is treated in chapter 6.4 of the book Engineering Mechanics Volume 2 (Hartsuijker and Welleman, 2007).
Exercises#
If youβre a TU Delft student, you can practise with the following
exercises
Exercises 6.18, 6.19, 6.21 - 6.34 in chapter 6.6 of the book Engineering Mechanics Volume 2 (Hartsuijker and Welleman, 2007). Answers are available on this website.