Frame

Frame#

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/framesimpler.png

With:

  • \(EI = 3000\)

  • \(q = 12\)

  • \(EA = \infty\)

Exercise (Frame)

Solve this problem by simplifying the stiffness matrix first.

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