diff options
Diffstat (limited to '3876/CH12/EX12.4/Ex12_4.sce')
-rw-r--r-- | 3876/CH12/EX12.4/Ex12_4.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3876/CH12/EX12.4/Ex12_4.sce b/3876/CH12/EX12.4/Ex12_4.sce new file mode 100644 index 000000000..a9b78230d --- /dev/null +++ b/3876/CH12/EX12.4/Ex12_4.sce @@ -0,0 +1,15 @@ +//Chapter 12 Thermodynamics Thermodynamic chemistry + +clc; +clear; + +//Initialisation of Variables +H= -66.36 //kcal +H1= 12.5 //k cal +H2= -68.317 //kcal + +//CALCULATIONS +H3= H-H1-H2 + +//RESULTS +mprintf("Heat of reaction= %.2f cal",H3) |