Kinked 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]:
With:
\(l_1 = 4\)
\(l_2 = 5\)
\(l_3 = 3\)
\(EI = 5000\)
\(EA = 15000\)
\(q = 6\)
\(F = 40\)
Exercise (Kinked 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