diff options
Diffstat (limited to '3428/CH15/EX9.15.26/Ex9_15_26.sce')
-rw-r--r-- | 3428/CH15/EX9.15.26/Ex9_15_26.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3428/CH15/EX9.15.26/Ex9_15_26.sce b/3428/CH15/EX9.15.26/Ex9_15_26.sce new file mode 100644 index 000000000..7b987455a --- /dev/null +++ b/3428/CH15/EX9.15.26/Ex9_15_26.sce @@ -0,0 +1,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') |