From d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 10:59:42 +0530 Subject: Modified the code --- 3776/CH11/EX11.6/Ex11_6.sce | 48 +++++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 15 deletions(-) (limited to '3776/CH11/EX11.6/Ex11_6.sce') diff --git a/3776/CH11/EX11.6/Ex11_6.sce b/3776/CH11/EX11.6/Ex11_6.sce index a095bf461..a2b8da993 100644 --- a/3776/CH11/EX11.6/Ex11_6.sce +++ b/3776/CH11/EX11.6/Ex11_6.sce @@ -2,36 +2,54 @@ clear //Given // L = 15 //ft - The length of the each rod -A = 46.7 //in2 - The length of the crossection +A = 46.7 //sq.in - The length of the crossection r_min = 4 //in - The radius of gyration stress_yp = 36 //ksi - the yielding point stress E = 29*(10**3) //ksi - The youngs modulus C_c = ((2*(%pi**2)*E/stress_yp)**0.5) //Slenderness ratio L/R -C_s = L*12/r_min // Slenderness ratio L/R of the present situation -//According to AISC formulas -if (C_s