summaryrefslogtreecommitdiff
path: root/2132/CH6/EX6.3/Example6_3.sce
blob: 6eded94b9153afef3b87b30aa6b13214a1604908 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 6.3
clc;
clear;
close;
format('v',5);
//Given data :
g=9.81;//constant
h=102;//mm
H=105;//mm
Cv=sqrt(2*g*h)/sqrt(2*g*H);
disp(Cv,"Coefficient of velocity : ");