summaryrefslogtreecommitdiff
path: root/2465/CH10/EX10.1/Example_1.sce
blob: 02cf4577c43b1bc606650e19c92800514440833d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Chapter-10,Example 1,Page 252
clc();
close();

E = 0.296    //electrode potential at 25 degree

n= 2

Cu = 0.015

E0=E-(0.0592/n)*log10(Cu)

printf('the standard potential of Cu+2 is %.5f V ',E0)