summaryrefslogtreecommitdiff
path: root/2339/CH13/EX13.6.1/Ex13_6.sce
blob: 29af54562c9b6faeb696ff92eebb1c19415e782e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clc
clear

Na=600;
Za=25;
Zb=50;
Zc=20;
Zd=40;
Nad=(Zb/Za)*(Zd/Zc);
Nd=Na/Nad;

printf('Speed of Output Shaft= %2.1f RPM',Nd);
printf('\n');