diff options
Diffstat (limited to '575/CH9/EX9.3.1/9_3_1.sce')
-rwxr-xr-x | 575/CH9/EX9.3.1/9_3_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/575/CH9/EX9.3.1/9_3_1.sce b/575/CH9/EX9.3.1/9_3_1.sce new file mode 100755 index 000000000..dc1be6f4d --- /dev/null +++ b/575/CH9/EX9.3.1/9_3_1.sce @@ -0,0 +1,7 @@ +clc
+pathname=get_absolute_file_path('9_3_1.sce')
+filename=pathname+filesep()+'931.sci'
+exec(filename)
+printf(" All the values in the textbook are Approximated hence the values in this code differ from those of Textbook")
+Hr=5*HCO2+6*HH2O-HC5H12
+printf(" \n Heat of the rxn= %f KJ/mol",Hr)
\ No newline at end of file |