Lesson Friday October 4th

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

Lesson Friday October 4th#

During today’s lesson you’ll work on an exercise on the topic of the Displacement for bending. Please ask your questions regarding the homework as well!

Exercise Displacement for bending#

Given the following structure.

../../_images/structure18.svg
  1. Find the displacement of \(\text{C}\) and \(\text{D}\)

  2. Draw the displaced structure

Given the following structure.

../../_images/structure24.svg
  1. Find the displacement of \(\text{C}\) and \(\text{D}\)

  2. Draw the displaced structure