From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1385/CH10/EX10.3/10_3.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 1385/CH10/EX10.3/10_3.sce (limited to '1385/CH10/EX10.3') diff --git a/1385/CH10/EX10.3/10_3.sce b/1385/CH10/EX10.3/10_3.sce new file mode 100755 index 000000000..3255efc1d --- /dev/null +++ b/1385/CH10/EX10.3/10_3.sce @@ -0,0 +1,12 @@ +clc +//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 +printf (' oxidation potential of copper elctrode = %.3f v',E1) -- cgit