summaryrefslogtreecommitdiff
path: root/1844/CH3/EX3.11
diff options
context:
space:
mode:
Diffstat (limited to '1844/CH3/EX3.11')
-rw-r--r--1844/CH3/EX3.11/3Q11.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1844/CH3/EX3.11/3Q11.sce b/1844/CH3/EX3.11/3Q11.sce
new file mode 100644
index 000000000..74916c802
--- /dev/null
+++ b/1844/CH3/EX3.11/3Q11.sce
@@ -0,0 +1,11 @@
+clc
+A=.08 // area in sq cm
+n=3
+P=100 // in N
+V=A*100 // in cu cm
+L=10 //in m
+p=0.078 //Weigt=ht of 1 cu cm steel in N
+Wpm=V*p
+TW=V*p*L
+Cs= n*L*(TW)^2/(24*P^2)
+printf('Correction of sag = %f m',Cs)