summaryrefslogtreecommitdiff
path: root/1439/CH15/EX15.10/15_10.sce
blob: 6b186c8ad2fd11f2304ca9b11665b78807908f31 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
pH= 9.26
M= 0.02 //N
M1= 0.01 ///N
//CALCULATIONS
pH1= pH+log(M1/M)
//RESULTS
printf ('pH = %.2f ',pH1)