summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.25/Ex3_25.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH3/EX3.25/Ex3_25.sce')
-rw-r--r--3886/CH3/EX3.25/Ex3_25.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3886/CH3/EX3.25/Ex3_25.sce b/3886/CH3/EX3.25/Ex3_25.sce
new file mode 100644
index 000000000..1a96052a4
--- /dev/null
+++ b/3886/CH3/EX3.25/Ex3_25.sce
@@ -0,0 +1,9 @@
+//determine support reactions
+//Refer fig. 3.52
+//Taking moment about B
+RA=((10/2)*(1/3+5)+(2*10/2)*(5-2/3)+10*3*1.5+3*10*1/2)/5 //kN
+RB=-26+5+10+30+15 //kN
+printf("Required values are:-\nRA=%.2f kN\nRB=%.2f kN",RA,RB)
+
+
+