Beam

Beam#

Attention

This page shows a preview of the assignment. Please fork and clone the assignment to work on it locally from GitHub

After the second workshop, the solution will be added to this preview and to the GitHub-repository

Given is the following beam [HansWfDUoTechnology22]:

https://raw.githubusercontent.com/ibcmrocha/public/main/beam.png

With:

  • \(l_1 = 5.5\)

  • \(l_2 = 5.0\)

  • \(EI_1 = 5000\)

  • \(EI_2 = 8000\)

  • \(q = 6\)

  • \(F = 40\)

  • \(T = 50\)

Exercise (Beam)

Solve this problem.

import matplotlib as plt
import numpy as np
sys.path.insert(1, '/matrixmethod_solution')
import matrixmethod_solution as mm
%config InlineBackend.figure_formats = ['svg']
import numpy as np
import matplotlib as plt
import matrixmethod as mm
%config InlineBackend.figure_formats = ['svg']
#YOUR_CODE_HERE