summaryrefslogtreecommitdiff
path: root/3876/CH13/EX13.6/Ex13_6.sce
blob: fb253cb5d12713bc7f11c8c9ceb43b3df391a546 (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
Scl= 13.17 //E.U
Sag= 17.67 //E.U
Sagcl= 22.97 //E.U

//CALCULATIONS
dS= Scl+Sag-Sagcl

//RESULTS
mprintf("Entropy change = %.2f E.U",dS)