From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3825/CH7/EX7.4/Ex7_4.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3825/CH7/EX7.4/Ex7_4.sce (limited to '3825/CH7/EX7.4/Ex7_4.sce') diff --git a/3825/CH7/EX7.4/Ex7_4.sce b/3825/CH7/EX7.4/Ex7_4.sce new file mode 100644 index 000000000..b08c5130b --- /dev/null +++ b/3825/CH7/EX7.4/Ex7_4.sce @@ -0,0 +1,8 @@ +clc +TL=4.2 +TH=305 +COPR=TL/(TH-TL) +mprintf("COPR=%f\n",COPR)//ans vary due to roundoff error +QL=83.3 +W=QL/COPR +mprintf("W=%fkJ",W)//ans vary due to roundoff error -- cgit