Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

node 1 : ? ? F H - 0 , , - F 1 c o s 3 0 + F 3 c o s

node 1:
??FH-0,,-F1cos30+F3cos60+F1,h=0
??FV=0,,-F1sin30-F3sin60+F1,v=0
for node 2 :
??FH=0,F2+H2+F1cos30+F2,h=0
??FV=0,V2+F1sin30+F2,v=0
for node 3 :
??FH=0-F2-F3cos60+F3,h=0
??FV=0V3+F3sin60+F3,v=0
1.(points 10) use python to Express this set of linear algebraic equations in matrix form
2.(points 15) Then, use Python to solve for the forces and reactions for the case displayed
in Fig. 1
i. using the inverse of the coefficients matrix: numpy.linalg.inv
ii. using directly the command: numpy.linalg.solve
iii. using LU factorization: scipy.linalg.lu
iv. how do the solutions of the items above compare to each other?
3.(points 5) Determine the systems matrix inverse.
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

Students also viewed these Databases questions