summaryrefslogtreecommitdiff
path: root/1388/CH6/EX6.5/6_5.sce
blob: 2f85a681ddfe85342e31fdf5f4d7a4114cd3bcad (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
G= 2054.7 //cal
R= 1.9872 //cal/mol K
T= 298.16 //K
//CALCULATIONS
P= 10^(-G/(2.303*T*R))
//RESULTS
printf (' pressure = %.5f atm',P)