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