summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.26/Ex3_26.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH3/EX3.26/Ex3_26.sce')
-rw-r--r--3886/CH3/EX3.26/Ex3_26.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3886/CH3/EX3.26/Ex3_26.sce b/3886/CH3/EX3.26/Ex3_26.sce
new file mode 100644
index 000000000..475823bf9
--- /dev/null
+++ b/3886/CH3/EX3.26/Ex3_26.sce
@@ -0,0 +1,14 @@
+//determine distance of support C from end A
+//Refer fig. 3.53
+//assume that the support at C is at a distance of x metres from end A
+//applying equilibrium conditions
+RC=(30+120+50)/2 //kN
+RD=RC //kN (Given)
+//Taking moment about A
+x=(1000+1200-100*12)/200 //m
+printf("The required distance is x=%.0f m",x)
+
+
+
+
+