summaryrefslogtreecommitdiff
path: root/3886/CH8/EX8.8
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH8/EX8.8')
-rw-r--r--3886/CH8/EX8.8/8_8.sce8
-rw-r--r--3886/CH8/EX8.8/8_8.txt3
2 files changed, 11 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
diff --git a/3886/CH8/EX8.8/8_8.txt b/3886/CH8/EX8.8/8_8.txt
new file mode 100644
index 000000000..805fc6b8f
--- /dev/null
+++ b/3886/CH8/EX8.8/8_8.txt
@@ -0,0 +1,3 @@
+
+--> exec('E:\My program EM\8. Virtual work\8.8.sce', -1)
+The reaction RA=12 kN \ No newline at end of file