summaryrefslogtreecommitdiff
path: root/2159/CH5/EX5.11
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2159/CH5/EX5.11
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '2159/CH5/EX5.11')
-rwxr-xr-x2159/CH5/EX5.11/511.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2159/CH5/EX5.11/511.sce b/2159/CH5/EX5.11/511.sce
new file mode 100755
index 000000000..cd5a9ad4c
--- /dev/null
+++ b/2159/CH5/EX5.11/511.sce
@@ -0,0 +1,10 @@
+// problem 5.11
+Cd=0.6
+x=90
+q=0.05
+g=9.81
+dh=0.00025
+z=(15*q)/(8*Cd*((2*g)^0.5)*(tand(x/2)))
+H=z^0.4
+error=2.5*(dh/H)
+disp(error*100,"the percentage error in the discharge")