summaryrefslogtreecommitdiff
path: root/1967/CH14/EX14.2/14_2.sce
blob: a50815bc3d2f1d6255fd4082d3d6f911d5eb810e (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
clear
vpe= 42 //atm
p2= 1 //atm
//CALCULATIONS
N2= p2/vpe
//RESULTS
printf ('Ideal solubility of ethane = %.3f mole fraction',N2)