Lesson November 25th

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

Lesson November 25th#

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

Exercise Transforming tensors#

Given is the following structure and cross-section:

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

  2. Find the normal and shear stresses just below \(\text{G}\), in \(\text{H}\), in \(\text{I}\) and just right of \(\text{C}\) in cross-section \(\text{A}\).

  3. Find the principal values of the stresses in the points just below \(\text{G}\), in \(\text{H}\), in \(\text{I}\) and just right of \(\text{C}\) in cross-section \(\text{A}\).