diff options
Diffstat (limited to '1019/CH4/EX4.20/Example_4_20.sce')
-rw-r--r-- | 1019/CH4/EX4.20/Example_4_20.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/1019/CH4/EX4.20/Example_4_20.sce b/1019/CH4/EX4.20/Example_4_20.sce new file mode 100644 index 000000000..6fef0bf53 --- /dev/null +++ b/1019/CH4/EX4.20/Example_4_20.sce @@ -0,0 +1,14 @@ +//Example 4.20
+clear;
+clc;
+
+//Given
+SoC2H5OH=160.7;//So for ethanol
+SoC=5.7;//So for graphite
+SoH2=130.6;//So for hydrogen
+SoO2=205.1;//So for oxygen
+
+//To determine the standard entropy of formation of ethanol
+delSo=SoC2H5OH-((2*SoC)+(3*SoH2)+(0.5*SoO2));//standard entropy of formation of ethanol in J K^-1 mol^-1
+mprintf('Standard entropy of formation of ethanol = %f J K^-1 mol^-1',delSo);
+//end
\ No newline at end of file |