summaryrefslogtreecommitdiff
path: root/3718/CH3/EX3.2/Ex3_2.sce
blob: e5675252ed5897600263991cbf755efc00309ef5 (plain)
1
2
3
4
5
6
7
8
9
10
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)