summaryrefslogtreecommitdiff
path: root/2465/CH10/EX10.6/Ex10_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH10/EX10.6/Ex10_6.sce')
-rw-r--r--2465/CH10/EX10.6/Ex10_6.sce14
1 files changed, 0 insertions, 14 deletions
diff --git a/2465/CH10/EX10.6/Ex10_6.sce b/2465/CH10/EX10.6/Ex10_6.sce
deleted file mode 100644
index da05652c0..000000000
--- a/2465/CH10/EX10.6/Ex10_6.sce
+++ /dev/null
@@ -1,14 +0,0 @@
-//Chapter-10,Example 5,Page 253
-clc();
-close();
-
-E0_Zn=-0.76
-
-E0_Ag=0.8
-
-E0_cell=E0_Ag-E0_Zn
-
-printf('\n the cell reaction is')
-printf('\n 2Ag+ + Zn <----> 2Ag + Zn+2')
-printf('\n the e.m.f. of cell is %.4f V',E0_cell)
-