# 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.
Find the bending moment distribution
Find the shear force distribution
Find the normal force distribution
Solution assignment 1
Solution assignment 2
Solution assignment 3