summaryrefslogtreecommitdiff
path: root/1967/CH13/EX13.5/13_5.sce
blob: fbfbf7522788c5c8e6351c6caa96237bf2fc6840 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//initialisation of variables
clear
T= 25 //C
dF1= 61.44 //kcal
dF= 54.65 //kcal
R= 4.576 //cal deg^-1 mole^-1
//CALCULATIONS
Kf= 10^(-(dF1-dF)*10^3/(R*(273.2+T)))
//RESULTS
printf ('Kf at this temperature = %.2e ',Kf)