Question: Add a function to the script called GetTipDisplacement. This function should:Receive the tip load, P , current length, L , and the bending stiffness EI
Add a function to the script called "GetTipDisplacement". This function should:Receive the tip load, P current length, L and the bending stiffness EIIt should return the tip displacement calculated using the equation shown above.Add a forloop that repeats times and calls the function "GetTipDisplacement" on each iteration. For each iteration increase the size of L For example, set the base length to in On the first iteration the function should get as the length, on the second iteration it should get and so on Store the result in an array called "maximumDisplacement".Plot the result showing the length on the xaxis and tip displacement on the y axis. Ensure all axes are properly labeled
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
