diff options
Diffstat (limited to '3776/CH10/EX10.10')
-rw-r--r-- | 3776/CH10/EX10.10/Ex10_10.sce | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3776/CH10/EX10.10/Ex10_10.sce b/3776/CH10/EX10.10/Ex10_10.sce index b9e6eac7c..403def9d1 100644 --- a/3776/CH10/EX10.10/Ex10_10.sce +++ b/3776/CH10/EX10.10/Ex10_10.sce @@ -1,8 +1,8 @@ clear -k = 24.0*(10**12) //N.mm2 Flexure rigidity -E = 200.0 //Gpa - Youngs modulus of the string +k = 24.0*(10**12) //N.sq.mm Flexure rigidity +E = 200.0 //GPa - Youngs modulus of the string l = 5000.0 //mm - The length of the string -C_A = 300.0 //mm2 - crossection area +C_A = 300.0 //sq.mm - crossection area P = 50.0 //KN - The force applies at the end a = 2000.0 //mm - The distance C-F x = 1//X - let it be a variable X |