summaryrefslogtreecommitdiff
path: root/551/CH5/EX5.6/6.sce
blob: d5af0af793de857e4ed047e7e28c6ab11d91c113 (plain)
1
2
3
4
5
6
7
clc
T1=2373; //K
T2=288; //K
n_max=1-T2/T1;
disp("Highest possible theoritical efficiency=")
disp(n_max*100)
disp("%")