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 --- 2087/CH2/EX2.2/example2_2.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 2087/CH2/EX2.2/example2_2.sce (limited to '2087/CH2/EX2.2/example2_2.sce') diff --git a/2087/CH2/EX2.2/example2_2.sce b/2087/CH2/EX2.2/example2_2.sce new file mode 100755 index 000000000..1f046003c --- /dev/null +++ b/2087/CH2/EX2.2/example2_2.sce @@ -0,0 +1,12 @@ + + +//example 2.2 +//calculate maximum area that can be irrigated +clc; +//Given +Q=0.0108, //discharge through well +y=0.075, //average depth of flow +I=0.05, //average infiltration rate +A=0.1, //area to cover +Amax=Q/I; +mprintf("Maximum area that can be irrigated =%f hectare.",Amax); -- cgit