summaryrefslogtreecommitdiff
path: root/1466/CH3/EX3.8/3_8.sce
blob: dccf50205c13bea71c87407dcd02f1f37ee88250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

clc
//initialisation of variables
h= 3 //in
g= 32.2 //ft/sec^2
r= 1.5 //in
//CALCULATIONS
w= sqrt((h/12)*2*g/(r/12)^2)
V= w/(2*%pi)
V1= V*60/2
//RESULTS
printf (' number of revolutions per minute made by engine at that engine = %.1f r.p.m ',V1)