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