diff options
Diffstat (limited to '1967/CH15/EX15.5')
-rwxr-xr-x | 1967/CH15/EX15.5/15_5.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1967/CH15/EX15.5/15_5.sce b/1967/CH15/EX15.5/15_5.sce new file mode 100755 index 000000000..322fcd5a1 --- /dev/null +++ b/1967/CH15/EX15.5/15_5.sce @@ -0,0 +1,13 @@ +clc
+//initialisation of variables
+clear
+e= 0.7865 //volt
+emf= 0.8085 //emf
+T= 500 //C
+R= 1.98*10^-4 //cal mol6-1 deg^-1
+n2= 0.5937
+//CALCULATIONS
+a2= 10^((e-emf)/(R*(273+T)))
+r= a2/n2
+//RESULTS
+printf ('activity coefficient = %.2f ',r)
|