Question: Assignments x Python coursework 2 3 - 2 4 : + 8 print maxium benaing stress = , MaxBenaingstress ( maxM , yc ,

Assignments
x
Python coursework 23-24 :
+
8
print maxium benaing stress=", MaxBenaingstress(maxM, yc,1), "MPa')
Notebook
Python 3(ipykernel)
Maxium Bending stress=9.668963629326866MPa
:
[]: ## Don't write any code in this box
(8). Plot the internal shear force and moment diagram [1 mark]
Hint: You can copy the plotting command from the tutorials
[50]:
# Check your answer by printing the value pr(x,V,M)
#Diagrams plot
textstr1 MaxShearMoment (V,M)[0]
textstr2 MaxShearMoment (V,M)[1]
props = dict (boxstyle=' round', facecolor='white')
fig, (a1,a2)= plt., sharex=True, figsize=(10,6))
## Add the plotting command below to draw internal shear force and moment diagram:
# YOUR CODE HERE
ax1., label='Internal Shear Force (V)')
ax1. set_ylabel('Shear Force (N)')
ax1. legend ()
ax2.p lot , label='Internal Bending Moment (M)')
ax2. set_xlabel('Distance along the diving board (mm)')
ax2.set_ylabel('Bending Moment (N**mm')
ax2. legend ()
ax1., textstr1, transform=ax1.transAxes, fontsize=10, verticalalignment='top', bbox=props)
ax2., textstr2, transform=ax2.transAxes, fontsize=10, verticalalignment='top', bbox=props)
plt. show()
 Assignments x Python coursework 23-24 : + 8 print maxium benaing

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!