summaryrefslogtreecommitdiff
path: root/1466/CH4/EX4.1/4_1.sce
blob: 470a4193650ac5ce968ec4b3acaf6bc793afd5bb (plain)
1
2
3
4
5
6
7
8
9
10

clc
//initialisation of variables
H= 8 //in
x= 32.5 //in
y= 33.7 //in
//CALCULATIONS
Cv= sqrt(x^2/(4*y*H))
//RESULTS
printf (' Coefficient of velocity = %.3f ',Cv)