Lesson October 7th

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

Lesson October 7th#

During today’s lesson you’ll work on a complex exercise on the topic of Force method for frame structures. Please ask your questions regarding the homework as well!

Exercise Force method for frame structures#

Given the following structure.

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

  2. Find the normal force distribution