Lesson October 25th

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

Lesson October 25th#

During today’s lesson you’ll work on a complex exercise on the topic of Temperature influences. Please ask your questions regarding the homework as well!

Exercise Temperature influences#

Given the following structure.

../../_images/struct.svg
  1. Find the moment line due to the temperature influence on \(\text{AC}\)

  2. Find the moment line due to the temperature influence on \(\text{CD}\)

  3. Find the total moment line.