Lesson Wednesday September 23th

Contents

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

Lesson Wednesday September 23th#

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

Exercise Williot#

Given the following structure.

../../_images/structure14.svg
  1. Find the elongation/shrinkage of each elements

  2. Find the displacement of all joints

  3. Draw the displaced structure