diff options
Diffstat (limited to '3428/CH15/EX9.15.28/Ex9_15_28.sce')
-rw-r--r-- | 3428/CH15/EX9.15.28/Ex9_15_28.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3428/CH15/EX9.15.28/Ex9_15_28.sce b/3428/CH15/EX9.15.28/Ex9_15_28.sce new file mode 100644 index 000000000..2ef6f2ec3 --- /dev/null +++ b/3428/CH15/EX9.15.28/Ex9_15_28.sce @@ -0,0 +1,14 @@ +//Section-9,Example-3,Page no.-E.57 +//To calculate the transport number of Cu2+ and (SO4+)2- ions. +clc; +W_Ag=0.1351 +E_Ag=107.88 +E_Cu=63.6/2 +W_Cu=(W_Ag/E_Ag)*E_Cu //Total weight of copper deposited in voltmeter +Y=0.6350 +X=0.6236 +L=Y-X //Loss in weight of Cu in anodic solution(gm) +t_no1=L/W_Cu +disp(t_no1,'Transport number of Cu2+ ions') +t_no2=1-t_no1 +disp(t_no2,'Transport number of (SO4+)2- ions') |