diff options
Diffstat (limited to '2465/CH10/EX10.10/Example_10.sce')
-rw-r--r-- | 2465/CH10/EX10.10/Example_10.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2465/CH10/EX10.10/Example_10.sce b/2465/CH10/EX10.10/Example_10.sce new file mode 100644 index 000000000..1137bac40 --- /dev/null +++ b/2465/CH10/EX10.10/Example_10.sce @@ -0,0 +1,12 @@ +//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)
|