# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
End-of-week homework week 18#
As End-of-week homework you’ll look into the Flexural buckling, Eulerian approach: Read chapter 5 and 6 and study all the examples from the book Mechanica: Stabiliteit van het evenwicht (Hartsuijker and Welleman, 2023) carefully. Paragraph 6.1.2 and 6.1.3 are reading only. Start with the assignments in the book and on exercises and finish these at the end of the week.