diff options
Diffstat (limited to '3685/CH16/EX16.5/Ex16_5.sce')
-rw-r--r-- | 3685/CH16/EX16.5/Ex16_5.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3685/CH16/EX16.5/Ex16_5.sce b/3685/CH16/EX16.5/Ex16_5.sce new file mode 100644 index 000000000..8e05a9190 --- /dev/null +++ b/3685/CH16/EX16.5/Ex16_5.sce @@ -0,0 +1,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)
+
|