summaryrefslogtreecommitdiff
path: root/1388/CH6/EX6.3/6_3.sce
blob: 3764c3de2df6413afcc33a10bd85ec19d5ebb535 (plain)
1
2
3
4
5
6
7
8
clc
//initialisation of variables
P= 0.3429 //atm
p0= 0.3153 //atm
//CALCULATIONS
Kp= (2*(P-p0))^2/(2*p0-P)
//RESULTS
printf (' Kp = %.2e atm',Kp)