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 --- 1388/CH7/EX7.27/7_27.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 1388/CH7/EX7.27/7_27.sce (limited to '1388/CH7/EX7.27/7_27.sce') diff --git a/1388/CH7/EX7.27/7_27.sce b/1388/CH7/EX7.27/7_27.sce new file mode 100755 index 000000000..a349dff62 --- /dev/null +++ b/1388/CH7/EX7.27/7_27.sce @@ -0,0 +1,12 @@ +clc +//initialisation of variables +e= 0 //ev +e1= -0.37 //ev +k= -0.05916 //j/mol +a= 0.02 +a1- 0.01 +p= 730 //mm of Hg +//CALCULATIONS +E= (e-e1)-k*log10(a*sqrt(p/760)/(a1*a)) +//RESULTS +printf (' cell potential = %.2f volt',E-0.03) -- cgit