From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 3482/CH4/EX4.10/Ex4_10.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3482/CH4/EX4.10/Ex4_10.sce (limited to '3482/CH4/EX4.10') diff --git a/3482/CH4/EX4.10/Ex4_10.sce b/3482/CH4/EX4.10/Ex4_10.sce new file mode 100644 index 000000000..acf5dcc9c --- /dev/null +++ b/3482/CH4/EX4.10/Ex4_10.sce @@ -0,0 +1,17 @@ +clc; +//page 197 +Tmin=300//lb +AC=[12 12 0] +w=[0;-450;0] +x1=AC*w +disp(x1) +x=[0 0 x1] +lambda=[2/3 2/3 -1/3]*[0;0;-x1] +y=x*lambda +disp(y) + +//Location of G +//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); -- cgit