summaryrefslogtreecommitdiff
path: root/1967/CH17/EX17.2/17_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1967/CH17/EX17.2/17_2.sce')
-rwxr-xr-x1967/CH17/EX17.2/17_2.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1967/CH17/EX17.2/17_2.sce b/1967/CH17/EX17.2/17_2.sce
new file mode 100755
index 000000000..5babf1525
--- /dev/null
+++ b/1967/CH17/EX17.2/17_2.sce
@@ -0,0 +1,8 @@
+clc
+//initialisation of variables
+clear
+a= 0.1
+//CALCULATIONS
+r= 10^(-0.509*sqrt(a)/(1+sqrt(a)))
+//RESULTS
+printf ('mean ionic acctivity coefficient = %.3f ',r)