# 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.
Find the moment line due to the temperature influence on \(\text{AC}\)
Find the moment line due to the temperature influence on \(\text{CD}\)
Find the total moment line.
Solution assignment 1
Solution assignment 2
Solution assignment 3