summaryrefslogtreecommitdiff
path: root/2192/CH7/EX7.10/7_10.sce
blob: 89f3c178af51c49029427c9a30b2999f4d2031ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clc,clear
printf('Example 7.10\n\n')

CE_Cu=32.8; CE_H=1//chemical equivalents
ECE_H =0.01044*10^-3    //electrochemical equivalents
ECE_Cu = ECE_H * (CE_Cu/CE_H) 

//copper
T=1*60*60 //time in seconds
I=40
m=ECE_Cu *I*T

printf('Weight of deposited copper = %.2f grams',m)