summaryrefslogtreecommitdiff
path: root/1967/CH9/EX9.4/9_4.sce
blob: b93c54fa37e4a37d9843f31fb95f32d1776e6ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//initialisation of variables
clear
Sco= 47.3 //cal deg^-1 
Sh2= 31.21 //cal deg^-1
Sc= 1.36 //cal deg^-1
Sho = 16.75 //cal deg^-1
//CALCULATIONS
S= Sco+Sh2-Sc-Sho
//RESULTS
printf ('Standard entropy = %.2f cal deg^-1 mole^-1',S)