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