diff options
Diffstat (limited to '3876/CH9/EX9.14/Ex9_14.sce')
-rw-r--r-- | 3876/CH9/EX9.14/Ex9_14.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3876/CH9/EX9.14/Ex9_14.sce b/3876/CH9/EX9.14/Ex9_14.sce new file mode 100644 index 000000000..fadadb780 --- /dev/null +++ b/3876/CH9/EX9.14/Ex9_14.sce @@ -0,0 +1,13 @@ +//Chapter 9 Ionic Equilibria and Buffer Action + +clc; +clear; + +//Initialisation of Variables +c= 1.92*10**-5 //mole per litre + +//CALCULATIONS +pH= -log10(c) + +//RESULTS +mprintf("pH of solution = %.2f",pH) |