diff options
Diffstat (limited to '3831/CH17/EX17.10/Ex17_10.sce')
-rw-r--r-- | 3831/CH17/EX17.10/Ex17_10.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3831/CH17/EX17.10/Ex17_10.sce b/3831/CH17/EX17.10/Ex17_10.sce new file mode 100644 index 000000000..bc0464b58 --- /dev/null +++ b/3831/CH17/EX17.10/Ex17_10.sce @@ -0,0 +1,9 @@ +// Example 17_10
+clc;funcprot(0);
+// Given data
+T=27+273;
+k_d=0.0350;
+
+// Calculation
+alpha=k_d/(T*exp((9.62*10^4*((T-330)/(330*T)))-33.2));
+disp(alpha)
|