summaryrefslogtreecommitdiff
path: root/3428/CH15/EX9.15.22/Ex9_15_22.sce
blob: 3689f6cff2f0266a072f4ec3227271a761f4b6ec (plain)
1
2
3
4
5
6
7
//Section-9,Example-1,Page no.-E.47
//To calculate the time required to deposit 2 gm copper from the solution of copper sulphate
clc;
Q=(96500/32)*2              //charge deposited by 2 gm copper.
I=5
t=Q/I                      //time in seconds
disp(t,'Time required for deposition')