summaryrefslogtreecommitdiff
path: root/2465/CH10/EX10.5/Example_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH10/EX10.5/Example_5.sce')
-rw-r--r--2465/CH10/EX10.5/Example_5.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/2465/CH10/EX10.5/Example_5.sce b/2465/CH10/EX10.5/Example_5.sce
new file mode 100644
index 000000000..714124f20
--- /dev/null
+++ b/2465/CH10/EX10.5/Example_5.sce
@@ -0,0 +1,13 @@
+//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')