From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1439/CH15/EX15.2/15_2.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 1439/CH15/EX15.2/15_2.sce (limited to '1439/CH15/EX15.2') diff --git a/1439/CH15/EX15.2/15_2.sce b/1439/CH15/EX15.2/15_2.sce new file mode 100755 index 000000000..982b0809c --- /dev/null +++ b/1439/CH15/EX15.2/15_2.sce @@ -0,0 +1,9 @@ +clc +//initialisation of variables +Ksp= 2*10^-12 +M= 8.84*10^-5 //molar +n= 2 +//CALCULATIONS +r= (Ksp/(n^2*M^3))^(1/3) +//RESULTS +printf ('mean ionic activity coefficient = %.1f ',r) -- cgit