summaryrefslogtreecommitdiff
path: root/3482/CH4/EX4.10
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:38:01 +0530
committerprashantsinalkar2017-10-10 12:38:01 +0530
commitf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch)
treeeb72842d800ac1233e9d890e020eac5fd41b0b1b /3482/CH4/EX4.10
parent7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff)
downloadScilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip
updated the code
Diffstat (limited to '3482/CH4/EX4.10')
-rw-r--r--3482/CH4/EX4.10/Ex4_10.sce3
1 files changed, 2 insertions, 1 deletions
diff --git a/3482/CH4/EX4.10/Ex4_10.sce b/3482/CH4/EX4.10/Ex4_10.sce
index acf5dcc9c..f4c3a9baf 100644
--- a/3482/CH4/EX4.10/Ex4_10.sce
+++ b/3482/CH4/EX4.10/Ex4_10.sce
@@ -1,6 +1,7 @@
clc;
//page 197
Tmin=300//lb
+ Tmin = Tmin*[2/3 -1/3 2/3];
AC=[12 12 0]
w=[0;-450;0]
x1=AC*w
@@ -14,4 +15,4 @@ disp(y)
//EG and Tmin are having same direction, so their component should be in proportion
x=-1.8/Tmin(3)*Tmin(1)+1.8;//m, X co-ordinate of G
y=-1.8/Tmin(3)*Tmin(2)+3.6;//m, Y co-ordinate of G
-printf("Co-ordinates of G are x=%.0f m and y= %.1f m",x,y);
+printf("Co-ordinates of G are x=%.0f m and y= %.1f m",x,y); \ No newline at end of file