summaryrefslogtreecommitdiff
path: root/3886/CH8/EX8.7
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH8/EX8.7')
-rw-r--r--3886/CH8/EX8.7/8_7.sce8
-rw-r--r--3886/CH8/EX8.7/8_7.txt3
2 files changed, 11 insertions, 0 deletions
diff --git a/3886/CH8/EX8.7/8_7.sce b/3886/CH8/EX8.7/8_7.sce
new file mode 100644
index 000000000..3050647db
--- /dev/null
+++ b/3886/CH8/EX8.7/8_7.sce
@@ -0,0 +1,8 @@
+//Determine reaction RA
+//refer fig. 8.11
+//give virtual displacement at A
+//Applying virtual work principle
+//(RA-32+8+0+4)*delta(y)=0
+RA=32-8-4 //kN
+printf("Reaction at A is RA=%.2f kN",RA)
+
diff --git a/3886/CH8/EX8.7/8_7.txt b/3886/CH8/EX8.7/8_7.txt
new file mode 100644
index 000000000..6e57c581d
--- /dev/null
+++ b/3886/CH8/EX8.7/8_7.txt
@@ -0,0 +1,3 @@
+
+--> exec('E:\My program EM\8. Virtual work\8.7.sce', -1)
+Reaction at A is RA=20.00 kN \ No newline at end of file