diff options
Diffstat (limited to '3050/CH6/EX6.10')
-rwxr-xr-x | 3050/CH6/EX6.10/Ex6_10.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3050/CH6/EX6.10/Ex6_10.sce b/3050/CH6/EX6.10/Ex6_10.sce new file mode 100755 index 000000000..671c67426 --- /dev/null +++ b/3050/CH6/EX6.10/Ex6_10.sce @@ -0,0 +1,9 @@ +//calculating Kc
+//Example 6.10
+clc
+clear
+//E'cell=0.0591*logKc/n
+Ecell=-0.8277
+n=1
+Kc=10^(n*Ecell/0.0591)//equilibrium constant
+printf('Thus the equilibrium constant for the reaction = %e',Kc)
|