diff options
Diffstat (limited to '1388/CH4/EX4.19')
-rwxr-xr-x | 1388/CH4/EX4.19/4_19.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1388/CH4/EX4.19/4_19.sce b/1388/CH4/EX4.19/4_19.sce new file mode 100755 index 000000000..6f69a8b6c --- /dev/null +++ b/1388/CH4/EX4.19/4_19.sce @@ -0,0 +1,13 @@ +clc
+//initialisation of variables
+H= -68317.4 //cal
+S= 16.716 //cal
+S1= 49.003 //cal
+S2= 31.211 //cal
+T= 25 //C
+//CALCULATIONS
+H1= 2*H
+S3= 2*S-(S1+2*S2)
+G= H1-(T+273.16)*S3
+//RESULTS
+printf (' Gibs free energy= %.1f cal',G)
|