diff options
Diffstat (limited to '1388/CH3/EX3.20')
-rwxr-xr-x | 1388/CH3/EX3.20/3_20.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1388/CH3/EX3.20/3_20.sce b/1388/CH3/EX3.20/3_20.sce new file mode 100755 index 000000000..40ae9423c --- /dev/null +++ b/1388/CH3/EX3.20/3_20.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+H= -114009.8 //cal
+x= -5.6146 //K^-1
+y= 0.9466*10^-3 //K^-2
+z= 0.1578*10^-6 //K^-3
+T= 1000
+//CALCULATIONS
+H1= H+x*T+y*T^2+z*T^3
+//RESULTS
+printf (' Enthalpy = %.f cal ',H1)
|