diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /3428/CH15/EX9.15.25 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '3428/CH15/EX9.15.25')
-rw-r--r-- | 3428/CH15/EX9.15.25/Ex9_15_25.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3428/CH15/EX9.15.25/Ex9_15_25.sce b/3428/CH15/EX9.15.25/Ex9_15_25.sce new file mode 100644 index 000000000..ad38f7946 --- /dev/null +++ b/3428/CH15/EX9.15.25/Ex9_15_25.sce @@ -0,0 +1,10 @@ +//Section-9,Example-2,Page no.-E.52 +//To calculate the transport number of hydrogen ions. +clc; +M_Ag=0.1209 +Q=M_Ag/108 +A=1.24 +dx=7.5 +C=0.1 +t_H=(A*dx*C)/(Q*1000) +disp(t_H,'transport number of hydrogen ions') |