diff options
Diffstat (limited to '2495/CH8/EX8.16.1/Ex8_16_1.sce')
-rw-r--r-- | 2495/CH8/EX8.16.1/Ex8_16_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2495/CH8/EX8.16.1/Ex8_16_1.sce b/2495/CH8/EX8.16.1/Ex8_16_1.sce new file mode 100644 index 000000000..48d7f4bd3 --- /dev/null +++ b/2495/CH8/EX8.16.1/Ex8_16_1.sce @@ -0,0 +1,9 @@ +clear
+clc
+E_RHE=(0.1385);//reduction reaction at RHE in V
+RT_F=0.05915;//
+E_LHE=((RT_F*2)*log10(0.2));//reduction reaction at LHE in V
+Ecell=E_RHE-E_LHE;//cell reaction in V
+printf('Ecell=%.4f V',Ecell)
+
+//page 473
|