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 --- 1835/CH1/EX1.5/Ex1_5.sce | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 1835/CH1/EX1.5/Ex1_5.sce (limited to '1835/CH1/EX1.5/Ex1_5.sce') diff --git a/1835/CH1/EX1.5/Ex1_5.sce b/1835/CH1/EX1.5/Ex1_5.sce new file mode 100755 index 000000000..444b15051 --- /dev/null +++ b/1835/CH1/EX1.5/Ex1_5.sce @@ -0,0 +1,21 @@ +//CHAPTER 1 ILLUSRTATION 5 PAGE NO 19 +//TITLE:Basic kinematics +//Figure 1.20,1.21 +clc +clear +pi=3.141 +N=120// speed of crank in rpm +OA=10// length of crank in cm +BP=48// from figure 1.20 in cm +BA=40// from figure 1.20 in cm +//============== +w=2*pi*N/60// angular velocity of the crank OA in rad/s +Vao=w*OA// velocity of ao in cm/s +ba=4.5// by measurement from 1.21 in cm +Bp=BP*ba/BA +op=6.8// by measurement in cm from figure 1.21 +s=20// scale of velocity diagram 1cm=20cm/s +Vp=op*s// linear velocity of P in m/s +ob=5.1// by measurement in cm from figure 1.21 +Vb=ob*s// linear velocity of slider B +printf('Linear velocity of slider B= %.2f cm/s\n Linear velocity of point P= %.2f cm/s',Vb,Vp) -- cgit