diff options
Diffstat (limited to '3718/CH6/EX6.14/Ex6_14.sce')
-rw-r--r-- | 3718/CH6/EX6.14/Ex6_14.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3718/CH6/EX6.14/Ex6_14.sce b/3718/CH6/EX6.14/Ex6_14.sce new file mode 100644 index 000000000..f31642d99 --- /dev/null +++ b/3718/CH6/EX6.14/Ex6_14.sce @@ -0,0 +1,14 @@ +//Chapter 6: Electrochemistry
+//Problem: 14
+clc;
+
+//Declaration of Variables
+T = 25 // C
+Eo = - 0.8277 // V
+
+// Solution
+mprintf("The reversible reaction,\n")
+mprintf(" 2H2O <--> H3O+ + OH-\n")
+mprintf(" May be divided into two parts.\n")
+mprintf(" 2H2O + e- --> 1/2 H2 + OH- (cathode) Eo = -0.8277 V\n")
+mprintf(" H2O + 1/2 H2 --> H3O+ + e- (anode) Eo = 0")
|