# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
Small rotations bar element#
This is treated in chapter 7.1.2 of the book Engineering Mechanics Volume 2 (Hartsuijker and Welleman, 2007).
Instructions from lecture#
This topic is presented in a lecture available from 0:04:20 - 0:12:40 here in Dutch for TU Delft students.