Kinked beam

Kinked beam#

Attention

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

Added in version v2025.2.0: After workshop 2

Solutions additional assignments in text and downloads

Given is the following beam [HansWfDUoTechnology22]:

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

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