blob: b162663c53fb757165b6bc51c44e014c5db48db4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//Chemical Engineering Thermodynamics
//Chapter 14
//Thermodynamics of Chemical Reactions
//Example 14.8
clear;
clc;
//Given
//The given example is a theoretical problem and it does not involve any numerical computation.
//end
|