summaryrefslogtreecommitdiff
path: root/3557/CH6/EX6.10
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH6/EX6.10')
-rw-r--r--3557/CH6/EX6.10/Ex6_10.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3557/CH6/EX6.10/Ex6_10.sce b/3557/CH6/EX6.10/Ex6_10.sce
new file mode 100644
index 000000000..0b5c4fbef
--- /dev/null
+++ b/3557/CH6/EX6.10/Ex6_10.sce
@@ -0,0 +1,12 @@
+//Example 6.10//
+
+ap=5*10^-1;//percent per hour
+Q=2*10^5;//J/mol //activation energy
+R=8.314;//J/mol.K// universal gas constant
+T=1273;//K //Kelvin //absolute temperature
+T1=873;//given //absolute temperature
+C=ap*%e^((Q)/(R*T))
+mprintf("C = %e percent per hour",C)
+//applying this amount to the service temprature yield
+C1=C*%e^-((Q)/(R*T1))
+mprintf("\n C1 = %e percent per hour",C1)