diff options
Diffstat (limited to '1439/CH9/EX9.18/9_18.sce')
-rwxr-xr-x | 1439/CH9/EX9.18/9_18.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1439/CH9/EX9.18/9_18.sce b/1439/CH9/EX9.18/9_18.sce new file mode 100755 index 000000000..6dd453203 --- /dev/null +++ b/1439/CH9/EX9.18/9_18.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+dH= -10200 ///cal
+R= 1.987 //cal deg^-1 mole^-1
+T1= 690 //K
+T2= 800 //K
+KT1= 10
+//CALCULATIONS
+KT2= KT1*10^(dH*(T2-T1)/(2.303*R*T1*T2))
+//RESULTS
+printf ('K800= %.2f ',KT2)
|