summaryrefslogtreecommitdiff
path: root/3428/CH15/EX9.15.12/Ex9_15_12.sce
blob: 2acc3570bcc97eda9c4160346477aa80c330ce0d (plain)
1
2
3
4
5
6
7
//Section-9,Example-3,Page no.-E.13
//To calculate E0 cell for the given cell.
clc;
E0_cathode=0.77
E0_anode=0.76
E0=E0_anode+E0_cathode
disp(E0,'Emf of the cell')