diff options
Diffstat (limited to '1439/CH19/EX19.2/19_2.sce')
-rwxr-xr-x | 1439/CH19/EX19.2/19_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1439/CH19/EX19.2/19_2.sce b/1439/CH19/EX19.2/19_2.sce new file mode 100755 index 000000000..3b2b125fc --- /dev/null +++ b/1439/CH19/EX19.2/19_2.sce @@ -0,0 +1,8 @@ +clc
+//initialisation of variables
+K= 4.9860 //cal deg^-1 mole^-1
+K1= -31.6 //cal deg^-1 mole^-1
+//CALCULATIONS
+S= K-K1
+//RESULTS
+printf ('Enthalpy = %.1f cal deg^-1 mole^-1',S)
|