diff options
Diffstat (limited to '3876/CH12/EX12.2/Ex12_2.sce')
-rw-r--r-- | 3876/CH12/EX12.2/Ex12_2.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3876/CH12/EX12.2/Ex12_2.sce b/3876/CH12/EX12.2/Ex12_2.sce new file mode 100644 index 000000000..5c8d18663 --- /dev/null +++ b/3876/CH12/EX12.2/Ex12_2.sce @@ -0,0 +1,15 @@ +//Chapter 12 Thermodynamics Thermodynamic chemistry + +clc; +clear; + +//Initialisation of Variables +H= -94.052 //kcal +H1= -68.317 //kcal +H2= -780.98 //kcal + +//CALCULATIONS +H3= 6*H+3*H1-H2 + +//RESULTS +mprintf("Heat of formation = %.3f kcal",H3) |