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