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 --- 2513/CH11/EX11.4/11_4.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 2513/CH11/EX11.4/11_4.sce (limited to '2513/CH11/EX11.4') diff --git a/2513/CH11/EX11.4/11_4.sce b/2513/CH11/EX11.4/11_4.sce new file mode 100755 index 000000000..50bf6b857 --- /dev/null +++ b/2513/CH11/EX11.4/11_4.sce @@ -0,0 +1,15 @@ +clc +//initialisation of variables +d=120//ft +w=16//ft +d1=120/0.8//ft +p=60*0.8//ft +h=2//ft +v=18.74*0.8//ft +s=95.23//ft +s1=0.8//ft +//CALCULATIONS +W=d-h*p//ft +S=s*s1//ft +//RESULTS +printf('in succession from the intersection of the upstream slop=% f ft',S) -- cgit