Apply displacement method

Contents

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

Apply displacement method#

The displacement method is treated in in chapter 4.1 and 4.3 of the book Mechanica, Statisch onbepaalde constructies en bezwijkanalyse (in Dutch) (Hartsuijker and Welleman, 2007).

Exercises#

Exercises 4.3 - 4.35 in chapter 4.5 of the book Mechanica, Statisch onbepaalde constructies en bezwijkanalyse (in Dutch) (Hartsuijker and Welleman, 2007). Unfortunately there are no answers available.