summaryrefslogtreecommitdiff
path: root/551/CH5/EX5.4/4.sce
blob: 3c137f740137228e82b08c8158105438655d8521 (plain)
1
2
3
4
5
6
7
8
9
10
clc
T2=261; //K
T1=308; //K
Q2=2; //kJ/s
Q1=Q2*(T1/T2);
W=Q1-Q2;

disp("Least power required to pump the heat continuosly")
disp(W)
disp("kW")