diff options
Diffstat (limited to '3876/CH9/EX9.15/Ex9_15.sce')
-rw-r--r-- | 3876/CH9/EX9.15/Ex9_15.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3876/CH9/EX9.15/Ex9_15.sce b/3876/CH9/EX9.15/Ex9_15.sce new file mode 100644 index 000000000..3c8c017b4 --- /dev/null +++ b/3876/CH9/EX9.15/Ex9_15.sce @@ -0,0 +1,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) |