diff options
Diffstat (limited to '3764/CH6/EX6.05/Ex6_05.sce')
-rw-r--r-- | 3764/CH6/EX6.05/Ex6_05.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3764/CH6/EX6.05/Ex6_05.sce b/3764/CH6/EX6.05/Ex6_05.sce new file mode 100644 index 000000000..cebef26e0 --- /dev/null +++ b/3764/CH6/EX6.05/Ex6_05.sce @@ -0,0 +1,17 @@ +clc +// + +//Variable declaration +tf=0.770 // Distance(in) + +//Calculation +I=(394 + 2*((1/12)*(12)*(0.75**3) + (12)*(0.75)*((5.575**2)))**0) // Centroidal moment of inertia(in**4) + +t=2*tf // Distance(in) +Q=(2*(4.31*0.770*4.815) + (12)*(0.75)*(5.575)) + +t=(((50)*(82.1))/((954)*(1.54))) // Shearing stress(ksi) + + +// Result +printf("\n Horizontal shearing stress = %0.3f ksi' ,t) |