Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Simple Truss Force P = 1 , 9 4 3 N is applied at a joint B of the above truss. The members of the

Simple Truss
Force P=1,943N is applied at a joint B of the above truss.
The members of the bar are cylindrical bars.
Hint: You can use the following incomplete Python code snippet in Colab to solve the problem:
import numpy as np
from scipy import linalg
P=??? # (N) #Plug in given value
D=??? # (cm) #Plug in given value
. sqrt(2)/2],[0,1,-np.sqrt(2)/2],[0,1,0]])
print(A)
B=np*array([P,,P])
x=linalg*solve(A,B)
print (x)
print (X[2])
Stress=??? # Fill in this line of code appropriately
print('Stress=', np.round(Stress*1e-6,2), 'MPa' )
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

Principles Of Database Systems With Internet And Java Applications

Authors: Greg Riccardi

1st Edition

020161247X, 978-0201612479

More Books

Students also viewed these Databases questions

Question

=+8. Why is productivity important?

Answered: 1 week ago

Question

=+ 9. What is inflation and what causes it?

Answered: 1 week ago