From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3683/CH14/EX14.2/Ex14_2.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3683/CH14/EX14.2/Ex14_2.sce (limited to '3683/CH14/EX14.2') diff --git a/3683/CH14/EX14.2/Ex14_2.sce b/3683/CH14/EX14.2/Ex14_2.sce new file mode 100644 index 000000000..b028b2fb0 --- /dev/null +++ b/3683/CH14/EX14.2/Ex14_2.sce @@ -0,0 +1,8 @@ +b=300//width, in mm +d=600//effective depth, in mm +fck=15//in MPa +fy=500//in MPa +Xc=0.456*d//in mm +Mu=0.36*fck*b*Xc*(d-0.416*Xc)/10^6//in kN-m +Ast=round(0.36*fck*b*Xc/0.87/fy)//in sq mm +mprintf("Moment of resistance of the beam=%f kN-m\nSteel required=%d sq mm", Mu,Ast) -- cgit