diff options
Diffstat (limited to '3876/CH13/EX13.11')
-rw-r--r-- | 3876/CH13/EX13.11/Ex13_11.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3876/CH13/EX13.11/Ex13_11.sce b/3876/CH13/EX13.11/Ex13_11.sce new file mode 100644 index 000000000..0eda0871f --- /dev/null +++ b/3876/CH13/EX13.11/Ex13_11.sce @@ -0,0 +1,15 @@ +//Chapter 13 Thermodynamics Entropy and Free Energy + +clc; +clear; + +//Initialisation of Variables +F= -51108 //cal +f= 96500 //coloumbs +n= 2 //moles + +//CALCULATIONS +E= -F*4.184/(n*f) + +//RESULTS +mprintf("Value of E = %.2f v",E) |