diff options
Diffstat (limited to '1652/CH6/EX6.9')
-rwxr-xr-x | 1652/CH6/EX6.9/6_9.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1652/CH6/EX6.9/6_9.sce b/1652/CH6/EX6.9/6_9.sce new file mode 100755 index 000000000..91b744b57 --- /dev/null +++ b/1652/CH6/EX6.9/6_9.sce @@ -0,0 +1,7 @@ +clc
+//initialization of variables
+DHH=103 //kcal/mol
+//calculations
+DHHp=0.5*(DHH)
+//results
+printf("Bond energy = %.1f kcal/mol",DHHp)
|