diff options
Diffstat (limited to '3886/CH3/EX3.19/Ex3_19.sce')
-rw-r--r-- | 3886/CH3/EX3.19/Ex3_19.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3886/CH3/EX3.19/Ex3_19.sce b/3886/CH3/EX3.19/Ex3_19.sce new file mode 100644 index 000000000..938f7e1b7 --- /dev/null +++ b/3886/CH3/EX3.19/Ex3_19.sce @@ -0,0 +1,7 @@ +//Reactions developed in simply supported beam
+//Refer fig. 3.46 (a)&(b)
+//make assumptions as shown in fig. 3.46 (a)&(b)
+//Taking moment about B
+RA=((20*4*2)+((4*40*4)/(3*2)))/(6) //kN
+RB=80+80-RA //kN
+printf("The reactions are:-\nRA=%.2f kN\nRB=%.2f kN",RA,RB)
|