diff options
Diffstat (limited to '1962/CH9/EX9.4/example9_4.sce')
-rwxr-xr-x | 1962/CH9/EX9.4/example9_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1962/CH9/EX9.4/example9_4.sce b/1962/CH9/EX9.4/example9_4.sce new file mode 100755 index 000000000..3e4a46483 --- /dev/null +++ b/1962/CH9/EX9.4/example9_4.sce @@ -0,0 +1,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
|