summaryrefslogtreecommitdiff
path: root/3428/CH15/EX9.15.28
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /3428/CH15/EX9.15.28
downloadScilab-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.28')
-rw-r--r--3428/CH15/EX9.15.28/Ex9_15_28.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3428/CH15/EX9.15.28/Ex9_15_28.sce b/3428/CH15/EX9.15.28/Ex9_15_28.sce
new file mode 100644
index 000000000..2ef6f2ec3
--- /dev/null
+++ b/3428/CH15/EX9.15.28/Ex9_15_28.sce
@@ -0,0 +1,14 @@
+//Section-9,Example-3,Page no.-E.57
+//To calculate the transport number of Cu2+ and (SO4+)2- ions.
+clc;
+W_Ag=0.1351
+E_Ag=107.88
+E_Cu=63.6/2
+W_Cu=(W_Ag/E_Ag)*E_Cu //Total weight of copper deposited in voltmeter
+Y=0.6350
+X=0.6236
+L=Y-X //Loss in weight of Cu in anodic solution(gm)
+t_no1=L/W_Cu
+disp(t_no1,'Transport number of Cu2+ ions')
+t_no2=1-t_no1
+disp(t_no2,'Transport number of (SO4+)2- ions')