diff options
Diffstat (limited to '3886/CH8/EX8.4')
-rw-r--r-- | 3886/CH8/EX8.4/8_4.sce | 7 | ||||
-rw-r--r-- | 3886/CH8/EX8.4/8_4.txt | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/3886/CH8/EX8.4/8_4.sce b/3886/CH8/EX8.4/8_4.sce new file mode 100644 index 000000000..6abb120a4 --- /dev/null +++ b/3886/CH8/EX8.4/8_4.sce @@ -0,0 +1,7 @@ +//Reactions at A
+//refer fig. 8.8
+//applying virtual work principle
+//(RA-60)delta(y)=0
+//thus
+RA=60 //kN
+printf("\n Reaction is RA=%.2f kN",RA)
diff --git a/3886/CH8/EX8.4/8_4.txt b/3886/CH8/EX8.4/8_4.txt new file mode 100644 index 000000000..18ccdf0ae --- /dev/null +++ b/3886/CH8/EX8.4/8_4.txt @@ -0,0 +1,4 @@ +
+--> exec('E:\My program EM\8. Virtual work\8.4.sce', -1)
+
+ Reaction is RA=60.00 kN
\ No newline at end of file |