summaryrefslogtreecommitdiff
path: root/1962/CH9/EX9.4/example9_4.sce
blob: 3e4a46483028a6daf971ff9a356b8acec4d4de69 (plain)
1
2
3
4
5
6
7
8
9
10

//example 9.4
//page 318
clc; funcprot(0);
//initialisation of variable
L=500;
S=0.004;//slope of slope line
hf=S*L;
disp(hf,"head loss (ft)=");
clear