summaryrefslogtreecommitdiff
path: root/1388/CH7/EX7.20/7_20.sce
blob: 8d7b46a4003a360d8e79b95be1dd392fa1bd6d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//initialisation of variables
E= 0.84 //volts
n= 1 //electron
F= 96500 //coloumb
R= 8.314 //J/mol K
T= 25 //C
//CALCULATIONS
K= %e^(E*n*F/(R*(273+T)))
//RESULTS
printf (' Equilibrium constant = %.1e ',K)