Lesson November 15th

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

Lesson November 15th#

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

Exercise Cross-sectional properties#

Given is the following cross-section:

../../_images/cs1.svg
  1. Find the normal force centre

  2. Find the second moment of area \(I_\text{zz}\)

Given is the following cross-section:

../../_images/cs2.svg
  1. Find the normal force centre

  2. Find the second moment of area \(I_\text{zz}\)

Given is the following cross-section:

../../_images/cs3.svg
  1. Find the normal force centre

  2. Find the second moment of area \(I_\text{zz}\)

Given is the following cross-section:

../../_images/cs4.svg
  1. Find the normal force centre

  2. Find the second moment of area \(I_\text{zz}\)