(************** Content-type: application/mathematica **************
CreatedBy='Mathematica 5.0'
Mathematica-Compatible Notebook
This notebook can be used with any Mathematica-compatible
application, such as Mathematica, MathReader or Publicon. The data
for the notebook starts with the line containing stars above.
To get the notebook into a Mathematica-compatible application, do
one of the following:
* Save the data starting with the line of stars above into a file
with a name ending in .nb, then open the file inside the
application;
* Copy the data starting with the line of stars above to the
clipboard, then use the Paste menu command inside the application.
Data for notebooks contains only printable 7-bit ASCII and can be
sent directly in email or through ftp in text mode. Newlines can be
CR, LF or CRLF (Unix, Macintosh or MS-DOS style).
NOTE: If you modify the data for this notebook not in a Mathematica-
compatible application, you must delete the line below containing
the word CacheID, otherwise Mathematica-compatible applications may
try to use invalid cache data.
For more information on notebooks and Mathematica-compatible
applications, contact Wolfram Research:
web: http://www.wolfram.com
email: info@wolfram.com
phone: +1-217-398-0700 (U.S.)
Notebook reader applications are available free of charge from
Wolfram Research.
*******************************************************************)
(*CacheID: 232*)
(*NotebookFileLineBreakTest
NotebookFileLineBreakTest*)
(*NotebookOptionsPosition[ 72397, 1721]*)
(*NotebookOutlinePosition[ 73162, 1748]*)
(* CellTagsIndexPosition[ 73118, 1744]*)
(*WindowFrame->Normal*)
Notebook[{
Cell[CellGroupData[{
Cell[BoxData[{
\(\(<< cellerator.m;\)\), "\[IndentingNewLine]",
\(complexLeft = "\<\>"; complexRight = "\<\>"; dash = "\<\>";\)}], "Input"],
Cell[BoxData[
\("Cellerator\[Trademark] 1.4.3 (6-March-2004) loaded 17-Mar-2004 14:12 \
using Mathematica Version 5.0 for Mac OS X (November 19, 2003)"\)], "Print"]
}, Open ]],
Cell[CellGroupData[{
Cell["Field-Noyes Model of Belousov-Zhabotinski Reaction", "Section"],
Cell[TextData[{
"Standard Abbreviations:\n\t",
Cell[BoxData[
\(TraditionalForm\`\(\(X\)\(=\)\(HBrO\_2\)\(\ \)\)\)]],
"(HBrO in model below)\n\t",
Cell[BoxData[
\(TraditionalForm\`Y = \(Br\^+\)\)]],
" (Br in model below)\n\t",
Cell[BoxData[
\(TraditionalForm\`Z = Ce\^\(\(4\)\(+\)\)\)]],
"(Ce in model below)\n\tA = Br",
Cell[BoxData[
FormBox[
SubsuperscriptBox[
StyleBox["O",
FontWeight->"Plain",
FontSlant->"Plain",
FontTracking->"Plain",
FontVariations->{"Underline"->False,
"Outline"->False,
"Shadow"->False,
"StrikeThrough"->False,
"Masked"->False,
"CompatibilityType"->0,
"RotationAngle"->0}], "3", "-"], TraditionalForm]],
FontVariations->{"CompatibilityType"->0}],
"(BrO3 in model below)\n\tP = HOBr"
}], "Text"],
Cell[CellGroupData[{
Cell[BoxData[
\(FNModel = \ {{BrO3 + Br \[ShortRightArrow] HBrO2 + HOBr, \
k1\ }, {HBrO2 + Br \[ShortRightArrow] 2 HOBr, \
k2}, \[IndentingNewLine]{BrO3 + HBrO2 \[ShortRightArrow]
2\ HBrO2\ + 2\ \ Ce, \
k3\ \ }, {2\ HBrO2 \[ShortRightArrow] BrO3\ + \ HOBr, \
k4}, \ \ {Ce \[ShortRightArrow] Br, \ \ k5}}\)], "Input"],
Cell[BoxData[
\({{Br + BrO3 \[ShortRightArrow] HBrO2 + HOBr,
k1}, {Br + HBrO2 \[ShortRightArrow] 2\ HOBr,
k2}, {BrO3 + HBrO2 \[ShortRightArrow] 2\ Ce + 2\ HBrO2,
k3}, {2\ HBrO2 \[ShortRightArrow] BrO3 + HOBr,
k4}, {Ce \[ShortRightArrow] Br, k5}}\)], "Output"]
}, Open ]],
Cell[CellGroupData[{
Cell[BoxData[
\(sys = interpret[FNModel, frozen \[Rule] \ BrO3]\)], "Input"],
Cell[BoxData[
RowBox[{"{",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{
RowBox[{
SuperscriptBox["Br", "\[Prime]",
MultilineFunction->None], "[", "t", "]"}],
"\[Equal]", \(\(-k1\)\ Br[t]\ BrO3[t] + k5\ Ce[t] -
k2\ Br[t]\ HBrO2[t]\)}], ",",
RowBox[{
RowBox[{
SuperscriptBox["Ce", "\[Prime]",
MultilineFunction->None], "[", "t", "]"}],
"\[Equal]", \(\(-k5\)\ Ce[t] + 2\ k3\ BrO3[t]\ HBrO2[t]\)}],
",",
RowBox[{
RowBox[{
SuperscriptBox["HBrO2", "\[Prime]",
MultilineFunction->None], "[", "t", "]"}],
"\[Equal]", \(k1\ Br[t]\ BrO3[t] - k2\ Br[t]\ HBrO2[t] +
k3\ BrO3[t]\ HBrO2[t] - 2\ k4\ HBrO2[t]\^2\)}], ",",
RowBox[{
RowBox[{
SuperscriptBox["HOBr", "\[Prime]",
MultilineFunction->None], "[", "t", "]"}],
"\[Equal]", \(k1\ Br[t]\ BrO3[t] + 2\ k2\ Br[t]\ HBrO2[t] +
k4\ HBrO2[t]\^2\)}]}], "}"}],
",", \({Br, Ce, HBrO2, HOBr}\)}], "}"}]], "Output"]
}, Open ]],
Cell[CellGroupData[{
Cell[BoxData[{
\(\(ics = {HBrO2 \[Rule] \ .001, \ Br \[Rule] .003, \ Ce \[Rule] .05,
BrO3 \[Rule] \ .1};\)\), "\[IndentingNewLine]",
\(\(r = {k1 \[Rule] \ 1.3, \ k2 \[Rule] \ 2*10^6, \ k3 \[Rule] \ 34, \
k4 \[Rule] \ 3*10^3, \ k5 \[Rule] \ 0.02, \ f \[Rule] 0.5,
BrO3[t] \[Rule] .1};\)\), "\[IndentingNewLine]",
\(s =
predictTimeCourse[FNModel,
frozen \[Rule] \ {BrO3}, \[IndentingNewLine]timeSpan \[Rule] \
1500, \[IndentingNewLine]rates \[Rule] \
r, \ \[IndentingNewLine]initialConditions \[Rule] \
ics]\)}], "Input"],
Cell[BoxData[
\("Warning: the following variables do not have initial conditions and \
will default to a value of 0 (zero) at t = 0: HOBr"\)], "Print"],
Cell[BoxData[
RowBox[{"{",
RowBox[{"{",
RowBox[{"0", ",", "1500", ",",
RowBox[{"{",
RowBox[{"{",
RowBox[{
RowBox[{"Br", "\[Rule]",
TagBox[\(InterpolatingFunction[{{0.`, 1500.`}}, "<>"]\),
False,
Editable->False]}], ",",
RowBox[{"Ce", "\[Rule]",
TagBox[\(InterpolatingFunction[{{0.`, 1500.`}}, "<>"]\),
False,
Editable->False]}], ",",
RowBox[{"HBrO2", "\[Rule]",
TagBox[\(InterpolatingFunction[{{0.`, 1500.`}}, "<>"]\),
False,
Editable->False]}], ",",
RowBox[{"HOBr", "\[Rule]",
TagBox[\(InterpolatingFunction[{{0.`, 1500.`}}, "<>"]\),
False,
Editable->False]}]}], "}"}], "}"}]}], "}"}],
"}"}]], "Output"]
}, Open ]],
Cell[CellGroupData[{
Cell[BoxData[
\(pl =
runPlot[s, \ plotVariables \[Rule] \ {Br},
timeSpan \[Rule] \ {400, \ 1400}, plotColumns \[Rule] \ 1, \
TextStyle \[Rule] \ {FontFamily \[Rule] \ Times, \
FontSize \[Rule] \ 14}, \
PlotLabel \[Rule] \ "\
"]\)], "Input"],
Cell[GraphicsData["PostScript", "\<\
%!
%%Creator: Mathematica
%%AspectRatio: .61803
MathPictureStart
/Mabs {
Mgmatrix idtransform
Mtmatrix dtransform
} bind def
/Mabsadd { Mabs
3 -1 roll add
3 1 roll add
exch } bind def
%% Graphics
%%IncludeResource: font Courier
%%IncludeFont: Courier
/Courier findfont 10 scalefont setfont
% Scaling calculations
1.66967e-17 0.000666667 0.0147094 179.693 [
[.13333 .00221 -12.5 -16 ]
[.13333 .00221 12.5 0 ]
[.26667 .00221 -12.5 -16 ]
[.26667 .00221 12.5 0 ]
[.4 .00221 -12.5 -16 ]
[.4 .00221 12.5 0 ]
[.53333 .00221 -12.5 -16 ]
[.53333 .00221 12.5 0 ]
[.66667 .00221 -16 -16 ]
[.66667 .00221 16 0 ]
[.8 .00221 -16 -16 ]
[.8 .00221 16 0 ]
[.93333 .00221 -16 -16 ]
[.93333 .00221 16 0 ]
[-0.0125 .10456 -42.5 -8 ]
[-0.0125 .10456 0 8 ]
[-0.0125 .1944 -35.5 -8 ]
[-0.0125 .1944 0 8 ]
[-0.0125 .28425 -42.5 -8 ]
[-0.0125 .28425 0 8 ]
[-0.0125 .37409 -35.5 -8 ]
[-0.0125 .37409 0 8 ]
[-0.0125 .46394 -42.5 -8 ]
[-0.0125 .46394 0 8 ]
[-0.0125 .55379 -35.5 -8 ]
[-0.0125 .55379 0 8 ]
[.5 .63053 -50.3438 0 ]
[.5 .63053 50.3438 16 ]
[ 0 0 0 0 ]
[ 1 .61803 0 0 ]
] MathScale
% Start of Graphics
1 setlinecap
1 setlinejoin
newpath
0 g
.25 Mabswid
[ ] 0 setdash
.13333 .01471 m
.13333 .02096 L
s
gsave
.13333 .00221 -73.5 -20 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(200) show
1.000 setlinewidth
grestore
.26667 .01471 m
.26667 .02096 L
s
gsave
.26667 .00221 -73.5 -20 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(400) show
1.000 setlinewidth
grestore
.4 .01471 m
.4 .02096 L
s
gsave
.4 .00221 -73.5 -20 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(600) show
1.000 setlinewidth
grestore
.53333 .01471 m
.53333 .02096 L
s
gsave
.53333 .00221 -73.5 -20 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(800) show
1.000 setlinewidth
grestore
.66667 .01471 m
.66667 .02096 L
s
gsave
.66667 .00221 -77 -20 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(1000) show
1.000 setlinewidth
grestore
.8 .01471 m
.8 .02096 L
s
gsave
.8 .00221 -77 -20 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(1200) show
1.000 setlinewidth
grestore
.93333 .01471 m
.93333 .02096 L
s
gsave
.93333 .00221 -77 -20 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(1400) show
1.000 setlinewidth
grestore
.125 Mabswid
.03333 .01471 m
.03333 .01846 L
s
.06667 .01471 m
.06667 .01846 L
s
.1 .01471 m
.1 .01846 L
s
.16667 .01471 m
.16667 .01846 L
s
.2 .01471 m
.2 .01846 L
s
.23333 .01471 m
.23333 .01846 L
s
.3 .01471 m
.3 .01846 L
s
.33333 .01471 m
.33333 .01846 L
s
.36667 .01471 m
.36667 .01846 L
s
.43333 .01471 m
.43333 .01846 L
s
.46667 .01471 m
.46667 .01846 L
s
.5 .01471 m
.5 .01846 L
s
.56667 .01471 m
.56667 .01846 L
s
.6 .01471 m
.6 .01846 L
s
.63333 .01471 m
.63333 .01846 L
s
.7 .01471 m
.7 .01846 L
s
.73333 .01471 m
.73333 .01846 L
s
.76667 .01471 m
.76667 .01846 L
s
.83333 .01471 m
.83333 .01846 L
s
.86667 .01471 m
.86667 .01846 L
s
.9 .01471 m
.9 .01846 L
s
.96667 .01471 m
.96667 .01846 L
s
.25 Mabswid
0 .01471 m
1 .01471 L
s
0 .10456 m
.00625 .10456 L
s
gsave
-0.0125 .10456 -103.5 -12 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(0.0005) show
1.000 setlinewidth
grestore
0 .1944 m
.00625 .1944 L
s
gsave
-0.0125 .1944 -96.5 -12 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(0.001) show
1.000 setlinewidth
grestore
0 .28425 m
.00625 .28425 L
s
gsave
-0.0125 .28425 -103.5 -12 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(0.0015) show
1.000 setlinewidth
grestore
0 .37409 m
.00625 .37409 L
s
gsave
-0.0125 .37409 -96.5 -12 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(0.002) show
1.000 setlinewidth
grestore
0 .46394 m
.00625 .46394 L
s
gsave
-0.0125 .46394 -103.5 -12 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(0.0025) show
1.000 setlinewidth
grestore
0 .55379 m
.00625 .55379 L
s
gsave
-0.0125 .55379 -96.5 -12 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(0.003) show
1.000 setlinewidth
grestore
.125 Mabswid
0 .03268 m
.00375 .03268 L
s
0 .05065 m
.00375 .05065 L
s
0 .06862 m
.00375 .06862 L
s
0 .08659 m
.00375 .08659 L
s
0 .12252 m
.00375 .12252 L
s
0 .14049 m
.00375 .14049 L
s
0 .15846 m
.00375 .15846 L
s
0 .17643 m
.00375 .17643 L
s
0 .21237 m
.00375 .21237 L
s
0 .23034 m
.00375 .23034 L
s
0 .24831 m
.00375 .24831 L
s
0 .26628 m
.00375 .26628 L
s
0 .30222 m
.00375 .30222 L
s
0 .32019 m
.00375 .32019 L
s
0 .33816 m
.00375 .33816 L
s
0 .35613 m
.00375 .35613 L
s
0 .39206 m
.00375 .39206 L
s
0 .41003 m
.00375 .41003 L
s
0 .428 m
.00375 .428 L
s
0 .44597 m
.00375 .44597 L
s
0 .48191 m
.00375 .48191 L
s
0 .49988 m
.00375 .49988 L
s
0 .51785 m
.00375 .51785 L
s
0 .53582 m
.00375 .53582 L
s
0 .57176 m
.00375 .57176 L
s
0 .58973 m
.00375 .58973 L
s
0 .6077 m
.00375 .6077 L
s
.25 Mabswid
0 0 m
0 .61803 L
s
gsave
.5 .63053 -111.344 -4 Mabsadd m
1 1 Mabs scale
currentpoint translate
0 24 translate 1 -1 scale
/g { setgray} bind def
/k { setcmykcolor} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/rL { rlineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/S { show} bind def
/N {currentpoint 3 -1 roll show moveto} bind def
/Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def
/m { moveto} bind def
/Mr { rmoveto} bind def
/Mx {currentpoint exch pop moveto} bind def
/My {currentpoint pop exch moveto} bind def
/X {0 rmoveto} bind def
/Y {0 exch rmoveto} bind def
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
0.000 0.000 rmoveto
63.000 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
(Br) show
80.562 16.000 moveto
(Concentration) show
159.688 16.000 moveto
%%IncludeResource: font Times-Roman
%%IncludeFont: Times-Roman
/Times-Roman findfont 14.000 scalefont
[1 0 0 -1 0 0 ] makefont setfont
0.000 0.000 0.000 setrgbcolor
0.000 0.000 rmoveto
1.000 setlinewidth
grestore
0 0 m
1 0 L
1 .61803 L
0 .61803 L
closepath
clip
newpath
0 .801 1 r
.5 Mabswid
0 .50011 m
.00236 .55698 L
.00365 .59197 L
.00488 .60332 L
.00602 .60241 L
.00726 .59387 L
.00839 .58203 L
.00942 .56909 L
.01975 .42854 L
.02985 .32048 L
.04057 .23648 L
.05144 .17481 L
.06162 .13271 L
.07279 .09915 L
.08481 .07364 L
.09542 .05761 L
.107 .04507 L
.11794 .03662 L
.12809 .0309 L
.13919 .02636 L
.14964 .02327 L
.15903 .0212 L
.16918 .01954 L
.17916 .01833 L
.19012 .01736 L
.20155 .01663 L
.21223 .01615 L
.22321 .01578 L
.2336 .01553 L
.24294 .01536 L
.24817 .01528 L
.25309 .01521 L
.2554 .01518 L
.25784 .01516 L
.25911 .01514 L
.25984 .01512 L
.26051 .01508 L
.26169 .01496 L
.26296 .01472 L
.26369 .01472 L
.26437 .01473 L
.26589 .01476 L
.26721 .01479 L
.26791 .0148 L
.26866 .01482 L
.26997 .01488 L
.27118 .0159 L
.2719 .10395 L
.27258 .17175 L
.27385 .25487 L
Mistroke
.27457 .28385 L
.27524 .30291 L
.2765 .32345 L
.27786 .33132 L
.27862 .33168 L
.27933 .33028 L
.28051 .32536 L
.2818 .31764 L
.2844 .29874 L
.29591 .21763 L
.30665 .16178 L
.31643 .12442 L
.32773 .09294 L
.33841 .07153 L
.34857 .05664 L
.35936 .04509 L
.36856 .0378 L
.37871 .03178 L
.38934 .02716 L
.39906 .02406 L
.40975 .02151 L
.42098 .01962 L
.43103 .01838 L
.44175 .01741 L
.45187 .01674 L
.46105 .01629 L
.47156 .0159 L
.48123 .01564 L
.49185 .01542 L
.49772 .01532 L
.50308 .01524 L
.50552 .01521 L
.50681 .01519 L
.50818 .01515 L
.50938 .01511 L
.51069 .01503 L
.51189 .01476 L
.51302 .01472 L
.51432 .01474 L
.51569 .01476 L
.51688 .01479 L
.51815 .01482 L
.51951 .01488 L
.52079 .03141 L
.52156 .12826 L
.5223 .19419 L
.52368 .27155 L
.52479 .30515 L
.52601 .32405 L
.52728 .33128 L
Mistroke
.52848 .33104 L
.52959 .32712 L
.53061 .32163 L
.53291 .30585 L
.54292 .23294 L
.55327 .1748 L
.56287 .13477 L
.57341 .10227 L
.58463 .07727 L
.59544 .05999 L
.60713 .04664 L
.61817 .03768 L
.62832 .03169 L
.63855 .02724 L
.6481 .02416 L
.65857 .02165 L
.6698 .01971 L
.68049 .01838 L
.69212 .01734 L
.7031 .01665 L
.71325 .01618 L
.72337 .01583 L
.73286 .01559 L
.74328 .01539 L
.74909 .01529 L
.75193 .01525 L
.7545 .01521 L
.7557 .01519 L
.757 .01516 L
.75823 .01512 L
.75937 .01506 L
.76066 .01487 L
.76137 .01472 L
.76205 .01472 L
.76336 .01473 L
.76456 .01476 L
.76588 .01479 L
.76711 .01482 L
.76844 .01487 L
.76915 .01494 L
.7699 .03172 L
.77064 .12395 L
.77143 .19554 L
.77218 .24335 L
.77287 .27465 L
.77418 .31082 L
.77556 .32765 L
.77694 .33181 L
.7782 .32923 L
.7789 .3262 L
Mistroke
.77966 .32205 L
.78103 .31303 L
.78613 .27455 L
.79772 .19881 L
.80762 .15153 L
.81854 .11337 L
.82993 .08484 L
.84061 .06566 L
.85151 .0515 L
.86186 .04171 L
.87116 .03518 L
.88131 .02984 L
.89214 .02569 L
.90196 .02293 L
.9133 .0206 L
.92398 .01903 L
.93422 .01793 L
.94505 .01708 L
.95429 .01654 L
.96444 .0161 L
.97342 .0158 L
.9816 .0156 L
1 .01526 L
Mfstroke
% End of Graphics
MathPictureEnd
\
\>"], "Graphics",
ImageSize->{288, 177.938},
ImageMargins->{{35, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}},
ImageCache->GraphicsData["Bitmap", "\<\
CF5dJ6E]HGAYHf4PAg9QL6QYHgomWIf@;o
00000_oIfMT2o`0000?ofMWI0_l00002omWIf@;o00000ooIfMT2o`0000;ofMWI0_l0000>omWIf@;o
00000_oIfMT2o`0000?ofMWI0_l00002omWIf@;o00000ooIfMT2o`0000;ofMWI0_l0000=omWIf@;o
00001OoIfMT2o`0000;ofMWI0_l00003omWIf@;o00000_oIfMT2o`0000?ofMWI0_l00002omWIf@;o
00001ooIfMT2o`0000GofMWI1_l00003omWIf@;o00000_oIfMT2o`0000?ofMWI0_l00002omWIf@;o
00002?oIfMT2o`0000WofMWI0_l00003omWIf@;o00000_oIfMT2o`0000?ofMWI0_l00002omWIf@;o
00002ooIfMT005[ofMWI00?o0000omWIfOoIfMT00_oIfMT01?l0003ofMWIomWIfOl00004omWIf@05
o`000?oIfMWofMWIomWIfOl000001?oIfMT00ol0003ofMWIomWIf@0AomWIf@;o00000ooIfMT00ol0
003ofMWIomWIf@02omWIf@05o`000?oIfMWofMWIomWIfOl000001?oIfMT00ol0003ofMWIomWIf@0<
omWIf@03o`000?oIfMWofMWI00;ofMWI0_l00002omWIf@03o`000?oIfMWofMWI00;ofMWI00Go0000
omWIfOoIfMWofMWIo`000004omWIf@03o`000?oIfMWofMWI00_ofMWI0_l00004omWIf@;o00000_oI
fMT00ol0003ofMWIomWIf@02omWIf@05o`000?oIfMWofMWIomWIfOl000001?oIfMT00ol0003ofMWI
omWIf@0;omWIf@;o00001OoIfMT00ol0003ofMWIomWIf@02omWIf@05o`000?oIfMWofMWIomWIfOl0
00001?oIfMT01Ol0003ofMWIomWIfOoIfMWo000000CofMWI00?o0000omWIfOoIfMT01OoIfMT2o`00
00KofMWI00?o0000omWIfOoIfMT00_oIfMT01?l0003ofMWIomWIfOl00004omWIf@05o`000?oIfMWo
fMWIomWIfOl000001?oIfMT00ol0003ofMWIomWIf@06omWIf@;o00002OoIfMT2o`0000?ofMWI00?o
0000omWIfOoIfMT00_oIfMT01Ol0003ofMWIomWIfOoIfMWo000000CofMWI00?o0000omWIfOoIfMT0
2OoIfMT005[ofMWI0_l00005omWIf@;o00001?oIfMT2o`000003omWIfOl0003o000000CofMWI0_l0
000=omWIf@_o00001?oIfMT2o`000003omWIfOl0003o000000CofMWI0_l0000omWIf@04o`000?oIfMWofMWIomWIf@;o00000_oIfMT2
o`0000CofMWI0_l000000ooIfMWo0000o`000004omWIf@;o00003?oIfMT2o`0000CofMWI0_l00000
0ooIfMWo0000o`000004omWIf@;o000000?ofMWIo`000?l000001?oIfMT2o`0000gofMWI0_l00000
1?oIfMWo0000o`000?l00002omWIf@;o00001?oIfMT2o`000003omWIfOl0003o000000CofMWI0_l0
000omWIf@Co00000ooIfMT2o`0000CofMWI0_l000000ooIfMWo0000o`00
0004omWIf@;o00003?oIfMT2o`0000CofMWI0_l00004omWIf@;o000000?ofMWIo`000?l000001?oI
fMT2o`000003omWIfOl0003o000000CofMWI0_l00006omWIf@;o00002?oIfMT2o`0000?ofMWI0_l0
0004omWIf@;o000000?ofMWIo`000?l000001?oIfMT2o`0000OofMWI0_l00006omWIf@03o`000?oI
fMWofMWI00;o00000_oIfMT2o`0000CofMWI0_l000000ooIfMWo0000o`000004omWIf@;o00002_oI
fMT005gofMWI00Co0000omWIfOoIfMWofMWI0_l00004omWIf@;o000000?ofMWIo`000?l000001?oI
fMT2o`0000oofMWI00?o0000omWIfOoIfMT00_l00002omWIf@;o00001?oIfMT2o`000003omWIfOl0
003o000000CofMWI0_l0000omWIf@03o`3=oooIfMWofMWI03OofMWI000oomWIf@03o`000?oIfMWofMWI
01?ofMWI00?o0omWIf@03o`3=oooIfMWofMWI
03CofMWI00?o0?oIfMT000WofMWI00?o
0000omWIfOoIfMT00_oIfMT00ol0003ofMWIomWIf@05omWIf@03o`000?oIfMWofMWI00;ofMWI00Go
0000omWIfOoIfMWofMWIo`000004omWIf@05o`000?oIfMWofMWIomWIfOl000001?oIfMT00ol0003o
fMWIomWIf@06omWIf@03o`000?oIfMWofMWI00KofMWI00?o0000omWIfOoIfMT04_oIfMT00ol0cOoo
fMWIomWIf@0fomWIf@03o`3=oooIfMWofMWI00cofMWI00?o0?oIfMT00ol0cOoofMWIomWIf@0:omWIf@03o`3=
oooIfMWofMWI03SofMWI00?o0?oI
fMT00ol0cOoofMWIomWIf@0:omWIf@03o`3=oooIfMWofMWI03SofMWI00?o0?oIfMT00ol0cOoofMWIomWIf@0:omWIf@03o`3=oooIfMWofMWI03_ofMWI0009omWIf@;o00000_oI
fMT2o`0000OofMWI0_l00002omWIf@;o00000ooIfMT2o`0000;ofMWI0_l00003omWIf@;o00000_oI
fMT2o`0000CofMWI1Ol00008omWIf@03o`000?oIfMWofMWI00oofMWI00?o0OoI
fMT00ol0cOoofMWIomWIf@0:omWIf@03o`3=oooIfMWofMWI03SofMWI00?o0ooI
fMT000[ofMWI1?l00009omWIf@Co00001OoIfMT4o`0000GofMWI1?l00005omWIf@Ko00001ooIfMT0
0ol0003ofMWIomWIf@0>omWIf@03o`3=oooIfMWofMWI03[ofMWI00?o0OoIfMT0
0ol0cOoofMWIomWIf@09omWIf@03o`3=oooIfMWofMWI03cofMWI000oomWIf@03o`000?oIfMWofMWI
00kofMWI00?o0_oIfMT00ol0cOoofMWIomWIf@09omWIf@03o`3=oooIfMWofMWI
03WofMWI00?o0OoIfMT00ol0cOoofMWIomWIf@09omWIf@03o`3=oooIfMWofMWI03co
fMWI000oomWIf@03o`000?oIfMWofMWI00kofMWI00?o0_oIfMT00ol0cOoofMWI
omWIf@08omWIf@03o`3=oooIfMWofMWI03[ofMWI00?o0_oIfMT00ol0cOoofMWIomWIf@08omWIf@03o`3=oooIfMWofMWI03[ofMWI00?o
0_oIfMT00ol0cOoofMWIomWIf@08
omWIf@03o`3=oooIfMWofMWI03gofMWI000oomWIf@03o`000?oIfMWofMWI00gofMWI00?o0ooIfMT00ol0cOoofMWIomWIf@08omWIf@03o`3=oooIfMWofMWI03[ofMWI00?o0omWIf@03o`3=oooIfMWofMWI03_ofMWI00?o0ooIfMT00ol0cOoofMWIomWIf@08omWIf@03o`3=oooIfMWofMWI03gofMWI000oomWIf@03o`00
0?oIfMWofMWI00gofMWI00?o0ooIfMT00ol0cOoofMWIomWIf@07omWIf@03o`3=
oooIfMWofMWI03_ofMWI00?o0ooI
fMT00ol0cOoofMWIomWIf@07omWIf@03o`3=oooIfMWofMWI03_ofMWI00?o0ooIfMT00ol0cOoofMWIomWIf@07omWIf@03o`3=oooIfMWo
fMWI03kofMWI000oomWIf@03o`000?oIfMWofMWI00cofMWI00?o0"],
ImageRangeCache->{{{0, 359}, {221.375, 0}} -> {-328.188, -0.00045515, \
6.49544, 2.40983*^-5}}],
Cell[BoxData[
TagBox[\(\[SkeletonIndicator] Graphics \[SkeletonIndicator]\),
False,
Editable->False]], "Output"]
}, Open ]],
Cell[CellGroupData[{
Cell[BoxData[
\(Export["\", pl, \ ImageSize \[Rule] \ 500]\)], "Input"],
Cell[BoxData[
\("Brusselator.jpg"\)], "Output"]
}, Open ]]
}, Open ]]
},
FrontEndVersion->"5.0 for Macintosh",
ScreenRectangle->{{0, 1280}, {0, 828}},
WindowSize->{896, 755},
WindowMargins->{{57, Automatic}, {Automatic, 7}},
PrintingCopies->1,
PrintingPageRange->{1, Automatic},
ShowSelection->True,
Magnification->1.25,
StyleDefinitions -> "Report.nb"
]
(*******************************************************************
Cached data follows. If you edit this Notebook file directly, not
using Mathematica, you must remove the line containing CacheID at
the top of the file. The cache data will then be recreated when
you save this file from within Mathematica.
*******************************************************************)
(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[CellGroupData[{
Cell[1776, 53, 148, 2, 58, "Input"],
Cell[1927, 57, 168, 2, 65, "Print"]
}, Open ]],
Cell[CellGroupData[{
Cell[2132, 64, 69, 0, 80, "Section"],
Cell[2204, 66, 903, 27, 130, "Text"],
Cell[CellGroupData[{
Cell[3132, 97, 380, 6, 58, "Input"],
Cell[3515, 105, 299, 5, 77, "Output"]
}, Open ]],
Cell[CellGroupData[{
Cell[3851, 115, 80, 1, 39, "Input"],
Cell[3934, 118, 1244, 29, 120, "Output"]
}, Open ]],
Cell[CellGroupData[{
Cell[5215, 152, 620, 11, 153, "Input"],
Cell[5838, 165, 155, 2, 65, "Print"],
Cell[5996, 169, 973, 23, 115, "Output"]
}, Open ]],
Cell[CellGroupData[{
Cell[7006, 197, 309, 6, 58, "Input"],
Cell[7318, 205, 64734, 1498, 243, 19397, 934, "GraphicsData", "PostScript", \
"Graphics"],
Cell[72055, 1705, 130, 3, 74, "Output"]
}, Open ]],
Cell[CellGroupData[{
Cell[72222, 1713, 93, 1, 39, "Input"],
Cell[72318, 1716, 51, 1, 74, "Output"]
}, Open ]]
}, Open ]]
}
]
*)
(*******************************************************************
End of Mathematica Notebook file.
*******************************************************************)