… with zero-force members

Contents

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

… with zero-force members#

../../_images/zero-force.svg

Zero-force members are treated in chapter 9.3.3 of the book Engineering Mechanics Volume 1 (Hartsuijker and Welleman, 2006).

Exercises#