# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
Lesson Monday September 23th#
During today’s lesson you’ll work on a complex exercise on the topic of Extension. Please ask your questions regarding the homework as well!
Exercise Extension#
Given the following structure.
Find the displacement of \(\text{R}\)
Draw the displaced structure
Solution assignment 1
\(96.7 \text{ mm}\) ↓
Solution elongations cables
Cable |
Elongation (mm) |
|---|---|
BK |
24 |
CK |
24 |
DH |
13 |
GJ |
52 |
IM |
5 |
JP |
15 |
KQ |
48 |
OR |
40 |
Solution assignment 2