diff options
Diffstat (limited to '3886/CH8/EX8.6')
-rw-r--r-- | 3886/CH8/EX8.6/8_6.sce | 7 | ||||
-rw-r--r-- | 3886/CH8/EX8.6/8_6.txt | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/3886/CH8/EX8.6/8_6.sce b/3886/CH8/EX8.6/8_6.sce new file mode 100644 index 000000000..e0bbe045f --- /dev/null +++ b/3886/CH8/EX8.6/8_6.sce @@ -0,0 +1,7 @@ +//Reaction at B
+//refer fig. 8.10
+//Applying virtual work principle
+//(-4-6+RB)*delta(y)=0
+//Thus
+RB=6+4 //kN
+printf("Reaction at B is RB=%.2f kN",RB)
diff --git a/3886/CH8/EX8.6/8_6.txt b/3886/CH8/EX8.6/8_6.txt new file mode 100644 index 000000000..e2dc2ec61 --- /dev/null +++ b/3886/CH8/EX8.6/8_6.txt @@ -0,0 +1,3 @@ +
+--> exec('E:\My program EM\8. Virtual work\8.6.sce', -1)
+Reaction at B is RB=10.00 kN
\ No newline at end of file |