summaryrefslogtreecommitdiff
path: root/3428/CH15/EX9.15.18/Ex9_15_18.sce
blob: ef7cbdb804650c4d3cdacb947ea9477e82fd2a95 (plain)
1
2
3
4
5
6
7
8
//Section-9,Example-1,Page no.-E.32
//To calculate emf of the given cell.
clc;
n=2
C_2=0.1
C_1=0.01
E_cell=(0.0591/2)*(log10(C_2/C_1))
disp(E_cell,'Emf of the given cell')