diff options
Diffstat (limited to '2513/CH14/EX14.7')
-rwxr-xr-x | 2513/CH14/EX14.7/14_7.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2513/CH14/EX14.7/14_7.sce b/2513/CH14/EX14.7/14_7.sce new file mode 100755 index 000000000..39fd874e3 --- /dev/null +++ b/2513/CH14/EX14.7/14_7.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+d=106//cfs
+q=400//cfs
+d1=0.40//cfs
+w=10//ft
+//CALCULATIONS
+D=d/q//cfs
+D1=d1*w//cfs
+//RESULTS
+printf('the water level in this well rises=% f cfs',D1)
|