summaryrefslogtreecommitdiff
path: root/3428/CH15/EX9.15.24
diff options
context:
space:
mode:
Diffstat (limited to '3428/CH15/EX9.15.24')
-rw-r--r--3428/CH15/EX9.15.24/Ex9_15_24.sce13
1 files changed, 13 insertions, 0 deletions
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)')
+