diff options
Diffstat (limited to '3718/CH3/EX3.2/Ex3_2.sce')
-rw-r--r-- | 3718/CH3/EX3.2/Ex3_2.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3718/CH3/EX3.2/Ex3_2.sce b/3718/CH3/EX3.2/Ex3_2.sce new file mode 100644 index 000000000..e5675252e --- /dev/null +++ b/3718/CH3/EX3.2/Ex3_2.sce @@ -0,0 +1,11 @@ +//Chapter 3: Thermodynamic and Chemical Equilibrium
+//Problem: 2
+clc;
+
+//Solution
+mprintf("CH4 (g) + 2O2 (g) -> CO2 (g) + 2H20 (l)\n")
+
+delta_n = 1 - (1 + 2)
+solution = - 2 * 2 * 298 // cals
+
+mprintf(" Delta H - Delta E is: %d cals", solution)
|