diff options
Diffstat (limited to '3764/CH6/EX6.2/Ex6_2.sce')
-rw-r--r-- | 3764/CH6/EX6.2/Ex6_2.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3764/CH6/EX6.2/Ex6_2.sce b/3764/CH6/EX6.2/Ex6_2.sce new file mode 100644 index 000000000..09f906e4a --- /dev/null +++ b/3764/CH6/EX6.2/Ex6_2.sce @@ -0,0 +1,14 @@ +clc +// +// +//Variable declaration +tw=5.8 // Distance(mm) +d=349 // Distance(mm) +Vmax=58 // Force(kN) + +//Calculation +Aweb=d*tw // Area(mm*2) +Tmax=(Vmax/Aweb)*(1000) // Maximum shearing stress(ksi) + +// Result +printf("\n Maximum allowable shearing stress for steel beam = %0.3f MPa' ,Tmax) |