diff options
Diffstat (limited to '3557/CH10/EX10.1/Ex10_1.sce')
-rw-r--r-- | 3557/CH10/EX10.1/Ex10_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3557/CH10/EX10.1/Ex10_1.sce b/3557/CH10/EX10.1/Ex10_1.sce new file mode 100644 index 000000000..cbe48f480 --- /dev/null +++ b/3557/CH10/EX10.1/Ex10_1.sce @@ -0,0 +1,11 @@ +//Example 10.1//
+
+T1=1173;//K// Absolute Temperature
+T2=673;//K // Absolute Temperature
+R=8.314;//J/mol.K // Universal gas constant
+a=10^6;//(G900/G400)
+C=10^-3;//preexponential term
+Q=-(R*log(a))/((1/T1)-(1/T2))*C
+mprintf("Q = %i KJ per mol",Q)
+
+
|