summaryrefslogtreecommitdiff
path: root/3876/CH13/EX13.11/Ex13_11.sce
blob: 0eda0871fa2334c3b4f87ceed2a63a2e56e3abe0 (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
F= -51108 //cal
f= 96500 //coloumbs
n= 2 //moles

//CALCULATIONS
E= -F*4.184/(n*f)

//RESULTS
mprintf("Value of E = %.2f v",E)