Lesson Monday September 16th

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

Lesson Monday September 16th#

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

Exercise Euler-Bernoulli#

Given the following structure.

../../_images/figure1.svg
  1. Use the Euler-Bernoulli equations to find the displacement halfway.

Given the following structure.

../../_images/figure2.svg
  1. Use the Euler-Bernoulli equations to find the rotation at the left support

Given the following structure.

../../_images/figure3.svg
  1. Use the Euler-Bernoulli equations to find the displacement of the top of the structure.