diff options
Diffstat (limited to '3876/CH13/EX13.8/Ex13_8.sce')
-rw-r--r-- | 3876/CH13/EX13.8/Ex13_8.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3876/CH13/EX13.8/Ex13_8.sce b/3876/CH13/EX13.8/Ex13_8.sce new file mode 100644 index 000000000..5b67de43e --- /dev/null +++ b/3876/CH13/EX13.8/Ex13_8.sce @@ -0,0 +1,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) |