Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

[ [ Use Python np . linalg.solve function ] ] A truss is loaded as shown in Fig 1 . Using the following set of

[[Use Python np.linalg.solve function ]]
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
Ax+AD,=0,-24-CD-45CE,=0
Ay+AB,=0,-AD+DE-35BD,=0
74+BC+35BD,=0,CD+45BD,=0
-AB-45BD,=0,-DE-35CE,=0
-BC+35CE,=0,Ey+45CE,=0
-24-CD-45CE=0
-AD+DE-35BD=0
CD+45BD=0
-DE-35CE=0
Ey+45CE=0
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts Of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

4th Edition

0619064625, 978-0619064624

More Books

Students also viewed these Databases questions