diff options
Diffstat (limited to '3886/CH8/EX8.5')
-rw-r--r-- | 3886/CH8/EX8.5/8_5.sce | 11 | ||||
-rw-r--r-- | 3886/CH8/EX8.5/8_5.txt | 4 |
2 files changed, 15 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)
+
+
+
+
diff --git a/3886/CH8/EX8.5/8_5.txt b/3886/CH8/EX8.5/8_5.txt new file mode 100644 index 000000000..a936f647e --- /dev/null +++ b/3886/CH8/EX8.5/8_5.txt @@ -0,0 +1,4 @@ +
+--> exec('E:\My program EM\8. Virtual work\8.5.sce', -1)
+
+ Reaction is RA=80.00 kN
\ No newline at end of file |