summaryrefslogtreecommitdiff
path: root/3876/CH16/EX16.2/Ex16_2.sce
blob: c26668a116e2b39c3335d88830a6dfc5b886bd11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Chapter 16 Oxidation Reduction Potentials

clc;
clear;

//Initialisation of Variables
E= 0.3500 //v
E1= -0.2788 //v

//CALCULATIONS
e= E+E1

//RESULTS
mprintf("Redox potential of sample= %.4f v",e)