summaryrefslogtreecommitdiff
path: root/3825/CH7/EX7.2/Ex7_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3825/CH7/EX7.2/Ex7_2.sce')
-rw-r--r--3825/CH7/EX7.2/Ex7_2.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3825/CH7/EX7.2/Ex7_2.sce b/3825/CH7/EX7.2/Ex7_2.sce
new file mode 100644
index 000000000..e877b8310
--- /dev/null
+++ b/3825/CH7/EX7.2/Ex7_2.sce
@@ -0,0 +1,8 @@
+clc
+T2=300
+T1=1400
+Eta=1-(T2/T1)
+mprintf("Eta=%f\n",Eta)//ans vary due to roundoff error
+Q1=65 //in kJ/min
+W=60 //in kJ/min
+mprintf("efficiency claimed by inventor=%f",W/Q1)//ans vary due to roundoff error