diff options
Diffstat (limited to '2465/CH8/EX8.5/Ex8_5.sce')
-rw-r--r-- | 2465/CH8/EX8.5/Ex8_5.sce | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/2465/CH8/EX8.5/Ex8_5.sce b/2465/CH8/EX8.5/Ex8_5.sce deleted file mode 100644 index 90551f959..000000000 --- a/2465/CH8/EX8.5/Ex8_5.sce +++ /dev/null @@ -1,15 +0,0 @@ -//Chapter-8,Example 5,Page 196
-clc();
-close();
-
-pKa=4.74
-
-salt=0.1
-
-acid=0.1
-
-//according to Henderson equation pH of buffer solution
-
-pH = pKa + log10(salt/acid)
-
-printf('the pH of buffer solution is pH = %.2f ',pH)
|