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 --- 2666/CH14/EX14.4/14_4.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 2666/CH14/EX14.4/14_4.sce (limited to '2666/CH14/EX14.4') diff --git a/2666/CH14/EX14.4/14_4.sce b/2666/CH14/EX14.4/14_4.sce new file mode 100755 index 000000000..62aad12a6 --- /dev/null +++ b/2666/CH14/EX14.4/14_4.sce @@ -0,0 +1,15 @@ +clc +//initialisation of variables +t=77//F +u1=640//ft +u2=12.5//ft +u3=85//ft +p=47//ft +v=82//ft +h=60.5//ft +a=1066//ft +w=2202000//ft +//CALCULATIONS +E=u1+u2*u3+p*v+h*a+w//Btu +//RESULTS +printf('the left hand side of this equation=% f Btu',w) -- cgit