summaryrefslogtreecommitdiff
path: root/3428/CH15/EX9.15.19/Ex9_15_19.sce
blob: bd75d53a1f7a9ebdb433ddf5956e4a97dda9744e (plain)
1
2
3
4
5
6
7
8
9
10
11
//Section-9,Example-2,Page no.-E.32
//To find the valency of Mercurous ion with the help of given cell.
clc;
C_1=0.001
C_2=0.01
F=96500
R=8.314
T=291
E_cell=0.029
n=((2.303*R*T)/(E_cell*F))*log10(C_2/C_1)
disp(n,'valency of Mercurous ion')