End-of-week homework week 17

# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
    matplotlib.RcParams._get = dict.get

End-of-week homework week 17#

As End-of-week homework you’ll look into the Systems with 1 and infinite number dofs: Read chapter 3 and 4 study the examples from the book Mechanica: Stabiliteit van het evenwicht (Hartsuijker and Welleman, 2023) carefully. Example 3 and 4 from chapter 4 is reading. Start with the assignments in the book and on ANS exercises and finish these at the end of the week.