From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3689/CH17/EX17.11/17_11.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3689/CH17/EX17.11/17_11.sce (limited to '3689/CH17/EX17.11/17_11.sce') diff --git a/3689/CH17/EX17.11/17_11.sce b/3689/CH17/EX17.11/17_11.sce new file mode 100644 index 000000000..a5c728aac --- /dev/null +++ b/3689/CH17/EX17.11/17_11.sce @@ -0,0 +1,11 @@ +////Variable Declaration +LMg = 0.0106 //Ionic conductance for Mg, S.m2/mol +LCl = 0.0076 //Ionic conductance for Cl, S.m2/mol +[nMg,nCl] = (1,2) + +//Calculations +LMgCl2 = nMg*LMg + nCl*LCl + +//Results +printf("\n Molar conductivity of MgCl2 on infinite dilution is %5.4f S.m2/mol",LMgCl2) + -- cgit