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 --- 3428/CH15/EX9.15.24/Ex9_15_24.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3428/CH15/EX9.15.24/Ex9_15_24.sce (limited to '3428/CH15/EX9.15.24') diff --git a/3428/CH15/EX9.15.24/Ex9_15_24.sce b/3428/CH15/EX9.15.24/Ex9_15_24.sce new file mode 100644 index 000000000..b441837e2 --- /dev/null +++ b/3428/CH15/EX9.15.24/Ex9_15_24.sce @@ -0,0 +1,13 @@ +//Section-9,Example-1,Page no.-E.51 +//To calculate the ionic mobility of K+ ions. +clc; +l=0.04 +t=4000 +I=6*10^-3 +A=0.3*10^-4 +k=1.0 +v=l/t //Velocity of the ion(ms^-1) +F_s=I/(A*k) //Field strength(Vm^-1) +I_mo=v/F_s +disp(I_mo,'Ionic mobility of K+ ion(m^2V^-1s^-1)') + -- cgit