diff options
Diffstat (limited to '1439/CH23/EX23.1/23_1.sce')
-rwxr-xr-x | 1439/CH23/EX23.1/23_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1439/CH23/EX23.1/23_1.sce b/1439/CH23/EX23.1/23_1.sce new file mode 100755 index 000000000..0f3b0097b --- /dev/null +++ b/1439/CH23/EX23.1/23_1.sce @@ -0,0 +1,7 @@ +clc
+//initialisation of variables
+k= 9.12*10^-4 //sec^-1
+H= 25100 //cal mole^-1
+S= -10.6 //cal deg^-1 mole^-1
+//RESULTS
+printf ('Entropy of activation = %.1f cal deg^-1 mole^-1',S)
|