summaryrefslogtreecommitdiff
path: root/632/CH11/EX11.15/example11_15.sce
blob: 41665db1ec57a9b78a89d6a069467699085a34f0 (plain)
1
2
3
4
5
6
7
8
9
//clc()
Hna = 26.04;//J/g-atomK
Hs = 22.6;//J/g-atomK
Ho = 16.8;//J/g-atomK
Hh = 9.6;//J/g-atomK
Hna2so410h2o = 2*Hna + Hs + 14*Ho  + 20*Hh;
Hexp = 592.2;//J/molK
Deviation = (Hexp - Hna2so410h2o)*100/Hexp;
disp("%",Deviation,"Deviation in heat capacity = ")