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.2/14_2.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 2666/CH14/EX14.2/14_2.sce (limited to '2666/CH14/EX14.2') diff --git a/2666/CH14/EX14.2/14_2.sce b/2666/CH14/EX14.2/14_2.sce new file mode 100755 index 000000000..ddb75d164 --- /dev/null +++ b/2666/CH14/EX14.2/14_2.sce @@ -0,0 +1,10 @@ +clc +//initialisation of variables +u1=14236//ft +u2=897//F +p=5957//ft +f=1390//ft +//CALCULATIONS +H=(u1-u2)+(p-f)//Btu +//RESULTS +printf('the constant pressure =% f Btu',H) -- cgit