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("%")