diff options
Diffstat (limited to '3428/CH15/EX9.15.14/Ex9_15_14.sce')
-rw-r--r-- | 3428/CH15/EX9.15.14/Ex9_15_14.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3428/CH15/EX9.15.14/Ex9_15_14.sce b/3428/CH15/EX9.15.14/Ex9_15_14.sce new file mode 100644 index 000000000..f5413a191 --- /dev/null +++ b/3428/CH15/EX9.15.14/Ex9_15_14.sce @@ -0,0 +1,11 @@ +//Section-9,Example-5,Page no.-E.14 +//To determine the number of coulombs delivered by a Daniel cell. +clc; +E_cell=1.00 +E0_cell=1.10 +n=2 +L=10^((E_cell-E0_cell)/(-0.0592/n)) +//L=log(Zn_2+/Cu_2+) and (Zn_2+/Cu_2+)=2399 +Cu_2=2/L +disp(193000,'coulomb of electrons delivered') +//Since all the copper has been consumed,thus 2 mol of electrons has been delivered. |