summaryrefslogtreecommitdiff
path: root/866/CH12/EX12.11/12_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '866/CH12/EX12.11/12_11.sce')
-rwxr-xr-x866/CH12/EX12.11/12_11.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/866/CH12/EX12.11/12_11.sce b/866/CH12/EX12.11/12_11.sce
new file mode 100755
index 000000000..4b3d8607b
--- /dev/null
+++ b/866/CH12/EX12.11/12_11.sce
@@ -0,0 +1,17 @@
+clc
+thick=150 //mm
+width=1.8 //m
+depth=562 //mm
+SigmaCu=30 //N/mm^2
+SigmaY=350 //N/mm^2
+BM=709 //KNm
+As=2*BM*10^6 /(0.87*SigmaY*depth)
+Tensile=0.87*SigmaY*As
+disp(Tensile)
+Compressive=0.4*width*thick*SigmaCu*10^3
+disp(Compressive)
+n1=0.87*SigmaY*8530/(0.4*SigmaCu*width*10^3)
+disp(n1)
+Mu=0.87*SigmaY*8530*(SigmaY+6-n1/2)*10^(-6)
+printf("Mu=%f KNm",Mu)
+printf("\n This is greater than applied moment. hence it is satisfactory")