summaryrefslogtreecommitdiff
path: root/3876/CH9/EX9.15/Ex9_15.sce
blob: 3c8c017b443da8552b34aefae4037eff05b70d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Chapter 9 Ionic Equilibria and Buffer Action

clc;
clear;

//Initialisation of Variables
pH= 7.36

//CALCULATIONS
C= 10**-pH

//RESULTS
mprintf("Concentration of solution = %.2e mol per litre",C)