summaryrefslogtreecommitdiff
path: root/3776/CH2/EX2.12/Ex2_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '3776/CH2/EX2.12/Ex2_12.sce')
-rw-r--r--3776/CH2/EX2.12/Ex2_12.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3776/CH2/EX2.12/Ex2_12.sce b/3776/CH2/EX2.12/Ex2_12.sce
new file mode 100644
index 000000000..b4a566a08
--- /dev/null
+++ b/3776/CH2/EX2.12/Ex2_12.sce
@@ -0,0 +1,9 @@
+clear
+flex_a = 1//f
+flex_b = 2//f
+//removing lower support and solving FBD
+e = -2 -(2+1)//fp
+//e_1 = (2+1+1)*R
+//e_1 = -e Making the elongations zero since the both ends are fixed
+R = e/(2+1+1.0) //P
+printf("\n The reactions at bottom is %0.3f P",R)