summaryrefslogtreecommitdiff
path: root/3886/CH8/EX8.3/8_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH8/EX8.3/8_3.sce')
-rw-r--r--3886/CH8/EX8.3/8_3.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3886/CH8/EX8.3/8_3.sce b/3886/CH8/EX8.3/8_3.sce
new file mode 100644
index 000000000..46e19ea52
--- /dev/null
+++ b/3886/CH8/EX8.3/8_3.sce
@@ -0,0 +1,6 @@
+//Reactions of overhanging beam
+//refer fig. 8.7
+//Applying virtual work principle for beam in equilibrium
+RB=(8/6)*(30+60*4/8-20/8) //kN
+RA=(7/6)*(20+60*2/7-30*2/7) //kN
+printf("The reactions are-\nRA=%0.2f kN\nRB=%.2f kN",RA,RB)