diff options
Diffstat (limited to '3825/CH7/EX7.1/Ex7_1.sce')
-rw-r--r-- | 3825/CH7/EX7.1/Ex7_1.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3825/CH7/EX7.1/Ex7_1.sce b/3825/CH7/EX7.1/Ex7_1.sce new file mode 100644 index 000000000..4a4102aeb --- /dev/null +++ b/3825/CH7/EX7.1/Ex7_1.sce @@ -0,0 +1,5 @@ +clc
+T2=300 //temperature in Kelvin
+T1=420 //temperature in Kelvin
+Eta=1-(T2/T1)
+mprintf("maximum possible efficiency=%f",Eta)//ans vary due to roundoff error
|