Lesson November 22nd

Contents

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

Lesson November 22nd#

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

Exercise Core#

Given is the following structure and cross-section:

../../_images/cross.svg
  1. Find the relevant cross-sectional properties.

  2. Find the shear stresses at cross-section \(\text{A}\) and draw the shear stress distribution in this cross-section.