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 --- 1466/CH3/EX3.1/3_1.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 1466/CH3/EX3.1/3_1.sce (limited to '1466/CH3/EX3.1') diff --git a/1466/CH3/EX3.1/3_1.sce b/1466/CH3/EX3.1/3_1.sce new file mode 100755 index 000000000..70e15357c --- /dev/null +++ b/1466/CH3/EX3.1/3_1.sce @@ -0,0 +1,14 @@ + +clc +//initialisation of variables +ws= 62.4 //lbf/ft^3 +V= 300 //gal +P= 20 //lb/in^2 +ww= 10 //Lb +w= 62.4 //lb/ft^3 +//CALCULATIONS +Ws= (V*ww)/60 +Vws= Ws/w +hp= P*144*Vws/550 +//RESULTS +printf (' horse power required= %.1f hp ',hp) -- cgit