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 --- 2420/CH13/EX13.3/13_3.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 2420/CH13/EX13.3/13_3.sce (limited to '2420/CH13/EX13.3/13_3.sce') diff --git a/2420/CH13/EX13.3/13_3.sce b/2420/CH13/EX13.3/13_3.sce new file mode 100755 index 000000000..12f0be5d5 --- /dev/null +++ b/2420/CH13/EX13.3/13_3.sce @@ -0,0 +1,13 @@ +clc +clear +//Initialization of variables +mr=3 //lb +hp=10 //hp +//calculations +h3=618 //Btu/lb +h1=131 //Btu/lb +Qe=mr*(h3-h1) +work=hp*2545/60 +cop=Qe/work +//results +printf("Coefficient of performance = %.2f",cop) -- cgit