summaryrefslogtreecommitdiff
path: root/1427/CH5/EX5.6/5_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH5/EX5.6/5_6.sce')
-rw-r--r--1427/CH5/EX5.6/5_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH5/EX5.6/5_6.sce b/1427/CH5/EX5.6/5_6.sce
new file mode 100644
index 000000000..0d8687fb8
--- /dev/null
+++ b/1427/CH5/EX5.6/5_6.sce
@@ -0,0 +1,7 @@
+//ques-5.6
+//Calculating equivalent conductance of solution
+clc
+C=0.01;//normality of solution
+k1=126.5//equivalent conductance at infinite dilution (in L^2 mho/eq)
+k2=k1-(60.2+0.229*k1)*sqrt(C);//equivalent conductance (in L62 mho/eq)
+printf("The equivalent conductance of solution is %.3f L^2 mho/eq.",k2);