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