diff options
Diffstat (limited to '575/CH9/EX9.5.5')
-rwxr-xr-x | 575/CH9/EX9.5.5/9_5_5.jpg | bin | 0 -> 48200 bytes | |||
-rwxr-xr-x | 575/CH9/EX9.5.5/9_5_5.sce | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/575/CH9/EX9.5.5/9_5_5.jpg b/575/CH9/EX9.5.5/9_5_5.jpg Binary files differnew file mode 100755 index 000000000..e04350eec --- /dev/null +++ b/575/CH9/EX9.5.5/9_5_5.jpg diff --git a/575/CH9/EX9.5.5/9_5_5.sce b/575/CH9/EX9.5.5/9_5_5.sce new file mode 100755 index 000000000..886d7bc78 --- /dev/null +++ b/575/CH9/EX9.5.5/9_5_5.sce @@ -0,0 +1,11 @@ +clc
+pathname=get_absolute_file_path('9_5_5.sce')
+filename=pathname+filesep()+'955.sci'
+exec(filename)
+printf(" All the values in the textbook are Approximated hence the values in this code differ from those of Textbook")
+disp("part 1")
+Hr=HfSalt+3*HfWater-HfAcid-3*HfBase
+printf("Hr of the rxn=%f Kj/mol",Hr)
+disp("part 2")
+deltaH=Hr*5/3
+printf("deltaH=%f Kj",deltaH)
\ No newline at end of file |