diff options
Diffstat (limited to '3482/CH4/EX4.10/Ex4_10.sce')
-rw-r--r-- | 3482/CH4/EX4.10/Ex4_10.sce | 3 |
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 |