summaryrefslogtreecommitdiff
path: root/3886/CH8/EX8.3
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH8/EX8.3')
-rw-r--r--3886/CH8/EX8.3/8_3.sce6
-rw-r--r--3886/CH8/EX8.3/8_3.txt5
2 files changed, 11 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)
diff --git a/3886/CH8/EX8.3/8_3.txt b/3886/CH8/EX8.3/8_3.txt
new file mode 100644
index 000000000..281ed61d3
--- /dev/null
+++ b/3886/CH8/EX8.3/8_3.txt
@@ -0,0 +1,5 @@
+
+--> exec('E:\My program EM\8. Virtual work\8.3.sce', -1)
+The reactions are-
+RA=33.33 kN
+RB=76.67 kN \ No newline at end of file