diff options
Diffstat (limited to '3886/CH8/EX8.5/8_5.sce')
-rw-r--r-- | 3886/CH8/EX8.5/8_5.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3886/CH8/EX8.5/8_5.sce b/3886/CH8/EX8.5/8_5.sce new file mode 100644 index 000000000..4bd95c5b9 --- /dev/null +++ b/3886/CH8/EX8.5/8_5.sce @@ -0,0 +1,11 @@ +//Reaction at A in overhanging beam
+//refer fig. 8.9
+//Applying virtual work principle
+//(-2*RA+180-20)*delta(y)=0
+//Thus
+RA=(180-20)/2 //kN
+printf("\n Reaction is RA=%.2f kN",RA)
+
+
+
+
|