summaryrefslogtreecommitdiff
path: root/1388/CH6/EX6.4/6_4.sce
blob: b81167de2326cf37f41a30dba2172fd2ff6720f2 (plain)
1
2
3
4
5
6
7
8
clc
//initialisation of variables
Kp= 1.06*10^-2 //atm
a= 0.990
//CALCULATIONS
P= Kp*(1-a^2)/(4*a^2)
//RESULTS
printf (' pressure = %.2e atm',P)