… using constitutive equation

Contents

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

… using constitutive equation#

\[\Delta \varphi_x = \cfrac{M_t L}{GI_p}\]

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

Exercises#