summaryrefslogtreecommitdiff
path: root/3685/CH16/EX16.5/Ex16_5.sce
blob: 8e05a9190d8994aad80645d42dc6325a3783a526 (plain)
1
2
3
4
5
6
7
8
9
clc
Veo = 1.777 // Ve/Vo
e = 1-Veo // Degree of dissociation
P = 0.124 // in atm
K = (4*e^2*P)/(1-e^2)

printf("\n Example 16.5\n")
printf("\n The value of equillibrium constant is %f atm",K)