summaryrefslogtreecommitdiff
path: root/3776/CH7/EX7.6/Ex7_6.sce
diff options
context:
space:
mode:
authorprashantsinalkar2018-02-03 10:59:42 +0530
committerprashantsinalkar2018-02-03 10:59:42 +0530
commitd1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (patch)
tree612077a22c8142c0ae754ec11882a4e7d5dc25a4 /3776/CH7/EX7.6/Ex7_6.sce
parentf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (diff)
downloadScilab-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.6/Ex7_6.sce')
-rw-r--r--3776/CH7/EX7.6/Ex7_6.sce2
1 files changed, 1 insertions, 1 deletions
diff --git a/3776/CH7/EX7.6/Ex7_6.sce b/3776/CH7/EX7.6/Ex7_6.sce
index 89fca203f..7253fc27d 100644
--- a/3776/CH7/EX7.6/Ex7_6.sce
+++ b/3776/CH7/EX7.6/Ex7_6.sce
@@ -4,7 +4,7 @@ clear
l = 10.0 // in - The height
t = 0.1 // in - The width
b = 5.0 //mm- The width of the above part
-A = t* b //in2 - area of part
+A = t* b //sq.in - area of part
y_net = l/2 // The com of the system
y_1 = l // The position of teh com of part_2
I_1 = t*(l**3)/12 //in^4 The moment of inertia of part 1