summaryrefslogtreecommitdiff
path: root/1652/CH12/EX12.6/12_6.sce
blob: b239969edf2392253f402d2d9b75c46fb2f29408 (plain)
1
2
3
4
5
6
7
8
clc
//Initialization of variables
Hv=539.6 //cal/g
T=273.2+100 //K
//calculations
Kb=1.987*T^2 /(1000*Hv)
//results
printf("Molal elevation constant = %.3f deg /mole /kg",Kb)