summaryrefslogtreecommitdiff
path: root/3050/CH6/EX6.10/Ex6_10.sce
blob: 671c67426b44d00ce29502c590098f62cf84512e (plain)
1
2
3
4
5
6
7
8
9
//calculating Kc
//Example 6.10
clc
clear
//E'cell=0.0591*logKc/n
Ecell=-0.8277
n=1
Kc=10^(n*Ecell/0.0591)//equilibrium constant
printf('Thus the equilibrium constant for the reaction = %e',Kc)