summaryrefslogtreecommitdiff
path: root/2132/CH11/EX11.4/Example11_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '2132/CH11/EX11.4/Example11_4.sce')
-rwxr-xr-x2132/CH11/EX11.4/Example11_4.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2132/CH11/EX11.4/Example11_4.sce b/2132/CH11/EX11.4/Example11_4.sce
new file mode 100755
index 000000000..374116600
--- /dev/null
+++ b/2132/CH11/EX11.4/Example11_4.sce
@@ -0,0 +1,12 @@
+//Example 11.4
+clc;
+clear;
+close;
+format('v',7);
+//Given data :
+Cd=0.62;//constant
+H=0.12;//meter
+L=0.3;//meter
+g=9.81;//constant
+Q=2/3*Cd*sqrt(2*g)*L*H^(3/2);//m^3/s
+disp(Q,"Discharge in m^3/sec : ");