summaryrefslogtreecommitdiff
path: root/3876/CH10/EX10.3/Ex10_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3876/CH10/EX10.3/Ex10_3.sce')
-rw-r--r--3876/CH10/EX10.3/Ex10_3.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3876/CH10/EX10.3/Ex10_3.sce b/3876/CH10/EX10.3/Ex10_3.sce
new file mode 100644
index 000000000..81d074e04
--- /dev/null
+++ b/3876/CH10/EX10.3/Ex10_3.sce
@@ -0,0 +1,18 @@
+//Chapter 10 Electmotive Force
+
+clc;
+clear;
+
+//Initialisation of Variables
+E= -0.771 //v
+R= 8.31 //J/mol K
+T= 25 //C
+F= 96500 //coloums
+M= 0.02 //m
+M1= 0.1 //m
+
+//CALCULATIONS
+E1= E-(R*(273+T)*2.3*log10(M/M1)/F)
+
+//RESULTS
+mprintf("Oxidation potential of copper electrode = %.2f v",E1)