diff options
author | prashantsinalkar | 2018-02-03 10:59:42 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-02-03 10:59:42 +0530 |
commit | d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (patch) | |
tree | 612077a22c8142c0ae754ec11882a4e7d5dc25a4 /3776/CH7/EX7.9/Ex7_9.sce | |
parent | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (diff) | |
download | Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.gz Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.bz2 Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.zip |
Modified the code
Diffstat (limited to '3776/CH7/EX7.9/Ex7_9.sce')
-rw-r--r-- | 3776/CH7/EX7.9/Ex7_9.sce | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3776/CH7/EX7.9/Ex7_9.sce b/3776/CH7/EX7.9/Ex7_9.sce index 4822c44e0..2f8b342e6 100644 --- a/3776/CH7/EX7.9/Ex7_9.sce +++ b/3776/CH7/EX7.9/Ex7_9.sce @@ -2,8 +2,8 @@ clear //Given dia = 15 //mm - The diameter of the rod h = 0.5 //mt - The freely falling height -A = 3.14*(dia**2)/4 //mm2 The area of the crossection -E = 200 //Gpa -Youngs modulus +A = 3.14*(dia**2)/4 //sq.mm The area of the crossection +E = 200 //GPa -Youngs modulus L = 750 //mm - The total length of the rod G = 80 //gpa - Shear modulus N = 10 //number of live coils |