summaryrefslogtreecommitdiff
path: root/2465/CH10/EX10.9/Ex10_9.sce
blob: d9ab56f372bfde1b546532a5aba8ade79aa27515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//Chapter-10,Example 9,Page 255
clc();
close();

E0_Ag = 0.799    //standard potential for copper

Ksp=8.3*10^-17

I=1

Ag= Ksp/I

n= 2

R=8.314    //gas constant

F=96500    //Farade's constant

n=2

T=298      //temperature in Kelvin

E_Ag=E0_Ag+(2.303*R*T/(n*F))*log10(Ag)

printf('the single electrode potential of Ag is %.5f V ',E_Ag)