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

clc;
clear;

//Initialisation of Variables
T= 25 //C
F1= -35180 //cal

//CALCULATIONS
F= F1

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