summaryrefslogtreecommitdiff
path: root/2339/CH13/EX13.1.1/Ex13_1.sce
blob: 74da46e468b98bfd3a4b5df78ac8beb884373faf (plain)
1
2
3
4
5
6
7
8
9
10
clc
clear

N1=250;
D1=53;
D2=32;

N2=N1*(D1/D2);
printf('Speed of shaft: %2.2f RPM',N2);
printf('\n');