diff options
Diffstat (limited to '1427/CH35/EX35.18')
-rw-r--r-- | 1427/CH35/EX35.18/35_18.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH35/EX35.18/35_18.sce b/1427/CH35/EX35.18/35_18.sce new file mode 100644 index 000000000..381e71c4a --- /dev/null +++ b/1427/CH35/EX35.18/35_18.sce @@ -0,0 +1,7 @@ +//ques-35.18
+//Calculating corresponding energy for a NMR spectra
+clc
+f=60;//frequency used (in MHz)
+E=(6.023*10^23)*(6.625*10^-34)*f*10^6;//energy (in J/mol)
+E=(E/1000)/4.184;//energy (in kcal/mol)
+printf("The energy required is %.9f kcal/mol.",E);
|