diff options
Diffstat (limited to '3856/CH4')
-rw-r--r-- | 3856/CH4/EX4.3/Ex4_3.sce | 3 | ||||
-rw-r--r-- | 3856/CH4/EX4.3/Ex4_3.txt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/3856/CH4/EX4.3/Ex4_3.sce b/3856/CH4/EX4.3/Ex4_3.sce index 68096b6b5..e98e95874 100644 --- a/3856/CH4/EX4.3/Ex4_3.sce +++ b/3856/CH4/EX4.3/Ex4_3.sce @@ -1,3 +1,4 @@ +
//Calculate the value of change in Internal energy and change in Enthalpy for the combution of Benzoic acid
//Example 4.3
@@ -20,7 +21,7 @@ m=0.4089; //Mass of sample of Benzoic acid in g delU=-(C*delT*M)/(m*1000); //Change in Enternal enegy in kJ mol^-1
-printf("Change in Enternal energy = %.0f kJ mol^-1",delU);(The answer vary due to round off error)
+printf("Change in Internal energy = %.0f kJ mol^-1",delU);//(The answer vary due to round off error)
R=8.314; //Gas constant in J K^-1 mol^-1
diff --git a/3856/CH4/EX4.3/Ex4_3.txt b/3856/CH4/EX4.3/Ex4_3.txt index e78d682c7..6340e6b26 100644 --- a/3856/CH4/EX4.3/Ex4_3.txt +++ b/3856/CH4/EX4.3/Ex4_3.txt @@ -1,2 +1,3 @@ - Change in Enternal energy = -3225 kJ mol^-1
+ + Change in Internal energy = -3225 kJ mol^-1
Change in Enthalpy = -3226 kJ mol^-1
\ No newline at end of file |