summaryrefslogtreecommitdiff
path: root/2465/CH10/EX10.5/Ex10_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH10/EX10.5/Ex10_5.sce')
-rw-r--r--2465/CH10/EX10.5/Ex10_5.sce13
1 files changed, 0 insertions, 13 deletions
diff --git a/2465/CH10/EX10.5/Ex10_5.sce b/2465/CH10/EX10.5/Ex10_5.sce
deleted file mode 100644
index 714124f20..000000000
--- a/2465/CH10/EX10.5/Ex10_5.sce
+++ /dev/null
@@ -1,13 +0,0 @@
-//Chapter-10,Example 5,Page 253
-clc();
-close();
-
-E0_Pb=-0.13
-
-E0_Ni=-0.24
-
-E0_cell=E0_Pb-E0_Ni
-
-printf('the e.m.f. of cell is %.4f V',E0_cell)
-printf('\n the cell reaction is')
-printf('\n Ni + Pb+2 <----> Ni+2 + Pb')