summaryrefslogtreecommitdiff
path: root/1439/CH15/EX15.3
diff options
context:
space:
mode:
Diffstat (limited to '1439/CH15/EX15.3')
-rwxr-xr-x1439/CH15/EX15.3/15_3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1439/CH15/EX15.3/15_3.sce b/1439/CH15/EX15.3/15_3.sce
new file mode 100755
index 000000000..641f96c8b
--- /dev/null
+++ b/1439/CH15/EX15.3/15_3.sce
@@ -0,0 +1,8 @@
+clc
+//initialisation of variables
+n= 2
+C= 0.01 //M
+//CALCULATIONS
+r= 10^(-0.509*n*sqrt(C))
+//RESULTS
+printf ('mean ionic activity coefficient = %.2f ',r)