summaryrefslogtreecommitdiff
path: root/2489/CH5/EX5.4/5_4.sce
blob: c8dffe67403f97e808da9fe813413cbaa781e388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//Intitalisation of variables
clear
R= 2 //cal mole^-1 K^-1 
r= 2.72 //cm of mercury per degree
p= 76 //cm of mercury
T= 100 //C
m= 18 //gms
//CALCULATIONS
Lv= R*(273+T)^2*r/(m*p)
//RESULTS
printf ('heat of vapourisation = %.f cal g^-1',Lv)