Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Can you guys help me with this problem please ? Using python with Jupyter and the last photo is the result. Thanks Problem 2. A
Can you guys help me with this problem please ? Using python with Jupyter and the last photo is the result. Thanks
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+53CEDE53BDDE+54BDDE53CEE=0=0=0=0=0=0=0=0ALCD54CE54CE=0=0 Truss Load AB33.1852 BC 42.8889 AD 67.7778 BD 41.4815 CD 33.1852 DE 42.8889 CE 71.4815 Ax 67.7778 Ay 33.1852 Ey 57.1852 Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started