… using forget-me-nots

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

… using forget-me-nots#

This is treated in chapter 8.3 of the book Engineering Mechanics Volume 2 (Hartsuijker and Welleman, 2007).

An overview of all forget-me-nots is given in the appendix of the book Engineering Mechanics Volume 2 (Hartsuijker and Welleman, 2007).

Instructions from lecture#

This topic is presented in a lecture available in Dutch for TU Delft students:

Exercises#