summaryrefslogtreecommitdiff
path: root/866/CH12/EX12.10/12_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '866/CH12/EX12.10/12_10.sce')
-rwxr-xr-x866/CH12/EX12.10/12_10.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/866/CH12/EX12.10/12_10.sce b/866/CH12/EX12.10/12_10.sce
new file mode 100755
index 000000000..4f652cbde
--- /dev/null
+++ b/866/CH12/EX12.10/12_10.sce
@@ -0,0 +1,14 @@
+//CLC
+w= 1200 //mm
+d= 618 //mm
+t= 150 //mm
+BM= 500 //KNm
+Scu= 30 //N/mm^2
+Sy= 410 //mm^2
+//CALCULATIONS
+Mu= 0.4*Scu*w*t*(d-(t/2))*10^-6
+n= d-sqrt(d^2-(2*BM*10^6/(0.4*Scu*w)))
+l= d-(n/2)
+As= BM*10^6/(0.87*Sy*l)
+//RESULTS
+printf("As(mm^2) = %.2f",As)