Static moment, centroid and normal force centre

Contents

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

Static moment, centroid and normal force centre#

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

Exercises#

Exercises 3.1-3.12, in chapter 3.5 of the book Engineering Mechanics Volume 2 (Hartsuijker and Welleman, 2007). Answers are available on this website.