summaryrefslogtreecommitdiff
path: root/1439/CH5/EX5.2/5_2.sce
blob: 8ceb14223f2fae966fd76bf0e166c02635903129 (plain)
1
2
3
4
5
6
7
8
clc 
//initialisation of variables
dH= 6896 //cal mole^-1
T= 68.7 //C
//CALCULATIONS
dS= dH/(273.1+T)
//RESULTS
printf ('entropy change per mole= %.2f cal deg^-1 mole^-1',dS)