Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Force P is applied at a joint B of the above truss. The members of the bar are cylindrical bars. ( You have to press

Force P is applied at a joint B of the above truss.
The members of the bar are cylindrical bars. (You have to press "Begin" to be assigned numbers for P and D)
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
, np. sqrt (2)/2],[0,1,-np.222],[0,1,0]
print (A)
B=np*array([P,0,P])
x=l inalg. 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' )
Force P=1,738N is applied at a joint B of the above truss.
If the cross-section of member 3 has a diameter of 2.3cm, what is the normal stress in member 3 in units of 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

More Books

Students also viewed these Databases questions