summaryrefslogtreecommitdiff
path: root/620/CH14/EX14.8/example14_8.sce
blob: 68347dda7cfe1245ef7f95c0677d24fb76bc4da9 (plain)
1
2
3
4
f=60;
p=30/2;
vel=f*60/p;
disp("the speed (in r.p.m.) of the rotor should be"); disp(vel);