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/CH2/EX2.1/2_1.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2513/CH2/EX2.1/2_1.sce (limited to '2513/CH2/EX2.1') diff --git a/2513/CH2/EX2.1/2_1.sce b/2513/CH2/EX2.1/2_1.sce new file mode 100755 index 000000000..4be33fbe4 --- /dev/null +++ b/2513/CH2/EX2.1/2_1.sce @@ -0,0 +1,14 @@ +clc +//initialisation of variables +w=3000//sq ft +w1=2000//sq ft +w2=1000//sq ft +r=15//in +a=12//in +h=7.5//in +//CALCULATIONS +G=w*(r/a)*h//gal +g=w1*(r/a)*h//gal +g1=w2*(r/a)*h//gal +//RESULTS +printf('the normally be stored to tide the supply over dry spells=% f gal',G) -- cgit