diff options
Diffstat (limited to '1439/CH14/EX14.4')
-rwxr-xr-x | 1439/CH14/EX14.4/14_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1439/CH14/EX14.4/14_4.sce b/1439/CH14/EX14.4/14_4.sce new file mode 100755 index 000000000..961c514a5 --- /dev/null +++ b/1439/CH14/EX14.4/14_4.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+C= 0.1 //M
+V= 0.3524 //volt
+V1= 0.2224 //volt
+V2= 0.1183 //volt
+//CLACULATIONS
+r= 10^((-V+V1+V2)/V2)
+//RESULTS
+printf ('mean ionic activity = %.3f ',r)
|