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 --- 213/CH13/EX13.16/13_16.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 213/CH13/EX13.16/13_16.sce (limited to '213/CH13/EX13.16/13_16.sce') diff --git a/213/CH13/EX13.16/13_16.sce b/213/CH13/EX13.16/13_16.sce new file mode 100755 index 000000000..ea27b8148 --- /dev/null +++ b/213/CH13/EX13.16/13_16.sce @@ -0,0 +1,15 @@ +//To find speed of shaft +clc +//Given: +TA=40, TB=30, TC=50 +NX=100, NA=NX //rpm +Narm=100 //Speed of arm, rpm +//Solution: +//Refer Fig. 13.22 and Table 13.18 +//Calculating the values of x and y +y=+100 +x=-100-y +//Calculating the speed of the driven shaft +NY=y-x*(TA/TB) //rpm +//Results: +printf("\n\n Speed of the driven shaft, NY = %.1f rpm, anticlockwise.\n\n",NY) \ No newline at end of file -- cgit