Question: 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' )
 Simple Truss Force P=1,943N is applied at a joint B of

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!