summaryrefslogtreecommitdiff
path: root/1466/CH5/EX5.8/5_8.sce
blob: ae9e3a7083980cd17491b619fbd3af1eeab9f986 (plain)
1
2
3
4
5
6
7
8
9
10
11

clc
//initialisation of variables
l= 12 //ft
w= 4 //ft
h1= 1/12 //ft
h2= 1 //ft
//CALCULATIONS
T= (2/(3*60))*(w*l/2.64)*((1/h1^1.5)-(1/h2^1.5))
//RESULTS
printf (' time taken = %.1f min',T)