summaryrefslogtreecommitdiff
path: root/1364/CH5/EX5.1.1/5_1_1.sce
blob: 3ad65f945f49ffa13647348b6046eda4ef2a0eca (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
w= 1100 //rev/min
Q= 1 //ft^3/min
r= 2 //in
//CALCULATIONS
Q1= r^2*Q
N= w/r
//RESULTS
printf ('allowable speed = %.f rev/min',N)