Question: Please help me with this problem by using Python. Please show the code in detail and the step clearly! Thank you Problem 2. A truss

Problem 2. A truss is loaded as shown in Fig 1. Using the following set of equations, a) Solve for the ten unknowns, AB, BC, AD, BD, CD, DE, CE, Ax, Ay, and Ey. Use the Gauss Elimination with partial pivoting method. Write a python program for this question, you may use the forward elimination with partial pivoting and back substitution python functions we developed in class in your code. b) Write a program to calculate the determinant of the coefficient matrix. Recall that, for triangular matrices (either lower or upper triangular matrix), determinant is the product of the diagonal elements of the triangular matrix. Does the system have a robust solution or is it ill-conditioned system? Explain your answer. Ax+ADAy+AB74+BC+53BDAB54BDBC+53CE=0=0=0=0=024CD54CEAD+DE53BDCD+54BDDE53CEEy+54CE=0=0=0=0=0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
