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 --- 1466/CH4/EX4.5/4_5.sce | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 1466/CH4/EX4.5/4_5.sce (limited to '1466/CH4/EX4.5') diff --git a/1466/CH4/EX4.5/4_5.sce b/1466/CH4/EX4.5/4_5.sce new file mode 100755 index 000000000..886b842d7 --- /dev/null +++ b/1466/CH4/EX4.5/4_5.sce @@ -0,0 +1,18 @@ + +clc +//initialisation of variables +H1= 10//ft +H2=2 //ft +d= 0.62 +so= 3 //in +w= 5 //ft +g= 32.2 //ft/sec^2 +b= 2.5 //ft +b1= 7.5 //ft +//CALCULATIONS +A1= w*b +A2= w*b1 +a= so^2/144 +T= (2*A1*(H1^0.5-H2^0.5))/(d*a*(1+(A1/A2))*sqrt(2*g)) +//RESULTS +printf (' Time required to lower the level of water = %.1f sec',T) -- cgit