summaryrefslogtreecommitdiff
path: root/1427/CH5/EX5.36/5_36.sce
blob: a2f8996b6b15c2f1e7781869a2fcfb3608adb4b3 (plain)
1
2
3
4
5
6
7
//ques-5.36
//Finding transport number of copper ion
clc
a=0.42;//loss of Cu in anode compartment (y-x)(in g)
z=1.058;//mass of Cu deposited in voltameter (in g)
t=a/z;//transport number of Cu ion
printf("Transport number of copper ion is %.3f.",t);