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/CH8/EX8.2/8_2.sce | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 2513/CH8/EX8.2/8_2.sce (limited to '2513/CH8/EX8.2') diff --git a/2513/CH8/EX8.2/8_2.sce b/2513/CH8/EX8.2/8_2.sce new file mode 100755 index 000000000..6fb38846e --- /dev/null +++ b/2513/CH8/EX8.2/8_2.sce @@ -0,0 +1,20 @@ +clc +//initialisation of variables +a=0.75//ft +p=123//mg +v=100//ft +s=33//mg +s1=67//mg +d=26.6//mgd +d1=0.0477//mgd +q=0.750//gpd/sq mile +d2=365//days +//CALCULATIONS +S=p/a//mg per sq mile +Cv=v*s/s1//percent +M=d*d1//mgd per sq mile +D=v*q/M//MAF +D1=(v*p)/(M*d2)//MAF +R=p/q//days +//RESULTS +printf('the use monthly averages rather then daily stream flow=% f days',R) -- cgit