summaryrefslogtreecommitdiff
path: root/2465/CH10/EX10.10/Ex10_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH10/EX10.10/Ex10_10.sce')
-rw-r--r--2465/CH10/EX10.10/Ex10_10.sce12
1 files changed, 0 insertions, 12 deletions
diff --git a/2465/CH10/EX10.10/Ex10_10.sce b/2465/CH10/EX10.10/Ex10_10.sce
deleted file mode 100644
index 1137bac40..000000000
--- a/2465/CH10/EX10.10/Ex10_10.sce
+++ /dev/null
@@ -1,12 +0,0 @@
-//Chapter-10,Example 10,Page 255
-clc();
-close();
-
-//E_H = -0.0592*pH
-//E_cell = E_H = -0.0592 *pH
-
-E_cell = 0.29
-
-pH = E_cell/0.0592
-
-printf('the pH of the solution is pH = %.2f ',pH)