summaryrefslogtreecommitdiff
path: root/2495/CH8/EX8.18.9/Ex8_18_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '2495/CH8/EX8.18.9/Ex8_18_9.sce')
-rw-r--r--2495/CH8/EX8.18.9/Ex8_18_9.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/2495/CH8/EX8.18.9/Ex8_18_9.sce b/2495/CH8/EX8.18.9/Ex8_18_9.sce
new file mode 100644
index 000000000..ed71a3b3f
--- /dev/null
+++ b/2495/CH8/EX8.18.9/Ex8_18_9.sce
@@ -0,0 +1,13 @@
+clear
+clc
+E1=-0.40;//in V
+E2=-0.61;//in v
+E=(E1-E2);//in V
+n=2;//
+F=96500;//in C/mol
+R=8.314;//in J/Kmol
+T=298;//in K
+Keq=10^((n*F*E)/(2.303*R*T));//equilibrium constant
+printf('Keq=%.2f*10^7',Keq/10^7)
+
+//page 486