summaryrefslogtreecommitdiff
path: root/2495/CH8/EX8.18.11/Ex8_18_11.sce
blob: 5ad28026cc34dc0d2411c6bfeb681b14a5572c8b (plain)
1
2
3
4
5
6
7
8
9
10
clear
clc
E1=-0.151;//in V
E2=0.799;//in v
E=(E1-E2);//in V
RT_F=0.05913;//in V
Ksp=10^(E/RT_F);//solubility product
printf('Ksp=%.2f*10^-17',Ksp/10^-17)

//page 487