summaryrefslogtreecommitdiff
path: root/3878/CH1/EX1.1/Ex1_1.sce
blob: 40770a4875d80d09055ea7570ef032ca1b1a0884 (plain)
1
2
3
4
5
6
7
8
clear
// Variable Declaration
T_0=-5+273// K
T_1=35+273// K

// Calculation
COP=(T_0)/(T_1-T_0)// Coefficient of performance
printf("\n Carnot COP= %0.2f error",COP)