summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.17/Ex3_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH3/EX3.17/Ex3_17.sce')
-rw-r--r--3886/CH3/EX3.17/Ex3_17.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3886/CH3/EX3.17/Ex3_17.sce b/3886/CH3/EX3.17/Ex3_17.sce
new file mode 100644
index 000000000..f232296ec
--- /dev/null
+++ b/3886/CH3/EX3.17/Ex3_17.sce
@@ -0,0 +1,9 @@
+//Reactions developed in cantilever beam
+//Refer fig. 3.44 (a)&(b)
+//assumptions are made as shown in fig. 3.44 (a)&(b)
+//applying equilibrium conditions
+VA=15+(10*2)+(20*sind(60)) //kN
+HA=20*cosd(60) //kN
+//Taking moment about A
+MA=10*2*1+20*2*sind(60)+15*3 //kN-m
+printf("Required values:-\nVA=%.2f kN\nHA=%.2f kN\nMA=%.2f kN-m",VA,HA,MA)