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 --- 1962/CH9/EX9.14/example9_14.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 1962/CH9/EX9.14/example9_14.sce (limited to '1962/CH9/EX9.14') diff --git a/1962/CH9/EX9.14/example9_14.sce b/1962/CH9/EX9.14/example9_14.sce new file mode 100755 index 000000000..cdf3575f9 --- /dev/null +++ b/1962/CH9/EX9.14/example9_14.sce @@ -0,0 +1,17 @@ + +//example 9.14 +//page 349 +clc; funcprot(0); +//initialisation of variable +z=100;//elevation +f=0.0125;//using iteration +L=10000; +L2=1000; +D=2; +g=32.2; +pi=3.14; +V=sqrt(2*g*z/f/L*D); +Q=pi*D^2/4*V; +x=34-10-f*L2*V^2/2/g/D-V^2/2/g; +disp(30-x,"minimum depth of ridge(ft)="); +clear -- cgit