summaryrefslogtreecommitdiff
path: root/1962/CH11/EX11.1/example11_1.sce
blob: f4ebd57ddec87616b97ee149193b7cb38cea506f (plain)
1
2
3
4
5
6
7
8
9
10
11
12

//example 11.1
//page 420
clc; funcprot(0);
//initialisation of variable
T1=15+273;//temperature
T2=90+273;//temperature
Cp=0.24;//heat constant
W=10;//weight
H=W*Cp*(T2-T1);
disp(H,"Change in Enthalpy(kcal)=");
clear