# 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.

../../_images/structure29.svg
  1. Find the moment distribution for \(n=1\)

Exercise Stiffness discontinuities#

  1. Find the moment distribution for \(n=0\)

  2. Find the moment distribution for \(n \to \infty\)