diff options
Diffstat (limited to '1439/CH4/EX4.12/4_12.sce')
-rwxr-xr-x | 1439/CH4/EX4.12/4_12.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1439/CH4/EX4.12/4_12.sce b/1439/CH4/EX4.12/4_12.sce new file mode 100755 index 000000000..8580c5aa3 --- /dev/null +++ b/1439/CH4/EX4.12/4_12.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+dH273= -79.7 //cal g^-1
+T1= 263 //K
+T2= 273 //K
+dCp= -0.51 //cal mole^-1 deg^-1
+//CALCULATIONS
+H263= dH273+dCp*(T1-T2)
+//RESULTS
+printf ('H263= %.1f cal g^-1',H263)
|