Question: using python Write a well-commented program in that can solve for the deflection in a cantilevered beam given a point load using the finite difference
using python

Write a well-commented program in that can solve for the deflection in a cantilevered beam given a point load using the finite difference method. Your code should plot the deflection in the beam as a function of location, and you should check the accuracy of your code by comparing the calculated deflection to the deflection predicted by the maximum deflection equation. Hint: You will need a function that can solve a system of equations, but you have already done this. 1. Your code should accept the following inputs: a. Beam length (use 15 m) b. El value (use a value of 30) c. Number of nodes (or node spacing) d. Load Value (use 10 N) e. Load Location 1 d2v EI "7dx2Mr) Write a well-commented program in that can solve for the deflection in a cantilevered beam given a point load using the finite difference method. Your code should plot the deflection in the beam as a function of location, and you should check the accuracy of your code by comparing the calculated deflection to the deflection predicted by the maximum deflection equation. Hint: You will need a function that can solve a system of equations, but you have already done this. 1. Your code should accept the following inputs: a. Beam length (use 15 m) b. El value (use a value of 30) c. Number of nodes (or node spacing) d. Load Value (use 10 N) e. Load Location 1 d2v EI "7dx2Mr)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
