summaryrefslogtreecommitdiff
path: root/1427/CH6/EX6.1/6_1.sce
blob: 83cb19d4125a439da637c5667349d33092ac0938 (plain)
1
2
3
4
5
6
7
//ques-6.1
//Calculating reduction potential for a half cell
clc
e1=-2.48;//reduction of Ce(4+) (in V)
e2=1.61;//reduction of Ce(3+) (in V)
E=e1+e2;
printf("The reduction potential of the half-cell is %.2f V.",E);