//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)