diff options
Diffstat (limited to '2495/CH8/EX8.23.7/Ex8_23_7.sce')
-rw-r--r-- | 2495/CH8/EX8.23.7/Ex8_23_7.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2495/CH8/EX8.23.7/Ex8_23_7.sce b/2495/CH8/EX8.23.7/Ex8_23_7.sce new file mode 100644 index 000000000..d5fb188fb --- /dev/null +++ b/2495/CH8/EX8.23.7/Ex8_23_7.sce @@ -0,0 +1,12 @@ +clear
+clc
+Ecell=-0.188;//in V
+RT_F=0.05913;//in V
+H=10^(Ecell/RT_F);//in mol/dm^3
+M=1/32;//
+alpha=(H/M);//degree of freedom
+printf('alpha=%.3f*10^-2',alpha/10^-2)
+Kh=(M*alpha^2)/(1-alpha);//
+printf('\nKh=%.2f*10^-5 mol/dm^3',Kh/10^-5)
+
+//page 547
|