summaryrefslogtreecommitdiff
path: root/1388/CH4/EX4.4/4_4.sce
blob: 3d400acec026a55ba80bd0d6896794714641569c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//initialisation of variables
Hv= 9720 //cal mole^-1
Hv1= 30900 //cal mole^-1
Tb= 373 //K
Tb1= 1029 //K
//CALCULATIONS
Sv= Hv/Tb
Sv1= Hv1/Tb1
//RESULTS
printf (' Entropy= %.f cal mole deg^-1',Sv)
printf (' \n Entropy = %.f cal mole deg^-1',Sv1)