Lesson Friday September 13th

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

Lesson Friday September 13th#

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

Exercise Equilibrium relations and cables#

Given is the following structure:

../../_images/cable1.svg
  1. Find the displacement halfway using equilibrium in a specific cross-section

  2. Find the displacement halfway using the differential equations

Given is the following structure:

../../_images/beam3.svg
  1. Find the moment distribution for the beam.