diff options
Diffstat (limited to '1427/CH22/EX22.16/22_16.sce')
-rw-r--r-- | 1427/CH22/EX22.16/22_16.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1427/CH22/EX22.16/22_16.sce b/1427/CH22/EX22.16/22_16.sce new file mode 100644 index 000000000..01478c09d --- /dev/null +++ b/1427/CH22/EX22.16/22_16.sce @@ -0,0 +1,6 @@ +//ques-22.16
+//Calculating lattice energy of KCl crystal
+clc
+S=90.9; IE=418.7; EA=-348.7; D=240; H=-440.3;//(in kJ/mol)
+Uo=H-S-IE-D/2-EA;
+printf("The lattice energy of KCl crystal is %.1f kJ/mol.",Uo);
|