(************** Content-type: application/mathematica ************** 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[ 83535, 2805]*) (*NotebookOutlinePosition[ 84455, 2834]*) (* CellTagsIndexPosition[ 84411, 2830]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell["A simplified model of glycolysis", "Title"], Cell["A Cellerator Implementation", "Subtitle"], Cell[TextData[{ "Bruce E Shapiro\n", StyleBox["(c) 2001 Jet Propulsion Laboratory, California Institute of \ Technology", FontSlant->"Plain"] }], "Author"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(Get[ ToFileName[{\ "\", \ "\"}]];\)\)], "Input"], Cell[BoxData[ \("Cellerator\[Trademark] Version 2.0131, loaded at Feb. 11, 2002, \ 09:23:22\n\[Copyright]2001,2002 Jet Propulsion Laboratory, California \ Institute of Technology. U.S. Government Sponsorhip Acknowledged. All rights \ reserved. Patent Pending.\nPlease no not distribute, copy, or transfer.\n\n\ Cellerator\[Trademark] now incorporates Graphelator\[Trademark]!\n\n\ $CelleratorOutputDirectory = New Team Rocket:Applications (Mac OS \ 9):Mathematica 4.1 Files"\)], "Print"], Cell[BoxData[ InterpretationBox[\("Cellerator\[Trademark] 2.0131 load complete. "\ \[InvisibleSpace]"February 11, 2002 09:23:25"\), SequenceForm[ "Cellerator\[Trademark] 2.0131 load complete. ", "February 11, 2002 09:23:25"], Editable->False]], "Print"] }, Open ]], Cell["\<\ Reactions for Sel'kov model of Gylcolysis (see Keener & Sneyd, Mathematical \ Physiology, Page 18)\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(r = {{PFK + 2*ADP \[RightArrowLeftArrow] PFKS, k3, km3}, \[IndentingNewLine]{\ \[EmptySet] \[ShortRightArrow] ATP, \[Nu]1}, \[IndentingNewLine]{\ ADP \[ShortRightArrow] \[EmptySet], \ \[Nu]2}, \ \ \[IndentingNewLine]{\(ATP \[RightArrowLeftArrow] ADP\)\&PFKS, k1, km1, k2}}\)], "Input"], Cell[BoxData[ \({{2\ ADP + PFK \[RightArrowLeftArrow] PFKS, k3, km3}, {\[EmptySet] \[ShortRightArrow] ATP, \[Nu]1}, {ADP \[ShortRightArrow] \[EmptySet], \[Nu]2}, {\(ATP \ \[RightArrowLeftArrow] ADP\)\&PFKS, k1, km1, k2}}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(interpret[r]\)], "Input"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{ RowBox[{ SuperscriptBox["ADP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "==", \(\(-\[Nu]2\)\ ADP[t] + k2\ ATP\[Sharp]PFKS[t] - k3\ ADP[t]\^2\ PFK[t] + km3\ PFKS[t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["ATP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "==", \(\[Nu]1 + km1\ ATP\[Sharp]PFKS[t] - k1\ ATP[t]\ PFKS[t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["ATP\[Sharp]PFKS", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "==", \(\(-k2\)\ ATP\[Sharp]PFKS[t] - km1\ ATP\[Sharp]PFKS[t] + k1\ ATP[t]\ PFKS[t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["PFK", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "==", \(\(-k3\)\ ADP[t]\^2\ PFK[t] + km3\ PFKS[t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["PFKS", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "==", \(k2\ ATP\[Sharp]PFKS[t] + km1\ ATP\[Sharp]PFKS[t] + k3\ ADP[t]\^2\ PFK[t] - km3\ PFKS[t] - k1\ ATP[t]\ PFKS[t]\)}]}], "}"}], ",", \({ADP, ATP, ATP\[Sharp]PFKS, PFK, PFKS}\)}], "}"}]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(run[ r, \[IndentingNewLine]timeSpan \[Rule] \ 2000, \[IndentingNewLine]rules \[Rule] \ {k1 \[Rule] \ 1, \ km1 \[Rule] \ 500, k2 \[Rule] \ 1, k3 \[Rule] \ 10, km3 \[Rule] \ 2, \[Nu]1 \[Rule] \ 0.02, \[Nu]2 \[Rule] \ 0.01}, \[IndentingNewLine]initialConditions \[Rule] \ {PFK[ 0] == \ 1, ADP[0] \[Equal] 0.5, ATP[0] \[Equal] 0.5}, \[IndentingNewLine]showODEs \[Rule] \ True, \[IndentingNewLine]plotVariables \[Rule] \ All, \[IndentingNewLine]exportFormat \[Rule] "\", \ \ \[IndentingNewLine]exportPath \[Rule] \ "\"\ \ \[IndentingNewLine]]\)], "Input"], Cell[BoxData[ RowBox[{ RowBox[{ SuperscriptBox["ADP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "==", \(\(-\[Nu]2\)\ ADP[t] + k2\ ATP\[Sharp]PFKS[t] - k3\ ADP[t]\^2\ PFK[t] + km3\ PFKS[t]\)}]], "Print"], Cell[BoxData[ RowBox[{ RowBox[{ SuperscriptBox["ATP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "==", \(\[Nu]1 + km1\ ATP\[Sharp]PFKS[t] - k1\ ATP[t]\ PFKS[t]\)}]], "Print"], Cell[BoxData[ RowBox[{ RowBox[{ SuperscriptBox["ATP\[Sharp]PFKS", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "==", \(\(-k2\)\ ATP\[Sharp]PFKS[t] - km1\ ATP\[Sharp]PFKS[t] + k1\ ATP[t]\ PFKS[t]\)}]], "Print"], Cell[BoxData[ RowBox[{ RowBox[{ SuperscriptBox["PFK", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "==", \(\(-k3\)\ ADP[t]\^2\ PFK[t] + km3\ PFKS[t]\)}]], "Print"], Cell[BoxData[ RowBox[{ RowBox[{ SuperscriptBox["PFKS", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "==", \(k2\ ATP\[Sharp]PFKS[t] + km1\ ATP\[Sharp]PFKS[t] + k3\ ADP[t]\^2\ PFK[t] - km3\ PFKS[t] - k1\ ATP[t]\ PFKS[t]\)}]], "Print"], Cell[BoxData[ InterpretationBox[\("Writing differential equations in \ "\[InvisibleSpace]"SBML"\[InvisibleSpace]" format to the file 'New Team \ Rocket:glycolysis.sbml'"\), SequenceForm[ "Writing differential equations in ", "SBML", " format to the file 'New Team Rocket:glycolysis.sbml'"], Editable->False]], "Print"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .40558 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 0.0238095 0.31746 0.00965678 0.31746 [ [ 0 0 0 0 ] [ 1 .40558 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .40558 L 0 .40558 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00965678 0.321429 0.193595 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.0005 -0.00380479 0.607249 [ [.125 -0.0163 -9 -9 ] [.125 -0.0163 9 0 ] [.25 -0.0163 -9 -9 ] [.25 -0.0163 9 0 ] [.375 -0.0163 -9 -9 ] [.375 -0.0163 9 0 ] [.5 -0.0163 -12 -9 ] [.5 -0.0163 12 0 ] [.625 -0.0163 -12 -9 ] [.625 -0.0163 12 0 ] [.75 -0.0163 -12 -9 ] [.75 -0.0163 12 0 ] [.875 -0.0163 -12 -9 ] [.875 -0.0163 12 0 ] [1 -0.0163 -12 -9 ] [1 -0.0163 12 0 ] [-0.0125 .11765 -18 -4.5 ] [-0.0125 .11765 0 4.5 ] [-0.0125 .23909 -18 -4.5 ] [-0.0125 .23909 0 4.5 ] [-0.0125 .36054 -18 -4.5 ] [-0.0125 .36054 0 4.5 ] [-0.0125 .48199 -18 -4.5 ] [-0.0125 .48199 0 4.5 ] [-0.0125 .60344 -6 -4.5 ] [-0.0125 .60344 0 4.5 ] [.5 .63053 -11 0 ] [.5 .63053 11 12 ] [ 0 -0.0038 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .125 -0.0038 m .125 .00245 L s [(250)] .125 -0.0163 0 1 Mshowa .25 -0.0038 m .25 .00245 L s [(500)] .25 -0.0163 0 1 Mshowa .375 -0.0038 m .375 .00245 L s [(750)] .375 -0.0163 0 1 Mshowa .5 -0.0038 m .5 .00245 L s [(1000)] .5 -0.0163 0 1 Mshowa .625 -0.0038 m .625 .00245 L s [(1250)] .625 -0.0163 0 1 Mshowa .75 -0.0038 m .75 .00245 L s [(1500)] .75 -0.0163 0 1 Mshowa .875 -0.0038 m .875 .00245 L s [(1750)] .875 -0.0163 0 1 Mshowa 1 -0.0038 m 1 .00245 L s [(2000)] 1 -0.0163 0 1 Mshowa .125 Mabswid .025 -0.0038 m .025 -5e-05 L s .05 -0.0038 m .05 -5e-05 L s .075 -0.0038 m .075 -5e-05 L s .1 -0.0038 m .1 -5e-05 L s .15 -0.0038 m .15 -5e-05 L s .175 -0.0038 m .175 -5e-05 L s .2 -0.0038 m .2 -5e-05 L s .225 -0.0038 m .225 -5e-05 L s .275 -0.0038 m .275 -5e-05 L s .3 -0.0038 m .3 -5e-05 L s .325 -0.0038 m .325 -5e-05 L s .35 -0.0038 m .35 -5e-05 L s .4 -0.0038 m .4 -5e-05 L s .425 -0.0038 m .425 -5e-05 L s .45 -0.0038 m .45 -5e-05 L s .475 -0.0038 m .475 -5e-05 L s .525 -0.0038 m .525 -5e-05 L s .55 -0.0038 m .55 -5e-05 L s .575 -0.0038 m .575 -5e-05 L s .6 -0.0038 m .6 -5e-05 L s .65 -0.0038 m .65 -5e-05 L s .675 -0.0038 m .675 -5e-05 L s .7 -0.0038 m .7 -5e-05 L s .725 -0.0038 m .725 -5e-05 L s .775 -0.0038 m .775 -5e-05 L s .8 -0.0038 m .8 -5e-05 L s .825 -0.0038 m .825 -5e-05 L s .85 -0.0038 m .85 -5e-05 L s .9 -0.0038 m .9 -5e-05 L s .925 -0.0038 m .925 -5e-05 L s .95 -0.0038 m .95 -5e-05 L s .975 -0.0038 m .975 -5e-05 L s .25 Mabswid 0 -0.0038 m 1 -0.0038 L s 0 .11765 m .00625 .11765 L s [(0.2)] -0.0125 .11765 1 0 Mshowa 0 .23909 m .00625 .23909 L s [(0.4)] -0.0125 .23909 1 0 Mshowa 0 .36054 m .00625 .36054 L s [(0.6)] -0.0125 .36054 1 0 Mshowa 0 .48199 m .00625 .48199 L s [(0.8)] -0.0125 .48199 1 0 Mshowa 0 .60344 m .00625 .60344 L s [(1)] -0.0125 .60344 1 0 Mshowa .125 Mabswid 0 .02656 m .00375 .02656 L s 0 .05692 m .00375 .05692 L s 0 .08728 m .00375 .08728 L s 0 .14801 m .00375 .14801 L s 0 .17837 m .00375 .17837 L s 0 .20873 m .00375 .20873 L s 0 .26946 m .00375 .26946 L s 0 .29982 m .00375 .29982 L s 0 .33018 m .00375 .33018 L s 0 .39091 m .00375 .39091 L s 0 .42127 m .00375 .42127 L s 0 .45163 m .00375 .45163 L s 0 .51236 m .00375 .51236 L s 0 .54272 m .00375 .54272 L s 0 .57308 m .00375 .57308 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -72 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (PFK) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid 0 .60332 m .00123 .45655 L .00236 .45835 L .00488 .4623 L .00942 .46903 L .01975 .48271 L .04057 .50475 L .06331 .52248 L .08481 .53492 L .10578 .54411 L .12514 .55065 L .14481 .55577 L .15611 .55813 L .16646 .55997 L .17621 .56142 L .18684 .56274 L .19808 .56381 L .20321 .56419 L .20876 .56454 L .21434 .5648 L .2169 .5649 L .2196 .56498 L .22204 .56504 L .22333 .56506 L .22471 .56508 L .22599 .5651 L .22715 .5651 L .22832 .56511 L .22942 .56511 L .23068 .56511 L .2314 .56511 L .23208 .5651 L .23344 .56509 L .2342 .56508 L .2349 .56507 L .23737 .56502 L .23997 .56495 L .24281 .56485 L .24545 .56473 L .25144 .56437 L .25674 .56395 L .26249 .56336 L .27292 .56193 L .28308 .55999 L .29244 .55763 L .30262 .55428 L .31214 .55021 L .32259 .5444 L .33381 .53608 L .34445 .52548 L Mistroke .35605 .50973 L .367 .48923 L .37715 .46347 L .38828 .42527 L .39874 .37732 L .41829 .25529 L .42763 .19057 L .43763 .13028 L .44337 .10332 L .4486 .08398 L .45385 .06892 L .45883 .05797 L .46405 .04911 L .46888 .04277 L .47418 .03733 L .4798 .03286 L .49033 .02693 L .49632 .02453 L .50193 .02273 L .51229 .02024 L .51749 .01929 L .52317 .01842 L .53325 .01723 L .54261 .01642 L .54793 .01606 L .55369 .01574 L .55877 .01551 L .56413 .0153 L .56898 .01515 L .5743 .01502 L .57878 .01493 L .58366 .01485 L .58652 .01481 L .58916 .01479 L .59163 .01476 L .59436 .01474 L .5968 .01473 L .59909 .01472 L .60036 .01472 L .60151 .01472 L .60278 .01472 L .60412 .01472 L .6055 .01472 L .60675 .01472 L .60744 .01472 L .60819 .01472 L .60955 .01472 L .61218 .01473 L .6146 .01474 L .61725 .01475 L Mistroke .62017 .01477 L .62608 .01482 L .63673 .01493 L .64647 .01505 L .6684 .0154 L .71011 .01622 L .75024 .01706 L .79294 .01796 L .83404 .01876 L .87772 .01955 L .91982 .02023 L .96031 .02081 L 1 .02131 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.35119 0.00965678 0.64881 0.193595 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.0005 0.0145862 0.62312 [ [.125 .00209 -9 -9 ] [.125 .00209 9 0 ] [.25 .00209 -9 -9 ] [.25 .00209 9 0 ] [.375 .00209 -9 -9 ] [.375 .00209 9 0 ] [.5 .00209 -12 -9 ] [.5 .00209 12 0 ] [.625 .00209 -12 -9 ] [.625 .00209 12 0 ] [.75 .00209 -12 -9 ] [.75 .00209 12 0 ] [.875 .00209 -12 -9 ] [.875 .00209 12 0 ] [1 .00209 -12 -9 ] [1 .00209 12 0 ] [-0.0125 .13921 -18 -4.5 ] [-0.0125 .13921 0 4.5 ] [-0.0125 .26383 -18 -4.5 ] [-0.0125 .26383 0 4.5 ] [-0.0125 .38846 -18 -4.5 ] [-0.0125 .38846 0 4.5 ] [-0.0125 .51308 -18 -4.5 ] [-0.0125 .51308 0 4.5 ] [.5 .63053 -14 0 ] [.5 .63053 14 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .125 .01459 m .125 .02084 L s [(250)] .125 .00209 0 1 Mshowa .25 .01459 m .25 .02084 L s [(500)] .25 .00209 0 1 Mshowa .375 .01459 m .375 .02084 L s [(750)] .375 .00209 0 1 Mshowa .5 .01459 m .5 .02084 L s [(1000)] .5 .00209 0 1 Mshowa .625 .01459 m .625 .02084 L s [(1250)] .625 .00209 0 1 Mshowa .75 .01459 m .75 .02084 L s [(1500)] .75 .00209 0 1 Mshowa .875 .01459 m .875 .02084 L s [(1750)] .875 .00209 0 1 Mshowa 1 .01459 m 1 .02084 L s [(2000)] 1 .00209 0 1 Mshowa .125 Mabswid .025 .01459 m .025 .01834 L s .05 .01459 m .05 .01834 L s .075 .01459 m .075 .01834 L s .1 .01459 m .1 .01834 L s .15 .01459 m .15 .01834 L s .175 .01459 m .175 .01834 L s .2 .01459 m .2 .01834 L s .225 .01459 m .225 .01834 L s .275 .01459 m .275 .01834 L s .3 .01459 m .3 .01834 L s .325 .01459 m .325 .01834 L s .35 .01459 m .35 .01834 L s .4 .01459 m .4 .01834 L s .425 .01459 m .425 .01834 L s .45 .01459 m .45 .01834 L s .475 .01459 m .475 .01834 L s .525 .01459 m .525 .01834 L s .55 .01459 m .55 .01834 L s .575 .01459 m .575 .01834 L s .6 .01459 m .6 .01834 L s .65 .01459 m .65 .01834 L s .675 .01459 m .675 .01834 L s .7 .01459 m .7 .01834 L s .725 .01459 m .725 .01834 L s .775 .01459 m .775 .01834 L s .8 .01459 m .8 .01834 L s .825 .01459 m .825 .01834 L s .85 .01459 m .85 .01834 L s .9 .01459 m .9 .01834 L s .925 .01459 m .925 .01834 L s .95 .01459 m .95 .01834 L s .975 .01459 m .975 .01834 L s .25 Mabswid 0 .01459 m 1 .01459 L s 0 .13921 m .00625 .13921 L s [(0.2)] -0.0125 .13921 1 0 Mshowa 0 .26383 m .00625 .26383 L s [(0.4)] -0.0125 .26383 1 0 Mshowa 0 .38846 m .00625 .38846 L s [(0.6)] -0.0125 .38846 1 0 Mshowa 0 .51308 m .00625 .51308 L s [(0.8)] -0.0125 .51308 1 0 Mshowa .125 Mabswid 0 .04574 m .00375 .04574 L s 0 .0769 m .00375 .0769 L s 0 .10805 m .00375 .10805 L s 0 .17037 m .00375 .17037 L s 0 .20152 m .00375 .20152 L s 0 .23268 m .00375 .23268 L s 0 .29499 m .00375 .29499 L s 0 .32615 m .00375 .32615 L s 0 .3573 m .00375 .3573 L s 0 .41961 m .00375 .41961 L s 0 .45077 m .00375 .45077 L s 0 .48193 m .00375 .48193 L s 0 .54424 m .00375 .54424 L s 0 .57539 m .00375 .57539 L s 0 .60655 m .00375 .60655 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -75 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (PFKS) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid 0 .01472 m .00123 .16516 L .00236 .16329 L .00488 .15922 L .00942 .15228 L .01975 .13816 L .04057 .11545 L .06331 .09718 L .08481 .08438 L .10578 .07492 L .12514 .06819 L .14481 .06292 L .15611 .06049 L .16646 .05859 L .18684 .05573 L .19808 .05461 L .20368 .05417 L .20876 .05384 L .21395 .05358 L .21883 .05339 L .22151 .05331 L .22398 .05326 L .22528 .05324 L .2267 .05322 L .22741 .05322 L .22818 .05321 L .22956 .0532 L .23085 .0532 L .23204 .05321 L .23335 .05322 L .23402 .05322 L .23475 .05323 L .23597 .05325 L .23728 .05327 L .23966 .05333 L .242 .0534 L .24446 .0535 L .24887 .05373 L .25412 .05408 L .25889 .0545 L .26959 .05577 L .27952 .05745 L .28888 .05957 L .29909 .0626 L .30989 .06685 L .31912 .07158 L .32927 .0783 L .33994 .08764 L .34969 .09895 L .36094 .1165 L Mistroke .37163 .13932 L .38172 .16837 L .39246 .20976 L .4026 .26074 L .41178 .31705 L .42247 .39043 L .43374 .46422 L .44336 .51267 L .44882 .53274 L .45391 .54722 L .45917 .55873 L .46415 .56711 L .47348 .57819 L .47871 .58258 L .48353 .58584 L .48878 .58872 L .49444 .59122 L .50458 .59458 L .51408 .59683 L .52538 .59876 L .53573 .60004 L .54605 .60099 L .55564 .60165 L .56616 .6022 L .57739 .60263 L .58817 .60292 L .59425 .60304 L .59984 .60312 L .60475 .60319 L .61013 .60324 L .61285 .60326 L .61576 .60328 L .61851 .60329 L .62101 .6033 L .62341 .60331 L .62477 .60331 L .62605 .60332 L .62739 .60332 L .62863 .60332 L .62998 .60332 L .63066 .60332 L .63141 .60332 L .63267 .60332 L .63381 .60332 L .63514 .60332 L .63639 .60331 L .63861 .60331 L .64103 .6033 L .64653 .60328 L .65236 .60325 L Mistroke .66282 .60318 L .68334 .60298 L .70257 .60276 L .7433 .60219 L .7866 .60154 L .82832 .60092 L .86844 .60036 L .91114 .59981 L .95225 .59933 L .99593 .59887 L 1 .59883 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.0238095 0.211989 0.321429 0.395928 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.0005 -0.0138051 0.247953 [ [.125 .22165 -9 -9 ] [.125 .22165 9 0 ] [.25 .22165 -9 -9 ] [.25 .22165 9 0 ] [.375 .22165 -9 -9 ] [.375 .22165 9 0 ] [.5 .22165 -12 -9 ] [.5 .22165 12 0 ] [.625 .22165 -12 -9 ] [.625 .22165 12 0 ] [.75 .22165 -12 -9 ] [.75 .22165 12 0 ] [.875 .22165 -12 -9 ] [.875 .22165 12 0 ] [1 .22165 -12 -9 ] [1 .22165 12 0 ] [-0.0125 .11017 -18 -4.5 ] [-0.0125 .11017 0 4.5 ] [-0.0125 .35812 -18 -4.5 ] [-0.0125 .35812 0 4.5 ] [-0.0125 .4821 -6 -4.5 ] [-0.0125 .4821 0 4.5 ] [-0.0125 .60608 -18 -4.5 ] [-0.0125 .60608 0 4.5 ] [.5 .63053 -11 0 ] [.5 .63053 11 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .125 .23415 m .125 .2404 L s [(250)] .125 .22165 0 1 Mshowa .25 .23415 m .25 .2404 L s [(500)] .25 .22165 0 1 Mshowa .375 .23415 m .375 .2404 L s [(750)] .375 .22165 0 1 Mshowa .5 .23415 m .5 .2404 L s [(1000)] .5 .22165 0 1 Mshowa .625 .23415 m .625 .2404 L s [(1250)] .625 .22165 0 1 Mshowa .75 .23415 m .75 .2404 L s [(1500)] .75 .22165 0 1 Mshowa .875 .23415 m .875 .2404 L s [(1750)] .875 .22165 0 1 Mshowa 1 .23415 m 1 .2404 L s [(2000)] 1 .22165 0 1 Mshowa .125 Mabswid .025 .23415 m .025 .2379 L s .05 .23415 m .05 .2379 L s .075 .23415 m .075 .2379 L s .1 .23415 m .1 .2379 L s .15 .23415 m .15 .2379 L s .175 .23415 m .175 .2379 L s .2 .23415 m .2 .2379 L s .225 .23415 m .225 .2379 L s .275 .23415 m .275 .2379 L s .3 .23415 m .3 .2379 L s .325 .23415 m .325 .2379 L s .35 .23415 m .35 .2379 L s .4 .23415 m .4 .2379 L s .425 .23415 m .425 .2379 L s .45 .23415 m .45 .2379 L s .475 .23415 m .475 .2379 L s .525 .23415 m .525 .2379 L s .55 .23415 m .55 .2379 L s .575 .23415 m .575 .2379 L s .6 .23415 m .6 .2379 L s .65 .23415 m .65 .2379 L s .675 .23415 m .675 .2379 L s .7 .23415 m .7 .2379 L s .725 .23415 m .725 .2379 L s .775 .23415 m .775 .2379 L s .8 .23415 m .8 .2379 L s .825 .23415 m .825 .2379 L s .85 .23415 m .85 .2379 L s .9 .23415 m .9 .2379 L s .925 .23415 m .925 .2379 L s .95 .23415 m .95 .2379 L s .975 .23415 m .975 .2379 L s .25 Mabswid 0 .23415 m 1 .23415 L s 0 .11017 m .00625 .11017 L s [(0.5)] -0.0125 .11017 1 0 Mshowa 0 .35812 m .00625 .35812 L s [(1.5)] -0.0125 .35812 1 0 Mshowa 0 .4821 m .00625 .4821 L s [(2)] -0.0125 .4821 1 0 Mshowa 0 .60608 m .00625 .60608 L s [(2.5)] -0.0125 .60608 1 0 Mshowa .125 Mabswid 0 .13497 m .00375 .13497 L s 0 .15976 m .00375 .15976 L s 0 .18456 m .00375 .18456 L s 0 .20935 m .00375 .20935 L s 0 .25894 m .00375 .25894 L s 0 .28374 m .00375 .28374 L s 0 .30853 m .00375 .30853 L s 0 .33333 m .00375 .33333 L s 0 .38292 m .00375 .38292 L s 0 .40772 m .00375 .40772 L s 0 .43251 m .00375 .43251 L s 0 .45731 m .00375 .45731 L s 0 .5069 m .00375 .5069 L s 0 .53169 m .00375 .53169 L s 0 .55649 m .00375 .55649 L s 0 .58128 m .00375 .58128 L s 0 .08538 m .00375 .08538 L s 0 .06058 m .00375 .06058 L s 0 .03579 m .00375 .03579 L s 0 .01099 m .00375 .01099 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -72 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (ADP) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid 0 .11012 m .00123 .04871 L .00236 .0482 L .00488 .04709 L .00942 .04519 L .01975 .04129 L .04057 .03489 L .06331 .02952 L .08481 .02556 L .12514 .02021 L .14597 .01825 L .16805 .01667 L .17794 .01611 L .18856 .01561 L .1986 .01524 L .20778 .01498 L .21278 .01488 L .21553 .01483 L .21812 .01479 L .22054 .01477 L .22181 .01475 L .22315 .01474 L .22428 .01473 L .22553 .01473 L .22666 .01472 L .22771 .01472 L .22907 .01472 L .22983 .01472 L .23054 .01472 L .23183 .01472 L .23321 .01472 L .23444 .01473 L .23559 .01473 L .23822 .01475 L .24104 .01479 L .24363 .01482 L .24947 .01494 L .25445 .01508 L .25977 .01527 L .26934 .01572 L .28073 .01647 L .29108 .01739 L .30156 .01861 L .31122 .02004 L .32183 .02202 L .33306 .02472 L .34297 .02775 L .35361 .03192 L .36366 .03697 L .37284 .04288 L Mistroke .38321 .05156 L .39282 .06226 L .40336 .0783 L .40926 .08999 L .41459 .10279 L .42514 .13609 L .43484 .17778 L .45672 .29904 L .4782 .41033 L .48869 .45357 L .49823 .48644 L .51751 .53627 L .52812 .55583 L .53816 .5702 L .54832 .58135 L .5591 .59006 L .56831 .59541 L .57355 .59772 L .57846 .59946 L .58341 .60085 L .58881 .60197 L .59154 .6024 L .59445 .60276 L .5972 .60301 L .59969 .60317 L .60091 .60323 L .60219 .60327 L .60329 .6033 L .6045 .60332 L .6058 .60332 L .60652 .60331 L .60719 .60331 L .60848 .60328 L .6097 .60324 L .61084 .6032 L .61205 .60314 L .61422 .603 L .61914 .60258 L .62426 .60197 L .62896 .60128 L .63955 .59934 L .65874 .59478 L .70031 .58253 L .74029 .57004 L .78285 .55748 L .82381 .54662 L .86735 .53656 L .9093 .52823 L .94965 .52136 L .99258 .51513 L Mistroke 1 .51416 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.35119 0.211989 0.64881 0.395928 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.0005 -0.00526908 0.0399682 [ [.125 .06217 -9 -9 ] [.125 .06217 9 0 ] [.25 .06217 -9 -9 ] [.25 .06217 9 0 ] [.375 .06217 -9 -9 ] [.375 .06217 9 0 ] [.5 .06217 -12 -9 ] [.5 .06217 12 0 ] [.625 .06217 -12 -9 ] [.625 .06217 12 0 ] [.75 .06217 -12 -9 ] [.75 .06217 12 0 ] [.875 .06217 -12 -9 ] [.875 .06217 12 0 ] [1 .06217 -12 -9 ] [1 .06217 12 0 ] [-0.0125 .1546 -6 -4.5 ] [-0.0125 .1546 0 4.5 ] [-0.0125 .23454 -6 -4.5 ] [-0.0125 .23454 0 4.5 ] [-0.0125 .31448 -6 -4.5 ] [-0.0125 .31448 0 4.5 ] [-0.0125 .39441 -12 -4.5 ] [-0.0125 .39441 0 4.5 ] [-0.0125 .47435 -12 -4.5 ] [-0.0125 .47435 0 4.5 ] [-0.0125 .55429 -12 -4.5 ] [-0.0125 .55429 0 4.5 ] [.5 .63053 -11 0 ] [.5 .63053 11 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .125 .07467 m .125 .08092 L s [(250)] .125 .06217 0 1 Mshowa .25 .07467 m .25 .08092 L s [(500)] .25 .06217 0 1 Mshowa .375 .07467 m .375 .08092 L s [(750)] .375 .06217 0 1 Mshowa .5 .07467 m .5 .08092 L s [(1000)] .5 .06217 0 1 Mshowa .625 .07467 m .625 .08092 L s [(1250)] .625 .06217 0 1 Mshowa .75 .07467 m .75 .08092 L s [(1500)] .75 .06217 0 1 Mshowa .875 .07467 m .875 .08092 L s [(1750)] .875 .06217 0 1 Mshowa 1 .07467 m 1 .08092 L s [(2000)] 1 .06217 0 1 Mshowa .125 Mabswid .025 .07467 m .025 .07842 L s .05 .07467 m .05 .07842 L s .075 .07467 m .075 .07842 L s .1 .07467 m .1 .07842 L s .15 .07467 m .15 .07842 L s .175 .07467 m .175 .07842 L s .2 .07467 m .2 .07842 L s .225 .07467 m .225 .07842 L s .275 .07467 m .275 .07842 L s .3 .07467 m .3 .07842 L s .325 .07467 m .325 .07842 L s .35 .07467 m .35 .07842 L s .4 .07467 m .4 .07842 L s .425 .07467 m .425 .07842 L s .45 .07467 m .45 .07842 L s .475 .07467 m .475 .07842 L s .525 .07467 m .525 .07842 L s .55 .07467 m .55 .07842 L s .575 .07467 m .575 .07842 L s .6 .07467 m .6 .07842 L s .65 .07467 m .65 .07842 L s .675 .07467 m .675 .07842 L s .7 .07467 m .7 .07842 L s .725 .07467 m .725 .07842 L s .775 .07467 m .775 .07842 L s .8 .07467 m .8 .07842 L s .825 .07467 m .825 .07842 L s .85 .07467 m .85 .07842 L s .9 .07467 m .9 .07842 L s .925 .07467 m .925 .07842 L s .95 .07467 m .95 .07842 L s .975 .07467 m .975 .07842 L s .25 Mabswid 0 .07467 m 1 .07467 L s 0 .1546 m .00625 .1546 L s [(4)] -0.0125 .1546 1 0 Mshowa 0 .23454 m .00625 .23454 L s [(6)] -0.0125 .23454 1 0 Mshowa 0 .31448 m .00625 .31448 L s [(8)] -0.0125 .31448 1 0 Mshowa 0 .39441 m .00625 .39441 L s [(10)] -0.0125 .39441 1 0 Mshowa 0 .47435 m .00625 .47435 L s [(12)] -0.0125 .47435 1 0 Mshowa 0 .55429 m .00625 .55429 L s [(14)] -0.0125 .55429 1 0 Mshowa .125 Mabswid 0 .09465 m .00375 .09465 L s 0 .11464 m .00375 .11464 L s 0 .13462 m .00375 .13462 L s 0 .17459 m .00375 .17459 L s 0 .19457 m .00375 .19457 L s 0 .21456 m .00375 .21456 L s 0 .25452 m .00375 .25452 L s 0 .27451 m .00375 .27451 L s 0 .29449 m .00375 .29449 L s 0 .33446 m .00375 .33446 L s 0 .35444 m .00375 .35444 L s 0 .37443 m .00375 .37443 L s 0 .4144 m .00375 .4144 L s 0 .43438 m .00375 .43438 L s 0 .45437 m .00375 .45437 L s 0 .49433 m .00375 .49433 L s 0 .51432 m .00375 .51432 L s 0 .5343 m .00375 .5343 L s 0 .05468 m .00375 .05468 L s 0 .0347 m .00375 .0347 L s 0 .01472 m .00375 .01472 L s 0 .57427 m .00375 .57427 L s 0 .59425 m .00375 .59425 L s 0 .61424 m .00375 .61424 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -72 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (ATP) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid 0 .01472 m .04057 .07795 L .08481 .14594 L .12636 .20942 L .16632 .27029 L .20885 .33484 L .2498 .39651 L .29331 .46098 L .33524 .52055 L .37557 .57119 L .38633 .58223 L .3964 .59095 L .40691 .59788 L .41249 .60048 L .41562 .60158 L .41848 .60236 L .41984 .60264 L .42111 .60286 L .42227 .60303 L .42349 .60316 L .42482 .60326 L .42605 .60331 L .42737 .60332 L .42812 .6033 L .42882 .60328 L .43007 .6032 L .43124 .60309 L .4323 .60296 L .43345 .6028 L .43603 .60232 L .43842 .60175 L .44343 .60024 L .44897 .59814 L .46018 .59299 L .50239 .57037 L .54301 .54955 L .58621 .53007 L .62782 .51392 L .66783 .5006 L .71042 .48851 L .75142 .47862 L .79499 .46974 L .83697 .46253 L .87736 .45664 L .92032 .45136 L .9617 .44706 L 1 .44368 L s MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.678571 0.211989 0.97619 0.395928 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.0005 0.0147142 21.9393 [ [.125 .00221 -9 -9 ] [.125 .00221 9 0 ] [.25 .00221 -9 -9 ] [.25 .00221 9 0 ] [.375 .00221 -9 -9 ] [.375 .00221 9 0 ] [.5 .00221 -12 -9 ] [.5 .00221 12 0 ] [.625 .00221 -12 -9 ] [.625 .00221 12 0 ] [.75 .00221 -12 -9 ] [.75 .00221 12 0 ] [.875 .00221 -12 -9 ] [.875 .00221 12 0 ] [1 .00221 -12 -9 ] [1 .00221 12 0 ] [-0.0125 .12441 -30 -4.5 ] [-0.0125 .12441 0 4.5 ] [-0.0125 .23411 -24 -4.5 ] [-0.0125 .23411 0 4.5 ] [-0.0125 .3438 -30 -4.5 ] [-0.0125 .3438 0 4.5 ] [-0.0125 .4535 -24 -4.5 ] [-0.0125 .4535 0 4.5 ] [-0.0125 .5632 -30 -4.5 ] [-0.0125 .5632 0 4.5 ] [.5 .63053 -26 0 ] [.5 .63053 26 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .125 .01471 m .125 .02096 L s [(250)] .125 .00221 0 1 Mshowa .25 .01471 m .25 .02096 L s [(500)] .25 .00221 0 1 Mshowa .375 .01471 m .375 .02096 L s [(750)] .375 .00221 0 1 Mshowa .5 .01471 m .5 .02096 L s [(1000)] .5 .00221 0 1 Mshowa .625 .01471 m .625 .02096 L s [(1250)] .625 .00221 0 1 Mshowa .75 .01471 m .75 .02096 L s [(1500)] .75 .00221 0 1 Mshowa .875 .01471 m .875 .02096 L s [(1750)] .875 .00221 0 1 Mshowa 1 .01471 m 1 .02096 L s [(2000)] 1 .00221 0 1 Mshowa .125 Mabswid .025 .01471 m .025 .01846 L s .05 .01471 m .05 .01846 L s .075 .01471 m .075 .01846 L s .1 .01471 m .1 .01846 L s .15 .01471 m .15 .01846 L s .175 .01471 m .175 .01846 L s .2 .01471 m .2 .01846 L s .225 .01471 m .225 .01846 L s .275 .01471 m .275 .01846 L s .3 .01471 m .3 .01846 L s .325 .01471 m .325 .01846 L s .35 .01471 m .35 .01846 L s .4 .01471 m .4 .01846 L s .425 .01471 m .425 .01846 L s .45 .01471 m .45 .01846 L s .475 .01471 m .475 .01846 L s .525 .01471 m .525 .01846 L s .55 .01471 m .55 .01846 L s .575 .01471 m .575 .01846 L s .6 .01471 m .6 .01846 L s .65 .01471 m .65 .01846 L s .675 .01471 m .675 .01846 L s .7 .01471 m .7 .01846 L s .725 .01471 m .725 .01846 L s .775 .01471 m .775 .01846 L s .8 .01471 m .8 .01846 L s .825 .01471 m .825 .01846 L s .85 .01471 m .85 .01846 L s .9 .01471 m .9 .01846 L s .925 .01471 m .925 .01846 L s .95 .01471 m .95 .01846 L s .975 .01471 m .975 .01846 L s .25 Mabswid 0 .01471 m 1 .01471 L s 0 .12441 m .00625 .12441 L s [(0.005)] -0.0125 .12441 1 0 Mshowa 0 .23411 m .00625 .23411 L s [(0.01)] -0.0125 .23411 1 0 Mshowa 0 .3438 m .00625 .3438 L s [(0.015)] -0.0125 .3438 1 0 Mshowa 0 .4535 m .00625 .4535 L s [(0.02)] -0.0125 .4535 1 0 Mshowa 0 .5632 m .00625 .5632 L s [(0.025)] -0.0125 .5632 1 0 Mshowa .125 Mabswid 0 .03665 m .00375 .03665 L s 0 .05859 m .00375 .05859 L s 0 .08053 m .00375 .08053 L s 0 .10247 m .00375 .10247 L s 0 .14635 m .00375 .14635 L s 0 .16829 m .00375 .16829 L s 0 .19023 m .00375 .19023 L s 0 .21217 m .00375 .21217 L s 0 .25605 m .00375 .25605 L s 0 .27799 m .00375 .27799 L s 0 .29992 m .00375 .29992 L s 0 .32186 m .00375 .32186 L s 0 .36574 m .00375 .36574 L s 0 .38768 m .00375 .38768 L s 0 .40962 m .00375 .40962 L s 0 .43156 m .00375 .43156 L s 0 .47544 m .00375 .47544 L s 0 .49738 m .00375 .49738 L s 0 .51932 m .00375 .51932 L s 0 .54126 m .00375 .54126 L s 0 .58514 m .00375 .58514 L s 0 .60707 m .00375 .60707 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -87 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (ATP) show %%IncludeResource: font Math3Mono %%IncludeFont: Math3Mono /Math3Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\333) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (PFKS) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid 0 .01472 m .00123 .02052 L .00236 .02091 L .00488 .02175 L .00942 .02314 L .01975 .02578 L .03045 .02791 L .04057 .02947 L .0516 .0308 L .06178 .03176 L .07296 .03259 L .08481 .03327 L .10532 .03413 L .12454 .03476 L .16525 .03601 L .18744 .03693 L .19765 .03748 L .20853 .03817 L .21944 .039 L .22933 .03991 L .24863 .04223 L .25916 .04391 L .26884 .04579 L .28015 .0485 L .2907 .05168 L .31047 .06007 L .32094 .06637 L .33217 .07523 L .34285 .08646 L .35447 .10305 L .36544 .12463 L .3756 .15172 L .3857 .18781 L .39519 .2321 L .41682 .37403 L .4262 .44443 L .43622 .51011 L .44198 .53915 L .44722 .55942 L .45248 .57451 L .45745 .58477 L .46 .58882 L .4627 .59236 L .46754 .59709 L .47024 .59899 L .47276 .60039 L .47552 .60154 L .47706 .60204 L .47849 .60242 L .47998 .60274 L Mistroke .48133 .60296 L .48283 .60314 L .48365 .60321 L .48443 .60326 L .48512 .60329 L .48584 .60331 L .48714 .60332 L .48786 .6033 L .48853 .60328 L .48927 .60325 L .49007 .60319 L .49143 .60308 L .49291 .60292 L .4956 .60253 L .50064 .60154 L .51054 .59883 L .52145 .59508 L .54352 .58632 L .58579 .56863 L .62646 .55267 L .66972 .53761 L .71138 .52502 L .75144 .51456 L .79409 .50503 L .83514 .49721 L .87877 .49017 L .9208 .48443 L .96125 .47975 L 1 .47592 L Mfstroke MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{475.375, 192.812}, ImageMargins->{{35, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgl0fMWI000A0=WIf@800000103IfMT00`000000fMWI0=WIf@020=WIf@<000000`3IfMT2 000002D0fMWI00<000000=WIf@3IfMT0L03IfMT00`000000fMWI0=WIf@0Z0=WIf@030000003IfMT0 fMWI0>l0fMWI000@0=WIf@040000003IfMT0fMWI000000L0fMWI00D000000=WIf@3IfMT0fMWI0000 00020=WIf@8000009@3IfMT00`000000fMWI0=WIf@1`0=WIf@030000003IfMT0fMWI02X0fMWI00<0 00000=WIf@3IfMT0k`3IfMT00100fMWI00@000000=WIf@3IfMT000001`3IfMT01@000000fMWI0=WI f@3IfMT000000080fMWI1000000R0=WIf@030000003IfMT0fMWI0600fMWI0P0000040=WIf@030000 003IfMT0fMWI0080fMWI0`0000030=WIf@030000003IfMT0fMWI02X0fMWI00<000000=WIf@3IfMT0 k`3IfMT00100fMWI00@000000=WIf@3IfMT00000203IfMT3000000<0fMWI0P0000020=WIf@030000 003IfMT0fMWI01l0fMWI00<000000=WIf@3IfMT0G`3IfMT010000000fMWI0=WIf@0000070=WIf@05 0000003IfMT0fMWI0=WIf@0000000P3IfMT00`000000fMWI0=WIf@0[0=WIf@030000003IfMT0fMWI 0>h0fMWI000@0=WIf@040000003IfMT0fMWI000000L0fMWI00D000000=WIf@3IfMT0fMWI00000002 0=WIf@8000000`3IfMT00`000000fMWI0=WIf@0N0=WIf@030000003IfMT0fMWI05l0fMWI00@00000 0=WIf@3IfMT000001`3IfMT01@000000fMWI0=WIf@3IfMT000000080fMWI00<000000=WIf@3IfMT0 :`3IfMT00`000000fMWI0=WIf@3^0=WIf@00403IfMT010000000fMWI0=WIf@0000070=WIf@050000 003IfMT0fMWI0=WIf@0000000P3IfMT2000000@0fMWI00<000000=WIf@3IfMT0703IfMT00`000000 fMWI0=WIf@1P0=WIf@040000003IfMT0fMWI000000P0fMWI0`0000030=WIf@800000;03IfMT00`00 0000fMWI0=WIf@3^0=WIf@004@3IfMT2000000T0fMWI0`0000030=WIf@8000001@3IfMT00`000000 fMWI0=WIf@0K0=WIf@030000003IfMT0fMWI0600fMWI00@000000=WIf@3IfMT000001`3IfMT01@00 0000fMWI0=WIf@3IfMT000000080fMWI00<000000=WIf@3IfMT0:`3IfMT00`000000fMWI0=WIf@3^ 0=WIf@008P3IfMT2000000H0fMWI00<000000=WIf@3IfMT06@3IfMT00`000000fMWI0=WIf@1Q0=WI f@040000003IfMT0fMWI000000L0fMWI00D000000=WIf@3IfMT0fMWI000000020=WIf@030000003I fMT0fMWI02`0fMWI00<000000=WIf@3IfMT0k@3IfMT00280fMWI0P0000070=WIf@@00000503IfMT3 000006D0fMWI0P0000090=WIf@<000000`3IfMT00`000000fMWI0=WIf@0/0=WIf@030000003IfMT0 fMWI0>d0fMWI000R0=WIf@030000003IfMT0fMWI00X0fMWI0P00000@0=WIf@800000N@3IfMT00`00 0000fMWI0=WIf@0]0=WIf@030000003IfMT0fMWI0>`0fMWI000R0=WIf@030000003IfMT0fMWI00`0 fMWI1`0000050=WIf@@00000N`3IfMT00`000000fMWI0=WIf@0]0=WIf@030000003IfMT0fMWI0>`0 fMWI000R0=WIf@800000503IfMT5000007l0fMWI00<000000=WIf@3IfMT0;P3IfMT00`000000fMWI 0=WIf@3[0=WIf@00703IfMT3000000<0fMWI00<000000=WIf@3IfMT0U`3IfMT00`000000fMWI0=WI f@0_0=WIf@030000003IfMT0fMWI0>X0fMWI000M0=WIf@030000003IfMT0fMWI0080fMWI00<00000 0=WIf@3IfMT0U`3IfMT00`000000fMWI0=WIf@0`0=WIf@<00000j@3IfMT001d0fMWI00<000000=WI f@3IfMT00P3IfMT2000009P0fMWI00<000000=WIf@3IfMT0<`3IfMTd00000;D0fMWI000M0=WIf@03 0000003IfMT0fMWI0080fMWI00<000000=WIf@3IfMT0U`3IfMT00`000000fMWI0=WIf@3o0=WIfAd0 fMWI000M0=WIf@030000003IfMT0fMWI0080fMWI00<000000=WIf@3IfMT0U`3IfMT00`000000fMWI 0=WIf@3o0=WIfAd0fMWI000L0=WIf@800000o`3IfMVn0=WIf@007@3IfMT00`000000fMWI0=WIf@3o 0=WIfK`0fMWI003o0=WIfM`0fMWI003o0=WIfM`0fMWI001<0=WIf@<000000`3IfMT3000000<0fMWI 0`0000000`3IfMT00000000000260=WIf@<000000`3IfMT3000000<0fMWI0`000000103IfMT00000 0000003IfMT300000>40fMWI001=0=WIf@030000003IfMT0fMWI00<0fMWI00<000000=WIf@3IfMT0 0`3IfMT010000000fMWI0=WIf@0000280=WIf@030000003IfMT0fMWI00<0fMWI00<000000=WIf@3I fMT00`3IfMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0fMWI00000>00fMWI001=0=WI f@030000003IfMT0fMWI00<0fMWI00<000000=WIf@3IfMT00`3IfMT00`000000fMWI000000290=WI f@030000003IfMT0fMWI00<0fMWI00<000000=WIf@3IfMT00`3IfMT00`000000fMWI000000060=WI f@030000003IfMT0fMWI0=h0fMWI001=0=WIf@<000000`3IfMT3000000<0fMWI0P00002:0=WIf@<0 00000`3IfMT3000000<0fMWI0P0000050=WIf@800000h@3IfMT004d0fMWI00@000000=WIf@3IfMT0 00000P3IfMT00`000000fMWI0=WIf@030=WIf@030000003IfMT0000008T0fMWI00@000000=WIf@3I fMT000000P3IfMT00`000000fMWI0=WIf@030=WIf@030000003IfMT0000000<0fMWI00<000000=WI f@3IfMT0h@3IfMT004d0fMWI00@000000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@000002 0=WIf@040000003IfMT0fMWI000008P0fMWI00@000000=WIf@3IfMT000000P3IfMT010000000fMWI 0=WIf@0000020=WIf@040000003IfMT0fMWI00000080fMWI00@000000=WIf@3IfMT00000h03IfMT0 04`0fMWI100000020=WIf@D0000000D0fMWI00000000000000000=WIf@02000008H0fMWI10000002 0=WIf@D0000000D0fMWI00000000000000000=WIf@0200000080fMWI0`00003P0=WIf@00o`3IfMWL 0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL 0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL 0=WIf@00^@3IfMT500000080fMWI0`0000040=WIf@D00000103IfMT2000000@0fMWI0`0000040=WI f@<000000P3IfMT4000000<0fMWI0P0000040=WIf@D0000000<0fMWI000000000000100000020=WI f@D000000P3IfMT4000000@0fMWI1@0000001@3IfMT000000000003IfMT0000000@0fMWI1P000000 0`3IfMT0000000000002000000@0fMWI0P0000040=WIf@800000ZP3IfMT00;@0fMWI00<000000=WI f@3IfMT00`3IfMT01P000000fMWI0=WIf@000000fMWI000000<0fMWI00D000000=WIf@3IfMT00000 0=WIf@0200000080fMWI00@000000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@0000020=WI f@050000003IfMT0fMWI0=WIf@0000000`3IfMT010000000fMWI0=WIf@0000020=WIf@030000003I fMT000000080fMWI00@000000=WIf@3IfMT000000P3IfMT2000000050=WIf@000000fMWI0=WIf@00 00000P3IfMT00`000000fMWI000000030=WIf@030000003IfMT0fMWI0080000000@0fMWI0000003I fMT000000P3IfMT00`000000fMWI0=WIf@02000000040=WIf@000000fMWI0=WIf@8000000`3IfMT0 0`000000fMWI0=WIf@02000000040=WIf@00000000000=WIf@80000000D0fMWI0000003IfMT0fMWI 000000020=WIf@040000003IfMT0fMWI00000080fMWI00<000000=WIf@3IfMT0Y`3IfMT001l0fMWI 00<000000=WIf@3IfMT0TP3IfMT00`000000fMWI0=WIf@040=WIf@030000003IfMT0fMWI00D0fMWI 00@000000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0fMWI 00000080fMWI00<000000=WIf@3IfMT00P0000060=WIf@040000003IfMT0fMWI00000080fMWI00<0 00000=WIf@0000000P3IfMT010000000fMWI0=WIf@0000020=WIf@80000000@0fMWI0000003IfMT0 fMWI0P0000070=WIf@040000003IfMT0fMWI00000080fMWI00<000000=WIf@0000000P3IfMT00`00 0000fMWI0=WIf@02000000070=WIf@000000fMWI0=WIf@000000fMWI000000060=WIf@050000003I fMT0fMWI0000003IfMT00P0000001@3IfMT000000=WIf@3IfMT000000080fMWI00@000000=WIf@3I fMT000000P3IfMT00`000000fMWI0=WIf@0`0=WIf@D000000P3IfMT3000000<0fMWI0`0000040=WI f@800000103IfMT2000000<0fMWI1P000000103IfMT000000000003IfMT2000000<0fMWI0`000002 0=WIf@D000000P3IfMT3000000<0fMWI0`0000040=WIf@<000000`3IfMT2000000<0fMWI1@000003 0=WIf@800000103IfMT2000000@0fMWI0P00000?0=WIf@007`3IfMT00`000000fMWI0=WIf@2B0=WI f@030000003IfMT0fMWI00D0fMWI00<000000=WIf@3IfMT0103IfMT010000000fMWI0=WIf@000002 0=WIf@040000003IfMT0fMWI00000080fMWI00@000000=WIf@3IfMT000000P3IfMT00`000000fMWI 0=WIf@02000000H0fMWI00@000000=WIf@3IfMT000000P3IfMT00`000000fMWI000000020=WIf@04 0000003IfMT0fMWI00000080fMWI0P0000001`3IfMT000000=WIf@3IfMT000000=WIf@0000001P3I fMT010000000fMWI0=WIf@0000020=WIf@030000003IfMT000000080fMWI00<000000=WIf@3IfMT0 0P0000001`3IfMT000000=WIf@3IfMT000000=WIf@0000001P3IfMT2000000030=WIf@000000fMWI 0080000000D0fMWI0000003IfMT0fMWI000000020=WIf@040000003IfMT0fMWI00000080fMWI00<0 00000=WIf@3IfMT0<@3IfMT01P000000fMWI0=WIf@000000fMWI000000<0fMWI00@000000=WIf@00 000000000P3IfMT010000000fMWI0=WIf@0000020=WIf@030000003IfMT0fMWI0080000000@0fMWI 0000003IfMT000000`3IfMT2000000050=WIf@000000fMWI0=WIf@0000000P3IfMT00`000000fMWI 0=WIf@02000000050=WIf@000000fMWI0=WIf@0000000P3IfMT020000000fMWI0000003IfMT00000 0=WIf@000000fMWI0P0000020=WIf@050000003IfMT0fMWI0000003IfMT00P0000020=WIf@040000 003IfMT0000000000080fMWI0P0000020=WIf@040000003IfMT0fMWI00000080fMWI00@000000=WI f@3IfMT000000P3IfMT010000000fMWI0=WIf@0000020=WIf@030000003IfMT0fMWI00`0fMWI000O 0=WIf@030000003IfMT0fMWI00P0fMWI6@00001a0=WIf@030000003IfMT0fMWI0080fMWI00H00000 0=WIf@3IfMT0fMWI0000003IfMT4000000<0fMWI00<000000=WIf@0000000`0000030=WIf@040000 003IfMT0fMWI00000080fMWI00L000000=WIf@3IfMT000000=WIf@000000fMWI00@000000`3IfMT0 1P000000fMWI0=WIf@000000fMWI00000080fMWI00@000000=WIf@3IfMT000000P3IfMT200000003 0=WIf@000000fMWI008000000P3IfMT00`000000fMWI0000000400000080fMWI1@0000030=WIf@03 0000003IfMT0fMWI0080000000D0fMWI0000003IfMT0fMWI000000020=WIf@030000003IfMT00000 00<000000P3IfMT2000000050=WIf@00000000000=WIf@0000000P3IfMT010000000fMWI0=WIf@00 00020=WIf@040000003IfMT0fMWI000003@0fMWI00<000000=WIf@3IfMT01@3IfMT010000000fMWI 0=WIf@0000020=WIf@040000003IfMT0fMWI00000080fMWI00D000000=WIf@3IfMT000000=WIf@02 000000D0fMWI0P0000001@3IfMT000000=WIf@3IfMT000000080fMWI00<000000=WIf@3IfMT00P00 0000103IfMT000000=WIf@3IfMT2000000030=WIf@000000fMWI0080fMWI00<000000=WIf@000000 0P3IfMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0000000000080fMWI00@000000=WI f@3IfMT00000103IfMT00`000000fMWI000000020=WIf@040000003IfMT0fMWI00000080fMWI00@0 00000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@00000>0=WIf@007`3IfMT00`000000fMWI 0=WIf@030=WIf@D000006@3IfMT4000006d0fMWI0P0000030=WIf@070000003IfMT0fMWI0=WIf@00 0000fMWI000000060=WIf@040000003IfMT00000000000D0fMWI00@000000=WIf@3IfMT000000P3I fMT2000000060=WIf@000000fMWI0000003IfMT000001@3IfMT200000080fMWI00<000000=WIf@00 00000P3IfMT010000000fMWI0=WIf@0000020=WIf@80000000<0fMWI0000003IfMT00P0000020=WI f@030000003IfMT000000080fMWI0P0000020=WIf@80000000<0fMWI0000003IfMT00`3IfMT00`00 0000fMWI0=WIf@02000000030=WIf@000000fMWI008000000P3IfMT01@000000fMWI0000003IfMT0 000000<0fMWI0P0000001@3IfMT000000000003IfMT000000080fMWI00@000000=WIf@3IfMT00000 0P3IfMT010000000fMWI0=WIf@00000e0=WIf@030000003IfMT0fMWI00@0fMWI00@000000=WIf@3I fMT000000P3IfMT010000000fMWI0=WIf@0000020=WIf@050000003IfMT0fMWI0000003IfMT00P00 00050=WIf@80000000D0fMWI0000003IfMT0fMWI000000020=WIf@030000003IfMT0fMWI00800000 00H0fMWI0000003IfMT0fMWI0000003IfMT2000000<0fMWI00<000000=WIf@0000000P3IfMT01000 0000fMWI0=WIf@0000020=WIf@040000003IfMT0000000000080fMWI00@000000=WIf@3IfMT00000 1@3IfMT200000080fMWI00@000000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@0000020=WI f@040000003IfMT0fMWI000000h0fMWI000O0=WIf@030000003IfMT0000000<000008P3IfMT00`00 0000fMWI0=WIf@1Z0=WIf@800000103IfMT300000080fMWI1@0000030=WIf@H000000`3IfMT20000 00@0fMWI1@0000000`3IfMT000000000000300000080fMWI0`0000030=WIf@800000103IfMT20000 00040=WIf@000000fMWI0=WIf@D000000P3IfMT5000000<0fMWI1@0000030=WIf@80000000@0fMWI 0000003IfMT0fMWI1P0000000`3IfMT000000000000400000080fMWI100000040=WIf@800000103I fMT2000003<0fMWI00H000000=WIf@3IfMT0fMWI0000003IfMT400000080fMWI1@0000020=WIf@04 0000003IfMT0fMWI00000080fMWI00D000000=WIf@3IfMT000000=WIf@04000000040=WIf@000000 fMWI00000080fMWI00@000000=WIf@3IfMT000000P3IfMT2000000030=WIf@000000fMWI00800000 0P3IfMT00`000000fMWI0000000300000080fMWI1@0000020=WIf@040000003IfMT0000000000080 fMWI00<000000=WIf@3IfMT00P0000000`3IfMT000000000000300000080fMWI00@000000=WIf@3I fMT000000P3IfMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0fMWI000000h0fMWI000O 0=WIf@8000009`3IfMT00`000000fMWI0=WIf@1Y0=WIf@030000003IfMT000000:d0fMWI00L00000 0=WIf@3IfMT0fMWI0000003IfMT0000000D0fMWI0P0000020=WIf@040000003IfMT0fMWI00000080 fMWI00@000000=WIf@00000000000P3IfMT00`000000fMWI000000030=WIf@80000000D0fMWI0000 003IfMT0fMWI000000020=WIf@030000003IfMT0fMWI0080000000<0fMWI0000003IfMT00P000002 0=WIf@030000003IfMT00000008000000`3IfMT200000080fMWI00<000000=WIf@3IfMT010000002 0=WIf@030000003IfMT0fMWI0080000000<0fMWI0000003IfMT00P3IfMT010000000fMWI0=WIf@00 00020=WIf@040000003IfMT0fMWI00000080fMWI00@000000=WIf@3IfMT000000P3IfMT00`000000 fMWI0=WIf@0<0=WIf@007`3IfMT00`000000fMWI0=WIf@0W0=WIf@030000003IfMT0fMWI06P0fMWI 00@000000=WIf@3IfMT00000[@3IfMT300000080fMWI1@0000000`3IfMT0000000000003000000<0 fMWI0P0000020=WIf@D0000000<0fMWI000000000000100000020=WIf@80000000<0fMWI00000000 0000103IfMT2000000<0fMWI0`0000020=WIf@D0000000<0fMWI0000000000000`0000030=WIf@80 00000`3IfMT5000000030=WIf@000000000000<000000`3IfMT2000000@0fMWI0P0000040=WIf@80 00003`3IfMT001l0fMWI00<000000=WIf@3IfMT0:03IfMT00`000000fMWI0=WIf@1W0=WIf@040000 003IfMT0fMWI00000?l0fMWI903IfMT001l0fMWI00<000000=WIf@3IfMT0:03IfMT00`000000fMWI 0=WIf@1W0=WIfG@00000>03IfMT00`000000fMWI0=WIf@1h0=WIf@007`3IfMT00`000000fMWI0=WI f@0Y0=WIf@030000003IfMT0fMWI06H0fMWI00D000000=WIf@3IfMT0fMWI0000002W0=WIf@030000 003IfMT0fMWI07P0fMWI000=0=WIf@800000103IfMT00`000000fMWI0=WIf@020=WIf@<00000103I fMT00`000000fMWI0=WIf@0Z0=WIf@030000003IfMT0fMWI06D0fMWI00<000000=WIf@3IfMT00P3I fMT00`000000fMWI0=WIf@2T0=WIfF<00000603IfMT000`0fMWI00@000000=WIf@3IfMT000001`3I fMT01@000000fMWI0=WIf@3IfMT0000000<0fMWI00<000000=WIf@3IfMT0:P3IfMT00`000000fMWI 0=WIf@1U0=WIf@030000003IfMT0fMWI00<0fMWI00<000000=WIf@3IfMT0X`3IfMT00`000000fMWI 00000009000006l0fMWI000<0=WIf@040000003IfMT0fMWI000000/0fMWI00D000000=WIf@3IfMT0 fMWI0000000/0=WIf@030000003IfMT0fMWI06D0fMWI00<000000=WIf@3IfMT0103IfMT00`000000 fMWI0=WIf@2R0=WIf@8000002P3IfMT?00000600fMWI000<0=WIf@040000003IfMT0fMWI000000/0 fMWI00D000000=WIf@3IfMT0fMWI0000000/0=WIf@030000003IfMT0fMWI06D0fMWI00<000000=WI f@3IfMT0103IfMT00`000000fMWI0=WIf@2R0=WIf@030000003IfMT0fMWI01P0fMWI1000001L0=WI f@00303IfMT010000000fMWI0=WIf@0000070=WIf@@00000103IfMT00`000000fMWI0=WIf@0[0=WI f@030000003IfMT0fMWI05h0fMWI0`0000030=WIf@030000003IfMT0fMWI00D0fMWI00<000000=WI f@3IfMT0X@3IfMT2000001d0fMWI00<000000=WIf@3IfMT0F@3IfMT000`0fMWI00@000000=WIf@3I fMT000001`3IfMT00`000000fMWI0=WIf@050=WIf@030000003IfMT0fMWI02/0fMWI00<000000=WI f@3IfMT0G`3IfMT00`000000fMWI0=WIf@020=WIf@030000003IfMT0fMWI00H0fMWI00<000000=WI f@3IfMT0X03IfMT00`000000fMWI0=WIf@0M0=WIf@800000F@3IfMT000d0fMWI0P0000080=WIf@D0 00000`3IfMT010000000fMWI0=WIf@3IfMT500000080fMWI0`0000040=WIf@@00000103IfMT20000 00@0fMWI0`0000040=WIf@<0000000<0fMWI0000000000000`0000020=WIf@800000103IfMT40000 0080fMWI1@0000020=WIf@D000000P3IfMT4000000@0fMWI100000020=WIf@<00000103IfMT50000 0080fMWI0`0000040=WIf@800000103IfMT2000001H0fMWI1@0000030=WIf@030000003IfMT0fMWI 00L0fMWI00<000000=WIf@3IfMT0W`3IfMT2000001l0fMWI00<000000=WIf@3IfMT0E`3IfMT001l0 fMWI00<000000=WIf@3IfMT00P3IfMT01P000000fMWI0=WIf@000000fMWI000000<0fMWI00<00000 0=WIf@3IfMT00P000000103IfMT000000=WIf@0000020=WIf@040000003IfMT0fMWI00000080fMWI 00@000000=WIf@3IfMT000000`3IfMT01P000000fMWI0=WIf@3IfMT000000=WIf@<0000000<0fMWI 0000000000000P3IfMT010000000fMWI0=WIf@0000020=WIf@050000003IfMT0fMWI0000003IfMT0 0P000000103IfMT000000=WIf@0000030=WIf@030000003IfMT0fMWI0080000000@0fMWI0000003I fMT000000P3IfMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0fMWI000000<0fMWI00@0 00000=WIf@000000fMWI0P000000103IfMT000000000003IfMT200000080fMWI00@000000=WIf@3I fMT000000P3IfMT010000000fMWI0=WIf@00000E0=WIf@040000003IfMT0fMWI000000@0fMWI00<0 00000=WIf@3IfMT01`3IfMT00`000000fMWI0=WIf@2O0=WIf@030000003IfMT0fMWI01l0fMWI00<0 00000=WIf@3IfMT0EP3IfMT001l0fMWI00<000000=WIf@3IfMT00`3IfMT00`000000fMWI0=WIf@05 0=WIf@040000003IfMT0fMWI00000080fMWI00<000000=WIf@0000000P3IfMT010000000fMWI0=WI f@0000020=WIf@030000003IfMT0fMWI008000001P3IfMT01@000000fMWI000000000000fMWI00<0 00000P3IfMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0fMWI00000080fMWI00<00000 0=WIf@3IfMT01@3IfMT010000000fMWI0=WIf@0000020=WIf@030000003IfMT000000080fMWI00@0 00000=WIf@3IfMT000000P3IfMT00`000000fMWI0=WIf@02000000D0fMWI0P0000020=WIf@800000 00<0fMWI0000000000000P3IfMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0fMWI0000 01H0fMWI00<000000=WIf@000000103IfMT00`000000fMWI0=WIf@080=WIf@030000003IfMT0fMWI 0840fMWI0P0000040=WIf@030000003IfMT0fMWI00<0fMWI0P0000040=WIf@8000000`3IfMT30000 00<0fMWI0P00000Q0=WIf@030000003IfMT0fMWI05D0fMWI000O0=WIf@030000003IfMT0fMWI00@0 fMWI00<000000=WIf@3IfMT0103IfMT010000000fMWI0=WIf@0000020=WIf@030000003IfMT00000 0080fMWI00@000000=WIf@3IfMT000000P3IfMT00`000000fMWI0=WIf@02000000H0fMWI00D00000 0=WIf@00000000000=WIf@0300000080fMWI00@000000=WIf@3IfMT000000P3IfMT010000000fMWI 0=WIf@0000020=WIf@8000001P3IfMT010000000fMWI0=WIf@0000020=WIf@030000003IfMT00000 0080fMWI00@000000=WIf@3IfMT000000P3IfMT00`000000fMWI0=WIf@02000000H0fMWI00<00000 0=WIf@3IfMT00P0000000`3IfMT00000000000020=WIf@040000003IfMT0fMWI00000080fMWI00@0 00000=WIf@3IfMT000005`3IfMT2000000@0fMWI00<000000=WIf@3IfMT0203IfMT00`000000fMWI 0=WIf@200=WIf@040000003IfMT0fMWI000000P0fMWI00@000000=WIf@3IfMT000000P3IfMT01P00 0000fMWI0=WIf@000000fMWI000000<0fMWI00@000000=WIf@3IfMT000008P3IfMT00`000000fMWI 0=WIf@1E0=WIf@007`3IfMT01@000000fMWI0=WIf@3IfMT0000000<0fMWI00<000000=WIf@000000 0`0000030=WIf@D000000`3IfMT010000000fMWI0=WIf@0000020=WIf@070000003IfMT0fMWI0000 003IfMT000000=WIf@0400000080fMWI0P000000103IfMT000000000000000020=WIf@040000003I fMT0fMWI00000080fMWI00<000000=WIf@3IfMT00P0000001@3IfMT000000=WIf@000000fMWI00D0 00000P3IfMT5000000<0fMWI00@000000=WIf@3IfMT000000P3IfMT01`000000fMWI0=WIf@000000 fMWI0000003IfMT0100000000`3IfMT000000=WIf@02000000030=WIf@00000000000080fMWI00@0 00000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@00000H0=WIf@030000003IfMT0fMWI0080 fMWI00<000000=WIf@3IfMT02@3IfMT00`000000fMWI0=WIf@1o0=WIf@040000003IfMT0fMWI0000 00P0fMWI00@000000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@0000050=WIf@030000003I fMT0fMWI008000008P3IfMT00`000000fMWI0=WIf@1D0=WIf@007`3IfMT01@000000fMWI0=WIf@3I fMT0000000<0fMWI00<000000=WIf@0000001P3IfMT2000000030=WIf@000000fMWI00<0fMWI00@0 00000=WIf@3IfMT000000P3IfMT2000000060=WIf@000000fMWI0000003IfMT00000103IfMT30000 00040=WIf@000000000000000080fMWI00D000000=WIf@3IfMT000000=WIf@0200000080fMWI0P00 00001P3IfMT000000=WIf@000000fMWI00000080fMWI0P0000020=WIf@80000000<0fMWI0000003I fMT00`3IfMT010000000fMWI0000000000020=WIf@80000000D0fMWI0000003IfMT000000=WIf@02 000000<0fMWI00D000000=WIf@00000000000=WIf@0200000080fMWI00@000000=WIf@3IfMT00000 0P3IfMT010000000fMWI0=WIf@00000M0=WIf@030000003IfMT0fMWI00X0fMWI00<000000=WIf@3I fMT0OP3IfMT010000000fMWI0=WIf@0000080=WIf@040000003IfMT0fMWI00000080fMWI00@00000 0=WIf@3IfMT000001@3IfMT010000000fMWI0=WIf@00000S0=WIf@030000003IfMT0fMWI05@0fMWI 000O0=WIf@030000003IfMT0fMWI0080fMWI0`0000020=WIf@D000000`3IfMT5000000<0fMWI0P00 00040=WIf@D0000000<0fMWI0000000000000`0000000`3IfMT000000=WIf@03000000030=WIf@00 0000000000@0fMWI0`0000030=WIf@@000000P3IfMT5000000<0fMWI1@0000030=WIf@<000000`3I fMT5000000030=WIf@000000000000<000000`3IfMT3000000@0fMWI0P0000040=WIf@8000007P3I fMT00`000000fMWI0=WIf@0:0=WIf@030000003IfMT0fMWI07h0fMWI00@000000=WIf@3IfMT00000 203IfMT010000000fMWI0=WIf@0000020=WIf@050000003IfMT0fMWI0000003IfMT0100000030=WI f@8000008`3IfMT00`000000fMWI0=WIf@1C0=WIf@007`3IfMT00`000000fMWI0=WIf@0]0=WIf@03 0000003IfMT0fMWI0680fMWI00<000000=WIf@3IfMT02`3IfMT00`000000fMWI0=WIf@1m0=WIf@04 0000003IfMT0fMWI000000P0fMWI00@000000=WIf@3IfMT000000P3IfMT01P000000fMWI0=WIf@00 0000fMWI000000H0fMWI00<000000=WIf@3IfMT08P3IfMT00`000000fMWI0=WIf@1C0=WIf@007`3I fMT00`000000fMWI0=WIf@0]0=WIf@030000003IfMT0fMWI05/0fMWI0`0000040=WIf@030000003I fMT0fMWI00/0fMWI00<000000=WIf@3IfMT0OP3IfMT2000000X0fMWI0P0000040=WIf@8000000P3I fMT500000080fMWI00<000000=WIf@3IfMT08P3IfMT00`000000fMWI0=WIf@1C0=WIf@007`3IfMT0 0`000000fMWI0=WIf@0]0=WIf@030000003IfMT0fMWI05X0fMWI00D000000=WIf@3IfMT0fMWI0000 00030=WIf@030000003IfMT0fMWI00`0fMWI00<000000=WIf@3IfMT0VP3IfMT2000002@0fMWI00<0 00000=WIf@3IfMT0DP3IfMT001l0fMWIKP00000O0=WIf@050000003IfMT0fMWI0=WIf@0000000`3I fMT00`000000fMWI0=WIf@0=0=WIf@030000003IfMT0fMWI09T0fMWI00<000000=WIf@3IfMT08`3I fMT00`000000fMWI0=WIf@1B0=WIf@007`3IfMT00`000000fMWI0=WIf@0^0=WIf@030000003IfMT0 fMWI05T0fMWI100000040=WIf@030000003IfMT0fMWI00h0fMWI00<000000=WIf@3IfMT0V03IfMT2 000002@0fMWI00<000000=WIf@3IfMT0DP3IfMT001l0fMWI00<000000=WIf@3IfMT0;P3IfMT00`00 0000fMWI0=WIf@1I0=WIf@030000003IfMT0fMWI00D0fMWI00<000000=WIf@3IfMT03P3IfMT00`00 0000fMWI0=WIf@210=WIf@800000103IfMT00`000000fMWI0=WIf@030=WIf@8000000`3IfMT30000 00<0fMWI00<000000=WIf@3IfMT08`3IfMT00`000000fMWI0=WIf@1B0=WIf@007`3IfMT00`000000 fMWI0=WIf@0^0=WIf@030000003IfMT0fMWI05X0fMWI00<000000=WIf@3IfMT0103IfMT00`000000 fMWI0=WIf@0?0=WIf@030000003IfMT0fMWI07l0fMWI00@000000=WIf@3IfMT00000203IfMT01000 0000fMWI0=WIf@0000030=WIf@030000003IfMT0fMWI0080fMWI0P00000U0=WIf@030000003IfMT0 fMWI0540fMWI000O0=WIf@030000003IfMT0fMWI02h0fMWI00<000000=WIf@3IfMT0F`3IfMT20000 00@0fMWI00<000000=WIf@3IfMT0403IfMT00`000000fMWI0=WIf@1n0=WIf@040000003IfMT0fMWI 000000P0fMWI00@000000=WIf@3IfMT000000`3IfMT00`000000fMWI0=WIf@020=WIf@030000003I fMT0fMWI02@0fMWI00<000000=WIf@3IfMT0D@3IfMT001l0fMWI00<000000=WIf@3IfMT0;P3IfMT0 0`000000fMWI0=WIf@1Q0=WIf@030000003IfMT0fMWI0100fMWI00<000000=WIf@3IfMT0OP3IfMT0 10000000fMWI0=WIf@0000080=WIf@040000003IfMT0fMWI000000<0fMWI00<000000=WIf@3IfMT0 0P3IfMT2000002D0fMWI00<000000=WIf@3IfMT0D@3IfMT001l0fMWI00<000000=WIf@3IfMT0;`3I fMT00`000000fMWI0=WIf@1P0=WIf@030000003IfMT0fMWI0140fMWI00<000000=WIf@3IfMT0O@3I fMT010000000fMWI0=WIf@0000080=WIf@040000003IfMT0fMWI000000<0fMWI00<000000=WIf@3I fMT00P3IfMT00`000000fMWI0=WIf@0T0=WIf@030000003IfMT0fMWI0540fMWI000O0=WIf@030000 003IfMT0fMWI02l0fMWI00<000000=WIf@3IfMT0F@3IfMT3000000@0fMWI00<000000=WIf@3IfMT0 4P3IfMT00`000000fMWI0=WIf@1l0=WIf@040000003IfMT0fMWI000000P0fMWI00@000000=WIf@3I fMT000000P3IfMT2000000@0fMWI0P00000U0=WIf@030000003IfMT0fMWI0540fMWI000O0=WIf@03 0000003IfMT0fMWI02l0fMWI00<000000=WIf@3IfMT0F03IfMT01@000000fMWI0=WIf@3IfMT00000 00<0fMWI00<000000=WIf@3IfMT04P3IfMT00`000000fMWI0=WIf@1m0=WIf@8000002P3IfMT20000 00@0fMWI00<000000=WIf@3IfMT00P3IfMT00`000000fMWI0=WIf@0T0=WIf@030000003IfMT0fMWI 0540fMWI000O0=WIf@030000003IfMT0fMWI02l0fMWI00<000000=WIf@3IfMT0F03IfMT01@000000 fMWI0=WIf@3IfMT0000000<0fMWI00<000000=WIf@3IfMT04`3IfMT00`000000fMWI0=WIf@2C0=WI f@8000009P3IfMT00`000000fMWI0=WIf@1@0=WIf@007`3IfMT00`000000fMWI0=WIf@0_0=WIf@03 0000003IfMT0fMWI05T0fMWI0`0000040=WIf@030000003IfMT0fMWI01<0fMWI00<000000=WIf@3I fMT0T`3IfMT00`000000fMWI0=WIf@0U0=WIf@030000003IfMT0fMWI0500fMWI000<0=WIf@<00000 103IfMT00`000000fMWI0=WIf@020=WIf@<00000103IfMT00`000000fMWI0=WIf@0`0=WIf@030000 003IfMT0fMWI05L0fMWI00D000000=WIf@3IfMT0fMWI000000030=WIf@030000003IfMT0fMWI01@0 fMWI00<000000=WIf@3IfMT0TP3IfMT2000002H0fMWI00<000000=WIf@3IfMT0D03IfMT000d0fMWI 00<000000=WIf@3IfMT01`3IfMT01@000000fMWI0=WIf@3IfMT0000000<0fMWI00<000000=WIf@3I fMT0<03IfMT00`000000fMWI0=WIf@1G0=WIf@050000003IfMT0fMWI0=WIf@0000000`3IfMT00`00 0000fMWI0=WIf@0E0=WIf@030000003IfMT0fMWI0940fMWI00<000000=WIf@3IfMT09@3IfMT00`00 0000fMWI0=WIf@1@0=WIf@003@3IfMT00`000000fMWI0=WIf@0;0=WIf@050000003IfMT0fMWI0=WI f@0000000=WIf@<000008@3IfMT2000000@0fMWI00<000000=WIf@3I fMT00`3IfMT200000080fMWI1@0000020=WIf@800000:03IfMT00`000000fMWI0=WIf@1>0=WIf@00 603IfMT010000000fMWI0=WIf@0000030=WIf@030000003IfMT0fMWI0380fMWI00<000000=WIf@3I fMT0D03IfMT300000080fMWI1@0000030=WIf@030000003IfMT0fMWI01h0fMWI00<000000=WIf@3I fMT0A03IfMT9000002<0fMWI00@000000=WIf@3IfMT00000203IfMT010000000fMWI0=WIf@000002 0=WIf@040000003IfMT0fMWI00000080fMWI00<000000=WIf@3IfMT09`3IfMT00`000000fMWI0=WI f@1>0=WIf@006@3IfMT00`000000fMWI0=WIf@030=WIf@030000003IfMT0fMWI03<0fMWI00<00000 0=WIf@3IfMT0D03IfMT00`000000fMWI0=WIf@020=WIf@040000003IfMT0fMWI000000<0fMWI00<0 00000=WIf@3IfMT07`3IfMT00`000000fMWI0=WIf@0i0=WIf@X00000;03IfMT010000000fMWI0=WI f@0000080=WIf@040000003IfMT0fMWI000000<0fMWI00<000000=WIf@3IfMT00P3IfMT2000002P0 fMWI00<000000=WIf@3IfMT0CP3IfMT001X0fMWI00<000000=WIf@3IfMT00P3IfMT00`000000fMWI 0=WIf@0c0=WIf@030000003IfMT0fMWI0500fMWI00<000000=WIf@3IfMT00`3IfMT00`000000fMWI 0=WIf@030=WIf@030000003IfMT0fMWI01l0fMWI00<000000=WIf@3IfMT0=03IfMT5000003H0fMWI 00@000000=WIf@3IfMT00000203IfMT010000000fMWI0=WIf@0000040=WIf@050000003IfMT0fMWI 0=WIf@000000:@3IfMT00`000000fMWI0=WIf@1>0=WIf@005`3IfMT01@000000fMWI0=WIf@3IfMT0 000000<0fMWI00<000000=WIf@3IfMT0<`3IfMT00`000000fMWI0=WIf@1@0=WIf@030000003IfMT0 fMWI00@0fMWI00<000000=WIf@3IfMT00P3IfMT00`000000fMWI0=WIf@0P0=WIf@030000003IfMT0 fMWI02h0fMWI1@00000k0=WIf@040000003IfMT0fMWI000000P0fMWI00H000000=WIf@3IfMT00000 0=WIf@0000030=WIf@030000003IfMT0fMWI00800000:03IfMT00`000000fMWI0=WIf@1>0=WIf@00 5`3IfMT01@000000fMWI0=WIf@3IfMT0000000<0fMWI00<000000=WIf@3IfMT0=03IfMT00`000000 fMWI0=WIf@1?0=WIf@050000003IfMT0fMWI0=WIf@0000000`3IfMT01@000000fMWI0=WIf@3IfMT0 00000280fMWI00<000000=WIf@3IfMT0:`3IfMT300000400fMWI00@000000=WIf@3IfMT00000203I fMT01P000000fMWI0=WIf@000000fMWI000000<0fMWI00@000000=WIf@3IfMT00000:P3IfMT00`00 0000fMWI0=WIf@0Z0=WIf@/00000603IfMT001P0fMWI0`0000040=WIf@030000003IfMT0fMWI03@0 fMWI00<000000=WIf@3IfMT0<03IfMT4000001X0fMWI0P0000030=WIf@050000003IfMT0fMWI0=WI f@0000000`3IfMT00`000000fMWI0=WIf@0Q0=WIf@030000003IfMT0fMWI02L0fMWI0`0000140=WI f@8000002P3IfMT2000000<0fMWI0`0000030=WIf@030000003IfMT0fMWI02P0fMWI00<000000=WI f@3IfMT09P3IfMT4000002<0fMWI000O0=WIf@030000003IfMT0fMWI03@0fMWI00<000000=WIf@3I fMT0;03IfMT4000001l0fMWI00<000000=WIf@3IfMT00P3IfMT3000000@0fMWI00<000000=WIf@3I fMT08P3IfMT00`000000fMWI0=WIf@0S0=WIf@<00000GP3IfMT2000002T0fMWI00<000000=WIf@3I fMT07P3IfMT8000002L0fMWI000O0=WIf@030000003IfMT0fMWI03D0fMWI00<000000=WIf@3IfMT0 9P3IfMT5000002l0fMWI00<000000=WIf@3IfMT08P3IfMT00`000000fMWI0=WIf@0O0=WIf@@00000 H@3IfMT00`000000fMWI0=WIf@0X0=WIf@030000003IfMT0fMWI01X0fMWI1000000_0=WIf@007`3I fMT00`000000fMWI0=WIf@0e0=WIf@030000003IfMT0fMWI0280fMWI1000000d0=WIf@030000003I fMT0fMWI02<0fMWI00<000000=WIf@3IfMT06`3IfMT3000006D0fMWI0P00000Y0=WIf@030000003I fMT0fMWI01L0fMWI0`00000c0=WIf@007`3IfMT00`000000fMWI0=WIf@0f0=WIf@030000003IfMT0 fMWI01`0fMWI1@00000[0=WIf@<00000103IfMT3000000<0fMWI00<000000=WIf@3IfMT08`3IfMT0 0`000000fMWI0=WIf@0I0=WIf@800000J03IfMT00`000000fMWI0=WIf@0X0=WIf@030000003IfMT0 fMWI01D0fMWI0P00000f0=WIf@007`3IfMT00`000000fMWI0=WIf@0g0=WIf@030000003IfMT0fMWI 01H0fMWI1@00000a0=WIf@030000003IfMT0fMWI00@0fMWI00<000000=WIf@3IfMT00P3IfMT00`00 0000fMWI0=WIf@0T0=WIf@030000003IfMT0fMWI01D0fMWI0`00001=0=WIf@800000103IfMT00`00 0000fMWI0=WIf@030=WIf@8000000P3IfMT500000080fMWI0`0000030=WIf@800000:@3IfMT00`00 0000fMWI0=WIf@0B0=WIf@<00000>03IfMT001l0fMWI00<000000=WIf@3IfMT0>03IfMT00`000000 fMWI0=WIf@0B0=WIf@<00000=P3IfMT010000000fMWI0=WIf@3IfMT5000000<0fMWI00<000000=WI f@3IfMT09@3IfMT00`000000fMWI0=WIf@0B0=WIf@800000C`3IfMT010000000fMWI0=WIf@000008 0=WIf@040000003IfMT0fMWI00000080fMWI00H000000=WIf@3IfMT000000=WIf@0000030=WIf@04 0000003IfMT0fMWI000002X0fMWI00<000000=WIf@3IfMT03P3IfMT4000003/0fMWI000O0=WIf@03 0000003IfMT0fMWI03P0fMWI00<000000=WIf@3IfMT03`3IfMT3000003T0fMWI00D000000=WIf@3I fMT0fMWI000000020=WIf@030000003IfMT0fMWI0080fMWI00<000000=WIf@3IfMT09P3IfMT00`00 0000fMWI0=WIf@0@0=WIf@030000003IfMT0fMWI04l0fMWI00@000000=WIf@3IfMT00000203IfMT0 10000000fMWI0=WIf@0000030=WIf@030000003IfMT0fMWI00D0fMWI00<000000=WIf@3IfMT00P00 000Z0=WIf@030000003IfMT0fMWI00/0fMWI0P00000o0=WIf@002`3IfMT5000000<0fMWI00<00000 0=WIf@3IfMT00P3IfMT3000000@0fMWI00<000000=WIf@3IfMT0>@3IfMT00`000000fMWI0=WIf@0; 0=WIf@<00000?03IfMT00`000000fMWI0=WIf@020=WIf@030000003IfMT0000000@0fMWI00<00000 0=WIf@3IfMT09`3IfMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0fMWI0500fMWI00@00000 0=WIf@3IfMT00000203IfMT010000000fMWI0=WIf@0000040=WIf@030000003IfMT0fMWI00@0fMWI 00@000000=WIf@3IfMT00000:`3IfMT00`000000fMWI0=WIf@080=WIf@<00000@@3IfMT000`0fMWI 00@000000=WIf@3IfMT000001`3IfMT01@000000fMWI0=WIf@3IfMT0000000<0fMWI00<000000=WI f@3IfMT0>P3IfMT3000000L0fMWI0`00000n0=WIf@8000001@3IfMT2000000@0fMWI00<000000=WI f@3IfMT0:03IfMT00`000000fMWI0=WIf@0;0=WIf@800000D`3IfMT010000000fMWI0=WIf@000008 0=WIf@060000003IfMT0fMWI0000003IfMT000000`3IfMT00`000000fMWI00000003000000<0fMWI 0P00000[0=WIf@030000003IfMT0fMWI00@0fMWI0`0000140=WIf@003@3IfMT00`000000fMWI0=WI f@0;0=WIf@050000003IfMT0fMWI0=WIf@000000?P3IfMT800000480fMWI00<000000=WIf@3IfMT0 103IfMT00`000000fMWI0=WIf@020=WIf@030000003IfMT0fMWI02T0fMWI00<000000=WIf@3IfMT0 1`3IfMT3000005D0fMWI00@000000=WIf@3IfMT00000203IfMT01P000000fMWI0=WIf@000000fMWI 000000<0fMWI00<000000=WIf@0000001P3IfMT00`000000fMWI0=WIf@0Z0=WIf@800000103IfMT0 0`000000fMWI0=WIf@150=WIf@003P3IfMT00`000000fMWI0=WIf@0:0=WIf@050000003IfMT0fMWI 0=WIf@000000U03IfMT00`000000fMWI0=WIf@0Z0=WIf@8000001P3IfMT00`000000fMWI0=WIf@1G 0=WIf@8000002P3IfMT2000000<0fMWI0`0000020=WIf@D000000P3IfMT2000002`0fMWI1@000018 0=WIf@002`3IfMT01@000000fMWI0=WIf@3IfMT0000000L0fMWI100000040=WIf@030000003IfMT0 fMWI0980fMWI00<000000=WIf@3IfMT0;03IfMT2000000040=WIf@0000000000000007L0fMWI00<0 00000=WIf@3IfMT0N03IfMT000/0fMWI00D000000=WIf@3IfMT0fMWI000000070=WIf@030000003I fMT0fMWI09X0fMWI00<000000=WIf@3IfMT0;@3IfMT300000?@0fMWI000<0=WIf@<00000203IfMT5 000009P0fMWI00<000000=WIf@3IfMT0o`3IfMTU0=WIf@00o`3IfMWL0=WIf@00o`3IfMV>0=WIf@03 0000003IfMT0000004/0fMWI001<0=WIf@80000000<0fMWI0000000000001@0000020=WIf@<00000 o`3IfMTb0=WIf@D00000BP3IfMT004`0fMWI00D000000=WIf@3IfMT0fMWI000000020=WIf@040000 003IfMT0fMWI00000080fMWI00<000000=WIf@3IfMT0o`3IfMTN0=WIf@80000000D0fMWI00000000 000000000=WIf@0300000080fMWI0`0000050=WIf@040000003IfMT000000=WIf@<000000`3IfMT3 000000<0fMWI0`000000103IfMT000000000003IfMT3000003@0fMWI001<0=WIf@D000000P3IfMT0 10000000fMWI0=WIf@0000020=WIf@030000003IfMT0fMWI0?l0fMWI7P3IfMT01@000000fMWI0=WI f@3IfMT0000000<0fMWI00<000000=WIf@3IfMT00P3IfMT00`000000fMWI0=WIf@040=WIf@030000 003IfMT000000080fMWI00<000000=WIf@3IfMT00`3IfMT00`000000fMWI0=WIf@030=WIf@040000 003IfMT0fMWI00000080fMWI00@000000=WIf@3IfMT00000<`3IfMT004d0fMWI00<000000=WIf@00 00000`3IfMT010000000fMWI0=WIf@0000020=WIf@<00000R03IfMT2000000050=WIf@0000000000 0000003IfMT00`0000020=WIf@<00000QP3IfMT5000000<0fMWI00<000000=WIf@3IfMT00P3IfMT0 0`000000fMWI0=WIf@040=WIf@030000003IfMT000000080fMWI00<000000=WIf@3IfMT00`3IfMT0 0`000000fMWI0=WIf@030=WIf@030000003IfMT0000000H0fMWI00<000000=WIf@3IfMT0<@3IfMT0 04d0fMWI00<000000=WIf@0000000`3IfMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0 fMWI000008L0fMWI00D000000=WIf@3IfMT0fMWI000000030=WIf@030000003IfMT0fMWI0080fMWI 00<000000=WIf@3IfMT0QP3IfMT00`000000fMWI000000040=WIf@030000003IfMT0fMWI0080fMWI 0`0000030=WIf@D0000000@0fMWI00000000000000000`3IfMT3000000<0fMWI0P0000050=WIf@80 0000=03IfMT004h0fMWI00<000000=WIf@3IfMT00P3IfMT010000000fMWI0=WIf@0000020=WIf@04 0000003IfMT0fMWI000008L0fMWI1@0000030=WIf@030000003IfMT0fMWI0080fMWI00<000000=WI f@3IfMT0QP3IfMT00`000000fMWI000000020=WIf@050000003IfMT000000=WIf@0000000P3IfMT0 10000000fMWI0=WIf@0000030=WIf@030000003IfMT000000080fMWI00@000000=WIf@3IfMT00000 0P3IfMT00`000000fMWI0=WIf@030=WIf@030000003IfMT0000000<0fMWI00<000000=WIf@3IfMT0 =03IfMT004d0fMWI0P0000030=WIf@@000000P3IfMT4000008T0fMWI00<000000=WIf@000000103I fMT00`000000fMWI0=WIf@020=WIf@<00000Q`3IfMT02@000000fMWI0=WIf@3IfMT000000=WIf@00 0000fMWI000000020=WIf@040000003IfMT0fMWI000000D0fMWI00@000000=WIf@3IfMT000000P3I fMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0fMWI00000080fMWI00@000000=WIf@3I fMT000000P3IfMT00`000000fMWI0=WIf@0a0=WIf@00i@3IfMT00`000000fMWI000000020=WIf@05 0000003IfMT000000=WIf@0000000P3IfMT010000000fMWI0=WIf@0000250=WIf@8000000`3IfMT5 000000030=WIf@000000000000800000203IfMT400000080fMWI1@0000001@3IfMT0000000000000 0000fMWI008000000P3IfMT3000003<0fMWI003V0=WIf@090000003IfMT0fMWI0=WIf@000000fMWI 0000003IfMT000000080fMWI00@000000=WIf@3IfMT00000iP3IfMT00>D0fMWI0P0000030=WIf@D0 000000<0fMWI0000000000000P00003W0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL 0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL0=WIf@00o`3IfMWL0=WIf@00\ \>"], ImageRangeCache->{{{0, 474.375}, {191.812, 0}} -> {-0.0798153, -0.0304253, \ 0.00666062, 0.00666062}, {{11.9375, 152.688}, {187.188, 100.25}} -> \ {-686.304, -0.240688, 19.6197, 0.0161546}, {{166.812, 307.562}, {187.188, \ 100.25}} -> {-3590.92, -0.228461, 19.0619, 0.0152955}, {{11.9375, 152.688}, \ {91.5, 4.5625}} -> {-572.406, -3.753, 18.2846, 0.0368711}, {{166.812, \ 307.562}, {91.5, 4.5625}} -> {-3126.5, -22.0753, 17.3449, 0.216984}, \ {{321.625, 462.375}, {91.5, 4.5625}} -> {-7235.62, -0.0527452, 20.5065, \ 0.000467347}}], Cell[BoxData[ RowBox[{"{", RowBox[{"{", RowBox[{ RowBox[{"ADP", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 2000.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"ATP", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 2000.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"ATP\[Sharp]PFKS", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 2000.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"PFK", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 2000.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"PFKS", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 2000.`}}, "<>"]\), False, Editable->False]}]}], "}"}], "}"}]], "Output"] }, Open ]] }, FrontEndVersion->"4.1 for Macintosh", ScreenRectangle->{{0, 1600}, {0, 1004}}, AutoGeneratedPackage->None, CellGrouping->Manual, WindowSize->{1532, 977}, WindowMargins->{{Automatic, 10}, {Automatic, 33}}, StyleDefinitions -> "Report.nb", MacintoshSystemPageSetup->"\<\ 00<0001804P000000]P2:?oQon82n@960dL5:0?l0080001804P000000]P2:001 0000I00000400`<300000BL?00400@00000000000000060801T1T00000000000 00000000000000000000000000000000\>" ] (******************************************************************* 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[1727, 52, 49, 0, 74, "Title"], Cell[1779, 54, 47, 0, 36, "Subtitle"], Cell[1829, 56, 163, 5, 80, "Author"] }, Open ]], Cell[CellGroupData[{ Cell[2029, 66, 127, 3, 32, "Input"], Cell[2159, 71, 492, 7, 127, "Print"], Cell[2654, 80, 285, 6, 37, "Print"] }, Open ]], Cell[2954, 89, 123, 4, 40, "Text"], Cell[CellGroupData[{ Cell[3102, 97, 351, 6, 93, "Input"], Cell[3456, 105, 258, 4, 59, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3751, 114, 45, 1, 32, "Input"], Cell[3799, 117, 1578, 35, 65, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[5414, 157, 704, 12, 160, "Input"], Cell[6121, 171, 259, 6, 39, "Print"], Cell[6383, 179, 230, 6, 37, "Print"], Cell[6616, 187, 263, 6, 37, "Print"], Cell[6882, 195, 208, 5, 39, "Print"], Cell[7093, 202, 295, 7, 39, "Print"], Cell[7391, 211, 352, 7, 37, "Print"], Cell[7746, 220, 74833, 2557, 209, 27192, 1964, "GraphicsData", "PostScript", \ "Graphics"], Cell[82582, 2779, 937, 23, 61, "Output"] }, Open ]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)