From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2159/CH5/EX5.11/511.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 2159/CH5/EX5.11/511.sce (limited to '2159/CH5/EX5.11/511.sce') 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") -- cgit