diff options
Diffstat (limited to '3776/CH12/EX12.3/Ex12_3.sce')
-rw-r--r-- | 3776/CH12/EX12.3/Ex12_3.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3776/CH12/EX12.3/Ex12_3.sce b/3776/CH12/EX12.3/Ex12_3.sce index f99a26393..889a51fee 100644 --- a/3776/CH12/EX12.3/Ex12_3.sce +++ b/3776/CH12/EX12.3/Ex12_3.sce @@ -11,7 +11,7 @@ l_ab = 2.5 //mt - The length of the rod l_bc = 2 //mt - The length of the rod A_ab = 5*(10**-4) //mt2 the areaof ab A_bc = 5*(10**-3) //mt2 the areaof bc -E = 70 //Gpa The youngs modulus of the material +E = 70 //GPa The youngs modulus of the material e_a =(p_ab*l_ab*F_ab/(A_ab*E) + p_bc*l_bc*F_bc/(A_bc*E))*(10**-6) //KN-m //Part -2 due to flexure I = 60*10**6 //mm4 - the moment of inertia |