Lesson October 2nd

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

Lesson October 2nd#

During today’s lesson you’ll work on a complex exercise on the topic of Section force diagrams. Please ask your questions regarding the homework as well!

Exercise Section force diagrams#

Given the following structure.

../../_images/structure17.svg
  1. Find the bending moment distribution

  2. Find the shear force distribution

  3. Find the normal force distribution