diff options
Diffstat (limited to '3886/CH8/EX8.8/8_8.sce')
-rw-r--r-- | 3886/CH8/EX8.8/8_8.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3886/CH8/EX8.8/8_8.sce b/3886/CH8/EX8.8/8_8.sce new file mode 100644 index 000000000..0c9cacbb7 --- /dev/null +++ b/3886/CH8/EX8.8/8_8.sce @@ -0,0 +1,8 @@ +//Determine reaction RA
+//refer fig.8.12
+//Applying virtual work principle
+//give virtual displacement at A
+//Virtual work equation is
+//(RA-20+8)*delta(y)=0
+RA=20-8 //kN
+printf("The reaction RA=%.2d kN",RA)
\ No newline at end of file |