Question: Use Python Question to get values from but not needed for problem Part 1 finished code #Hint: Start by initilizing variables for all the symbols

Use Python

Question to get values from but not needed for problem

Use Python Question to get values from but not needed for problem

Part 1 finished code

#Hint: Start by initilizing variables for all the symbols (A, d, P, L, sigma_y, epsilon_x, epsilon_y, delta_x, delta_y, E, V, G) from fractions import Fraction A=0.306796 d=Fraction(5,8) P=750 L=5.0 sigma_y=2.4446*10**3 epsilon_x=-0.040 epsilon_y=0.090 delta_x= delta_y= E=27.16*10**3 V=0.44 G=9.43*10**3

#your answer should calculate that E=27160, V=0.44, and G=94300 # DO NOT CHANGE ANYTHING BELOW THIS print(E) print(V) print(G)

PART 2: PLEASE HELP WITH THIS QUESTION

Check your answer by adjusting the inital values of d, P, delta_x, delta_y. (this is how I will check your solutions)

You should be able to change only those four values to recieve correct final answers for E, V, and G.

Next you will REWRITE the script you wrote above so that the initial values d, P, delta_x, and delta_y are contained within a list. The final values of E, V, and G should also be in a list. There should be one output to this script, which will be to print() your solution list.

#name your initial values list: init_values=[] #name your final values list: sol=[] #Rewrite your code from the first exercise, but use INDEXING to access initial values #Return answers within a list

A standard te ser lest is used to determine the ope les o an e perimental asti lhe les oe men is -in-clan ster o and t is se ecte to a tensile for e o 5 rodulus of elasticity, the medlus of rigiity, and Possoni's ratio for the meteal. (Round the final arewers to two dedmal places) Kno ng a an e on aion o 45 in and a de e se in de ete of 25 in are served in 5-in gage length determine the in. dhameter 5.0 in The modulus of elasticity for thernellerial is | 271104|-103 psi. The modulus uf rigidly for the maienal is | g 43-10% . 103 psi Poissons ratia for the matarlal is 0 44 :0% Explanlon P= 750lb 2450l t0040 5216 10 pli

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!