diff options
Diffstat (limited to '1439/CH18/EX18.8/18_8.sce')
-rwxr-xr-x | 1439/CH18/EX18.8/18_8.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/1439/CH18/EX18.8/18_8.sce b/1439/CH18/EX18.8/18_8.sce new file mode 100755 index 000000000..a3e29b1ef --- /dev/null +++ b/1439/CH18/EX18.8/18_8.sce @@ -0,0 +1,15 @@ +clc
+//initialisation of variables
+e= 23.06 //kcal mole^-1
+E= 4.476 //ev
+h= 6.627*10^-27 //ergs sec
+c= 3*10^10 //cm/sec
+v= 4395 //cm^-1
+e1= 8060 //ev
+N= 6*10^23
+//CALCULATIONS
+D= E*e+(h*c*N*v/(2*10^3*4.184*10^7))
+D1= E*e1+(v/2)
+//RESULTS
+printf (' dissociation energy = %.1f kcal mole^-1',D)
+printf (' \n dissociation energy = %.f cm^-1',D1+26)
|