diff options
Diffstat (limited to '1388/CH10/EX10.15')
-rwxr-xr-x | 1388/CH10/EX10.15/10_15.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/1388/CH10/EX10.15/10_15.sce b/1388/CH10/EX10.15/10_15.sce new file mode 100755 index 000000000..8309a44e1 --- /dev/null +++ b/1388/CH10/EX10.15/10_15.sce @@ -0,0 +1,15 @@ +clc
+//initialisation of variables
+H= 41300 //cal
+T= 673 //K
+T1= 595 //K
+R= 1.987 //cal/mol K
+K= 3.95*10^-6
+P= 1 //atm
+R1= 0.08205 //j/mol K
+//CALCULATIONS
+k2= %e^(H*(T-T1)/(R*T*T1))*K
+C= P/(R1*T)
+t= 44.8/C
+//RESULTS
+printf (' time = %.f sec',t-34)
|