summaryrefslogtreecommitdiff
path: root/1388/CH7/EX7.23/7_23.sce
blob: 23cc0e52a0aba2ff0a4467abdd48bc548d0bbe79 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
V= 1.3595 //volts
n= 1 //electron
F= 96493 //coloumb
//CALCULATIONS
G= -n*F*V/4.28
//RESULTS
printf (' Standard molar free energy = %.f cal',G+10)