diff options
Diffstat (limited to '3886/CH3/EX3.28/Ex3_28.sce')
-rw-r--r-- | 3886/CH3/EX3.28/Ex3_28.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3886/CH3/EX3.28/Ex3_28.sce b/3886/CH3/EX3.28/Ex3_28.sce new file mode 100644 index 000000000..e96a19817 --- /dev/null +++ b/3886/CH3/EX3.28/Ex3_28.sce @@ -0,0 +1,15 @@ +//determine reactions at A,B and D
+//Refer fig. 3.55
+//Taking moment about C
+RD=(3*5*2.5+(5*9*2*5)/(2*3))/7 //kN
+RC=15+22.5-RD //kN
+//Taking moment about A
+RB=(2*RC/5) //kN
+RA=RC-RB //kN
+printf("Required reactions are:-\nRA=%.2f kN\nRB=%.2f kN,\nRD=%.2f kN",RA,RB,RD)
+
+
+
+
+
+
|