summaryrefslogtreecommitdiff
path: root/1967/CH15/EX15.4/15_4.sce
blob: ae05ca9385296bd2be60cc60456b03e34a30173c (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
clear
n1= 0.424 //mole fraction
a2= 3.268
n= 8.3
//CALCULATIONS
r= a2/(n*n1)
//RESULTS
printf ('a2/N2 = %.3f ',r)