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 --- 821/CH4/EX4.31/4_31.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 821/CH4/EX4.31/4_31.sce (limited to '821/CH4/EX4.31/4_31.sce') diff --git a/821/CH4/EX4.31/4_31.sce b/821/CH4/EX4.31/4_31.sce new file mode 100755 index 000000000..3a03ae3c8 --- /dev/null +++ b/821/CH4/EX4.31/4_31.sce @@ -0,0 +1,8 @@ +D=78;//dielectric constant// +V=0.009;//viscosity of suspension in dyn sec per cm^2// +P=3.2;//potential gradient in volt per cm// +t=38.2; +d=0.033;//standard distance between electrodes in cm// +u=90000; +EP=(4*%pi*V*u*d)/(D*t*P);//Electrokinetic potential of the catalyst in volts// +printf('Electrokinetic potential of the catalyst=EP=%fvolts',EP); -- cgit