diff options
Diffstat (limited to '821/CH5/EX5.45/5_45.sce')
-rwxr-xr-x | 821/CH5/EX5.45/5_45.sce | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/821/CH5/EX5.45/5_45.sce b/821/CH5/EX5.45/5_45.sce new file mode 100755 index 000000000..32eac9873 --- /dev/null +++ b/821/CH5/EX5.45/5_45.sce @@ -0,0 +1,3 @@ +a=0.5;//dissociation constant//
+Kp=(a^2*P)/(1-a^2);
+printf('Total pressure required to bring 50percent dissociation=P=3*Kp');
|