summaryrefslogtreecommitdiff
path: root/1967/CH19/EX19.3/19_3.sce
blob: d69f7aa34169772519dfc7318c90a314e7f41305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clc
//initialisation of variables
clear
H= -60.15 //kcal
e= 2.924 //volt
v= 23070 //cc
T= 25 //C
Sm= 15.2 //E.U.mole^-1
Sg= 31.2 //E.U.mole^-1
//CALCULATIONS
dS= (H*1000-(-e*v))/(273.2+T)
Sk= (dS+Sm)-0.5*Sg
//RESULTS
printf ('Stanadard entropy of pottasium ion  = %.1f E.U.g ion^-1',Sk)