# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
Lesson October 23th#
During today’s lesson you’ll work on a complex exercise on the topic of Stiffness discontinuities and Support settlement. Please ask your questions regarding the homework as well!
Exercise Support settlement#
Given the following structure.
Find the moment distribution for \(n=1\)
Solution assignment 1
Exercise Stiffness discontinuities#
Find the moment distribution for \(n=0\)
Find the moment distribution for \(n \to \infty\)
Solution assignment 2
Solution assignment 3