summaryrefslogtreecommitdiff
path: root/3825/CH7/EX7.4/Ex7_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3825/CH7/EX7.4/Ex7_4.sce')
-rw-r--r--3825/CH7/EX7.4/Ex7_4.sce8
1 files changed, 8 insertions, 0 deletions
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