summaryrefslogtreecommitdiff
path: root/1388/CH4/EX4.15/4_15.sce
blob: 8b4d50036b0777ee3721e934c2271a4920d5d35b (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
S= 45.77 //cal deg^-1
T= 25 //C
T1= 100 //C
R= 1.9872 //cal /mole K
//CALCULATIONS
S0= S+ 3.5*R*log((T1+273)/(T+273))
//RESULTS
printf (' absolute entropy= %.2f cal deg^-1',S0)