summaryrefslogtreecommitdiff
path: root/2465/CH10/EX10.1/Ex10_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH10/EX10.1/Ex10_1.sce')
-rw-r--r--2465/CH10/EX10.1/Ex10_1.sce13
1 files changed, 0 insertions, 13 deletions
diff --git a/2465/CH10/EX10.1/Ex10_1.sce b/2465/CH10/EX10.1/Ex10_1.sce
deleted file mode 100644
index 02cf4577c..000000000
--- a/2465/CH10/EX10.1/Ex10_1.sce
+++ /dev/null
@@ -1,13 +0,0 @@
-//Chapter-10,Example 1,Page 252
-clc();
-close();
-
-E = 0.296 //electrode potential at 25 degree
-
-n= 2
-
-Cu = 0.015
-
-E0=E-(0.0592/n)*log10(Cu)
-
-printf('the standard potential of Cu+2 is %.5f V ',E0)