Question: Write MATLAB or PYTHON software that will calculate ( 1 ) the equilibrium displacements, ( 2 ) the internal stresses and ( 3 ) the
Write MATLAB or PYTHON software that will calculate the equilibrium displacements, the internal stresses and the elongations of a springmass system using the steps discussed in class and in the book. Solve the force balance first, then backcalculate the elongation and internal stress vectors using the displacements. Your code should be created in a general way where the user will input the following: the number of springsmasses the spring constants for each spring, the masses, and which boundary condition to apply. Your code should allow the user to apply one or two fixed ends.
For this project, you will need to solve You will calculate the condition number of K by calculating and printing the singular values and eigenvalues using YOUR SVD algorithm, and calculating and printing a condition number. Do not use a software call to calculate a condition number. USE YOUR SVD ROUTINE TO SOLVE THE KUF SYSTEM!
Lastly, examine and discuss what happens when two free ends are used as boundary conditions.
Point distribution:
pts one fixed end, one free end successful algorithm
pts two fixed ends successful algorithm
pts two free end examination
pts calculating matrix condition number for for each user supplied system
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
