summaryrefslogtreecommitdiff
path: root/3428/CH15/EX9.15.26/Ex9_15_26.sce
blob: 7b987455ac56f2ce341f4e41ca5d20a132105462 (plain)
1
2
3
4
5
6
7
8
9
//Section-9,Example-1,Page no.-E.56
//To calculate the transport number of silver and nitrate ions.
clc;
u_1=0.916                        //u_Ag+/u_NO3-
u_2=u_1+1                        //(u_NO3-/(u_Ag+ + u_NO3-))
t_no=1/u_2
disp(t_no,'Transport no. of nitrate ions')
t_Ag=1-t_no
disp(t_no,'Transport no. of silver ions')