diff options
Diffstat (limited to '1439/CH4/EX4.1')
-rwxr-xr-x | 1439/CH4/EX4.1/4_1.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1439/CH4/EX4.1/4_1.sce b/1439/CH4/EX4.1/4_1.sce new file mode 100755 index 000000000..f5abff4aa --- /dev/null +++ b/1439/CH4/EX4.1/4_1.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+E= -1148.93 //kcal mole^-1
+R= 1.987 //cal mole^-1 K^-1
+T= 25 //C
+n=4
+//CALCULATIONS
+E1= (E*1000-R*n*(273.1+T))/1000
+//RESULTS
+printf ('heat absorbed= %.2f kcal mole^-1',E1)
|