summaryrefslogtreecommitdiff
path: root/551/CH5/EX5.6/6.sce
diff options
context:
space:
mode:
Diffstat (limited to '551/CH5/EX5.6/6.sce')
-rwxr-xr-x551/CH5/EX5.6/6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/551/CH5/EX5.6/6.sce b/551/CH5/EX5.6/6.sce
new file mode 100755
index 000000000..d5af0af79
--- /dev/null
+++ b/551/CH5/EX5.6/6.sce
@@ -0,0 +1,7 @@
+clc
+T1=2373; //K
+T2=288; //K
+n_max=1-T2/T1;
+disp("Highest possible theoritical efficiency=")
+disp(n_max*100)
+disp("%") \ No newline at end of file