Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
The deadline for this assignment is: Wednesday 13th March at 16:00. Overview
You are required to solve two tasks, by using the knowledge and skills that you have gained in the last few weeks.
The first task is to present your work from Lab 3 and Lab 4 so that another engineer can understand your code and use it.
This is very important in real engineering projects, as different team members are assigned to the project at different
times. Poor handover is a significant risk to project success.
The second task is a 2D frame problem where you are given appropriate geometry, section properties, material properties,
loading and boundary conditions. The specific problem you will solve will depend on your student number, and I have
given you some code below which will specify which options you are to use for your assignment. It is very important you
use the options given to you by this function.
For task 1 you should provide Python code that demonstrates:
1. Your complete solution for Lab 3 and Lab 4 in one code box
2. That you understand what each step does, use the #note fuction for this.
3. An explanation for other users over the function for each step.
An understanding of what your results mean, by including a short discussion in a markdown box at the end of the
python script.