diff options
Diffstat (limited to '1427/CH22/EX22.15/22_15.sce')
-rw-r--r-- | 1427/CH22/EX22.15/22_15.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1427/CH22/EX22.15/22_15.sce b/1427/CH22/EX22.15/22_15.sce new file mode 100644 index 000000000..6da25b7d6 --- /dev/null +++ b/1427/CH22/EX22.15/22_15.sce @@ -0,0 +1,8 @@ +//ques-22.15
+//Calculating electron affinity of iodine
+clc
+S=25.9;//entropy (in kcal/mol)
+H=-68.8;//enthalpy change (in kcal/mol)
+D=25.5; IE=118.4; Uo=-165.4;//(in kcal/mol)
+EA=H-S-D-IE-Uo;
+printf("The electron affinity of iodine is %.1f kcal/mol.",EA);
|