summaryrefslogtreecommitdiff
path: root/2465/CH9/EX9.10/Ex9_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH9/EX9.10/Ex9_10.sce')
-rw-r--r--2465/CH9/EX9.10/Ex9_10.sce22
1 files changed, 0 insertions, 22 deletions
diff --git a/2465/CH9/EX9.10/Ex9_10.sce b/2465/CH9/EX9.10/Ex9_10.sce
deleted file mode 100644
index dcd2b7092..000000000
--- a/2465/CH9/EX9.10/Ex9_10.sce
+++ /dev/null
@@ -1,22 +0,0 @@
-//Chapter-9,Example 10,Page 221
-clc();
-close();
-
-lamda_Ag = 58.3
-
-lamda_Cl=65.3
-
-lamda_v=lamda_Ag+lamda_Cl //Kohlrausch's law
-
-Kv=1.24*10^-6 //specific conductivity
-
-V=lamda_v/(Kv*1000)
-
-wt=143.5 //molecular weight of AgCl
-
-S=wt/V
-
-printf('the solubility off AGCl is %.5f g/l',S)
-
-
-//mistake in textbook