summaryrefslogtreecommitdiff
path: root/3876/CH13/EX13.7/Ex13_7.sce
blob: f3467d78b7878ae5c2fd2e3c69d6de3ebf5c6b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Chapter 13 Thermodynamics Entropy and Free Energy

clc;
clear;

//Initialisation of Variables
F1= -94260 //cal
F2= -56690 //cal
F3= -7860 //cal

//CALCULATIONS
F= 2*F1+3*F2-F3

//RESULTS
mprintf("Value of dF = %.2f",F)