From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3876/CH9/EX9.15/Ex9_15.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3876/CH9/EX9.15/Ex9_15.sce (limited to '3876/CH9/EX9.15/Ex9_15.sce') 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) -- cgit