(************** 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[ 1705372, 54141]*) (*NotebookOutlinePosition[ 1706168, 54169]*) (* CellTagsIndexPosition[ 1706124, 54165]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell[BoxData[ \(<< cellerator.m\)], "Input"], Cell[BoxData[ \("Cellerator\[Trademark] 1.4.3 (6-March-2004) loaded 10-Mar-2004 11:00 \ using Mathematica Version 5.0 for Mac OS X (November 19, 2003)"\)], "Print"] }, Open ]], Cell["G-Protein Activation", "Title"], Cell["Example of switching", "Subtitle"], Cell[CellGroupData[{ Cell["Reference", "Section"], Cell["\<\ \tfigure 11.7 ,page 403 of G.Fain (1999) Molecular and Cellular \ Physiology of Neurons, Harvard University Press\ \>", "Subsection"] }, Open ]], Cell["Here is the Simulation", "Section"], Cell["Define the network", "Subsubsection"], Cell[BoxData[ \(complexLeft = "\<\>"; \ complexRight = "\<\>";\)], "Input"], Cell[BoxData[ \(\(gtpnet = {\[IndentingNewLine]{R + L \[RightArrowLeftArrow] RL, \ k1, \ k2}, \[IndentingNewLine]{RL + \[Alpha]GDP\[Beta]\[Gamma] \ \[ShortRightArrow] RL\[Alpha]GDP\[Beta]\[Gamma], \ k3}, \[IndentingNewLine]{RL\[Alpha]GDP\[Beta]\[Gamma] \ \[ShortRightArrow] RL\[Alpha]\[Beta]\[Gamma] + GDP, k4}, \[IndentingNewLine]{RL\[Alpha]\[Beta]\[Gamma] + GTP \[ShortRightArrow] RL\[Alpha]GTP\[Beta]\[Gamma], k5}, \[IndentingNewLine]{RL\[Alpha]GTP\[Beta]\[Gamma] \ \[ShortRightArrow] RL + \[Alpha]GTP\[Beta]\[Gamma], k6}, \[IndentingNewLine]{\[Alpha]GTP\[Beta]\[Gamma] \ \[ShortRightArrow] \[Alpha]GTP + \[Beta]\[Gamma], k7}, \[IndentingNewLine]{\(X \[RightArrowLeftArrow] activeX\)\&\ \[Alpha]GTP, \ a8, d8, k8}, {activeX \[ShortRightArrow] X, \ k12}, \[IndentingNewLine]{\(Y \[RightArrowLeftArrow] activeY\)\&\ \[Beta]\[Gamma], \ a9, \ d9, \ k9}, {activeY \[ShortRightArrow] Y, \ k13}, \[IndentingNewLine]{\[Alpha]GTP \[ShortRightArrow] \ \[Alpha]GDP, \ k10}, \[IndentingNewLine]{\[Alpha]GDP + \[Beta]\[Gamma] \ \[ShortRightArrow] \[Alpha]GDP\[Beta]\[Gamma], \ k11}\[IndentingNewLine]};\)\)], "Input"], Cell[CellGroupData[{ Cell["Display the differential equations", "Subsubsection"], Cell[CellGroupData[{ Cell[BoxData[ \(\(\(interpret[gtpnet] // Reverse\) // Transpose\) // TableForm\)], "Input"], Cell[BoxData[ TagBox[GridBox[{ {"activeX", RowBox[{ RowBox[{ SuperscriptBox["activeX", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k12\)\ activeX[t] + k8\ X$\[Alpha]GTP[t]\)}]}, {"activeY", RowBox[{ RowBox[{ SuperscriptBox["activeY", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k13\)\ activeY[t] + k9\ Y$\[Beta]\[Gamma][t]\)}]}, {"GDP", RowBox[{ RowBox[{ SuperscriptBox["GDP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k4\ RL\[Alpha]GDP\[Beta]\[Gamma][t]\)}]}, {"GTP", RowBox[{ RowBox[{ SuperscriptBox["GTP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k5\)\ GTP[t]\ RL\[Alpha]\[Beta]\[Gamma][ t]\)}]}, {"L", RowBox[{ RowBox[{ SuperscriptBox["L", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k1\)\ L[t]\ R[t] + k2\ RL[t]\)}]}, {"R", RowBox[{ RowBox[{ SuperscriptBox["R", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k1\)\ L[t]\ R[t] + k2\ RL[t]\)}]}, {"RL", RowBox[{ RowBox[{ SuperscriptBox["RL", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k1\ L[t]\ R[t] - k2\ RL[t] + k6\ RL\[Alpha]GTP\[Beta]\[Gamma][t] - k3\ RL[t]\ \[Alpha]GDP\[Beta]\[Gamma][t]\)}]}, {"RL\[Alpha]GDP\[Beta]\[Gamma]", RowBox[{ RowBox[{ SuperscriptBox["RL\[Alpha]GDP\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k4\)\ RL\[Alpha]GDP\[Beta]\[Gamma][t] + k3\ RL[t]\ \[Alpha]GDP\[Beta]\[Gamma][t]\)}]}, {"RL\[Alpha]GTP\[Beta]\[Gamma]", RowBox[{ RowBox[{ SuperscriptBox["RL\[Alpha]GTP\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k6\)\ RL\[Alpha]GTP\[Beta]\[Gamma][t] + k5\ GTP[t]\ RL\[Alpha]\[Beta]\[Gamma][t]\)}]}, {"RL\[Alpha]\[Beta]\[Gamma]", RowBox[{ RowBox[{ SuperscriptBox["RL\[Alpha]\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k4\ RL\[Alpha]GDP\[Beta]\[Gamma][t] - k5\ GTP[t]\ RL\[Alpha]\[Beta]\[Gamma][t]\)}]}, {"X", RowBox[{ RowBox[{ SuperscriptBox["X", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k12\ activeX[t] + d8\ X$\[Alpha]GTP[t] - a8\ X[t]\ \[Alpha]GTP[t]\)}]}, {"X$\[Alpha]GTP", RowBox[{ RowBox[{ SuperscriptBox["X$\[Alpha]GTP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-d8\)\ X$\[Alpha]GTP[t] - k8\ X$\[Alpha]GTP[t] + a8\ X[t]\ \[Alpha]GTP[t]\)}]}, {"Y", RowBox[{ RowBox[{ SuperscriptBox["Y", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k13\ activeY[t] + d9\ Y$\[Beta]\[Gamma][t] - a9\ Y[t]\ \[Beta]\[Gamma][t]\)}]}, {"Y$\[Beta]\[Gamma]", RowBox[{ RowBox[{ SuperscriptBox["Y$\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-d9\)\ Y$\[Beta]\[Gamma][t] - k9\ Y$\[Beta]\[Gamma][t] + a9\ Y[t]\ \[Beta]\[Gamma][t]\)}]}, {"\[Alpha]GDP", RowBox[{ RowBox[{ SuperscriptBox["\[Alpha]GDP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k10\ \[Alpha]GTP[t] - k11\ \[Alpha]GDP[t]\ \[Beta]\[Gamma][t]\)}]}, {"\[Alpha]GDP\[Beta]\[Gamma]", RowBox[{ RowBox[{ SuperscriptBox["\[Alpha]GDP\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k3\)\ RL[t]\ \[Alpha]GDP\[Beta]\[Gamma][t] + k11\ \[Alpha]GDP[t]\ \[Beta]\[Gamma][t]\)}]}, {"\[Alpha]GTP", RowBox[{ RowBox[{ SuperscriptBox["\[Alpha]GTP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(d8\ X$\[Alpha]GTP[t] + k8\ X$\[Alpha]GTP[t] - k10\ \[Alpha]GTP[t] - a8\ X[t]\ \[Alpha]GTP[t] + k7\ \[Alpha]GTP\[Beta]\[Gamma][t]\)}]}, {"\[Alpha]GTP\[Beta]\[Gamma]", RowBox[{ RowBox[{ SuperscriptBox["\[Alpha]GTP\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k6\ RL\[Alpha]GTP\[Beta]\[Gamma][t] - k7\ \[Alpha]GTP\[Beta]\[Gamma][t]\)}]}, {"\[Beta]\[Gamma]", RowBox[{ RowBox[{ SuperscriptBox["\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(d9\ Y$\[Beta]\[Gamma][t] + k9\ Y$\[Beta]\[Gamma][t] + k7\ \[Alpha]GTP\[Beta]\[Gamma][t] - a9\ Y[t]\ \[Beta]\[Gamma][t] - k11\ \[Alpha]GDP[t]\ \[Beta]\[Gamma][t]\)}]} }, RowSpacings->1, ColumnSpacings->3, RowAlignments->Baseline, ColumnAlignments->{Left}], Function[ BoxForm`e$, TableForm[ BoxForm`e$]]]], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["\<\ interpret the differential equaiton, freezing L and replacing it \ with a \"pulse Train\"\ \>", "Subsubsection"], Cell[CellGroupData[{ Cell[BoxData[ \(is = \(\(interpret[gtpnet, frozen \[Rule] \ {L}]\)\(/.\)\({L[t] \[Rule] pulseTrain[t, 30, 1, 25, 50, 3]}\)\(\ \)\)\)], "Input"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{ RowBox[{ SuperscriptBox["activeX", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k12\)\ activeX[t] + k8\ X$\[Alpha]GTP[t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["activeY", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k13\)\ activeY[t] + k9\ Y$\[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["GDP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k4\ RL\[Alpha]GDP\[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["GTP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k5\)\ GTP[t]\ RL\[Alpha]\[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["R", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k1\)\ \((If[\(-\(25\/2\)\) \[LessEqual] \(-130\ \) + t \[LessEqual] 25\/2, 1, 0] + If[\(-\(25\/2\)\) \[LessEqual] \(-80\) + t \[LessEqual] 25\/2, 1, 0] + If[\(-\(25\/2\)\) \[LessEqual] \(-30\) + t \[LessEqual] 25\/2, 1, 0])\)\ R[t] + k2\ RL[t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["RL", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k1\ \((If[\(-\(25\/2\)\) \[LessEqual] \(-130\) + t \[LessEqual] 25\/2, 1, 0] + If[\(-\(25\/2\)\) \[LessEqual] \(-80\) + t \[LessEqual] 25\/2, 1, 0] + If[\(-\(25\/2\)\) \[LessEqual] \(-30\) + t \[LessEqual] 25\/2, 1, 0])\)\ R[t] - k2\ RL[t] + k6\ RL\[Alpha]GTP\[Beta]\[Gamma][t] - k3\ RL[t]\ \[Alpha]GDP\[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["RL\[Alpha]GDP\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k4\)\ RL\[Alpha]GDP\[Beta]\[Gamma][t] + k3\ RL[t]\ \[Alpha]GDP\[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["RL\[Alpha]GTP\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k6\)\ RL\[Alpha]GTP\[Beta]\[Gamma][t] + k5\ GTP[t]\ RL\[Alpha]\[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["RL\[Alpha]\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k4\ RL\[Alpha]GDP\[Beta]\[Gamma][t] - k5\ GTP[t]\ RL\[Alpha]\[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["X", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k12\ activeX[t] + d8\ X$\[Alpha]GTP[t] - a8\ X[t]\ \[Alpha]GTP[t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["X$\[Alpha]GTP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-d8\)\ X$\[Alpha]GTP[t] - k8\ X$\[Alpha]GTP[t] + a8\ X[t]\ \[Alpha]GTP[t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["Y", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k13\ activeY[t] + d9\ Y$\[Beta]\[Gamma][t] - a9\ Y[t]\ \[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["Y$\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-d9\)\ Y$\[Beta]\[Gamma][t] - k9\ Y$\[Beta]\[Gamma][t] + a9\ Y[t]\ \[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["\[Alpha]GDP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k10\ \[Alpha]GTP[t] - k11\ \[Alpha]GDP[t]\ \[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["\[Alpha]GDP\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(\(-k3\)\ RL[t]\ \[Alpha]GDP\[Beta]\[Gamma][t] + k11\ \[Alpha]GDP[t]\ \[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["\[Alpha]GTP", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(d8\ X$\[Alpha]GTP[t] + k8\ X$\[Alpha]GTP[t] - k10\ \[Alpha]GTP[t] - a8\ X[t]\ \[Alpha]GTP[t] + k7\ \[Alpha]GTP\[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["\[Alpha]GTP\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(k6\ RL\[Alpha]GTP\[Beta]\[Gamma][t] - k7\ \[Alpha]GTP\[Beta]\[Gamma][t]\)}], ",", RowBox[{ RowBox[{ SuperscriptBox["\[Beta]\[Gamma]", "\[Prime]", MultilineFunction->None], "[", "t", "]"}], "\[Equal]", \(d9\ Y$\[Beta]\[Gamma][t] + k9\ Y$\[Beta]\[Gamma][t] + k7\ \[Alpha]GTP\[Beta]\[Gamma][t] - a9\ Y[t]\ \[Beta]\[Gamma][t] - k11\ \[Alpha]GDP[t]\ \[Beta]\[Gamma][t]\)}]}], "}"}], ",", \({activeX, activeY, GDP, GTP, R, RL, RL\[Alpha]GDP\[Beta]\[Gamma], RL\[Alpha]GTP\[Beta]\[Gamma], RL\[Alpha]\[Beta]\[Gamma], X, X$\[Alpha]GTP, Y, Y$\[Beta]\[Gamma], \[Alpha]GDP, \[Alpha]GDP\[Beta]\[Gamma], \ \[Alpha]GTP, \[Alpha]GTP\[Beta]\[Gamma], \[Beta]\[Gamma]}\)}], "}"}]], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["\<\ predict a TIme course and plot the results using arbitray initial \ conditions and rate constants\ \>", "Subsubsection"], Cell[CellGroupData[{ Cell[BoxData[ \(r = predictTimeCourse[ is, \[IndentingNewLine]initialConditions \[Rule] \ {X \[Rule] \ 1, \ Y \[Rule] \ 1, \ R \[Rule] \ 1, \ L \[Rule] \ 0.01, \ GDP \[Rule] \ 10, \ GTP \[Rule] \ 10, \[Alpha]GDP \[Rule] \ .1, \[Beta]\[Gamma] \[Rule] \ 0.1}, \[IndentingNewLine]plotVariables \[Rule] \ All, \[IndentingNewLine]plotColumns \[Rule] \ 5]\)], "Input"], Cell[BoxData[ \("Warning: the following variables do not have initial conditions and \ will default to a value of 0 (zero) at t = 0: \ activeX,activeY,RL,RL\[Alpha]GDP\[Beta]\[Gamma],RL\[Alpha]GTP\[Beta]\[Gamma],\ RL\[Alpha]\[Beta]\[Gamma],X$\[Alpha]GTP,Y$\[Beta]\[Gamma],\[Alpha]GDP\[Beta]\ \[Gamma],\[Alpha]GTP,\[Alpha]GTP\[Beta]\[Gamma]"\)], "Print"], Cell[BoxData[ \("Warning: values are missing for the following rate \ constants:a8,a9,d8,d9,k1,k10,k11,k12,k13,k2,k3,k4,k5,k6,k7,k8,k9; values of \ one (1) will be assigned."\)], "Print"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .49214 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.190476 0.0117176 0.190476 [ [ 0 0 0 0 ] [ 1 .49214 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .49214 L 0 .49214 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.0117176 0.200176 0.120718 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147151 63.8191 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .14235 -30 -4.5 ] [-0.0125 .14235 0 4.5 ] [-0.0125 .26999 -30 -4.5 ] [-0.0125 .26999 0 4.5 ] [-0.0125 .39763 -30 -4.5 ] [-0.0125 .39763 0 4.5 ] [-0.0125 .52527 -30 -4.5 ] [-0.0125 .52527 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 .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .14235 m .00625 .14235 L s [(0.002)] -0.0125 .14235 1 0 Mshowa 0 .26999 m .00625 .26999 L s [(0.004)] -0.0125 .26999 1 0 Mshowa 0 .39763 m .00625 .39763 L s [(0.006)] -0.0125 .39763 1 0 Mshowa 0 .52527 m .00625 .52527 L s [(0.008)] -0.0125 .52527 1 0 Mshowa .125 Mabswid 0 .04662 m .00375 .04662 L s 0 .07853 m .00375 .07853 L s 0 .11044 m .00375 .11044 L s 0 .17426 m .00375 .17426 L s 0 .20617 m .00375 .20617 L s 0 .23808 m .00375 .23808 L s 0 .3019 m .00375 .3019 L s 0 .33381 m .00375 .33381 L s 0 .36572 m .00375 .36572 L s 0 .42954 m .00375 .42954 L s 0 .46145 m .00375 .46145 L s 0 .49336 m .00375 .49336 L s 0 .55718 m .00375 .55718 L s 0 .58909 m .00375 .58909 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 /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 /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 Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%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 (GTP) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 0 1 .752 r .5 Mabswid 0 .01472 m .00123 .01472 L .00236 .01472 L .00365 .01472 L .00488 .01472 L .00601 .01472 L .00706 .01472 L .00821 .01472 L .00942 .01472 L .01065 .01472 L .01196 .01472 L .0132 .01472 L .01434 .01472 L .01566 .01472 L .01641 .01472 L .01711 .01472 L .01839 .01472 L .01975 .01472 L .02043 .01472 L .02115 .01472 L .02245 .01472 L .02317 .01472 L .02384 .01472 L .02458 .01472 L .02537 .01472 L .02605 .01472 L .02679 .01472 L .02814 .01472 L .02945 .01472 L .03067 .01472 L .03184 .01472 L .03295 .01472 L .03416 .01472 L .03547 .01472 L .03676 .01472 L .03813 .01472 L .03929 .01472 L .04057 .01472 L .04131 .01472 L .042 .01472 L .04275 .01472 L .04355 .01472 L .0449 .01472 L .04566 .01472 L .04637 .01472 L .0477 .01472 L .04892 .01472 L .04959 .01472 L .05032 .01472 L .05165 .01472 L Mistroke .05245 .01472 L .05321 .01472 L .05389 .01472 L .05462 .01472 L .05543 .01472 L .05627 .01472 L .057 .01472 L .05779 .01472 L .05854 .01472 L .05921 .01472 L .06 .01472 L .06074 .01472 L .06205 .01472 L .0628 .01472 L .06349 .01472 L .06471 .01472 L .06603 .01472 L .06727 .01472 L .06841 .01472 L .06967 .01472 L .07105 .01472 L .07175 .01472 L .07249 .01472 L .07383 .01472 L .07457 .01472 L .07525 .01472 L .076 .01472 L .07679 .01472 L .07812 .01472 L .07888 .01472 L .07959 .01472 L .0809 .01472 L .08211 .01472 L .08349 .01472 L .08481 .01472 L .086 .01472 L .08729 .01472 L .0885 .01472 L .08962 .01472 L .09085 .01472 L .0922 .01472 L .09289 .01472 L .09361 .01472 L .09493 .01472 L .09565 .01472 L .09632 .01472 L .09705 .01472 L .09783 .01472 L .09913 .01472 L .09987 .01472 L Mistroke .10056 .01472 L .10185 .01472 L .10303 .01472 L .10439 .01472 L .10569 .01472 L .10691 .01472 L .10801 .01472 L .10928 .01472 L .11048 .01472 L .1116 .01472 L .11262 .01472 L .11375 .01472 L .11493 .01472 L .11613 .01472 L .11742 .01472 L .11864 .01472 L .11974 .01472 L .12104 .01472 L .12178 .01472 L .12245 .01472 L .1237 .01472 L .12502 .01472 L .12622 .01472 L .12753 .01472 L .12889 .01472 L .13016 .01472 L .13135 .01472 L .13244 .01472 L .13369 .01472 L .13487 .01472 L .13616 .01472 L .13752 .01472 L .13868 .01472 L .13996 .01472 L .14134 .01472 L .14211 .01472 L .14281 .01472 L .14418 .01472 L .14548 .01472 L .14669 .01472 L .14779 .01472 L .14906 .01472 L .15025 .01472 L .15136 .01472 L .15237 .01472 L .15349 .01472 L .15467 .01472 L .15586 .01472 L .15714 .01472 L .15835 .01472 L Mistroke .15945 .01472 L .16074 .01472 L .16146 .01472 L .16214 .01472 L .16337 .01472 L .16468 .01472 L .16594 .01472 L .16732 .01472 L .16863 .01472 L .16984 .01472 L .17103 .01472 L .17212 .01472 L .17337 .01472 L .17456 .01472 L .17585 .01472 L .17721 .01472 L .17838 .01475 L .17966 .01489 L .18104 .01535 L .18181 .01585 L .18251 .01651 L .18388 .01855 L .18518 .02164 L .18628 .02535 L .1875 .03078 L .18877 .0381 L .18996 .04659 L .19209 .06576 L .19438 .09208 L .20439 .25417 L .20966 .34675 L .21529 .43226 L .21802 .46593 L .2206 .49232 L .22294 .51161 L .22543 .52722 L .22668 .53328 L .22807 .53857 L .22932 .54218 L .2305 .54456 L .23189 .54619 L .23315 .54662 L .23385 .54645 L .23462 .54595 L .236 .54424 L .23679 .54283 L .23753 .54124 L .23891 .53761 L .24201 .52674 L .24758 .50002 L Mistroke .2669 .38728 L .2722 .36057 L .27787 .33608 L .28277 .31849 L .2881 .303 L .29374 .29034 L .29907 .28144 L .30426 .27517 L .30906 .27108 L .3117 .26941 L .31417 .26815 L .31688 .26708 L .31828 .26664 L .3198 .26623 L .3227 .26564 L .32428 .26541 L .32575 .26525 L .32713 .26514 L .32838 .26507 L .32908 .26504 L .32983 .26502 L .33119 .265 L .33249 .265 L .33368 .26502 L .33504 .26506 L .33634 .26512 L .33864 .26525 L .34115 .26542 L .35209 .26638 L .3626 .26727 L .36818 .26766 L .3742 .26799 L .37977 .26823 L .38489 .2684 L .38977 .26852 L .39493 .26861 L .39756 .26864 L .40038 .26867 L .40303 .26869 L .40545 .26871 L .40829 .26872 L .4099 .26872 L .41138 .26873 L .41267 .26873 L .41409 .26873 L .41481 .26873 L .41558 .26873 L .41631 .26873 L .41697 .26873 L .41833 .26873 L Mistroke .4196 .26873 L .42074 .26873 L .42198 .26873 L .42476 .26873 L .42608 .26872 L .42732 .26872 L .42839 .26872 L .42954 .26871 L .43082 .26868 L .43198 .26861 L .4332 .2685 L .43452 .26828 L .43576 .26797 L .43691 .26755 L .43816 .26695 L .4395 .2661 L .44193 .26393 L .44334 .26226 L .44482 .26015 L .44747 .25547 L .45282 .24245 L .45868 .22348 L .481 .13464 L .49155 .09845 L .50127 .07246 L .5114 .05265 L .51673 .04478 L .52237 .03805 L .53185 .02974 L .53724 .02633 L .54228 .0238 L .54751 .02174 L .55321 .02 L .5586 .01874 L .56359 .01783 L .56854 .01713 L .57302 .01663 L .57819 .01617 L .58305 .01584 L .58796 .01559 L .59333 .01537 L .59895 .0152 L .60418 .01508 L .60909 .015 L .61356 .01493 L .61871 .01488 L .62359 .01484 L .62843 .01481 L .63376 .01479 L .63933 .01477 L Mistroke .64455 .01476 L .64941 .01475 L .65387 .01474 L .65901 .01473 L .6639 .01473 L .66917 .01473 L .67166 .01472 L .67395 .01472 L .67524 .01472 L .67661 .01472 L .67797 .01474 L .67875 .01479 L .67947 .01488 L .68079 .01531 L .68199 .01616 L .68337 .01803 L .68468 .02101 L .68578 .02468 L .687 .03016 L .68828 .03769 L .68948 .04657 L .69161 .06697 L .69392 .09543 L .69917 .18128 L .70398 .2754 L .71357 .45536 L .71634 .49676 L .71895 .52982 L .72132 .55445 L .72383 .57487 L .72517 .58338 L .72664 .59092 L .72798 .59616 L .72923 .59973 L .72998 .60128 L .7307 .60235 L .73205 .60332 L .7328 .6033 L .7335 .60294 L .73427 .60218 L .73508 .60096 L .73644 .59806 L .73791 .59377 L .74058 .58334 L .74556 .55661 L .7661 .41438 L .77173 .38023 L .77776 .34913 L .78342 .32537 L .78864 .30785 L Mistroke .79398 .29393 L .79979 .28276 L .80491 .27574 L .8075 .27304 L .81035 .27062 L .81274 .26898 L .81526 .2676 L .81803 .26643 L .82056 .26564 L .8217 .26536 L .82293 .2651 L .82513 .26475 L .82648 .26459 L .82775 .26449 L .82889 .26442 L .83013 .26437 L .83143 .26435 L .83261 .26436 L .83398 .26439 L .83527 .26443 L .83647 .26449 L .83758 .26456 L .84008 .26474 L .85102 .26584 L .86241 .26698 L .868 .26744 L .87313 .26778 L .87808 .26805 L .88352 .26828 L .88898 .26845 L .89196 .26852 L .89474 .26857 L .89728 .26861 L .89968 .26864 L .90187 .26866 L .90419 .26868 L .90671 .26869 L .90903 .2687 L .91033 .26871 L .91154 .26871 L .91287 .26872 L .9136 .26872 L .91429 .26872 L .91497 .26872 L .91569 .26872 L .91696 .26872 L .91768 .26872 L .91844 .26872 L .9198 .26872 L .92105 .26872 L Mistroke .92223 .26872 L .9249 .26871 L .92562 .26871 L .9264 .26871 L .92714 .26871 L .92783 .26871 L .92912 .2687 L .93049 .26867 L .9312 .26865 L .93196 .2686 L .93334 .26846 L .93414 .26834 L .93498 .26817 L .9357 .26797 L .93648 .26771 L .93791 .26708 L .93925 .26627 L .94046 .26534 L .94176 .2641 L .9447 .26034 L .94741 .2556 L .95235 .2438 L .95758 .22739 L .97675 .15121 L .99735 .0821 L 1 .07548 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.217813 0.0117176 0.39418 0.120718 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147151 53.3047 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .12132 -30 -4.5 ] [-0.0125 .12132 0 4.5 ] [-0.0125 .22793 -30 -4.5 ] [-0.0125 .22793 0 4.5 ] [-0.0125 .33454 -30 -4.5 ] [-0.0125 .33454 0 4.5 ] [-0.0125 .44115 -30 -4.5 ] [-0.0125 .44115 0 4.5 ] [-0.0125 .54776 -24 -4.5 ] [-0.0125 .54776 0 4.5 ] [.5 .63053 -20 0 ] [.5 .63053 20 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .12132 m .00625 .12132 L s [(0.002)] -0.0125 .12132 1 0 Mshowa 0 .22793 m .00625 .22793 L s [(0.004)] -0.0125 .22793 1 0 Mshowa 0 .33454 m .00625 .33454 L s [(0.006)] -0.0125 .33454 1 0 Mshowa 0 .44115 m .00625 .44115 L s [(0.008)] -0.0125 .44115 1 0 Mshowa 0 .54776 m .00625 .54776 L s [(0.01)] -0.0125 .54776 1 0 Mshowa .125 Mabswid 0 .04137 m .00375 .04137 L s 0 .06802 m .00375 .06802 L s 0 .09467 m .00375 .09467 L s 0 .14798 m .00375 .14798 L s 0 .17463 m .00375 .17463 L s 0 .20128 m .00375 .20128 L s 0 .25459 m .00375 .25459 L s 0 .28124 m .00375 .28124 L s 0 .30789 m .00375 .30789 L s 0 .3612 m .00375 .3612 L s 0 .38785 m .00375 .38785 L s 0 .4145 m .00375 .4145 L s 0 .46781 m .00375 .46781 L s 0 .49446 m .00375 .49446 L s 0 .52111 m .00375 .52111 L s 0 .57441 m .00375 .57441 L s 0 .60107 m .00375 .60107 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -81 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 /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 Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%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 (GTP) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (bg) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .458 0 1 r .5 Mabswid 0 .01472 m .00123 .01472 L .00236 .01472 L .00365 .01472 L .00488 .01472 L .00601 .01472 L .00706 .01472 L .00821 .01472 L .00942 .01472 L .01065 .01472 L .01196 .01472 L .0132 .01472 L .01434 .01472 L .01566 .01472 L .01641 .01472 L .01711 .01472 L .01839 .01472 L .01975 .01472 L .02043 .01472 L .02115 .01472 L .02245 .01472 L .02317 .01472 L .02384 .01472 L .02458 .01472 L .02537 .01472 L .02605 .01472 L .02679 .01472 L .02814 .01472 L .02945 .01472 L .03067 .01472 L .03184 .01472 L .03295 .01472 L .03416 .01472 L .03547 .01472 L .03676 .01472 L .03813 .01472 L .03929 .01472 L .04057 .01472 L .04131 .01472 L .042 .01472 L .04275 .01472 L .04355 .01472 L .0449 .01472 L .04566 .01472 L .04637 .01472 L .0477 .01472 L .04892 .01472 L .04959 .01472 L .05032 .01472 L .05165 .01472 L Mistroke .05245 .01472 L .05321 .01472 L .05389 .01472 L .05462 .01472 L .05543 .01472 L .05627 .01472 L .057 .01472 L .05779 .01472 L .05854 .01472 L .05921 .01472 L .06 .01472 L .06074 .01472 L .06205 .01472 L .0628 .01472 L .06349 .01472 L .06471 .01472 L .06603 .01472 L .06727 .01472 L .06841 .01472 L .06967 .01472 L .07105 .01472 L .07175 .01472 L .07249 .01472 L .07383 .01472 L .07457 .01472 L .07525 .01472 L .076 .01472 L .07679 .01472 L .07812 .01472 L .07888 .01472 L .07959 .01472 L .0809 .01472 L .08211 .01472 L .08349 .01472 L .08481 .01472 L .086 .01472 L .08729 .01472 L .0885 .01472 L .08962 .01472 L .09085 .01472 L .0922 .01472 L .09289 .01472 L .09361 .01472 L .09493 .01472 L .09565 .01472 L .09632 .01472 L .09705 .01472 L .09783 .01472 L .09913 .01472 L .09987 .01472 L Mistroke .10056 .01472 L .10185 .01472 L .10303 .01472 L .10439 .01472 L .10569 .01472 L .10691 .01472 L .10801 .01472 L .10928 .01472 L .11048 .01472 L .1116 .01472 L .11262 .01472 L .11375 .01472 L .11493 .01472 L .11613 .01472 L .11742 .01472 L .11864 .01472 L .11974 .01472 L .12104 .01472 L .12178 .01472 L .12245 .01472 L .1237 .01472 L .12502 .01472 L .12622 .01472 L .12753 .01472 L .12889 .01472 L .13016 .01472 L .13135 .01472 L .13244 .01472 L .13369 .01472 L .13487 .01472 L .13616 .01472 L .13752 .01472 L .13868 .01472 L .13996 .01472 L .14134 .01472 L .14211 .01472 L .14281 .01472 L .14418 .01472 L .14548 .01472 L .14669 .01472 L .14779 .01472 L .14906 .01472 L .15025 .01472 L .15136 .01472 L .15237 .01472 L .15349 .01472 L .15467 .01472 L .15586 .01472 L .15714 .01472 L .15835 .01472 L Mistroke .15945 .01472 L .16074 .01472 L .16146 .01472 L .16214 .01472 L .16337 .01472 L .16468 .01472 L .16594 .01472 L .16732 .01472 L .16863 .01472 L .16984 .01472 L .17103 .01472 L .17212 .01472 L .17337 .01472 L .17456 .01472 L .17585 .01472 L .17721 .01479 L .17838 .01521 L .17966 .0166 L .18104 .01997 L .18181 .02301 L .18251 .02664 L .18388 .03628 L .18518 .0488 L .1875 .07943 L .18996 .12248 L .19438 .21789 L .1996 .33703 L .20439 .43057 L .20687 .46877 L .20918 .49718 L .21159 .51937 L .21286 .52812 L .21423 .53526 L .2156 .54027 L .21637 .54218 L .21708 .54337 L .21839 .54422 L .21978 .54336 L .22102 .54117 L .22218 .53801 L .22346 .53343 L .22483 .52734 L .22997 .49615 L .23486 .45901 L .24402 .38541 L .25411 .31606 L .25974 .28619 L .26485 .26485 L .26963 .2494 L .27214 .24286 L Mistroke .2748 .23703 L .27713 .23274 L .27968 .22883 L .28416 .2237 L .28681 .22157 L .2882 .22067 L .28968 .21987 L .29097 .21929 L .29239 .21877 L .2937 .21839 L .2949 .21812 L .29608 .21792 L .29733 .21777 L .29858 .21768 L .29995 .21764 L .30113 .21765 L .3024 .21771 L .30359 .2178 L .30468 .21791 L .30751 .2183 L .31011 .21876 L .31599 .22 L .32665 .22238 L .33617 .22416 L .34141 .22492 L .34638 .22551 L .35224 .22604 L .35759 .2264 L .36261 .22663 L .36544 .22673 L .36807 .22681 L .37043 .22686 L .37292 .22691 L .37565 .22694 L .37686 .22695 L .37815 .22697 L .37938 .22698 L .38049 .22698 L .38163 .22699 L .38268 .22699 L .3839 .22699 L .38522 .227 L .38639 .227 L .38763 .227 L .38897 .227 L .39019 .227 L .39086 .22699 L .3916 .22699 L .39294 .22699 L .39792 .22697 L Mistroke .40925 .22692 L .41483 .2269 L .42009 .22688 L .42238 .22687 L .42481 .22687 L .42607 .22686 L .42679 .22686 L .42747 .22685 L .42865 .2268 L .42991 .22667 L .43063 .22654 L .43138 .22633 L .43275 .22575 L .4335 .2253 L .43421 .22478 L .43583 .22318 L .43724 .22131 L .43853 .21918 L .44143 .21289 L .44655 .19725 L .45193 .1762 L .46272 .12961 L .47291 .09075 L .48205 .06429 L .4872 .05294 L .49196 .04449 L .49713 .03719 L .50196 .03185 L .50701 .02754 L .51255 .02398 L .5181 .02136 L .52316 .0196 L .52901 .01812 L .53455 .01713 L .53985 .01645 L .54465 .01599 L .55019 .01561 L .5554 .01536 L .56024 .01519 L .56469 .01507 L .56957 .01498 L .57472 .0149 L .57994 .01485 L .5847 .01481 L .59019 .01478 L .59539 .01477 L .60019 .01475 L .60462 .01474 L .60949 .01474 L .61465 .01473 L Mistroke .6198 .01473 L .62452 .01472 L .62997 .01472 L .63514 .01472 L .6399 .01472 L .64433 .01472 L .64918 .01472 L .65435 .01472 L .65997 .01472 L .66514 .01472 L .66784 .01472 L .67082 .01472 L .67231 .01472 L .67314 .01472 L .67392 .01472 L .67464 .01472 L .67543 .01472 L .67681 .01475 L .67812 .01511 L .67935 .01631 L .68069 .01943 L .68145 .02234 L .68214 .0259 L .68346 .03526 L .68421 .04222 L .6849 .04982 L .68781 .09324 L .69039 .14564 L .69273 .20141 L .69799 .33672 L .70307 .45498 L .70585 .50688 L .70846 .54537 L .71067 .57016 L .71192 .58091 L .71305 .5888 L .71429 .59537 L .71565 .60023 L .71693 .60272 L .71811 .60332 L .71949 .60211 L .72026 .6006 L .72097 .5987 L .72228 .59406 L .72366 .58766 L .72606 .57343 L .72868 .55416 L .73994 .45106 L .75048 .35848 L .76045 .29295 L Mistroke .76596 .26709 L .76886 .25618 L .77194 .24647 L .77453 .23967 L .77739 .23346 L .78242 .22537 L .78489 .22253 L .78759 .22015 L .78895 .21919 L .79041 .21834 L .79303 .2172 L .79429 .21681 L .79565 .21649 L .79694 .21627 L .79813 .21614 L .7992 .21607 L .80037 .21605 L .8016 .21608 L .80275 .21615 L .80411 .21628 L .80559 .21647 L .80828 .21694 L .81332 .21808 L .82466 .22105 L .83534 .22348 L .84057 .22442 L .84538 .22512 L .85094 .22575 L .85381 .22601 L .85695 .22625 L .86205 .22654 L .86483 .22667 L .86742 .22676 L .86999 .22683 L .8727 .22689 L .87412 .22692 L .87569 .22694 L .87712 .22696 L .87844 .22697 L .87968 .22698 L .88103 .22699 L .88246 .227 L .88382 .227 L .88508 .22701 L .88643 .22701 L .8877 .22701 L .88886 .22701 L .89008 .227 L .89137 .227 L .89247 .227 L Mistroke .89368 .227 L .8989 .22697 L .90836 .22693 L .91386 .2269 L .91907 .22688 L .92375 .22686 L .92503 .22685 L .92639 .22685 L .92756 .22683 L .92884 .22678 L .93023 .22661 L .93092 .22645 L .93168 .22622 L .93303 .22558 L .93429 .2247 L .93578 .22324 L .93713 .22147 L .94017 .21589 L .94279 .20928 L .94564 .20044 L .9508 .18095 L .97126 .09646 L .97686 .07831 L .98288 .06232 L .98857 .05035 L .99376 .04175 L 1 .03387 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.411817 0.0117176 0.588183 0.120718 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 -0.182568 7.85891 [ [.2 .59082 -6 -9 ] [.2 .59082 6 0 ] [.4 .59082 -6 -9 ] [.4 .59082 6 0 ] [.6 .59082 -6 -9 ] [.6 .59082 6 0 ] [.8 .59082 -6 -9 ] [.8 .59082 6 0 ] [1 .59082 -9 -9 ] [1 .59082 9 0 ] [-0.0125 .0532 -24 -4.5 ] [-0.0125 .0532 0 4.5 ] [-0.0125 .13179 -24 -4.5 ] [-0.0125 .13179 0 4.5 ] [-0.0125 .21038 -24 -4.5 ] [-0.0125 .21038 0 4.5 ] [-0.0125 .28897 -24 -4.5 ] [-0.0125 .28897 0 4.5 ] [-0.0125 .36756 -24 -4.5 ] [-0.0125 .36756 0 4.5 ] [-0.0125 .44614 -24 -4.5 ] [-0.0125 .44614 0 4.5 ] [-0.0125 .52473 -24 -4.5 ] [-0.0125 .52473 0 4.5 ] [.5 .63053 -8 0 ] [.5 .63053 8 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .60332 m .2 .60957 L s [(20)] .2 .59082 0 1 Mshowa .4 .60332 m .4 .60957 L s [(40)] .4 .59082 0 1 Mshowa .6 .60332 m .6 .60957 L s [(60)] .6 .59082 0 1 Mshowa .8 .60332 m .8 .60957 L s [(80)] .8 .59082 0 1 Mshowa 1 .60332 m 1 .60957 L s [(100)] 1 .59082 0 1 Mshowa .125 Mabswid .05 .60332 m .05 .60707 L s .1 .60332 m .1 .60707 L s .15 .60332 m .15 .60707 L s .25 .60332 m .25 .60707 L s .3 .60332 m .3 .60707 L s .35 .60332 m .35 .60707 L s .45 .60332 m .45 .60707 L s .5 .60332 m .5 .60707 L s .55 .60332 m .55 .60707 L s .65 .60332 m .65 .60707 L s .7 .60332 m .7 .60707 L s .75 .60332 m .75 .60707 L s .85 .60332 m .85 .60707 L s .9 .60332 m .9 .60707 L s .95 .60332 m .95 .60707 L s .25 Mabswid 0 .60332 m 1 .60332 L s 0 .0532 m .00625 .0532 L s [(0.03)] -0.0125 .0532 1 0 Mshowa 0 .13179 m .00625 .13179 L s [(0.04)] -0.0125 .13179 1 0 Mshowa 0 .21038 m .00625 .21038 L s [(0.05)] -0.0125 .21038 1 0 Mshowa 0 .28897 m .00625 .28897 L s [(0.06)] -0.0125 .28897 1 0 Mshowa 0 .36756 m .00625 .36756 L s [(0.07)] -0.0125 .36756 1 0 Mshowa 0 .44614 m .00625 .44614 L s [(0.08)] -0.0125 .44614 1 0 Mshowa 0 .52473 m .00625 .52473 L s [(0.09)] -0.0125 .52473 1 0 Mshowa .125 Mabswid 0 .06892 m .00375 .06892 L s 0 .08463 m .00375 .08463 L s 0 .10035 m .00375 .10035 L s 0 .11607 m .00375 .11607 L s 0 .14751 m .00375 .14751 L s 0 .16322 m .00375 .16322 L s 0 .17894 m .00375 .17894 L s 0 .19466 m .00375 .19466 L s 0 .22609 m .00375 .22609 L s 0 .24181 m .00375 .24181 L s 0 .25753 m .00375 .25753 L s 0 .27325 m .00375 .27325 L s 0 .30468 m .00375 .30468 L s 0 .3204 m .00375 .3204 L s 0 .33612 m .00375 .33612 L s 0 .35184 m .00375 .35184 L s 0 .38327 m .00375 .38327 L s 0 .39899 m .00375 .39899 L s 0 .41471 m .00375 .41471 L s 0 .43043 m .00375 .43043 L s 0 .46186 m .00375 .46186 L s 0 .47758 m .00375 .47758 L s 0 .4933 m .00375 .4933 L s 0 .50902 m .00375 .50902 L s 0 .54045 m .00375 .54045 L s 0 .55617 m .00375 .55617 L s 0 .57189 m .00375 .57189 L s 0 .5876 m .00375 .5876 L s 0 .03748 m .00375 .03748 L s 0 .02176 m .00375 .02176 L s 0 .00605 m .00375 .00605 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -69 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 /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 Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (bg) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 0 1 .113 r .5 Mabswid 0 .60332 m .00123 .51414 L .00236 .45695 L .00365 .41034 L .00488 .37939 L .00601 .35855 L .00706 .34397 L .00821 .33164 L .00942 .32154 L .01196 .30655 L .01434 .2966 L .01975 .27964 L .04057 .22935 L .06367 .18461 L .08481 .15137 L .12552 .10183 L .14714 .08107 L .16721 .06435 L .17201 .06066 L .17721 .05679 L .18179 .05363 L .1829 .053 L .18409 .05245 L .1854 .05202 L .18662 .05184 L .18735 .05185 L .18814 .05196 L .18889 .05218 L .18958 .05249 L .19089 .05335 L .19228 .05468 L .19355 .05631 L .19475 .05819 L .19748 .06374 L .20221 .07721 L .20732 .09597 L .22795 .18034 L .2336 .19856 L .23964 .21424 L .24533 .22556 L .25051 .2332 L .25311 .2362 L .25586 .23884 L .26078 .24237 L .26352 .24377 L .26608 .24477 L .26889 .24558 L .27047 .24591 L .27191 .24615 L .27316 .24632 L Mistroke .27449 .24645 L .27574 .24654 L .27687 .24659 L .27821 .24662 L .27897 .24662 L .27966 .24662 L .28093 .2466 L .28228 .24655 L .28345 .24649 L .28471 .24641 L .28697 .24623 L .29212 .24572 L .30223 .24456 L .31296 .24346 L .31856 .24301 L .32473 .24262 L .33034 .24235 L .3356 .24216 L .34074 .24203 L .34332 .24198 L .34613 .24193 L .34855 .2419 L .35113 .24188 L .35357 .24186 L .35578 .24184 L .35713 .24184 L .35857 .24183 L .35981 .24183 L .36114 .24183 L .36189 .24182 L .36258 .24182 L .36391 .24182 L .36466 .24182 L .36547 .24182 L .36624 .24182 L .36695 .24182 L .36821 .24182 L .36938 .24182 L .37067 .24182 L .37206 .24182 L .3749 .24183 L .37749 .24183 L .3879 .24186 L .39902 .24188 L .40442 .24189 L .40952 .24189 L .4141 .2419 L .41907 .2419 L .42387 .2419 L .42519 .2419 L Mistroke .42591 .2419 L .4266 .2419 L .42794 .2419 L .42916 .2419 L .43045 .2419 L .43182 .24189 L .43311 .24188 L .43428 .24185 L .43566 .2418 L .43644 .24177 L .43715 .24172 L .43847 .24162 L .43986 .24147 L .44105 .24131 L .44214 .24112 L .44459 .24058 L .44686 .2399 L .44901 .23908 L .45382 .23659 L .45905 .23283 L .46893 .22301 L .47982 .2091 L .50189 .17701 L .54412 .12078 L .58477 .07961 L .62798 .04643 L .64955 .03283 L .66006 .02677 L .66961 .02155 L .67439 .01904 L .67691 .01774 L .67957 .01641 L .6819 .0154 L .68322 .01498 L .68446 .01475 L .6856 .01472 L .68664 .01487 L .68783 .01529 L .68897 .01597 L .69028 .01712 L .69146 .01852 L .69411 .02298 L .69656 .02877 L .69886 .03564 L .70405 .05539 L .70964 .08147 L .71959 .13145 L .73022 .17855 L .73633 .19974 L .7419 .21496 L Mistroke .74749 .2266 L .75277 .23463 L .7578 .24001 L .76033 .24203 L .76313 .24379 L .7655 .24495 L .76806 .24589 L .7693 .24626 L .77048 .24654 L .77269 .24696 L .77405 .24714 L .77528 .24726 L .77597 .24731 L .77671 .24735 L .77805 .2474 L .77931 .24741 L .78064 .24739 L .78178 .24735 L .78302 .24729 L .7845 .24719 L .78584 .24707 L .78886 .24677 L .79431 .24609 L .80484 .24467 L .81061 .24398 L .81603 .24342 L .82559 .24267 L .83066 .24239 L .83614 .24217 L .84102 .24202 L .84378 .24196 L .84636 .24191 L .84903 .24187 L .85156 .24185 L .85447 .24182 L .85573 .24181 L .85712 .24181 L .85945 .2418 L .86073 .24179 L .86192 .24179 L .86304 .24179 L .86406 .24179 L .86524 .24178 L .86636 .24178 L .86756 .24178 L .86884 .24178 L .87005 .24179 L .87115 .24179 L .87384 .24179 L .87637 .2418 L Mistroke .8957 .24184 L .90099 .24185 L .90666 .24186 L .91201 .24187 L .91689 .24188 L .92205 .24188 L .92497 .24188 L .92636 .24188 L .92766 .24188 L .92879 .24188 L .93001 .24188 L .93137 .24187 L .93261 .24186 L .93383 .24184 L .93516 .2418 L .93584 .24177 L .93656 .24174 L .93786 .24165 L .93935 .24151 L .94072 .24134 L .94223 .24109 L .94382 .24076 L .94651 .24 L .94945 .23888 L .95208 .23759 L .9549 .23589 L .95998 .23204 L .96982 .22197 L .98052 .20814 L 1 .17979 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.0238095 0.131618 0.200176 0.240619 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147151 130.74 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .14546 -30 -4.5 ] [-0.0125 .14546 0 4.5 ] [-0.0125 .2762 -30 -4.5 ] [-0.0125 .2762 0 4.5 ] [-0.0125 .40694 -30 -4.5 ] [-0.0125 .40694 0 4.5 ] [-0.0125 .53768 -30 -4.5 ] [-0.0125 .53768 0 4.5 ] [.5 .63053 -20 0 ] [.5 .63053 20 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .14546 m .00625 .14546 L s [(0.001)] -0.0125 .14546 1 0 Mshowa 0 .2762 m .00625 .2762 L s [(0.002)] -0.0125 .2762 1 0 Mshowa 0 .40694 m .00625 .40694 L s [(0.003)] -0.0125 .40694 1 0 Mshowa 0 .53768 m .00625 .53768 L s [(0.004)] -0.0125 .53768 1 0 Mshowa .125 Mabswid 0 .04086 m .00375 .04086 L s 0 .06701 m .00375 .06701 L s 0 .09316 m .00375 .09316 L s 0 .11931 m .00375 .11931 L s 0 .1716 m .00375 .1716 L s 0 .19775 m .00375 .19775 L s 0 .2239 m .00375 .2239 L s 0 .25005 m .00375 .25005 L s 0 .30234 m .00375 .30234 L s 0 .32849 m .00375 .32849 L s 0 .35464 m .00375 .35464 L s 0 .38079 m .00375 .38079 L s 0 .43308 m .00375 .43308 L s 0 .45923 m .00375 .45923 L s 0 .48538 m .00375 .48538 L s 0 .51153 m .00375 .51153 L s 0 .56382 m .00375 .56382 L s 0 .58997 m .00375 .58997 L s 0 .61612 m .00375 .61612 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -81 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 /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 (X$) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) 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 (GTP) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 0 .805 1 r .5 Mabswid 0 .01472 m .00123 .01472 L .00236 .01472 L .00365 .01472 L .00488 .01472 L .00601 .01472 L .00706 .01472 L .00821 .01472 L .00942 .01472 L .01065 .01472 L .01196 .01472 L .0132 .01472 L .01434 .01472 L .01566 .01472 L .01641 .01472 L .01711 .01472 L .01839 .01472 L .01975 .01472 L .02043 .01472 L .02115 .01472 L .02245 .01472 L .02317 .01472 L .02384 .01472 L .02458 .01472 L .02537 .01472 L .02605 .01472 L .02679 .01472 L .02814 .01472 L .02945 .01472 L .03067 .01472 L .03184 .01472 L .03295 .01472 L .03416 .01472 L .03547 .01472 L .03676 .01472 L .03813 .01472 L .03929 .01472 L .04057 .01472 L .04131 .01472 L .042 .01472 L .04275 .01472 L .04355 .01472 L .0449 .01472 L .04566 .01472 L .04637 .01472 L .0477 .01472 L .04892 .01472 L .04959 .01472 L .05032 .01472 L .05165 .01472 L Mistroke .05245 .01472 L .05321 .01472 L .05389 .01472 L .05462 .01472 L .05543 .01472 L .05627 .01472 L .057 .01472 L .05779 .01472 L .05854 .01472 L .05921 .01472 L .06 .01472 L .06074 .01472 L .06205 .01472 L .0628 .01472 L .06349 .01472 L .06471 .01472 L .06603 .01472 L .06727 .01472 L .06841 .01472 L .06967 .01472 L .07105 .01472 L .07175 .01472 L .07249 .01472 L .07383 .01472 L .07457 .01472 L .07525 .01472 L .076 .01472 L .07679 .01472 L .07812 .01472 L .07888 .01472 L .07959 .01472 L .0809 .01472 L .08211 .01472 L .08349 .01472 L .08481 .01472 L .086 .01472 L .08729 .01472 L .0885 .01472 L .08962 .01472 L .09085 .01472 L .0922 .01472 L .09289 .01472 L .09361 .01472 L .09493 .01472 L .09565 .01472 L .09632 .01472 L .09705 .01472 L .09783 .01472 L .09913 .01472 L .09987 .01472 L Mistroke .10056 .01472 L .10185 .01472 L .10303 .01472 L .10439 .01472 L .10569 .01472 L .10691 .01472 L .10801 .01472 L .10928 .01472 L .11048 .01472 L .1116 .01472 L .11262 .01472 L .11375 .01472 L .11493 .01472 L .11613 .01472 L .11742 .01472 L .11864 .01472 L .11974 .01472 L .12104 .01472 L .12178 .01472 L .12245 .01472 L .1237 .01472 L .12502 .01472 L .12622 .01472 L .12753 .01472 L .12889 .01472 L .13016 .01472 L .13135 .01472 L .13244 .01472 L .13369 .01472 L .13487 .01472 L .13616 .01472 L .13752 .01472 L .13868 .01472 L .13996 .01472 L .14134 .01472 L .14211 .01472 L .14281 .01472 L .14418 .01472 L .14548 .01472 L .14669 .01472 L .14779 .01472 L .14906 .01472 L .15025 .01472 L .15136 .01472 L .15237 .01472 L .15349 .01472 L .15467 .01472 L .15586 .01472 L .15714 .01472 L .15835 .01472 L Mistroke .15945 .01472 L .16074 .01472 L .16146 .01472 L .16214 .01472 L .16337 .01472 L .16468 .01472 L .16594 .01472 L .16732 .01472 L .16863 .01472 L .16984 .01472 L .17103 .01472 L .17212 .01472 L .17337 .01472 L .17456 .01472 L .17585 .01472 L .17721 .01472 L .17838 .01472 L .17966 .01474 L .18104 .01483 L .18181 .01494 L .18251 .01511 L .18388 .01569 L .18518 .01672 L .18628 .0181 L .1875 .02032 L .18877 .02359 L .18996 .02772 L .19209 .03802 L .19328 .04563 L .19438 .05384 L .19926 .1045 L .20439 .17915 L .21441 .34772 L .21991 .42902 L .22262 .46205 L .22511 .48778 L .22742 .50738 L .22996 .52424 L .23251 .53635 L .23391 .54102 L .23521 .54419 L .2364 .5461 L .23753 .54712 L .23854 .54739 L .23964 .54703 L .24083 .54591 L .24211 .54394 L .24331 .54139 L .24439 .53855 L .24684 .53051 L Mistroke .24953 .51945 L .25494 .49206 L .26463 .4357 L .27608 .37355 L .28651 .33015 L .29156 .3143 L .29705 .30064 L .30223 .29078 L .30702 .28392 L .31209 .27863 L .31498 .27638 L .31768 .27468 L .32052 .27328 L .32313 .27229 L .32599 .27148 L .32742 .27117 L .32899 .27089 L .33029 .27071 L .33166 .27055 L .33238 .27049 L .33317 .27043 L .33456 .27035 L .33587 .2703 L .3366 .27029 L .33727 .27028 L .33857 .27028 L .3398 .2703 L .34099 .27033 L .34224 .27038 L .3445 .27049 L .34962 .27086 L .3602 .27177 L .37162 .27266 L .37681 .27297 L .38227 .27324 L .38693 .27342 L .39203 .27358 L .39683 .27368 L .39947 .27373 L .40197 .27376 L .40429 .27379 L .40681 .27381 L .40911 .27383 L .41122 .27384 L .41368 .27385 L .41504 .27386 L .41634 .27386 L .41745 .27386 L .41863 .27387 L .41993 .27387 L Mistroke .42113 .27387 L .42187 .27387 L .42255 .27387 L .42329 .27387 L .42408 .27387 L .42541 .27387 L .42616 .27387 L .42686 .27387 L .42817 .27387 L .42936 .27386 L .43074 .27386 L .43205 .27384 L .43332 .27381 L .43404 .27377 L .43472 .27373 L .43608 .2736 L .43684 .27349 L .43755 .27337 L .43873 .27309 L .44002 .27267 L .44137 .27208 L .44263 .27137 L .44413 .27028 L .44554 .26898 L .44819 .26581 L .45104 .26121 L .45413 .25478 L .45927 .24089 L .46408 .22483 L .47501 .1818 L .48635 .13643 L .49711 .0995 L .5073 .07232 L .51268 .06102 L .51841 .05108 L .52372 .04357 L .52852 .03798 L .53788 .0298 L .54302 .02653 L .54844 .0238 L .55312 .02193 L .55814 .02034 L .56354 .019 L .56857 .01803 L .57456 .01715 L .58001 .01655 L .58508 .01612 L .59045 .01578 L .59504 .01555 L .6001 .01535 L Mistroke .60552 .01519 L .61136 .01506 L .61687 .01497 L .62191 .01491 L .62691 .01486 L .63224 .01483 L .63727 .0148 L .64183 .01478 L .64721 .01476 L .65303 .01475 L .65852 .01474 L .66358 .01474 L .66851 .01473 L .67122 .01473 L .67379 .01473 L .67495 .01473 L .67618 .01473 L .67753 .01472 L .67878 .01473 L .67989 .01476 L .68094 .01484 L .68209 .01504 L .68333 .0155 L .68469 .01647 L .68596 .01802 L .68669 .01927 L .68735 .02068 L .68884 .02497 L .69027 .0308 L .69182 .03929 L .69464 .06119 L .69726 .08941 L .70004 .12718 L .70502 .21095 L .71491 .39678 L .72037 .48426 L .72306 .51931 L .72555 .54639 L .72807 .56826 L .73035 .58332 L .73166 .58996 L .73289 .59494 L .73419 .59889 L .73492 .60055 L .73559 .60172 L .73669 .60294 L .73772 .60332 L .73885 .60293 L .74006 .60164 L .74133 .59937 L Mistroke .74253 .59641 L .74477 .58895 L .74726 .57815 L .7496 .56602 L .75492 .53325 L .7657 .45834 L .77494 .39862 L .78505 .34681 L .7904 .32584 L .79539 .31019 L .80065 .29729 L .80626 .28707 L .80878 .28351 L .8115 .28027 L .81391 .2779 L .81645 .27582 L .81874 .27428 L .82126 .27291 L .82357 .27193 L .8257 .27121 L .82832 .27055 L .82971 .27029 L .83118 .27007 L .83259 .26991 L .83391 .26979 L .8351 .26972 L .83638 .26968 L .83757 .26966 L .83886 .26966 L .84021 .26969 L .84147 .26973 L .84265 .26979 L .84373 .26985 L .84614 .27002 L .85755 .27111 L .86808 .27213 L .87784 .27286 L .88276 .27314 L .88818 .27337 L .89361 .27355 L .89666 .27363 L .89945 .27368 L .90204 .27373 L .90486 .27377 L .90753 .27379 L .91001 .27381 L .91278 .27383 L .91533 .27384 L .91667 .27385 L .91814 .27385 L Mistroke .91888 .27385 L .91967 .27385 L .92041 .27385 L .9211 .27385 L .92244 .27386 L .92315 .27386 L .92391 .27386 L .92517 .27386 L .92589 .27386 L .92657 .27386 L .92782 .27385 L .92896 .27385 L .93022 .27385 L .93155 .27384 L .93277 .27381 L .93389 .27377 L .93517 .27368 L .93638 .27355 L .93751 .27336 L .93854 .27313 L .93968 .27279 L .94088 .27231 L .94209 .27168 L .94339 .27084 L .94574 .26878 L .94853 .26533 L .95109 .26114 L .95611 .24992 L .96145 .23396 L .97106 .19798 L .99283 .11326 L 1 .09103 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.217813 0.131618 0.39418 0.240619 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 -10.4103 11.0136 [ [.2 .59082 -6 -9 ] [.2 .59082 6 0 ] [.4 .59082 -6 -9 ] [.4 .59082 6 0 ] [.6 .59082 -6 -9 ] [.6 .59082 6 0 ] [.8 .59082 -6 -9 ] [.8 .59082 6 0 ] [1 .59082 -9 -9 ] [1 .59082 9 0 ] [-0.0125 .05264 -24 -4.5 ] [-0.0125 .05264 0 4.5 ] [-0.0125 .16278 -24 -4.5 ] [-0.0125 .16278 0 4.5 ] [-0.0125 .27292 -24 -4.5 ] [-0.0125 .27292 0 4.5 ] [-0.0125 .38305 -24 -4.5 ] [-0.0125 .38305 0 4.5 ] [-0.0125 .49319 -24 -4.5 ] [-0.0125 .49319 0 4.5 ] [.5 .63053 -5 0 ] [.5 .63053 5 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .60332 m .2 .60957 L s [(20)] .2 .59082 0 1 Mshowa .4 .60332 m .4 .60957 L s [(40)] .4 .59082 0 1 Mshowa .6 .60332 m .6 .60957 L s [(60)] .6 .59082 0 1 Mshowa .8 .60332 m .8 .60957 L s [(80)] .8 .59082 0 1 Mshowa 1 .60332 m 1 .60957 L s [(100)] 1 .59082 0 1 Mshowa .125 Mabswid .05 .60332 m .05 .60707 L s .1 .60332 m .1 .60707 L s .15 .60332 m .15 .60707 L s .25 .60332 m .25 .60707 L s .3 .60332 m .3 .60707 L s .35 .60332 m .35 .60707 L s .45 .60332 m .45 .60707 L s .5 .60332 m .5 .60707 L s .55 .60332 m .55 .60707 L s .65 .60332 m .65 .60707 L s .7 .60332 m .7 .60707 L s .75 .60332 m .75 .60707 L s .85 .60332 m .85 .60707 L s .9 .60332 m .9 .60707 L s .95 .60332 m .95 .60707 L s .25 Mabswid 0 .60332 m 1 .60332 L s 0 .05264 m .00625 .05264 L s [(0.95)] -0.0125 .05264 1 0 Mshowa 0 .16278 m .00625 .16278 L s [(0.96)] -0.0125 .16278 1 0 Mshowa 0 .27292 m .00625 .27292 L s [(0.97)] -0.0125 .27292 1 0 Mshowa 0 .38305 m .00625 .38305 L s [(0.98)] -0.0125 .38305 1 0 Mshowa 0 .49319 m .00625 .49319 L s [(0.99)] -0.0125 .49319 1 0 Mshowa .125 Mabswid 0 .07467 m .00375 .07467 L s 0 .0967 m .00375 .0967 L s 0 .11872 m .00375 .11872 L s 0 .14075 m .00375 .14075 L s 0 .18481 m .00375 .18481 L s 0 .20683 m .00375 .20683 L s 0 .22886 m .00375 .22886 L s 0 .25089 m .00375 .25089 L s 0 .29494 m .00375 .29494 L s 0 .31697 m .00375 .31697 L s 0 .339 m .00375 .339 L s 0 .36102 m .00375 .36102 L s 0 .40508 m .00375 .40508 L s 0 .42711 m .00375 .42711 L s 0 .44913 m .00375 .44913 L s 0 .47116 m .00375 .47116 L s 0 .51521 m .00375 .51521 L s 0 .53724 m .00375 .53724 L s 0 .55927 m .00375 .55927 L s 0 .5813 m .00375 .5813 L s 0 .03062 m .00375 .03062 L s 0 .00859 m .00375 .00859 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -66 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 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 (Y) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 0 .963 1 r .5 Mabswid 0 .60332 m .00123 .48396 L .00236 .39896 L .00357 .3261 L .00488 .26347 L .00609 .21707 L .00722 .18189 L .00942 .1287 L .01066 .10612 L .01181 .08851 L .01318 .07125 L .01444 .05837 L .017 .03893 L .01841 .03133 L .01975 .02576 L .02106 .02163 L .02225 .01885 L .02362 .01662 L .02491 .01534 L .02611 .01478 L .02721 .01472 L .02842 .01509 L .0297 .01591 L .03099 .01713 L .03238 .01882 L .03488 .02265 L .04057 .03393 L .08481 .13525 L .12824 .20857 L .14997 .23727 L .17008 .26033 L .18014 .2708 L .18507 .27551 L .18723 .27725 L .18845 .27808 L .18959 .27871 L .19071 .27918 L .1919 .27949 L .19317 .27957 L .19433 .27939 L .19559 .2789 L .19696 .278 L .19825 .27677 L .19944 .2753 L .20196 .27109 L .20473 .26473 L .21032 .24668 L .23245 .14256 L .24295 .0991 L .25268 .06989 L Mistroke .25752 .05934 L .26268 .05071 L .26563 .04684 L .26841 .04382 L .27093 .04155 L .27359 .03958 L .27596 .03817 L .27856 .03693 L .28093 .03607 L .28313 .03545 L .28447 .03515 L .28574 .03492 L .28689 .03475 L .28811 .0346 L .28944 .03448 L .29067 .03441 L .29199 .03436 L .29274 .03434 L .29344 .03434 L .29468 .03435 L .29601 .03438 L .29726 .03443 L .29839 .03449 L .30117 .03468 L .30379 .03491 L .31468 .0361 L .32394 .03708 L .33412 .03792 L .33941 .03824 L .34435 .03848 L .34958 .03867 L .35226 .03874 L .35518 .03881 L .35788 .03886 L .36038 .0389 L .36272 .03894 L .36531 .03896 L .36763 .03898 L .3698 .03899 L .37209 .03901 L .37338 .03901 L .37456 .03901 L .3759 .03902 L .37717 .03902 L .3783 .03902 L .37953 .03902 L .38087 .03902 L .38155 .03902 L .38229 .03902 L .38361 .03902 L Mistroke .38484 .03902 L .38608 .03902 L .38725 .03902 L .38945 .03902 L .39441 .03901 L .40493 .03899 L .4107 .03897 L .41614 .03897 L .42138 .03896 L .42414 .03896 L .42705 .03895 L .42824 .03895 L .42951 .03895 L .43024 .03895 L .43091 .03895 L .43221 .03895 L .43337 .03895 L .43464 .03896 L .43584 .03897 L .43695 .03899 L .43805 .03901 L .43925 .03905 L .44037 .0391 L .4414 .03916 L .44254 .03924 L .44379 .03936 L .44512 .03951 L .44631 .03969 L .44881 .04018 L .45147 .04092 L .45393 .04182 L .45626 .04289 L .46113 .04586 L .46648 .05032 L .47729 .06301 L .49667 .09447 L .53905 .1703 L .57983 .2297 L .6232 .27778 L .64487 .29748 L .66497 .31372 L .675 .32119 L .67991 .32472 L .68443 .32772 L .68697 .32906 L .68826 .32954 L .68898 .32973 L .68966 .32986 L .69039 .32992 L .69109 .32991 L Mistroke .69239 .32967 L .69311 .3294 L .69378 .32906 L .69452 .32858 L .6953 .32794 L .69647 .32673 L .69772 .32505 L .69999 .32101 L .70268 .31443 L .70514 .30672 L .71014 .28652 L .71547 .25952 L .72507 .20379 L .7364 .14045 L .74682 .09472 L .75207 .07734 L .75762 .06293 L .76318 .05213 L .76634 .04741 L .7693 .04382 L .77204 .04111 L .77464 .03904 L .777 .03752 L .77952 .03624 L .78224 .03519 L .78476 .03449 L .78616 .0342 L .78748 .03399 L .78892 .03381 L .78973 .03373 L .79047 .03368 L .79181 .03361 L .79308 .03358 L .79421 .03358 L .79545 .0336 L .79679 .03365 L .79747 .03368 L .79821 .03373 L .80076 .03392 L .80571 .03445 L .81033 .03504 L .82148 .03648 L .82697 .03709 L .83207 .03758 L .83741 .038 L .84225 .0383 L .84763 .03856 L .85061 .03868 L .85336 .03876 L .85818 .03888 L Mistroke .86071 .03893 L .86338 .03897 L .86556 .03899 L .86788 .03902 L .87044 .03903 L .87282 .03905 L .8741 .03905 L .87552 .03906 L .87623 .03906 L .87699 .03906 L .87838 .03906 L .87969 .03906 L .88106 .03906 L .88224 .03906 L .88352 .03906 L .88431 .03906 L .88505 .03906 L .88644 .03906 L .88955 .03906 L .89515 .03904 L .90542 .03902 L .91104 .03901 L .91629 .039 L .92153 .03899 L .92632 .03898 L .92762 .03898 L .92904 .03898 L .93039 .03898 L .93163 .03898 L .93294 .03898 L .93369 .03898 L .9344 .03899 L .93513 .03899 L .93581 .039 L .93655 .03901 L .93733 .03902 L .93855 .03905 L .93965 .03909 L .94092 .03915 L .94213 .03923 L .94324 .03933 L .94427 .03943 L .94659 .03976 L .9478 .03999 L .94893 .04024 L .95151 .04095 L .95402 .04188 L .95672 .04315 L .96222 .04669 L .96733 .05116 L Mistroke .97891 .06529 L 1 .10048 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.411817 0.131618 0.588183 0.240619 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147068 19.9868 [ [.2 .00221 -6 -9 ] [.2 .00221 6 0 ] [.4 .00221 -6 -9 ] [.4 .00221 6 0 ] [.6 .00221 -6 -9 ] [.6 .00221 6 0 ] [.8 .00221 -6 -9 ] [.8 .00221 6 0 ] [1 .00221 -9 -9 ] [1 .00221 9 0 ] [-0.0125 .11464 -30 -4.5 ] [-0.0125 .11464 0 4.5 ] [-0.0125 .21457 -24 -4.5 ] [-0.0125 .21457 0 4.5 ] [-0.0125 .31451 -30 -4.5 ] [-0.0125 .31451 0 4.5 ] [-0.0125 .41444 -24 -4.5 ] [-0.0125 .41444 0 4.5 ] [-0.0125 .51438 -30 -4.5 ] [-0.0125 .51438 0 4.5 ] [-0.0125 .61431 -24 -4.5 ] [-0.0125 .61431 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 .2 .01471 m .2 .02096 L s [(20)] .2 .00221 0 1 Mshowa .4 .01471 m .4 .02096 L s [(40)] .4 .00221 0 1 Mshowa .6 .01471 m .6 .02096 L s [(60)] .6 .00221 0 1 Mshowa .8 .01471 m .8 .02096 L s [(80)] .8 .00221 0 1 Mshowa 1 .01471 m 1 .02096 L s [(100)] 1 .00221 0 1 Mshowa .125 Mabswid .05 .01471 m .05 .01846 L s .1 .01471 m .1 .01846 L s .15 .01471 m .15 .01846 L s .25 .01471 m .25 .01846 L s .3 .01471 m .3 .01846 L s .35 .01471 m .35 .01846 L s .45 .01471 m .45 .01846 L s .5 .01471 m .5 .01846 L s .55 .01471 m .55 .01846 L s .65 .01471 m .65 .01846 L s .7 .01471 m .7 .01846 L s .75 .01471 m .75 .01846 L s .85 .01471 m .85 .01846 L s .9 .01471 m .9 .01846 L s .95 .01471 m .95 .01846 L s .25 Mabswid 0 .01471 m 1 .01471 L s 0 .11464 m .00625 .11464 L s [(0.005)] -0.0125 .11464 1 0 Mshowa 0 .21457 m .00625 .21457 L s [(0.01)] -0.0125 .21457 1 0 Mshowa 0 .31451 m .00625 .31451 L s [(0.015)] -0.0125 .31451 1 0 Mshowa 0 .41444 m .00625 .41444 L s [(0.02)] -0.0125 .41444 1 0 Mshowa 0 .51438 m .00625 .51438 L s [(0.025)] -0.0125 .51438 1 0 Mshowa 0 .61431 m .00625 .61431 L s [(0.03)] -0.0125 .61431 1 0 Mshowa .125 Mabswid 0 .03469 m .00375 .03469 L s 0 .05468 m .00375 .05468 L s 0 .07467 m .00375 .07467 L s 0 .09465 m .00375 .09465 L s 0 .13463 m .00375 .13463 L s 0 .15461 m .00375 .15461 L s 0 .1746 m .00375 .1746 L s 0 .19459 m .00375 .19459 L s 0 .23456 m .00375 .23456 L s 0 .25455 m .00375 .25455 L s 0 .27454 m .00375 .27454 L s 0 .29452 m .00375 .29452 L s 0 .3345 m .00375 .3345 L s 0 .35448 m .00375 .35448 L s 0 .37447 m .00375 .37447 L s 0 .39446 m .00375 .39446 L s 0 .43443 m .00375 .43443 L s 0 .45442 m .00375 .45442 L s 0 .4744 m .00375 .4744 L s 0 .49439 m .00375 .49439 L s 0 .53436 m .00375 .53436 L s 0 .55435 m .00375 .55435 L s 0 .57434 m .00375 .57434 L s 0 .59432 m .00375 .59432 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 /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 /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 (Y$) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (bg) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 0 1 .297 r .5 Mabswid 0 .01472 m .00123 .21847 L .00236 .34518 L .00365 .44398 L .00488 .50534 L .00601 .54316 L .00706 .56675 L .00821 .58379 L .00942 .59474 L .01065 .60069 L .01196 .60328 L .0132 .60332 L .01434 .60198 L .01566 .59933 L .01711 .59558 L .01975 .58758 L .04057 .52473 L .06198 .47387 L .08481 .42999 L .12749 .36712 L .14846 .34273 L .15949 .33121 L .17115 .31989 L .18159 .31044 L .18445 .30814 L .18603 .30708 L .18681 .30663 L .18752 .30627 L .18891 .30576 L .18964 .30561 L .19042 .30554 L .19167 .30566 L .19306 .30616 L .19433 .30699 L .19567 .30828 L .19681 .30973 L .19806 .3117 L .20086 .31756 L .20346 .32477 L .20818 .34172 L .21322 .36393 L .22337 .41363 L .23413 .4612 L .23974 .48107 L .24592 .49844 L .25153 .51035 L .25679 .51854 L .25939 .52167 L .26222 .52448 L .26471 .52649 L Mistroke .26737 .5282 L .27 .52952 L .27238 .53043 L .27478 .53111 L .27703 .53157 L .27829 .53175 L .27968 .53191 L .28038 .53197 L .28113 .53202 L .28248 .53208 L .28382 .5321 L .2851 .5321 L .28624 .53207 L .28748 .53202 L .28883 .53194 L .29033 .53183 L .29335 .53154 L .29877 .53091 L .30953 .52952 L .31539 .52884 L .32084 .5283 L .33049 .52757 L .33559 .5273 L .34104 .52708 L .34631 .52694 L .34928 .52687 L .35202 .52683 L .35462 .52679 L .35705 .52677 L .35958 .52675 L .36091 .52674 L .36236 .52673 L .36367 .52673 L .36487 .52672 L .366 .52672 L .36725 .52672 L .36836 .52672 L .3694 .52671 L .37051 .52671 L .3717 .52671 L .37291 .52671 L .37424 .52671 L .37563 .52672 L .37692 .52672 L .38172 .52673 L .40136 .52677 L .40675 .52678 L .41245 .52679 L .41732 .5268 L .42268 .5268 L Mistroke .42554 .5268 L .42694 .5268 L .42825 .5268 L .42898 .52681 L .42975 .52681 L .4306 .52681 L .43138 .5268 L .43209 .5268 L .43285 .5268 L .43424 .52679 L .43555 .52678 L .43629 .52676 L .43698 .52674 L .43772 .52672 L .43838 .52669 L .43988 .52661 L .44116 .52652 L .44254 .52638 L .44385 .5262 L .44507 .526 L .44758 .52544 L .44994 .52472 L .45253 .52369 L .45533 .52226 L .46101 .51829 L .46622 .5134 L .47652 .50068 L .4861 .48619 L .50784 .4496 L .54886 .38604 L .59246 .33428 L .63446 .2963 L .65371 .28175 L .66464 .27414 L .67487 .2674 L .68004 .26414 L .68258 .26263 L .68494 .26144 L .68625 .26095 L .68698 .26076 L .68765 .26064 L .68838 .26057 L .68916 .2606 L .68991 .26072 L .69059 .26092 L .69179 .26151 L .6931 .26253 L .69448 .26406 L .69575 .26593 L .69863 .27183 L Mistroke .70134 .27961 L .70643 .29954 L .71785 .36119 L .7271 .41418 L .73704 .46214 L .74274 .48341 L .74795 .4988 L .75319 .51066 L .75818 .51898 L .76067 .52221 L .76334 .52505 L .76564 .52706 L .76813 .52882 L .77106 .53041 L .77241 .53098 L .77383 .53149 L .77511 .53188 L .77652 .53222 L .77771 .53246 L .779 .53266 L .77976 .53275 L .78048 .53282 L .78114 .53288 L .78188 .53292 L .78315 .53297 L .7845 .53298 L .78527 .53298 L .78597 .53296 L .78674 .53293 L .78755 .53289 L .78892 .53279 L .79041 .53267 L .79593 .53201 L .80107 .53126 L .81212 .52962 L .81754 .52892 L .82254 .52837 L .83191 .52759 L .83684 .5273 L .84206 .52707 L .84471 .52698 L .84723 .52691 L .85196 .52681 L .8546 .52677 L .85705 .52674 L .85974 .52671 L .86123 .5267 L .8626 .52669 L .86379 .52669 L .8651 .52668 L Mistroke .86641 .52668 L .8678 .52668 L .86902 .52667 L .87033 .52667 L .87156 .52667 L .87269 .52667 L .87386 .52667 L .87494 .52667 L .87613 .52668 L .87738 .52668 L .88183 .52669 L .89192 .52671 L .90254 .52674 L .9116 .52676 L .91674 .52677 L .92151 .52677 L .92416 .52678 L .92667 .52678 L .92776 .52678 L .92891 .52678 L .93018 .52678 L .93135 .52678 L .9326 .52678 L .93394 .52677 L .9352 .52676 L .93635 .52674 L .9377 .5267 L .93847 .52667 L .93918 .52663 L .94047 .52655 L .94185 .52643 L .9432 .52627 L .94443 .52609 L .94576 .52584 L .94722 .52552 L .94967 .5248 L .95226 .52379 L .95514 .52235 L .95822 .5204 L .96376 .51584 L .9727 .50582 L .98239 .49203 L 1 .46298 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.60582 0.131618 0.782187 0.240619 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 -0.330319 9.33638 [ [.2 .59082 -6 -9 ] [.2 .59082 6 0 ] [.4 .59082 -6 -9 ] [.4 .59082 6 0 ] [.6 .59082 -6 -9 ] [.6 .59082 6 0 ] [.8 .59082 -6 -9 ] [.8 .59082 6 0 ] [1 .59082 -9 -9 ] [1 .59082 9 0 ] [-0.0125 .04314 -24 -4.5 ] [-0.0125 .04314 0 4.5 ] [-0.0125 .1365 -24 -4.5 ] [-0.0125 .1365 0 4.5 ] [-0.0125 .22986 -24 -4.5 ] [-0.0125 .22986 0 4.5 ] [-0.0125 .32323 -24 -4.5 ] [-0.0125 .32323 0 4.5 ] [-0.0125 .41659 -24 -4.5 ] [-0.0125 .41659 0 4.5 ] [-0.0125 .50996 -24 -4.5 ] [-0.0125 .50996 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 .2 .60332 m .2 .60957 L s [(20)] .2 .59082 0 1 Mshowa .4 .60332 m .4 .60957 L s [(40)] .4 .59082 0 1 Mshowa .6 .60332 m .6 .60957 L s [(60)] .6 .59082 0 1 Mshowa .8 .60332 m .8 .60957 L s [(80)] .8 .59082 0 1 Mshowa 1 .60332 m 1 .60957 L s [(100)] 1 .59082 0 1 Mshowa .125 Mabswid .05 .60332 m .05 .60707 L s .1 .60332 m .1 .60707 L s .15 .60332 m .15 .60707 L s .25 .60332 m .25 .60707 L s .3 .60332 m .3 .60707 L s .35 .60332 m .35 .60707 L s .45 .60332 m .45 .60707 L s .5 .60332 m .5 .60707 L s .55 .60332 m .55 .60707 L s .65 .60332 m .65 .60707 L s .7 .60332 m .7 .60707 L s .75 .60332 m .75 .60707 L s .85 .60332 m .85 .60707 L s .9 .60332 m .9 .60707 L s .95 .60332 m .95 .60707 L s .25 Mabswid 0 .60332 m 1 .60332 L s 0 .04314 m .00625 .04314 L s [(0.04)] -0.0125 .04314 1 0 Mshowa 0 .1365 m .00625 .1365 L s [(0.05)] -0.0125 .1365 1 0 Mshowa 0 .22986 m .00625 .22986 L s [(0.06)] -0.0125 .22986 1 0 Mshowa 0 .32323 m .00625 .32323 L s [(0.07)] -0.0125 .32323 1 0 Mshowa 0 .41659 m .00625 .41659 L s [(0.08)] -0.0125 .41659 1 0 Mshowa 0 .50996 m .00625 .50996 L s [(0.09)] -0.0125 .50996 1 0 Mshowa .125 Mabswid 0 .06181 m .00375 .06181 L s 0 .08048 m .00375 .08048 L s 0 .09915 m .00375 .09915 L s 0 .11783 m .00375 .11783 L s 0 .15517 m .00375 .15517 L s 0 .17385 m .00375 .17385 L s 0 .19252 m .00375 .19252 L s 0 .21119 m .00375 .21119 L s 0 .24854 m .00375 .24854 L s 0 .26721 m .00375 .26721 L s 0 .28588 m .00375 .28588 L s 0 .30456 m .00375 .30456 L s 0 .3419 m .00375 .3419 L s 0 .36057 m .00375 .36057 L s 0 .37925 m .00375 .37925 L s 0 .39792 m .00375 .39792 L s 0 .43526 m .00375 .43526 L s 0 .45394 m .00375 .45394 L s 0 .47261 m .00375 .47261 L s 0 .49128 m .00375 .49128 L s 0 .52863 m .00375 .52863 L s 0 .5473 m .00375 .5473 L s 0 .56597 m .00375 .56597 L s 0 .58465 m .00375 .58465 L s 0 .02446 m .00375 .02446 L s 0 .00579 m .00375 .00579 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 /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 /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 Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%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 (GDP) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .506 1 0 r .5 Mabswid 0 .60332 m .01975 .48638 L .04057 .39728 L .06347 .31932 L .08481 .26039 L .12477 .1747 L .16571 .1094 L .17644 .09499 L .18209 .0878 L .18518 .08411 L .18808 .08107 L .1906 .07899 L .19133 .07853 L .19202 .07815 L .19331 .07764 L .19401 .07747 L .19474 .07739 L .19607 .07749 L .19688 .07772 L .19765 .07806 L .19833 .07847 L .19908 .07904 L .2003 .08023 L .20165 .08195 L .20436 .08672 L .20688 .09268 L .20923 .09956 L .2202 .14525 L .2306 .19915 L .23986 .24565 L .25008 .2884 L .26022 .31936 L .26577 .33165 L .27099 .34056 L .27584 .34687 L .28029 .35124 L .28518 .35474 L .28764 .35607 L .29033 .35725 L .29299 .35817 L .29588 .35892 L .2986 .35944 L .2999 .35963 L .30112 .35978 L .30338 .35999 L .30459 .36006 L .30588 .36012 L .30723 .36017 L .30851 .36019 L .30966 .36019 L Mistroke .31092 .36018 L .31164 .36017 L .31241 .36016 L .31382 .36012 L .31645 .36001 L .32233 .35969 L .33292 .35899 L .34377 .35837 L .35389 .35795 L .35899 .3578 L .36445 .35768 L .36756 .35763 L .37051 .35759 L .37336 .35756 L .37603 .35753 L .37855 .35752 L .38086 .3575 L .38343 .35749 L .38486 .35749 L .38619 .35748 L .3887 .35748 L .39003 .35748 L .39145 .35747 L .39216 .35747 L .39294 .35747 L .39367 .35747 L .39434 .35747 L .39562 .35747 L .39697 .35747 L .39817 .35747 L .39927 .35747 L .40054 .35747 L .40174 .35747 L .40619 .35748 L .41633 .35749 L .42154 .3575 L .42645 .3575 L .42891 .3575 L .43029 .3575 L .43156 .3575 L .43287 .3575 L .43362 .3575 L .43431 .3575 L .43504 .3575 L .43571 .35749 L .43648 .35748 L .43721 .35747 L .43832 .35745 L .43955 .35741 L .44083 .35736 L Mistroke .44203 .3573 L .44315 .35722 L .44417 .35713 L .44648 .35685 L .44776 .35664 L .44895 .35641 L .45164 .35575 L .45401 .35496 L .45654 .35389 L .46217 .35058 L .46735 .34628 L .47303 .34016 L .47904 .3322 L .50022 .29478 L .54011 .21246 L .58258 .13734 L .62345 .08113 L .64427 .05732 L .6669 .03438 L .67745 .02459 L .68323 .01951 L .68606 .0173 L .6873 .01647 L .68865 .01571 L .68981 .0152 L .69089 .01488 L .69204 .01472 L .69325 .01477 L .69459 .01515 L .69585 .01583 L .69699 .01674 L .69821 .01807 L .69948 .01982 L .70088 .02223 L .7037 .02865 L .70632 .03649 L .70876 .04542 L .7197 .10089 L .73008 .16564 L .7403 .22693 L .74955 .27301 L .75965 .31037 L .76519 .3253 L .7704 .33618 L .77525 .34391 L .77969 .3493 L .78458 .35364 L .78703 .3553 L .78973 .35678 L .79238 .35794 L Mistroke .79525 .3589 L .79797 .35956 L .79927 .35981 L .80048 .36001 L .80274 .36029 L .80394 .3604 L .80523 .36048 L .80658 .36055 L .80786 .36059 L .80901 .3606 L .81027 .36061 L .81098 .3606 L .81176 .36059 L .81249 .36057 L .81316 .36055 L .81578 .36044 L .81864 .36029 L .82166 .36008 L .83225 .35927 L .84219 .35858 L .84767 .35828 L .85286 .35804 L .85768 .35786 L .86292 .35772 L .86769 .35762 L .87211 .35755 L .87464 .35752 L .87697 .3575 L .87947 .35748 L .88221 .35746 L .8846 .35745 L .88683 .35744 L .88918 .35744 L .8905 .35744 L .89169 .35743 L .89304 .35743 L .89372 .35743 L .89447 .35743 L .89579 .35743 L .89703 .35743 L .89778 .35743 L .89849 .35743 L .89982 .35743 L .90125 .35743 L .90282 .35744 L .90827 .35744 L .91332 .35745 L .91867 .35746 L .92444 .35746 L .92709 .35747 L Mistroke .92854 .35747 L .92989 .35747 L .93105 .35747 L .93228 .35747 L .93365 .35747 L .9349 .35746 L .93612 .35745 L .9374 .35744 L .9385 .35741 L .93972 .35738 L .94101 .35732 L .94241 .35724 L .94374 .35714 L .94495 .35701 L .94716 .35671 L .94958 .35625 L .9521 .35558 L .95445 .35477 L .95722 .35354 L .95977 .35214 L .96552 .34792 L .9706 .34295 L .97596 .33645 L .99549 .30407 L 1 .29523 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.799824 0.131618 0.97619 0.240619 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147147 9.53323 [ [.2 .00221 -6 -9 ] [.2 .00221 6 0 ] [.4 .00221 -6 -9 ] [.4 .00221 6 0 ] [.6 .00221 -6 -9 ] [.6 .00221 6 0 ] [.8 .00221 -6 -9 ] [.8 .00221 6 0 ] [1 .00221 -9 -9 ] [1 .00221 9 0 ] [-0.0125 .11005 -24 -4.5 ] [-0.0125 .11005 0 4.5 ] [-0.0125 .20538 -24 -4.5 ] [-0.0125 .20538 0 4.5 ] [-0.0125 .30071 -24 -4.5 ] [-0.0125 .30071 0 4.5 ] [-0.0125 .39604 -24 -4.5 ] [-0.0125 .39604 0 4.5 ] [-0.0125 .49138 -24 -4.5 ] [-0.0125 .49138 0 4.5 ] [-0.0125 .58671 -24 -4.5 ] [-0.0125 .58671 0 4.5 ] [.5 .63053 -20 0 ] [.5 .63053 20 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .01471 m .2 .02096 L s [(20)] .2 .00221 0 1 Mshowa .4 .01471 m .4 .02096 L s [(40)] .4 .00221 0 1 Mshowa .6 .01471 m .6 .02096 L s [(60)] .6 .00221 0 1 Mshowa .8 .01471 m .8 .02096 L s [(80)] .8 .00221 0 1 Mshowa 1 .01471 m 1 .02096 L s [(100)] 1 .00221 0 1 Mshowa .125 Mabswid .05 .01471 m .05 .01846 L s .1 .01471 m .1 .01846 L s .15 .01471 m .15 .01846 L s .25 .01471 m .25 .01846 L s .3 .01471 m .3 .01846 L s .35 .01471 m .35 .01846 L s .45 .01471 m .45 .01846 L s .5 .01471 m .5 .01846 L s .55 .01471 m .55 .01846 L s .65 .01471 m .65 .01846 L s .7 .01471 m .7 .01846 L s .75 .01471 m .75 .01846 L s .85 .01471 m .85 .01846 L s .9 .01471 m .9 .01846 L s .95 .01471 m .95 .01846 L s .25 Mabswid 0 .01471 m 1 .01471 L s 0 .11005 m .00625 .11005 L s [(0.01)] -0.0125 .11005 1 0 Mshowa 0 .20538 m .00625 .20538 L s [(0.02)] -0.0125 .20538 1 0 Mshowa 0 .30071 m .00625 .30071 L s [(0.03)] -0.0125 .30071 1 0 Mshowa 0 .39604 m .00625 .39604 L s [(0.04)] -0.0125 .39604 1 0 Mshowa 0 .49138 m .00625 .49138 L s [(0.05)] -0.0125 .49138 1 0 Mshowa 0 .58671 m .00625 .58671 L s [(0.06)] -0.0125 .58671 1 0 Mshowa .125 Mabswid 0 .03378 m .00375 .03378 L s 0 .05285 m .00375 .05285 L s 0 .07191 m .00375 .07191 L s 0 .09098 m .00375 .09098 L s 0 .12911 m .00375 .12911 L s 0 .14818 m .00375 .14818 L s 0 .16725 m .00375 .16725 L s 0 .18631 m .00375 .18631 L s 0 .22445 m .00375 .22445 L s 0 .24351 m .00375 .24351 L s 0 .26258 m .00375 .26258 L s 0 .28165 m .00375 .28165 L s 0 .31978 m .00375 .31978 L s 0 .33884 m .00375 .33884 L s 0 .35791 m .00375 .35791 L s 0 .37698 m .00375 .37698 L s 0 .41511 m .00375 .41511 L s 0 .43418 m .00375 .43418 L s 0 .45324 m .00375 .45324 L s 0 .47231 m .00375 .47231 L s 0 .51044 m .00375 .51044 L s 0 .52951 m .00375 .52951 L s 0 .54858 m .00375 .54858 L s 0 .56764 m .00375 .56764 L s 0 .60577 m .00375 .60577 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -81 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 /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 Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%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 (GDP) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (bg) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .59 1 0 r .5 Mabswid 0 .01472 m .01975 .13412 L .04057 .22509 L .06347 .3047 L .08481 .36487 L .12477 .45238 L .1444 .48666 L .15474 .50295 L .16571 .51905 L .17125 .52676 L .17276 .52883 L .1736 .52996 L .17439 .53103 L .17513 .53197 L .17593 .53097 L .17666 .52767 L .17734 .52289 L .17875 .50889 L .18007 .49205 L .18254 .4554 L .18808 .36945 L .19302 .30233 L .19824 .24478 L .20396 .19598 L .20923 .162 L .21443 .13669 L .21918 .1194 L .2218 .11183 L .22466 .10495 L .22713 .10003 L .22985 .09556 L .23218 .09244 L .2347 .08972 L .23735 .08748 L .23985 .08588 L .2422 .08476 L .24348 .08429 L .24467 .08393 L .24578 .08366 L .24679 .08346 L .2479 .08329 L .2491 .08316 L .25035 .08308 L .25152 .08305 L .25281 .08306 L .25419 .08312 L .25488 .08317 L .25563 .08323 L .25701 .08337 L .25958 .08371 L Mistroke .26924 .08551 L .2807 .08776 L .29108 .08935 L .29621 .08993 L .30174 .09042 L .30697 .09077 L .31178 .091 L .31442 .09109 L .31689 .09117 L .31983 .09124 L .3225 .09129 L .32531 .09133 L .32796 .09135 L .32942 .09136 L .33077 .09137 L .33224 .09138 L .33306 .09138 L .33381 .09138 L .33501 .09139 L .33632 .09139 L .3376 .09139 L .33896 .09139 L .34023 .09139 L .34143 .09139 L .34251 .09138 L .34368 .09138 L .34921 .09136 L .3543 .09134 L .36356 .09131 L .37351 .09127 L .37884 .09126 L .38371 .09125 L .38861 .09124 L .39325 .09123 L .39586 .09123 L .39864 .09123 L .40363 .09123 L .4064 .09122 L .409 .09122 L .41185 .09122 L .41347 .09122 L .41493 .09122 L .41744 .09122 L .41882 .09122 L .42013 .09122 L .42134 .09122 L .42245 .09122 L .42367 .09122 L .42497 .09122 L .42627 .09151 L Mistroke .427 .09191 L .42767 .09241 L .42896 .09371 L .43019 .0953 L .43295 .09986 L .43595 .10612 L .44744 .13769 L .4581 .17253 L .4992 .30683 L .54289 .41682 L .58498 .49402 L .62548 .55038 L .64602 .57412 L .65689 .58563 L .66288 .59169 L .66855 .59724 L .67116 .59975 L .67259 .6011 L .67393 .60237 L .67462 .60302 L .67537 .60332 L .67621 .60056 L .67697 .59527 L .67834 .58058 L .67978 .55999 L .69001 .3813 L .69463 .3136 L .69957 .25492 L .70499 .20465 L .71003 .16883 L .71564 .13897 L .7208 .11888 L .72647 .1033 L .72932 .09754 L .73246 .09253 L .73522 .08913 L .73774 .08672 L .73913 .08564 L .74064 .08465 L .74209 .08386 L .7434 .08327 L .74464 .08282 L .74597 .08242 L .74738 .08211 L .74871 .0819 L .74996 .08178 L .75127 .08171 L .7524 .0817 L .75363 .08173 L .755 .08182 L Mistroke .75628 .08194 L .75767 .08212 L .75915 .08234 L .76438 .08336 L .77417 .08567 L .78475 .08793 L .79059 .08893 L .79615 .08968 L .80126 .09022 L .80685 .09066 L .81193 .09095 L .81665 .09114 L .81916 .09121 L .82152 .09127 L .82367 .09131 L .82595 .09134 L .82843 .09137 L .83071 .09139 L .83198 .0914 L .83316 .0914 L .83447 .09141 L .8352 .09141 L .83586 .09141 L .8371 .09141 L .83826 .09141 L .83953 .09141 L .8409 .09141 L .84227 .0914 L .8437 .0914 L .84626 .09139 L .85589 .09135 L .86643 .0913 L .87222 .09128 L .87769 .09126 L .88289 .09125 L .88854 .09124 L .89367 .09123 L .8984 .09122 L .90286 .09122 L .9054 .09122 L .90777 .09122 L .91022 .09122 L .91255 .09122 L .91523 .09121 L .91769 .09121 L .919 .09121 L .92041 .09121 L .92175 .09121 L .92298 .09121 L .92409 .09121 L Mistroke .92531 .09123 L .92659 .09166 L .92777 .0925 L .92844 .09313 L .92917 .09395 L .93049 .09571 L .93296 .09988 L .93851 .11226 L .95783 .17162 L 1 .30916 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.0238095 0.251519 0.200176 0.36052 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147151 1.18623 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .13334 -18 -4.5 ] [-0.0125 .13334 0 4.5 ] [-0.0125 .25196 -18 -4.5 ] [-0.0125 .25196 0 4.5 ] [-0.0125 .37058 -18 -4.5 ] [-0.0125 .37058 0 4.5 ] [-0.0125 .48921 -18 -4.5 ] [-0.0125 .48921 0 4.5 ] [-0.0125 .60783 -18 -4.5 ] [-0.0125 .60783 0 4.5 ] [.5 .63053 -8 0 ] [.5 .63053 8 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .13334 m .00625 .13334 L s [(0.1)] -0.0125 .13334 1 0 Mshowa 0 .25196 m .00625 .25196 L s [(0.2)] -0.0125 .25196 1 0 Mshowa 0 .37058 m .00625 .37058 L s [(0.3)] -0.0125 .37058 1 0 Mshowa 0 .48921 m .00625 .48921 L s [(0.4)] -0.0125 .48921 1 0 Mshowa 0 .60783 m .00625 .60783 L s [(0.5)] -0.0125 .60783 1 0 Mshowa .125 Mabswid 0 .03844 m .00375 .03844 L s 0 .06216 m .00375 .06216 L s 0 .08589 m .00375 .08589 L s 0 .10961 m .00375 .10961 L s 0 .15706 m .00375 .15706 L s 0 .18079 m .00375 .18079 L s 0 .20451 m .00375 .20451 L s 0 .22824 m .00375 .22824 L s 0 .27568 m .00375 .27568 L s 0 .29941 m .00375 .29941 L s 0 .32313 m .00375 .32313 L s 0 .34686 m .00375 .34686 L s 0 .39431 m .00375 .39431 L s 0 .41803 m .00375 .41803 L s 0 .44176 m .00375 .44176 L s 0 .46548 m .00375 .46548 L s 0 .51293 m .00375 .51293 L s 0 .53665 m .00375 .53665 L s 0 .56038 m .00375 .56038 L s 0 .5841 m .00375 .5841 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -69 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 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 (RL) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 1 0 .49 r .5 Mabswid 0 .01472 m .00123 .01472 L .00236 .01472 L .00365 .01472 L .00488 .01472 L .00601 .01472 L .00706 .01472 L .00821 .01472 L .00942 .01472 L .01065 .01472 L .01196 .01472 L .0132 .01472 L .01434 .01472 L .01566 .01472 L .01641 .01472 L .01711 .01472 L .01839 .01472 L .01975 .01472 L .02043 .01472 L .02115 .01472 L .02245 .01472 L .02317 .01472 L .02384 .01472 L .02458 .01472 L .02537 .01472 L .02605 .01472 L .02679 .01472 L .02814 .01472 L .02945 .01472 L .03067 .01472 L .03184 .01472 L .03295 .01472 L .03416 .01472 L .03547 .01472 L .03676 .01472 L .03813 .01472 L .03929 .01472 L .04057 .01472 L .04131 .01472 L .042 .01472 L .04275 .01472 L .04355 .01472 L .0449 .01472 L .04566 .01472 L .04637 .01472 L .0477 .01472 L .04892 .01472 L .04959 .01472 L .05032 .01472 L .05165 .01472 L Mistroke .05245 .01472 L .05321 .01472 L .05389 .01472 L .05462 .01472 L .05543 .01472 L .05627 .01472 L .057 .01472 L .05779 .01472 L .05854 .01472 L .05921 .01472 L .06 .01472 L .06074 .01472 L .06205 .01472 L .0628 .01472 L .06349 .01472 L .06471 .01472 L .06603 .01472 L .06727 .01472 L .06841 .01472 L .06967 .01472 L .07105 .01472 L .07175 .01472 L .07249 .01472 L .07383 .01472 L .07457 .01472 L .07525 .01472 L .076 .01472 L .07679 .01472 L .07812 .01472 L .07888 .01472 L .07959 .01472 L .0809 .01472 L .08211 .01472 L .08349 .01472 L .08481 .01472 L .086 .01472 L .08729 .01472 L .0885 .01472 L .08962 .01472 L .09085 .01472 L .0922 .01472 L .09289 .01472 L .09361 .01472 L .09493 .01472 L .09565 .01472 L .09632 .01472 L .09705 .01472 L .09783 .01472 L .09913 .01472 L .09987 .01472 L Mistroke .10056 .01472 L .10185 .01472 L .10303 .01472 L .10439 .01472 L .10569 .01472 L .10691 .01472 L .10801 .01472 L .10928 .01472 L .11048 .01472 L .1116 .01472 L .11262 .01472 L .11375 .01472 L .11493 .01472 L .11613 .01472 L .11742 .01472 L .11864 .01472 L .11974 .01472 L .12104 .01472 L .12178 .01472 L .12245 .01472 L .1237 .01472 L .12502 .01472 L .12622 .01472 L .12753 .01472 L .12889 .01472 L .13016 .01472 L .13135 .01472 L .13244 .01472 L .13369 .01472 L .13487 .01472 L .13616 .01472 L .13752 .01472 L .13868 .01472 L .13996 .01472 L .14134 .01472 L .14211 .01472 L .14281 .01472 L .14418 .01472 L .14548 .01472 L .14669 .01472 L .14779 .01472 L .14906 .01472 L .15025 .01472 L .15136 .01472 L .15237 .01472 L .15349 .01472 L .15467 .01472 L .15586 .01472 L .15714 .01472 L .15835 .01472 L Mistroke .15945 .01472 L .16074 .01472 L .16146 .01472 L .16214 .01472 L .16337 .01472 L .16468 .01472 L .16594 .01472 L .16732 .01472 L .16863 .01472 L .16984 .01472 L .17103 .01472 L .17212 .01472 L .17337 .01472 L .17456 .01472 L .17585 .10699 L .17721 .22559 L .17838 .30349 L .17966 .36993 L .18104 .42425 L .18251 .4676 L .18391 .49796 L .18518 .51897 L .18637 .5342 L .18764 .5468 L .18871 .55527 L .18991 .56272 L .19118 .56897 L .19256 .57419 L .19386 .57802 L .19505 .58083 L .19722 .5847 L .1996 .58769 L .20208 .58996 L .20439 .59161 L .20969 .59446 L .21544 .59678 L .2205 .59842 L .22586 .59982 L .2307 .60082 L .23602 .60167 L .24085 .60224 L .24538 .60263 L .24809 .6028 L .2506 .60293 L .25336 .60304 L .25477 .60309 L .2563 .60313 L .25776 .60316 L .2591 .60319 L .26036 .60321 L Mistroke .26174 .60323 L .26298 .60324 L .26414 .60325 L .26536 .60325 L .26667 .60326 L .26797 .60326 L .26918 .60326 L .2705 .60325 L .27117 .60325 L .2719 .60325 L .27446 .60323 L .27685 .60322 L .28613 .60313 L .29647 .60304 L .30211 .60299 L .30735 .60296 L .31222 .60293 L .31664 .60291 L .32155 .6029 L .32405 .60289 L .32679 .60288 L .3319 .60287 L .33469 .60287 L .3373 .60287 L .33974 .60287 L .34196 .60286 L .34319 .60286 L .34453 .60286 L .34697 .60286 L .34832 .60286 L .34958 .60286 L .35097 .60286 L .35175 .60286 L .35247 .60286 L .35382 .60286 L .35459 .60286 L .35531 .60286 L .35607 .60286 L .35676 .60286 L .35756 .60286 L .35831 .60286 L .36093 .60286 L .36335 .60286 L .36882 .60286 L .3791 .60287 L .38477 .60287 L .39016 .60287 L .39515 .60287 L .4006 .60287 L .40555 .60287 L Mistroke .41014 .60287 L .41264 .60287 L .41534 .60287 L .41789 .60287 L .42023 .60287 L .42235 .60287 L .42356 .60287 L .42468 .60287 L .42587 .55408 L .42695 .49886 L .42938 .39466 L .432 .30751 L .43442 .24497 L .43708 .19177 L .43991 .14882 L .44235 .12029 L .44465 .09916 L .44716 .0809 L .44988 .06571 L .4524 .05482 L .45509 .04582 L .45763 .03924 L .45993 .03452 L .46265 .03015 L .46559 .02653 L .46837 .02393 L .47093 .02207 L .4734 .02064 L .47605 .01943 L .47897 .0184 L .48169 .01765 L .48475 .017 L .48764 .01652 L .49045 .01616 L .49308 .01589 L .49563 .01568 L .49838 .01549 L .50318 .01526 L .50591 .01516 L .50878 .01507 L .51127 .01501 L .51393 .01496 L .5187 .01489 L .52315 .01484 L .52586 .01482 L .52843 .0148 L .53325 .01478 L .53809 .01476 L .54084 .01475 L .54342 .01475 L Mistroke .54861 .01474 L .55153 .01473 L .5542 .01473 L .55894 .01473 L .56412 .01472 L .56901 .01472 L .57356 .01472 L .57888 .01472 L .58188 .01472 L .58464 .01472 L .58972 .01472 L .59509 .01472 L .5999 .01472 L .60439 .01472 L .60933 .01472 L .61462 .01472 L .62016 .01472 L .62529 .01472 L .63092 .01472 L .63376 .01472 L .6369 .01472 L .64214 .01472 L .64489 .01472 L .64779 .01472 L .65313 .01472 L .65802 .01472 L .66072 .01472 L .66326 .01472 L .66803 .01472 L .67052 .01472 L .67316 .01472 L .67454 .01472 L .67533 .05201 L .67606 .12752 L .67734 .23455 L .67873 .32309 L .68002 .3851 L .68122 .42948 L .68236 .4627 L .68358 .49038 L .68478 .51155 L .68591 .5272 L .68802 .54829 L .68924 .55693 L .69052 .56404 L .69282 .57309 L .6941 .5767 L .6953 .5794 L .69801 .58393 L .69934 .58557 L Mistroke .70075 .58705 L .70327 .5892 L .709 .59279 L .71394 .59516 L .7194 .5973 L .72424 .59885 L .72946 .60019 L .73438 .60118 L .73889 .60187 L .74388 .60243 L .74667 .60267 L .7492 .60285 L .75157 .60298 L .75413 .60309 L .75655 .60317 L .75878 .60323 L .76004 .60325 L .76138 .60328 L .76266 .60329 L .76382 .6033 L .76517 .60331 L .76594 .60331 L .76666 .60332 L .76796 .60332 L .76935 .60332 L .77011 .60332 L .7708 .60331 L .77157 .60331 L .77237 .60331 L .77522 .60329 L .78053 .60324 L .79128 .60312 L .80145 .60302 L .81057 .60295 L .81572 .60292 L .82048 .6029 L .82523 .60289 L .83045 .60287 L .83308 .60287 L .83591 .60287 L .83858 .60286 L .84103 .60286 L .84238 .60286 L .84382 .60286 L .84642 .60286 L .848 .60286 L .8495 .60286 L .85084 .60286 L .8516 .60286 L .8523 .60286 L Mistroke .85358 .60286 L .85478 .60286 L .8561 .60286 L .85683 .60286 L .85751 .60286 L .85886 .60286 L .86033 .60286 L .86301 .60286 L .88336 .60286 L .88894 .60286 L .89495 .60286 L .90062 .60286 L .90583 .60286 L .90823 .60287 L .91079 .60287 L .91542 .60287 L .91824 .60287 L .92091 .60287 L .92331 .60287 L .92466 .60287 L .92591 .5519 L .92846 .43087 L .93121 .33128 L .93381 .25943 L .93618 .2083 L .93883 .16373 L .94135 .1311 L .94408 .10394 L .94705 .08163 L .94974 .06639 L .95265 .05389 L .95539 .04495 L .95791 .0386 L .9627 .03008 L .9651 .02706 L .96774 .02446 L .97063 .02226 L .97325 .02072 L .97628 .01934 L .97915 .01834 L .98162 .01767 L .98424 .01709 L .98712 .0166 L .98978 .01624 L .99232 .01596 L .99505 .01572 L 1 .0154 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.217813 0.251519 0.39418 0.36052 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147151 40.0482 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .09481 -30 -4.5 ] [-0.0125 .09481 0 4.5 ] [-0.0125 .17491 -30 -4.5 ] [-0.0125 .17491 0 4.5 ] [-0.0125 .255 -30 -4.5 ] [-0.0125 .255 0 4.5 ] [-0.0125 .3351 -30 -4.5 ] [-0.0125 .3351 0 4.5 ] [-0.0125 .4152 -24 -4.5 ] [-0.0125 .4152 0 4.5 ] [-0.0125 .49529 -30 -4.5 ] [-0.0125 .49529 0 4.5 ] [-0.0125 .57539 -30 -4.5 ] [-0.0125 .57539 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 .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .09481 m .00625 .09481 L s [(0.002)] -0.0125 .09481 1 0 Mshowa 0 .17491 m .00625 .17491 L s [(0.004)] -0.0125 .17491 1 0 Mshowa 0 .255 m .00625 .255 L s [(0.006)] -0.0125 .255 1 0 Mshowa 0 .3351 m .00625 .3351 L s [(0.008)] -0.0125 .3351 1 0 Mshowa 0 .4152 m .00625 .4152 L s [(0.01)] -0.0125 .4152 1 0 Mshowa 0 .49529 m .00625 .49529 L s [(0.012)] -0.0125 .49529 1 0 Mshowa 0 .57539 m .00625 .57539 L s [(0.014)] -0.0125 .57539 1 0 Mshowa .125 Mabswid 0 .03474 m .00375 .03474 L s 0 .05476 m .00375 .05476 L s 0 .07479 m .00375 .07479 L s 0 .11484 m .00375 .11484 L s 0 .13486 m .00375 .13486 L s 0 .15488 m .00375 .15488 L s 0 .19493 m .00375 .19493 L s 0 .21496 m .00375 .21496 L s 0 .23498 m .00375 .23498 L s 0 .27503 m .00375 .27503 L s 0 .29505 m .00375 .29505 L s 0 .31508 m .00375 .31508 L s 0 .35512 m .00375 .35512 L s 0 .37515 m .00375 .37515 L s 0 .39517 m .00375 .39517 L s 0 .43522 m .00375 .43522 L s 0 .45524 m .00375 .45524 L s 0 .47527 m .00375 .47527 L s 0 .51532 m .00375 .51532 L s 0 .53534 m .00375 .53534 L s 0 .55537 m .00375 .55537 L s 0 .59541 m .00375 .59541 L s 0 .61544 m .00375 .61544 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 /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 /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 (RL) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) 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 (GDP) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (bg) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 1 .187 0 r .5 Mabswid 0 .01472 m .00123 .01472 L .00236 .01472 L .00365 .01472 L .00488 .01472 L .00601 .01472 L .00706 .01472 L .00821 .01472 L .00942 .01472 L .01065 .01472 L .01196 .01472 L .0132 .01472 L .01434 .01472 L .01566 .01472 L .01641 .01472 L .01711 .01472 L .01839 .01472 L .01975 .01472 L .02043 .01472 L .02115 .01472 L .02245 .01472 L .02317 .01472 L .02384 .01472 L .02458 .01472 L .02537 .01472 L .02605 .01472 L .02679 .01472 L .02814 .01472 L .02945 .01472 L .03067 .01472 L .03184 .01472 L .03295 .01472 L .03416 .01472 L .03547 .01472 L .03676 .01472 L .03813 .01472 L .03929 .01472 L .04057 .01472 L .04131 .01472 L .042 .01472 L .04275 .01472 L .04355 .01472 L .0449 .01472 L .04566 .01472 L .04637 .01472 L .0477 .01472 L .04892 .01472 L .04959 .01472 L .05032 .01472 L .05165 .01472 L Mistroke .05245 .01472 L .05321 .01472 L .05389 .01472 L .05462 .01472 L .05543 .01472 L .05627 .01472 L .057 .01472 L .05779 .01472 L .05854 .01472 L .05921 .01472 L .06 .01472 L .06074 .01472 L .06205 .01472 L .0628 .01472 L .06349 .01472 L .06471 .01472 L .06603 .01472 L .06727 .01472 L .06841 .01472 L .06967 .01472 L .07105 .01472 L .07175 .01472 L .07249 .01472 L .07383 .01472 L .07457 .01472 L .07525 .01472 L .076 .01472 L .07679 .01472 L .07812 .01472 L .07888 .01472 L .07959 .01472 L .0809 .01472 L .08211 .01472 L .08349 .01472 L .08481 .01472 L .086 .01472 L .08729 .01472 L .0885 .01472 L .08962 .01472 L .09085 .01472 L .0922 .01472 L .09289 .01472 L .09361 .01472 L .09493 .01472 L .09565 .01472 L .09632 .01472 L .09705 .01472 L .09783 .01472 L .09913 .01472 L .09987 .01472 L Mistroke .10056 .01472 L .10185 .01472 L .10303 .01472 L .10439 .01472 L .10569 .01472 L .10691 .01472 L .10801 .01472 L .10928 .01472 L .11048 .01472 L .1116 .01472 L .11262 .01472 L .11375 .01472 L .11493 .01472 L .11613 .01472 L .11742 .01472 L .11864 .01472 L .11974 .01472 L .12104 .01472 L .12178 .01472 L .12245 .01472 L .1237 .01472 L .12502 .01472 L .12622 .01472 L .12753 .01472 L .12889 .01472 L .13016 .01472 L .13135 .01472 L .13244 .01472 L .13369 .01472 L .13487 .01472 L .13616 .01472 L .13752 .01472 L .13868 .01472 L .13996 .01472 L .14134 .01472 L .14211 .01472 L .14281 .01472 L .14418 .01472 L .14548 .01472 L .14669 .01472 L .14779 .01472 L .14906 .01472 L .15025 .01472 L .15136 .01472 L .15237 .01472 L .15349 .01472 L .15467 .01472 L .15586 .01472 L .15714 .01472 L .15835 .01472 L Mistroke .15945 .01472 L .16074 .01472 L .16146 .01472 L .16214 .01472 L .16337 .01472 L .16468 .01472 L .16594 .01472 L .16732 .01472 L .16863 .01472 L .16984 .01472 L .17103 .01472 L .17212 .01472 L .17337 .01472 L .17456 .01472 L .17585 .02188 L .17721 .05706 L .17838 .10189 L .17966 .15906 L .18255 .29125 L .18518 .3928 L .18636 .42936 L .18764 .4626 L .18875 .48598 L .18998 .50637 L .19127 .52223 L .19265 .53333 L .19392 .53894 L .19512 .54065 L .19625 .53951 L .19744 .53583 L .19846 .53095 L .19958 .52406 L .20207 .50408 L .20439 .48153 L .21394 .37693 L .22406 .28246 L .22934 .24561 L .23515 .21475 L .24043 .19442 L .24538 .18096 L .24827 .17515 L .25102 .17084 L .25349 .16784 L .25618 .16537 L .25771 .16429 L .25909 .1635 L .26069 .16277 L .2622 .16227 L .26288 .16208 L .2636 .16193 L Mistroke .26488 .16172 L .26626 .16159 L .26705 .16156 L .26778 .16155 L .2691 .1616 L .26984 .16165 L .27053 .16172 L .27179 .16188 L .27313 .1621 L .278 .16322 L .28894 .16654 L .2988 .16938 L .30397 .1706 L .30941 .17166 L .3142 .17241 L .31944 .17305 L .3242 .17348 L .32862 .17378 L .33138 .17393 L .33393 .17403 L .33673 .17413 L .33969 .1742 L .34226 .17425 L .34466 .17428 L .34604 .1743 L .3473 .17431 L .34875 .17431 L .35013 .17432 L .35125 .17432 L .35248 .17433 L .35377 .17433 L .35498 .17433 L .35611 .17432 L .35714 .17432 L .35828 .17432 L .35948 .17432 L .36434 .17429 L .36966 .17426 L .38111 .17419 L .38674 .17416 L .39193 .17414 L .39656 .17412 L .40165 .17411 L .40677 .1741 L .40956 .17409 L .4122 .17409 L .41474 .17408 L .41752 .17408 L .42007 .17408 L .42239 .17408 L Mistroke .42307 .17408 L .4238 .17408 L .42514 .17406 L .42588 .1735 L .42667 .17214 L .42734 .17047 L .42807 .16819 L .4308 .15691 L .43335 .14424 L .44283 .09737 L .44784 .07754 L .45315 .06085 L .45885 .04734 L .46413 .03814 L .46907 .03176 L .47453 .02665 L .47936 .02338 L .48458 .02083 L .4895 .01911 L .49401 .01796 L .49899 .01704 L .50431 .01634 L .50933 .01588 L .51389 .01558 L .51925 .01532 L .52228 .01521 L .52507 .01513 L .5302 .01501 L .53563 .01492 L .54081 .01486 L .54554 .01482 L .551 .01479 L .55618 .01477 L .56096 .01476 L .56539 .01475 L .57024 .01474 L .57542 .01473 L .58106 .01473 L .58625 .01472 L .59194 .01472 L .59481 .01472 L .59795 .01472 L .60324 .01472 L .60891 .01472 L .61427 .01472 L .61914 .01472 L .62421 .01472 L .62958 .01472 L .63417 .01472 L .63922 .01472 L Mistroke .64465 .01472 L .65048 .01472 L .656 .01472 L .66104 .01472 L .66604 .01472 L .66883 .01472 L .67136 .01472 L .67252 .01472 L .67374 .01472 L .67507 .01478 L .6763 .03304 L .67745 .07213 L .67852 .12043 L .68096 .24665 L .68377 .38409 L .68516 .44052 L .68644 .48478 L .68758 .51753 L .68884 .5468 L .69011 .56937 L .69145 .58648 L .69216 .59291 L .69291 .5979 L .69424 .6027 L .69499 .60332 L .69568 .6027 L .69644 .60083 L .69726 .59757 L .69796 .59381 L .69872 .58884 L .70011 .57778 L .70271 .55167 L .71256 .42781 L .72315 .30927 L .72922 .2589 L .73477 .22409 L .73744 .21081 L .74035 .19861 L .74565 .18178 L .74845 .17527 L .7511 .17044 L .75347 .16702 L .75603 .1642 L .75884 .16199 L .76025 .16117 L .7618 .16048 L .76312 .16005 L .76386 .15986 L .76454 .15972 L .76585 .15953 L Mistroke .7671 .15945 L .76824 .15944 L .7695 .15951 L .77081 .15964 L .77205 .15983 L .77425 .16029 L .77663 .16091 L .78699 .16448 L .79791 .16824 L .80806 .17091 L .81318 .17191 L .81865 .17273 L .82177 .17311 L .82471 .1734 L .82756 .17363 L .83022 .17381 L .83509 .17405 L .83767 .17414 L .84044 .17422 L .84183 .17425 L .84334 .17428 L .84468 .1743 L .84609 .17432 L .8475 .17433 L .84877 .17434 L .85005 .17435 L .85126 .17435 L .85239 .17435 L .85362 .17435 L .85491 .17435 L .85612 .17435 L .85724 .17435 L .85827 .17435 L .86058 .17434 L .86575 .17431 L .87064 .17427 L .88082 .1742 L .88639 .17417 L .89161 .17414 L .90082 .1741 L .90571 .17409 L .91097 .17408 L .91363 .17407 L .91647 .17407 L .92158 .17406 L .92308 .17406 L .92387 .17406 L .9247 .17406 L .92543 .17391 L .92624 .17296 L Mistroke .92697 .17143 L .92765 .16954 L .93031 .15917 L .93316 .1452 L .93847 .11784 L .94411 .0919 L .94934 .07237 L .95425 .05792 L .95933 .0464 L .96493 .03697 L .97052 .03023 L .97366 .02734 L .97655 .02516 L .98146 .02225 L .98684 .01997 L .98955 .0191 L .99245 .01832 L .99767 .01726 L 1 .01689 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.411817 0.251519 0.588183 0.36052 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147151 47.5023 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .10972 -30 -4.5 ] [-0.0125 .10972 0 4.5 ] [-0.0125 .20472 -30 -4.5 ] [-0.0125 .20472 0 4.5 ] [-0.0125 .29973 -30 -4.5 ] [-0.0125 .29973 0 4.5 ] [-0.0125 .39473 -30 -4.5 ] [-0.0125 .39473 0 4.5 ] [-0.0125 .48974 -24 -4.5 ] [-0.0125 .48974 0 4.5 ] [-0.0125 .58474 -30 -4.5 ] [-0.0125 .58474 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 .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .10972 m .00625 .10972 L s [(0.002)] -0.0125 .10972 1 0 Mshowa 0 .20472 m .00625 .20472 L s [(0.004)] -0.0125 .20472 1 0 Mshowa 0 .29973 m .00625 .29973 L s [(0.006)] -0.0125 .29973 1 0 Mshowa 0 .39473 m .00625 .39473 L s [(0.008)] -0.0125 .39473 1 0 Mshowa 0 .48974 m .00625 .48974 L s [(0.01)] -0.0125 .48974 1 0 Mshowa 0 .58474 m .00625 .58474 L s [(0.012)] -0.0125 .58474 1 0 Mshowa .125 Mabswid 0 .03847 m .00375 .03847 L s 0 .06222 m .00375 .06222 L s 0 .08597 m .00375 .08597 L s 0 .13347 m .00375 .13347 L s 0 .15722 m .00375 .15722 L s 0 .18097 m .00375 .18097 L s 0 .22848 m .00375 .22848 L s 0 .25223 m .00375 .25223 L s 0 .27598 m .00375 .27598 L s 0 .32348 m .00375 .32348 L s 0 .34723 m .00375 .34723 L s 0 .37098 m .00375 .37098 L s 0 .41848 m .00375 .41848 L s 0 .44224 m .00375 .44224 L s 0 .46599 m .00375 .46599 L s 0 .51349 m .00375 .51349 L s 0 .53724 m .00375 .53724 L s 0 .56099 m .00375 .56099 L s 0 .60849 m .00375 .60849 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 /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 /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 (RL) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) 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 (GTP) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (bg) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 0 .9 1 r .5 Mabswid 0 .01472 m .00123 .01472 L .00236 .01472 L .00365 .01472 L .00488 .01472 L .00601 .01472 L .00706 .01472 L .00821 .01472 L .00942 .01472 L .01065 .01472 L .01196 .01472 L .0132 .01472 L .01434 .01472 L .01566 .01472 L .01641 .01472 L .01711 .01472 L .01839 .01472 L .01975 .01472 L .02043 .01472 L .02115 .01472 L .02245 .01472 L .02317 .01472 L .02384 .01472 L .02458 .01472 L .02537 .01472 L .02605 .01472 L .02679 .01472 L .02814 .01472 L .02945 .01472 L .03067 .01472 L .03184 .01472 L .03295 .01472 L .03416 .01472 L .03547 .01472 L .03676 .01472 L .03813 .01472 L .03929 .01472 L .04057 .01472 L .04131 .01472 L .042 .01472 L .04275 .01472 L .04355 .01472 L .0449 .01472 L .04566 .01472 L .04637 .01472 L .0477 .01472 L .04892 .01472 L .04959 .01472 L .05032 .01472 L .05165 .01472 L Mistroke .05245 .01472 L .05321 .01472 L .05389 .01472 L .05462 .01472 L .05543 .01472 L .05627 .01472 L .057 .01472 L .05779 .01472 L .05854 .01472 L .05921 .01472 L .06 .01472 L .06074 .01472 L .06205 .01472 L .0628 .01472 L .06349 .01472 L .06471 .01472 L .06603 .01472 L .06727 .01472 L .06841 .01472 L .06967 .01472 L .07105 .01472 L .07175 .01472 L .07249 .01472 L .07383 .01472 L .07457 .01472 L .07525 .01472 L .076 .01472 L .07679 .01472 L .07812 .01472 L .07888 .01472 L .07959 .01472 L .0809 .01472 L .08211 .01472 L .08349 .01472 L .08481 .01472 L .086 .01472 L .08729 .01472 L .0885 .01472 L .08962 .01472 L .09085 .01472 L .0922 .01472 L .09289 .01472 L .09361 .01472 L .09493 .01472 L .09565 .01472 L .09632 .01472 L .09705 .01472 L .09783 .01472 L .09913 .01472 L .09987 .01472 L Mistroke .10056 .01472 L .10185 .01472 L .10303 .01472 L .10439 .01472 L .10569 .01472 L .10691 .01472 L .10801 .01472 L .10928 .01472 L .11048 .01472 L .1116 .01472 L .11262 .01472 L .11375 .01472 L .11493 .01472 L .11613 .01472 L .11742 .01472 L .11864 .01472 L .11974 .01472 L .12104 .01472 L .12178 .01472 L .12245 .01472 L .1237 .01472 L .12502 .01472 L .12622 .01472 L .12753 .01472 L .12889 .01472 L .13016 .01472 L .13135 .01472 L .13244 .01472 L .13369 .01472 L .13487 .01472 L .13616 .01472 L .13752 .01472 L .13868 .01472 L .13996 .01472 L .14134 .01472 L .14211 .01472 L .14281 .01472 L .14418 .01472 L .14548 .01472 L .14669 .01472 L .14779 .01472 L .14906 .01472 L .15025 .01472 L .15136 .01472 L .15237 .01472 L .15349 .01472 L .15467 .01472 L .15586 .01472 L .15714 .01472 L .15835 .01472 L Mistroke .15945 .01472 L .16074 .01472 L .16146 .01472 L .16214 .01472 L .16337 .01472 L .16468 .01472 L .16594 .01472 L .16732 .01472 L .16863 .01472 L .16984 .01472 L .17103 .01472 L .17212 .01472 L .17337 .01472 L .17456 .01472 L .17585 .01476 L .17721 .01616 L .17838 .0207 L .17966 .03103 L .18104 .04925 L .18251 .0767 L .18518 .14265 L .19002 .28495 L .19267 .35866 L .19516 .41833 L .19745 .46298 L .19955 .4948 L .20066 .50816 L .20188 .52008 L .2031 .52934 L .20439 .53633 L .20511 .53906 L .20579 .54092 L .20707 .54261 L .20844 .54205 L .20921 .54073 L .20992 .53893 L .21111 .53477 L .21242 .52871 L .21507 .51251 L .22107 .46319 L .22669 .41097 L .23679 .32432 L .24251 .28521 L .24781 .25632 L .2531 .23422 L .256 .22467 L .25873 .21717 L .26135 .21121 L .26417 .20597 L .26672 .20219 L Mistroke .2691 .19938 L .27145 .1972 L .27404 .1954 L .27655 .19416 L .27796 .19366 L .27924 .19331 L .28043 .19307 L .28154 .19291 L .28275 .19279 L .28403 .19274 L .28514 .19275 L .28619 .1928 L .28733 .19288 L .28856 .19302 L .29109 .19341 L .29378 .19396 L .29863 .19515 L .30964 .19812 L .31524 .19948 L .32117 .20072 L .32667 .20165 L .3318 .20233 L .33694 .20287 L .33988 .20311 L .34258 .20329 L .34821 .20358 L .35131 .2037 L .35425 .20378 L .3568 .20384 L .35951 .20388 L .36182 .20391 L .36314 .20392 L .36438 .20393 L .36573 .20394 L .36646 .20394 L .36715 .20394 L .36836 .20395 L .36969 .20395 L .37043 .20395 L .37114 .20395 L .37246 .20395 L .37319 .20395 L .37388 .20395 L .37542 .20394 L .37797 .20393 L .38031 .20392 L .38557 .2039 L .39508 .20385 L .40052 .20382 L .40632 .2038 L Mistroke .41132 .20378 L .41674 .20376 L .41955 .20376 L .42213 .20375 L .4234 .20375 L .4246 .20375 L .42584 .20374 L .4272 .20364 L .42843 .20326 L .4296 .20251 L .43064 .20144 L .43178 .19981 L .43301 .19748 L .43433 .19439 L .43668 .18737 L .44703 .14359 L .45844 .09458 L .46361 .07678 L .46905 .06146 L .47375 .05085 L .47876 .04188 L .48418 .03448 L .48923 .0293 L .49522 .0248 L .50067 .02188 L .50576 .0199 L .51115 .01839 L .51575 .01745 L .52082 .01668 L .52626 .0161 L .52931 .01585 L .5321 .01566 L .53751 .01538 L .54265 .01519 L .54795 .01505 L .55275 .01496 L .55829 .01489 L .5635 .01484 L .56834 .01481 L .57279 .01478 L .57767 .01476 L .58282 .01475 L .58805 .01474 L .5928 .01473 L .59829 .01473 L .60349 .01472 L .60829 .01472 L .61272 .01472 L .61759 .01472 L .62275 .01472 L Mistroke .62791 .01472 L .63262 .01472 L .63807 .01472 L .64324 .01472 L .648 .01472 L .65243 .01472 L .65728 .01472 L .66245 .01472 L .66518 .01472 L .66807 .01472 L .67056 .01472 L .67324 .01472 L .67401 .01472 L .67474 .01472 L .67612 .01485 L .6774 .01689 L .67813 .01998 L .6788 .02458 L .67953 .03163 L .68021 .04037 L .68177 .06791 L .68328 .10398 L .68492 .15085 L .6898 .31196 L .69502 .46496 L .69657 .50012 L .69803 .52843 L .69945 .55136 L .70075 .56854 L .702 .58143 L .70331 .59165 L .70464 .59856 L .70539 .6011 L .70609 .6026 L .70739 .60332 L .70812 .60262 L .7088 .60131 L .71005 .59738 L .71138 .59124 L .71392 .5748 L .71622 .55573 L .72711 .44168 L .73273 .38322 L .73865 .32926 L .74414 .28823 L .74926 .25788 L .75392 .23646 L .75891 .21928 L .76175 .21181 L .76445 .20608 L Mistroke .76684 .20195 L .76949 .19834 L .77213 .1956 L .77348 .19449 L .77494 .19349 L .77629 .19273 L .77753 .19217 L .77871 .19174 L .77997 .19138 L .78134 .19111 L .78262 .19095 L .7834 .19089 L .78414 .19086 L .78552 .19088 L .78623 .19091 L .78698 .19097 L .78832 .19113 L .78977 .19135 L .79136 .19166 L .80273 .19491 L .81351 .19822 L .8232 .20057 L .82867 .20158 L .83374 .20231 L .83909 .20289 L .84412 .20329 L .84864 .20355 L .85118 .20366 L .85351 .20374 L .85587 .20381 L .8584 .20386 L .85985 .20389 L .86117 .20391 L .86375 .20394 L .86513 .20395 L .86641 .20395 L .86713 .20396 L .86781 .20396 L .86852 .20396 L .86929 .20396 L .87061 .20397 L .87182 .20397 L .87249 .20397 L .87321 .20396 L .87454 .20396 L .87593 .20396 L .87722 .20395 L .88012 .20394 L .88537 .20391 L .89519 .20385 L Mistroke .90069 .20382 L .90658 .20379 L .91204 .20377 L .91721 .20375 L .92216 .20374 L .92352 .20373 L .92426 .20373 L .92496 .20373 L .92619 .20372 L .92755 .20355 L .9287 .20311 L .92991 .20222 L .93095 .20104 L .93208 .19929 L .93331 .19685 L .93462 .19363 L .93697 .18641 L .94738 .142 L .95867 .09379 L .96404 .07547 L .96973 .0598 L .97459 .04922 L .97993 .04013 L .98493 .03364 L .9903 .02839 L .99537 .02471 L 1 .0222 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.60582 0.251519 0.782187 0.36052 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147151 395.299 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .09377 -36 -4.5 ] [-0.0125 .09377 0 4.5 ] [-0.0125 .17283 -36 -4.5 ] [-0.0125 .17283 0 4.5 ] [-0.0125 .25189 -36 -4.5 ] [-0.0125 .25189 0 4.5 ] [-0.0125 .33095 -36 -4.5 ] [-0.0125 .33095 0 4.5 ] [-0.0125 .41001 -30 -4.5 ] [-0.0125 .41001 0 4.5 ] [-0.0125 .48907 -36 -4.5 ] [-0.0125 .48907 0 4.5 ] [-0.0125 .56813 -36 -4.5 ] [-0.0125 .56813 0 4.5 ] [.5 .63053 -17 0 ] [.5 .63053 17 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .09377 m .00625 .09377 L s [(0.0002)] -0.0125 .09377 1 0 Mshowa 0 .17283 m .00625 .17283 L s [(0.0004)] -0.0125 .17283 1 0 Mshowa 0 .25189 m .00625 .25189 L s [(0.0006)] -0.0125 .25189 1 0 Mshowa 0 .33095 m .00625 .33095 L s [(0.0008)] -0.0125 .33095 1 0 Mshowa 0 .41001 m .00625 .41001 L s [(0.001)] -0.0125 .41001 1 0 Mshowa 0 .48907 m .00625 .48907 L s [(0.0012)] -0.0125 .48907 1 0 Mshowa 0 .56813 m .00625 .56813 L s [(0.0014)] -0.0125 .56813 1 0 Mshowa .125 Mabswid 0 .03448 m .00375 .03448 L s 0 .05424 m .00375 .05424 L s 0 .07401 m .00375 .07401 L s 0 .11354 m .00375 .11354 L s 0 .1333 m .00375 .1333 L s 0 .15307 m .00375 .15307 L s 0 .1926 m .00375 .1926 L s 0 .21236 m .00375 .21236 L s 0 .23213 m .00375 .23213 L s 0 .27166 m .00375 .27166 L s 0 .29142 m .00375 .29142 L s 0 .31119 m .00375 .31119 L s 0 .35072 m .00375 .35072 L s 0 .37048 m .00375 .37048 L s 0 .39025 m .00375 .39025 L s 0 .42978 m .00375 .42978 L s 0 .44954 m .00375 .44954 L s 0 .46931 m .00375 .46931 L s 0 .50884 m .00375 .50884 L s 0 .5286 m .00375 .5286 L s 0 .54837 m .00375 .54837 L s 0 .5879 m .00375 .5879 L s 0 .60766 m .00375 .60766 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -78 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 /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 (RL) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (abg) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 1 .146 0 r .5 Mabswid 0 .01472 m .00123 .01472 L .00236 .01472 L .00365 .01472 L .00488 .01472 L .00601 .01472 L .00706 .01472 L .00821 .01472 L .00942 .01472 L .01065 .01472 L .01196 .01472 L .0132 .01472 L .01434 .01472 L .01566 .01472 L .01641 .01472 L .01711 .01472 L .01839 .01472 L .01975 .01472 L .02043 .01472 L .02115 .01472 L .02245 .01472 L .02317 .01472 L .02384 .01472 L .02458 .01472 L .02537 .01472 L .02605 .01472 L .02679 .01472 L .02814 .01472 L .02945 .01472 L .03067 .01472 L .03184 .01472 L .03295 .01472 L .03416 .01472 L .03547 .01472 L .03676 .01472 L .03813 .01472 L .03929 .01472 L .04057 .01472 L .04131 .01472 L .042 .01472 L .04275 .01472 L .04355 .01472 L .0449 .01472 L .04566 .01472 L .04637 .01472 L .0477 .01472 L .04892 .01472 L .04959 .01472 L .05032 .01472 L .05165 .01472 L Mistroke .05245 .01472 L .05321 .01472 L .05389 .01472 L .05462 .01472 L .05543 .01472 L .05627 .01472 L .057 .01472 L .05779 .01472 L .05854 .01472 L .05921 .01472 L .06 .01472 L .06074 .01472 L .06205 .01472 L .0628 .01472 L .06349 .01472 L .06471 .01472 L .06603 .01472 L .06727 .01472 L .06841 .01472 L .06967 .01472 L .07105 .01472 L .07175 .01472 L .07249 .01472 L .07383 .01472 L .07457 .01472 L .07525 .01472 L .076 .01472 L .07679 .01472 L .07812 .01472 L .07888 .01472 L .07959 .01472 L .0809 .01472 L .08211 .01472 L .08349 .01472 L .08481 .01472 L .086 .01472 L .08729 .01472 L .0885 .01472 L .08962 .01472 L .09085 .01472 L .0922 .01472 L .09289 .01472 L .09361 .01472 L .09493 .01472 L .09565 .01472 L .09632 .01472 L .09705 .01472 L .09783 .01472 L .09913 .01472 L .09987 .01472 L Mistroke .10056 .01472 L .10185 .01472 L .10303 .01472 L .10439 .01472 L .10569 .01472 L .10691 .01472 L .10801 .01472 L .10928 .01472 L .11048 .01472 L .1116 .01472 L .11262 .01472 L .11375 .01472 L .11493 .01472 L .11613 .01472 L .11742 .01472 L .11864 .01472 L .11974 .01472 L .12104 .01472 L .12178 .01472 L .12245 .01472 L .1237 .01472 L .12502 .01472 L .12622 .01472 L .12753 .01472 L .12889 .01472 L .13016 .01472 L .13135 .01472 L .13244 .01472 L .13369 .01472 L .13487 .01472 L .13616 .01472 L .13752 .01472 L .13868 .01472 L .13996 .01472 L .14134 .01472 L .14211 .01472 L .14281 .01472 L .14418 .01472 L .14548 .01472 L .14669 .01472 L .14779 .01472 L .14906 .01472 L .15025 .01472 L .15136 .01472 L .15237 .01472 L .15349 .01472 L .15467 .01472 L .15586 .01472 L .15714 .01472 L .15835 .01472 L Mistroke .15945 .01472 L .16074 .01472 L .16146 .01472 L .16214 .01472 L .16337 .01472 L .16468 .01472 L .16594 .01472 L .16732 .01472 L .16863 .01472 L .16984 .01472 L .17103 .01472 L .17212 .01472 L .17337 .01472 L .17456 .01472 L .17585 .01638 L .17721 .03478 L .17838 .06733 L .17966 .11578 L .18255 .2435 L .18518 .35129 L .18636 .39195 L .18764 .42998 L .18875 .45753 L .18998 .48239 L .19127 .50271 L .19265 .51814 L .19392 .52736 L .19512 .5321 L .19625 .53352 L .19744 .53221 L .19846 .52911 L .19958 .52392 L .20079 .51654 L .20207 .50695 L .20439 .48635 L .21454 .37792 L .22529 .27857 L .2309 .24051 L .23388 .22414 L .23708 .20929 L .24002 .19795 L .2427 .18931 L .24795 .17653 L .25054 .17198 L .2533 .16817 L .2559 .16546 L .25825 .16361 L .2597 .16274 L .26103 .16209 L .26249 .16153 L Mistroke .26324 .1613 L .26404 .1611 L .26538 .16084 L .26663 .1607 L .2674 .16064 L .26812 .16062 L .26948 .16064 L .27065 .16071 L .27195 .16085 L .2733 .16104 L .27457 .16127 L .27928 .16239 L .28992 .16567 L .30027 .16867 L .3059 .17 L .31115 .17102 L .31601 .17178 L .32043 .17233 L .32534 .1728 L .33059 .17318 L .33569 .17343 L .33826 .17353 L .34109 .17362 L .3435 .17367 L .34609 .17373 L .34853 .17376 L .35076 .17379 L .35355 .17381 L .35613 .17383 L .35747 .17384 L .35896 .17384 L .36053 .17385 L .36122 .17385 L .36197 .17385 L .36326 .17385 L .36461 .17386 L .36532 .17386 L .36608 .17386 L .36746 .17386 L .36884 .17386 L .37015 .17386 L .37261 .17386 L .37494 .17386 L .37626 .17386 L .37746 .17386 L .37813 .17386 L .37887 .17386 L .38021 .17386 L .38279 .17387 L .38421 .17387 L Mistroke .3855 .17387 L .38839 .17387 L .39107 .17388 L .39359 .17388 L .40289 .17391 L .41295 .17396 L .41777 .17398 L .42042 .174 L .42294 .17401 L .42436 .17402 L .42516 .17402 L .4259 .17388 L .42721 .1725 L .42787 .17117 L .4286 .16925 L .42992 .16478 L .43133 .15889 L .43389 .14654 L .44446 .09483 L .45044 .07218 L .45601 .0561 L .46135 .04455 L .46619 .03668 L .47178 .03002 L .47706 .02554 L .48259 .02221 L .48769 .02004 L .49036 .01917 L .49329 .01837 L .49613 .01774 L .49922 .01717 L .50206 .01675 L .50469 .01642 L .50989 .01592 L .51462 .01559 L .51964 .01535 L .5225 .01524 L .52558 .01514 L .52829 .01507 L .53116 .01501 L .53659 .01492 L .54158 .01487 L .54681 .01482 L .55156 .01479 L .55706 .01477 L .56225 .01476 L .56705 .01474 L .57148 .01474 L .57635 .01473 L .58152 .01473 L Mistroke .58667 .01472 L .59138 .01472 L .59683 .01472 L .60201 .01472 L .60677 .01472 L .61119 .01472 L .61604 .01472 L .62122 .01472 L .62683 .01472 L .632 .01472 L .63768 .01472 L .64054 .01472 L .64368 .01472 L .64896 .01472 L .65463 .01472 L .65997 .01472 L .66485 .01472 L .66725 .01472 L .66989 .01472 L .67122 .01472 L .67265 .01472 L .67401 .01472 L .67525 .01477 L .67641 .02209 L .67749 .0449 L .67867 .08639 L .67993 .14362 L .68487 .38626 L .68769 .49007 L .68928 .5326 L .69074 .56201 L .69202 .58062 L .69275 .58849 L .69343 .59423 L .69481 .60139 L .69558 .60308 L .69629 .60332 L .69761 .60075 L .69883 .59532 L .70018 .58656 L .70161 .57459 L .70666 .51846 L .71688 .38924 L .72766 .28043 L .7333 .24004 L .73628 .22296 L .73948 .20767 L .74243 .19608 L .74511 .18738 L .75035 .17476 L Mistroke .75297 .17032 L .75574 .16672 L .7581 .16443 L .76072 .16263 L .76218 .1619 L .76351 .16139 L .76498 .16099 L .76572 .16085 L .76653 .16073 L .76789 .16062 L .76866 .1606 L .76935 .16061 L .7707 .16069 L .77198 .16084 L .77316 .16103 L .77447 .16129 L .77709 .16196 L .78181 .16347 L .79245 .1674 L .80294 .17082 L .81289 .17317 L .81838 .1741 L .82436 .17485 L .8298 .17534 L .83484 .17566 L .83763 .17579 L .84019 .17589 L .84301 .17597 L .84598 .17604 L .84857 .17609 L .85098 .17612 L .85362 .17614 L .8551 .17615 L .85645 .17616 L .85767 .17617 L .85896 .17617 L .86006 .17618 L .86127 .17618 L .86257 .17618 L .86397 .17618 L .86529 .17618 L .8665 .17618 L .86771 .17618 L .86883 .17618 L .87006 .17618 L .87138 .17618 L .87601 .17618 L .87874 .17618 L .87946 .17618 L .88024 .17617 L Mistroke .88097 .17617 L .88163 .17617 L .8829 .17618 L .8841 .17618 L .88538 .17618 L .88612 .17618 L .88681 .17618 L .88821 .17618 L .88971 .17618 L .8924 .17618 L .89533 .17619 L .89849 .1762 L .90387 .17621 L .90953 .17624 L .91484 .17626 L .91966 .17629 L .92214 .1763 L .92344 .17631 L .92482 .17632 L .92602 .17612 L .92735 .17454 L .92856 .17164 L .92968 .16787 L .93484 .14358 L .94039 .11495 L .94556 .09138 L .95047 .07299 L .95521 .05882 L .95967 .04832 L .96497 .03883 L .96976 .03244 L .97493 .02737 L .98051 .02346 L .98541 .02102 L .99057 .01918 L .99499 .01803 L .99983 .01711 L 1 .01708 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.799824 0.251519 0.97619 0.36052 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 -67.6535 68.2568 [ [.2 .59082 -6 -9 ] [.2 .59082 6 0 ] [.4 .59082 -6 -9 ] [.4 .59082 6 0 ] [.6 .59082 -6 -9 ] [.6 .59082 6 0 ] [.8 .59082 -6 -9 ] [.8 .59082 6 0 ] [1 .59082 -9 -9 ] [1 .59082 9 0 ] [-0.0125 .05726 -30 -4.5 ] [-0.0125 .05726 0 4.5 ] [-0.0125 .19378 -30 -4.5 ] [-0.0125 .19378 0 4.5 ] [-0.0125 .33029 -30 -4.5 ] [-0.0125 .33029 0 4.5 ] [-0.0125 .46681 -30 -4.5 ] [-0.0125 .46681 0 4.5 ] [.5 .63053 -5 0 ] [.5 .63053 5 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .60332 m .2 .60957 L s [(20)] .2 .59082 0 1 Mshowa .4 .60332 m .4 .60957 L s [(40)] .4 .59082 0 1 Mshowa .6 .60332 m .6 .60957 L s [(60)] .6 .59082 0 1 Mshowa .8 .60332 m .8 .60957 L s [(80)] .8 .59082 0 1 Mshowa 1 .60332 m 1 .60957 L s [(100)] 1 .59082 0 1 Mshowa .125 Mabswid .05 .60332 m .05 .60707 L s .1 .60332 m .1 .60707 L s .15 .60332 m .15 .60707 L s .25 .60332 m .25 .60707 L s .3 .60332 m .3 .60707 L s .35 .60332 m .35 .60707 L s .45 .60332 m .45 .60707 L s .5 .60332 m .5 .60707 L s .55 .60332 m .55 .60707 L s .65 .60332 m .65 .60707 L s .7 .60332 m .7 .60707 L s .75 .60332 m .75 .60707 L s .85 .60332 m .85 .60707 L s .9 .60332 m .9 .60707 L s .95 .60332 m .95 .60707 L s .25 Mabswid 0 .60332 m 1 .60332 L s 0 .05726 m .00625 .05726 L s [(0.992)] -0.0125 .05726 1 0 Mshowa 0 .19378 m .00625 .19378 L s [(0.994)] -0.0125 .19378 1 0 Mshowa 0 .33029 m .00625 .33029 L s [(0.996)] -0.0125 .33029 1 0 Mshowa 0 .46681 m .00625 .46681 L s [(0.998)] -0.0125 .46681 1 0 Mshowa .125 Mabswid 0 .09139 m .00375 .09139 L s 0 .12552 m .00375 .12552 L s 0 .15965 m .00375 .15965 L s 0 .22791 m .00375 .22791 L s 0 .26203 m .00375 .26203 L s 0 .29616 m .00375 .29616 L s 0 .36442 m .00375 .36442 L s 0 .39855 m .00375 .39855 L s 0 .43268 m .00375 .43268 L s 0 .50093 m .00375 .50093 L s 0 .53506 m .00375 .53506 L s 0 .56919 m .00375 .56919 L s 0 .02314 m .00375 .02314 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -66 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 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 (X) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 1 .786 0 r .5 Mabswid 0 .60332 m .04057 .60332 L .08481 .60332 L .12636 .60332 L .14728 .60332 L .15641 .60332 L .16632 .60332 L .16898 .60332 L .17181 .60332 L .17297 .60332 L .17422 .60332 L .1756 .60332 L .17688 .60332 L .17816 .60332 L .17888 .60331 L .17956 .60331 L .18079 .60327 L .1821 .60316 L .18339 .6029 L .1846 .60245 L .18569 .60178 L .18687 .60067 L .18824 .59874 L .18952 .59617 L .19093 .59231 L .19244 .58677 L .19402 .57923 L .19551 .5703 L .19832 .54864 L .20336 .49394 L .20885 .41642 L .21956 .25054 L .22481 .18099 L .22962 .13098 L .23207 .1112 L .23466 .09469 L .23726 .08251 L .23873 .07748 L .2401 .07397 L .24082 .07256 L .24161 .07136 L .24235 .07054 L .24303 .07004 L .24433 .06976 L .2457 .07035 L .24641 .071 L .24717 .07194 L .24854 .07426 L .25018 .07798 L .25167 .08221 L Mistroke .25669 .10114 L .26204 .1269 L .27165 .1788 L .283 .23587 L .29342 .27653 L .29869 .29215 L .30425 .30527 L .30983 .31533 L .31303 .31988 L .31595 .32333 L .32124 .32817 L .32416 .33016 L .32691 .33166 L .32929 .33271 L .33181 .3336 L .33458 .33434 L .33714 .33484 L .33965 .3352 L .34091 .33533 L .34229 .33544 L .34347 .33551 L .34473 .33557 L .34592 .3356 L .347 .33561 L .34837 .33562 L .34963 .3356 L .35101 .33557 L .35171 .33555 L .35247 .33553 L .35514 .33541 L .35762 .33528 L .37683 .33398 L .38208 .33368 L .38779 .33341 L .39282 .33322 L .39818 .33306 L .40298 .33295 L .40553 .33291 L .40829 .33287 L .41081 .33283 L .41312 .33281 L .41545 .33279 L .41765 .33278 L .42025 .33276 L .42262 .33275 L .42517 .33275 L .4266 .33274 L .42793 .33274 L .42907 .33274 L .43014 .33274 L Mistroke .43131 .33274 L .43257 .33276 L .43389 .33278 L .43515 .33283 L .43627 .33291 L .4375 .33303 L .43821 .33313 L .43897 .33325 L .44036 .33357 L .44171 .33399 L .44295 .33449 L .4443 .33519 L .44578 .33617 L .44877 .33887 L .45138 .34215 L .45418 .3467 L .45922 .35769 L .46478 .37367 L .46992 .39139 L .48154 .43711 L .49244 .4798 L .50267 .51449 L .51211 .54015 L .52229 .56099 L .52779 .56965 L .53358 .57706 L .539 .58266 L .54392 .58679 L .55396 .59297 L .55947 .59537 L .56467 .59714 L .57393 .59942 L .57915 .60032 L .58396 .60097 L .58887 .60149 L .59415 .60193 L .59913 .60225 L .60368 .60247 L .609 .60268 L .6148 .60285 L .62028 .60297 L .62535 .60305 L .63071 .60312 L .63649 .60317 L .64195 .60321 L .64696 .60324 L .6515 .60325 L .65648 .60327 L .66167 .60328 L .66651 .60329 L Mistroke .6718 .6033 L .67458 .6033 L .67531 .6033 L .6761 .6033 L .67683 .6033 L .67753 .6033 L .67887 .6033 L .6801 .60328 L .68146 .6032 L .68223 .6031 L .68294 .60296 L .68421 .60252 L .68536 .60183 L .68669 .60054 L .68794 .5987 L .68907 .59637 L .69031 .59296 L .69161 .58828 L .69282 .58278 L .69499 .56986 L .69731 .55132 L .70003 .52328 L .70261 .49075 L .70744 .41707 L .71757 .24129 L .72313 .15471 L .72834 .09019 L .73276 .05095 L .73525 .03534 L .73753 .02502 L .73875 .02101 L .73989 .01819 L .74114 .01608 L .74247 .0149 L .74315 .01472 L .74387 .01481 L .7452 .01575 L .74649 .01756 L .74768 .01996 L .75024 .0273 L .75258 .03627 L .75785 .06259 L .76737 .12197 L .77861 .19311 L .78904 .24758 L .79871 .28453 L .80411 .29968 L .809 .3104 L .81439 .31936 L .81723 .32304 L Mistroke .82022 .32625 L .82284 .32857 L .82572 .33064 L .82835 .33215 L .83077 .33327 L .83342 .33422 L .83629 .33499 L .83882 .33547 L .8401 .33566 L .84151 .33582 L .84278 .33593 L .84394 .33601 L .84522 .33607 L .84656 .33611 L .84773 .33612 L .84882 .33612 L .85001 .3361 L .85129 .33607 L .85201 .33604 L .85277 .33601 L .85414 .33595 L .85722 .33576 L .86281 .33534 L .87326 .33449 L .88319 .3338 L .88876 .3335 L .89385 .33328 L .89857 .33312 L .90372 .33299 L .90858 .3329 L .91308 .33284 L .91561 .33282 L .91794 .3328 L .92048 .33278 L .92317 .33277 L .9243 .33277 L .92551 .33276 L .92656 .33276 L .92769 .33276 L .92903 .33276 L .93029 .33276 L .93152 .33276 L .93265 .33277 L .93389 .3328 L .93523 .33285 L .93649 .33294 L .93764 .33306 L .93899 .33327 L .93976 .33343 L .94046 .33361 L Mistroke .94176 .33402 L .94314 .33459 L .94459 .33537 L .94615 .33645 L .94898 .3391 L .95173 .34267 L .95427 .34686 L .9592 .35762 L .96449 .37274 L .97404 .40701 L .99574 .49164 L 1 .50604 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.0238095 0.37142 0.200176 0.480421 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147151 138.351 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .15307 -30 -4.5 ] [-0.0125 .15307 0 4.5 ] [-0.0125 .29142 -30 -4.5 ] [-0.0125 .29142 0 4.5 ] [-0.0125 .42977 -30 -4.5 ] [-0.0125 .42977 0 4.5 ] [-0.0125 .56812 -30 -4.5 ] [-0.0125 .56812 0 4.5 ] [.5 .63053 -23 0 ] [.5 .63053 23 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .15307 m .00625 .15307 L s [(0.001)] -0.0125 .15307 1 0 Mshowa 0 .29142 m .00625 .29142 L s [(0.002)] -0.0125 .29142 1 0 Mshowa 0 .42977 m .00625 .42977 L s [(0.003)] -0.0125 .42977 1 0 Mshowa 0 .56812 m .00625 .56812 L s [(0.004)] -0.0125 .56812 1 0 Mshowa .125 Mabswid 0 .04239 m .00375 .04239 L s 0 .07006 m .00375 .07006 L s 0 .09773 m .00375 .09773 L s 0 .1254 m .00375 .1254 L s 0 .18074 m .00375 .18074 L s 0 .20841 m .00375 .20841 L s 0 .23608 m .00375 .23608 L s 0 .26375 m .00375 .26375 L s 0 .31909 m .00375 .31909 L s 0 .34676 m .00375 .34676 L s 0 .37443 m .00375 .37443 L s 0 .4021 m .00375 .4021 L s 0 .45744 m .00375 .45744 L s 0 .48511 m .00375 .48511 L s 0 .51278 m .00375 .51278 L s 0 .54045 m .00375 .54045 L s 0 .59579 m .00375 .59579 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -84 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 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 (activeX) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 0 .166 1 r .5 Mabswid 0 .01472 m .00123 .01472 L .00236 .01472 L .00365 .01472 L .00488 .01472 L .00601 .01472 L .00706 .01472 L .00821 .01472 L .00942 .01472 L .01065 .01472 L .01196 .01472 L .0132 .01472 L .01434 .01472 L .01566 .01472 L .01641 .01472 L .01711 .01472 L .01839 .01472 L .01975 .01472 L .02043 .01472 L .02115 .01472 L .02245 .01472 L .02317 .01472 L .02384 .01472 L .02458 .01472 L .02537 .01472 L .02605 .01472 L .02679 .01472 L .02814 .01472 L .02945 .01472 L .03067 .01472 L .03184 .01472 L .03295 .01472 L .03416 .01472 L .03547 .01472 L .03676 .01472 L .03813 .01472 L .03929 .01472 L .04057 .01472 L .04131 .01472 L .042 .01472 L .04275 .01472 L .04355 .01472 L .0449 .01472 L .04566 .01472 L .04637 .01472 L .0477 .01472 L .04892 .01472 L .04959 .01472 L .05032 .01472 L .05165 .01472 L Mistroke .05245 .01472 L .05321 .01472 L .05389 .01472 L .05462 .01472 L .05543 .01472 L .05627 .01472 L .057 .01472 L .05779 .01472 L .05854 .01472 L .05921 .01472 L .06 .01472 L .06074 .01472 L .06205 .01472 L .0628 .01472 L .06349 .01472 L .06471 .01472 L .06603 .01472 L .06727 .01472 L .06841 .01472 L .06967 .01472 L .07105 .01472 L .07175 .01472 L .07249 .01472 L .07383 .01472 L .07457 .01472 L .07525 .01472 L .076 .01472 L .07679 .01472 L .07812 .01472 L .07888 .01472 L .07959 .01472 L .0809 .01472 L .08211 .01472 L .08349 .01472 L .08481 .01472 L .086 .01472 L .08729 .01472 L .0885 .01472 L .08962 .01472 L .09085 .01472 L .0922 .01472 L .09289 .01472 L .09361 .01472 L .09493 .01472 L .09565 .01472 L .09632 .01472 L .09705 .01472 L .09783 .01472 L .09913 .01472 L .09987 .01472 L Mistroke .10056 .01472 L .10185 .01472 L .10303 .01472 L .10439 .01472 L .10569 .01472 L .10691 .01472 L .10801 .01472 L .10928 .01472 L .11048 .01472 L .1116 .01472 L .11262 .01472 L .11375 .01472 L .11493 .01472 L .11613 .01472 L .11742 .01472 L .11864 .01472 L .11974 .01472 L .12104 .01472 L .12178 .01472 L .12245 .01472 L .1237 .01472 L .12502 .01472 L .12622 .01472 L .12753 .01472 L .12889 .01472 L .13016 .01472 L .13135 .01472 L .13244 .01472 L .13369 .01472 L .13487 .01472 L .13616 .01472 L .13752 .01472 L .13868 .01472 L .13996 .01472 L .14134 .01472 L .14211 .01472 L .14281 .01472 L .14418 .01472 L .14548 .01472 L .14669 .01472 L .14779 .01472 L .14906 .01472 L .15025 .01472 L .15136 .01472 L .15237 .01472 L .15349 .01472 L .15467 .01472 L .15586 .01472 L .15714 .01472 L .15835 .01472 L Mistroke .15945 .01472 L .16074 .01472 L .16146 .01472 L .16214 .01472 L .16337 .01472 L .16468 .01472 L .16594 .01472 L .16732 .01472 L .16863 .01472 L .16984 .01472 L .17103 .01472 L .17212 .01472 L .17337 .01472 L .17456 .01472 L .17585 .01472 L .17721 .01472 L .17838 .01472 L .17966 .01472 L .18104 .01472 L .18181 .01474 L .18251 .01476 L .18388 .01484 L .18518 .01501 L .18628 .01528 L .1875 .01575 L .18877 .01653 L .18996 .01762 L .19107 .01903 L .19209 .02072 L .19321 .02308 L .19438 .02623 L .19686 .03544 L .19916 .04759 L .20169 .06533 L .20439 .08949 L .22529 .37991 L .23102 .45086 L .23415 .4821 L .23708 .50588 L .23958 .52186 L .24226 .53471 L .24378 .54008 L .24523 .54393 L .24653 .54639 L .24727 .54737 L .24795 .54803 L .24933 .54865 L .25059 .54841 L .25198 .54732 L .25268 .54645 L Mistroke .25345 .54528 L .25612 .53943 L .25862 .53183 L .26328 .51328 L .26828 .48916 L .28992 .37975 L .30063 .34035 L .30667 .32393 L .31226 .31218 L .31713 .30429 L .32251 .29776 L .32521 .29522 L .32813 .29296 L .33067 .29133 L .33339 .28992 L .33613 .2888 L .33861 .288 L .34111 .28738 L .34346 .28693 L .3448 .28674 L .34621 .28657 L .34743 .28645 L .34875 .28635 L .34948 .28631 L .35015 .28627 L .35147 .28622 L .35221 .2862 L .35301 .28619 L .35377 .28619 L .35447 .28618 L .35573 .28619 L .3571 .28622 L .35839 .28625 L .35957 .2863 L .36231 .28642 L .36521 .28658 L .37663 .28733 L .38663 .28794 L .39213 .28821 L .39732 .28841 L .40216 .28857 L .40742 .28869 L .41219 .28878 L .4166 .28884 L .41915 .28886 L .42149 .28888 L .42401 .2889 L .42675 .28891 L .42798 .28892 L .42928 .28892 L Mistroke .43051 .28892 L .43163 .28893 L .43278 .28893 L .43402 .28892 L .43519 .28891 L .43627 .28889 L .43752 .28885 L .43886 .28878 L .44013 .28867 L .44129 .28853 L .44264 .2883 L .44412 .28795 L .44551 .2875 L .4468 .28697 L .44936 .2855 L .45082 .28438 L .45219 .28313 L .45495 .27994 L .45792 .27543 L .46313 .26468 L .46798 .25155 L .47897 .21306 L .50113 .1271 L .51218 .09238 L .52262 .0673 L .53198 .05074 L .53723 .04357 L .54214 .03802 L .55208 .02961 L .55735 .02637 L .56301 .02363 L .56894 .02142 L .57456 .0198 L .57961 .01868 L .58511 .01772 L .59071 .01698 L .59597 .01644 L .6007 .01607 L .60581 .01575 L .6114 .01549 L .6173 .01528 L .62233 .01515 L .62785 .01504 L .63337 .01496 L .6386 .0149 L .64329 .01486 L .64838 .01482 L .65392 .01479 L .6598 .01477 L .66482 .01476 L Mistroke .67036 .01475 L .67296 .01474 L .6758 .01474 L .6771 .01474 L .67849 .01474 L .6798 .01474 L .68099 .01474 L .68224 .01477 L .68339 .01483 L .68466 .01497 L .686 .01527 L .68716 .01572 L .68825 .01637 L .68944 .01742 L .69072 .01904 L .69143 .02021 L .69218 .02169 L .69353 .02508 L .69499 .02988 L .6966 .03681 L .69948 .05396 L .70218 .07617 L .70721 .13328 L .71263 .21379 L .72352 .39546 L .72883 .47346 L .73366 .53015 L .73611 .55283 L .73877 .57257 L .74023 .58126 L .74158 .58794 L .74286 .59312 L .74423 .59746 L .74561 .60058 L .74691 .60243 L .74769 .60306 L .74844 .60332 L .74912 .60328 L .74985 .60297 L .75063 .60231 L .75135 .60144 L .75217 .60013 L .75294 .5986 L .7558 .59067 L .75834 .58105 L .7607 .57024 L .76607 .54085 L .77691 .47253 L .78621 .41659 L .79631 .36695 L Mistroke .80202 .3451 L .8073 .3288 L .81235 .31644 L .8177 .30633 L .82248 .29956 L .82697 .29482 L .83189 .29108 L .83466 .28954 L .83719 .28842 L .83981 .28752 L .84218 .2869 L .84349 .28662 L .84492 .28637 L .84615 .28619 L .8475 .28603 L .84875 .28592 L .84993 .28583 L .85116 .28577 L .85249 .28573 L .85372 .28571 L .85489 .2857 L .85594 .28571 L .85709 .28574 L .8578 .28576 L .85856 .28578 L .85996 .28584 L .86255 .28598 L .86837 .28638 L .87883 .2872 L .88408 .28758 L .8897 .28792 L .8949 .28819 L .89983 .2884 L .90536 .28858 L .91039 .2887 L .91594 .28879 L .91907 .28883 L .92197 .28886 L .92452 .28888 L .92685 .28889 L .92814 .2889 L .92955 .2889 L .93088 .28891 L .93211 .28891 L .93336 .28891 L .93453 .2889 L .93558 .28889 L .93672 .28886 L .93796 .28881 L .93927 .28873 L Mistroke .94039 .28863 L .94162 .28846 L .94308 .28819 L .94445 .28784 L .94569 .28742 L .94703 .28685 L .94849 .28605 L .95004 .285 L .95282 .28248 L .95539 .27935 L .95779 .27566 L .96328 .26435 L .96773 .2523 L .97261 .23657 L .98243 .19948 L 1 .13113 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.217813 0.37142 0.39418 0.480421 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147151 22.2736 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .12608 -30 -4.5 ] [-0.0125 .12608 0 4.5 ] [-0.0125 .23745 -24 -4.5 ] [-0.0125 .23745 0 4.5 ] [-0.0125 .34882 -30 -4.5 ] [-0.0125 .34882 0 4.5 ] [-0.0125 .46019 -24 -4.5 ] [-0.0125 .46019 0 4.5 ] [-0.0125 .57156 -30 -4.5 ] [-0.0125 .57156 0 4.5 ] [.5 .63053 -23 0 ] [.5 .63053 23 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .12608 m .00625 .12608 L s [(0.005)] -0.0125 .12608 1 0 Mshowa 0 .23745 m .00625 .23745 L s [(0.01)] -0.0125 .23745 1 0 Mshowa 0 .34882 m .00625 .34882 L s [(0.015)] -0.0125 .34882 1 0 Mshowa 0 .46019 m .00625 .46019 L s [(0.02)] -0.0125 .46019 1 0 Mshowa 0 .57156 m .00625 .57156 L s [(0.025)] -0.0125 .57156 1 0 Mshowa .125 Mabswid 0 .03699 m .00375 .03699 L s 0 .05926 m .00375 .05926 L s 0 .08154 m .00375 .08154 L s 0 .10381 m .00375 .10381 L s 0 .14836 m .00375 .14836 L s 0 .17063 m .00375 .17063 L s 0 .1929 m .00375 .1929 L s 0 .21518 m .00375 .21518 L s 0 .25972 m .00375 .25972 L s 0 .282 m .00375 .282 L s 0 .30427 m .00375 .30427 L s 0 .32655 m .00375 .32655 L s 0 .37109 m .00375 .37109 L s 0 .39337 m .00375 .39337 L s 0 .41564 m .00375 .41564 L s 0 .43791 m .00375 .43791 L s 0 .48246 m .00375 .48246 L s 0 .50473 m .00375 .50473 L s 0 .52701 m .00375 .52701 L s 0 .54928 m .00375 .54928 L s 0 .59383 m .00375 .59383 L s 0 .6161 m .00375 .6161 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -84 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 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 (activeY) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .205 1 0 r .5 Mabswid 0 .01472 m .00488 .15525 L .00942 .32817 L .01199 .40491 L .01441 .46204 L .01721 .51164 L .01975 .54435 L .02227 .56752 L .02354 .57637 L .02494 .58426 L .02613 .58964 L .02741 .59423 L .02862 .59755 L .02973 .59984 L .03111 .60181 L .03239 .60287 L .03312 .60319 L .03379 .60332 L .03456 .60328 L .03529 .60308 L .03661 .60235 L .03782 .6013 L .03916 .5998 L .04057 .59787 L .04583 .58842 L .05147 .57595 L .06166 .55144 L .08481 .49854 L .12824 .42136 L .14997 .39127 L .17008 .36716 L .18014 .35622 L .18507 .35115 L .18959 .34701 L .1919 .34533 L .19306 .34466 L .19433 .3441 L .19561 .34374 L .19698 .34362 L .19827 .34377 L .19944 .34417 L .20012 .34452 L .20084 .34498 L .20213 .34608 L .20351 .34765 L .20504 .34986 L .20777 .3551 L .21032 .36148 L .21555 .37868 L .22125 .40248 L Mistroke .23162 .45232 L .24165 .49861 L .25109 .53394 L .25631 .54921 L .26195 .5623 L .26707 .5714 L .27178 .57771 L .2769 .58267 L .2798 .58475 L .28251 .58628 L .28537 .58753 L .28797 .58838 L .28941 .58875 L .29098 .58908 L .29246 .58933 L .29382 .5895 L .29502 .58962 L .29628 .58971 L .29754 .58977 L .29893 .58981 L .30013 .58982 L .30141 .5898 L .30262 .58977 L .30371 .58972 L .30512 .58965 L .30641 .58957 L .30933 .58934 L .31462 .58882 L .32603 .5876 L .3367 .58666 L .34622 .58606 L .35156 .58582 L .35644 .58566 L .36177 .58553 L .36478 .58548 L .36757 .58544 L .37021 .58541 L .37268 .58538 L .37527 .58536 L .37665 .58536 L .37812 .58535 L .37946 .58535 L .38067 .58534 L .3819 .58534 L .38304 .58534 L .38437 .58534 L .38507 .58533 L .38581 .58533 L .38706 .58533 L .38843 .58533 L Mistroke .38915 .58533 L .38984 .58533 L .39113 .58533 L .39185 .58534 L .39252 .58534 L .39404 .58534 L .39929 .58535 L .41871 .58538 L .42405 .58539 L .42685 .58539 L .42982 .5854 L .43107 .5854 L .43242 .5854 L .43319 .5854 L .43389 .5854 L .43527 .5854 L .4365 .58539 L .43784 .58539 L .43911 .58537 L .44028 .58535 L .44139 .58533 L .4426 .58529 L .44374 .58524 L .44478 .58518 L .44594 .5851 L .4472 .58499 L .44854 .58484 L .44975 .58467 L .45228 .58421 L .45497 .58353 L .45746 .58268 L .45982 .58168 L .46469 .57891 L .47004 .57471 L .47562 .56901 L .48085 .56257 L .50023 .53167 L .54102 .45781 L .58438 .39322 L .62615 .34599 L .66632 .31046 L .677 .30227 L .68223 .29842 L .68704 .29514 L .68974 .29363 L .69111 .29304 L .69188 .29279 L .6926 .2926 L .69338 .29246 L .69412 .2924 L Mistroke .6955 .2925 L .69628 .29268 L .69699 .29294 L .69778 .29333 L .69861 .29387 L .69985 .29494 L .70118 .29646 L .70359 .30024 L .70645 .30658 L .70908 .31417 L .71408 .33312 L .71941 .35876 L .729 .41285 L .74033 .4762 L .75076 .52333 L .75601 .54163 L .76155 .55705 L .76712 .56882 L .77032 .57409 L .77323 .57806 L .77852 .58349 L .78142 .58565 L .78418 .58724 L .78672 .58837 L .78908 .58917 L .79166 .5898 L .79297 .59003 L .79441 .59023 L .79568 .59037 L .79687 .59045 L .79817 .59052 L .7989 .59054 L .79957 .59054 L .80091 .59054 L .80166 .59053 L .80236 .5905 L .80364 .59045 L .805 .59037 L .80739 .59018 L .80962 .58997 L .81471 .58938 L .82594 .58798 L .83148 .58736 L .83661 .58686 L .84195 .58643 L .84679 .58612 L .85217 .58585 L .8579 .58563 L .86272 .5855 L .86543 .58545 L Mistroke .86793 .58541 L .8703 .58538 L .87252 .58535 L .87483 .58533 L .87736 .58532 L .87869 .58531 L .8801 .58531 L .88132 .5853 L .88263 .5853 L .88336 .5853 L .88403 .5853 L .88535 .58529 L .88605 .58529 L .88682 .58529 L .88761 .58529 L .88836 .58529 L .88971 .58529 L .89099 .58529 L .89214 .58529 L .89339 .5853 L .89619 .5853 L .89876 .58531 L .91826 .58535 L .92318 .58536 L .92589 .58536 L .92846 .58536 L .93084 .58537 L .93219 .58537 L .93344 .58537 L .93449 .58537 L .93564 .58537 L .93685 .58536 L .93799 .58536 L .93925 .58534 L .94064 .58532 L .94133 .5853 L .94208 .58528 L .94343 .58523 L .94477 .58516 L .94604 .58507 L .94718 .58497 L .94842 .58483 L .95126 .58439 L .95269 .5841 L .95427 .5837 L .95706 .58281 L .95967 .58173 L .96483 .57879 L .97047 .5743 L .98073 .56271 L Mistroke 1 .53208 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.411817 0.37142 0.588183 0.480421 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 -21.2229 2.12376 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .1209 -30 -4.5 ] [-0.0125 .1209 0 4.5 ] [-0.0125 .22709 -24 -4.5 ] [-0.0125 .22709 0 4.5 ] [-0.0125 .33328 -30 -4.5 ] [-0.0125 .33328 0 4.5 ] [-0.0125 .43947 -24 -4.5 ] [-0.0125 .43947 0 4.5 ] [-0.0125 .54566 -30 -4.5 ] [-0.0125 .54566 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 .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .1209 m .00625 .1209 L s [(10.05)] -0.0125 .1209 1 0 Mshowa 0 .22709 m .00625 .22709 L s [(10.1)] -0.0125 .22709 1 0 Mshowa 0 .33328 m .00625 .33328 L s [(10.15)] -0.0125 .33328 1 0 Mshowa 0 .43947 m .00625 .43947 L s [(10.2)] -0.0125 .43947 1 0 Mshowa 0 .54566 m .00625 .54566 L s [(10.25)] -0.0125 .54566 1 0 Mshowa .125 Mabswid 0 .03595 m .00375 .03595 L s 0 .05719 m .00375 .05719 L s 0 .07843 m .00375 .07843 L s 0 .09967 m .00375 .09967 L s 0 .14214 m .00375 .14214 L s 0 .16338 m .00375 .16338 L s 0 .18462 m .00375 .18462 L s 0 .20585 m .00375 .20585 L s 0 .24833 m .00375 .24833 L s 0 .26957 m .00375 .26957 L s 0 .2908 m .00375 .2908 L s 0 .31204 m .00375 .31204 L s 0 .35452 m .00375 .35452 L s 0 .37576 m .00375 .37576 L s 0 .39699 m .00375 .39699 L s 0 .41823 m .00375 .41823 L s 0 .46071 m .00375 .46071 L s 0 .48194 m .00375 .48194 L s 0 .50318 m .00375 .50318 L s 0 .52442 m .00375 .52442 L s 0 .56689 m .00375 .56689 L s 0 .58813 m .00375 .58813 L s 0 .60937 m .00375 .60937 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 /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 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 (GDP) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 1 .22 0 r .5 Mabswid 0 .01472 m .04057 .01472 L .08481 .01472 L .12636 .01472 L .14728 .01472 L .15641 .01472 L .16632 .01472 L .16898 .01472 L .17181 .01472 L .17297 .01472 L .17422 .01472 L .1756 .01472 L .17688 .01483 L .17816 .01519 L .17888 .01555 L .17956 .01599 L .18079 .01709 L .1821 .01867 L .1846 .02277 L .18687 .02753 L .19832 .05807 L .20885 .08448 L .21868 .10349 L .22906 .11839 L .23948 .12974 L .25092 .1399 L .29337 .17356 L .33422 .20761 L .37765 .24436 L .39938 .26273 L .41949 .27972 L .42955 .28813 L .439 .29437 L .44375 .29661 L .44886 .29848 L .45453 .29999 L .45973 .301 L .46471 .3017 L .47003 .30224 L .47505 .3026 L .4796 .30284 L .48497 .30305 L .488 .30313 L .49078 .3032 L .49591 .30329 L .4985 .30333 L .50134 .30336 L .50396 .30339 L .50681 .30341 L .51201 .30344 L Mistroke .51707 .30346 L .52176 .30348 L .52734 .30349 L .53238 .3035 L .53519 .3035 L .53821 .30351 L .5437 .30351 L .54888 .30351 L .5537 .30351 L .559 .30352 L .56467 .30352 L .56753 .30352 L .57063 .30352 L .57626 .30352 L .58174 .30352 L .5868 .30352 L .59169 .30352 L .59694 .30352 L .6019 .30352 L .60644 .30352 L .61149 .30352 L .61699 .30352 L .62275 .30352 L .62809 .30352 L .63341 .30352 L .63917 .30352 L .6446 .30352 L .64961 .30352 L .65414 .30352 L .6591 .30352 L .66429 .30352 L .66914 .30352 L .67168 .30352 L .67308 .30352 L .67439 .30352 L .67506 .30352 L .6758 .30353 L .67661 .3036 L .67735 .30376 L .67869 .30434 L .67936 .30481 L .6801 .30546 L .68146 .30707 L .6827 .30897 L .68548 .31459 L .69049 .32809 L .69994 .35717 L .70996 .38421 L .72043 .40539 L .73008 .41957 L Mistroke .74047 .43104 L .75191 .44115 L .79423 .47432 L .83496 .50821 L .87827 .54486 L .89991 .56315 L .91998 .58012 L .92999 .58844 L .93941 .59456 L .94463 .59695 L .95027 .59888 L .95539 .60016 L .96011 .60103 L .96486 .60169 L .96995 .60221 L .97475 .60256 L .97913 .60279 L .98427 .603 L .98717 .60308 L .98985 .60315 L .99477 .60325 L 1 .60332 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.60582 0.37142 0.782187 0.480421 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 -20.6348 2.12381 [ [.2 .59082 -6 -9 ] [.2 .59082 6 0 ] [.4 .59082 -6 -9 ] [.4 .59082 6 0 ] [.6 .59082 -6 -9 ] [.6 .59082 6 0 ] [.8 .59082 -6 -9 ] [.8 .59082 6 0 ] [1 .59082 -9 -9 ] [1 .59082 9 0 ] [-0.0125 .07237 -24 -4.5 ] [-0.0125 .07237 0 4.5 ] [-0.0125 .17856 -18 -4.5 ] [-0.0125 .17856 0 4.5 ] [-0.0125 .28475 -24 -4.5 ] [-0.0125 .28475 0 4.5 ] [-0.0125 .39094 -18 -4.5 ] [-0.0125 .39094 0 4.5 ] [-0.0125 .49713 -24 -4.5 ] [-0.0125 .49713 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 .2 .60332 m .2 .60957 L s [(20)] .2 .59082 0 1 Mshowa .4 .60332 m .4 .60957 L s [(40)] .4 .59082 0 1 Mshowa .6 .60332 m .6 .60957 L s [(60)] .6 .59082 0 1 Mshowa .8 .60332 m .8 .60957 L s [(80)] .8 .59082 0 1 Mshowa 1 .60332 m 1 .60957 L s [(100)] 1 .59082 0 1 Mshowa .125 Mabswid .05 .60332 m .05 .60707 L s .1 .60332 m .1 .60707 L s .15 .60332 m .15 .60707 L s .25 .60332 m .25 .60707 L s .3 .60332 m .3 .60707 L s .35 .60332 m .35 .60707 L s .45 .60332 m .45 .60707 L s .5 .60332 m .5 .60707 L s .55 .60332 m .55 .60707 L s .65 .60332 m .65 .60707 L s .7 .60332 m .7 .60707 L s .75 .60332 m .75 .60707 L s .85 .60332 m .85 .60707 L s .9 .60332 m .9 .60707 L s .95 .60332 m .95 .60707 L s .25 Mabswid 0 .60332 m 1 .60332 L s 0 .07237 m .00625 .07237 L s [(9.75)] -0.0125 .07237 1 0 Mshowa 0 .17856 m .00625 .17856 L s [(9.8)] -0.0125 .17856 1 0 Mshowa 0 .28475 m .00625 .28475 L s [(9.85)] -0.0125 .28475 1 0 Mshowa 0 .39094 m .00625 .39094 L s [(9.9)] -0.0125 .39094 1 0 Mshowa 0 .49713 m .00625 .49713 L s [(9.95)] -0.0125 .49713 1 0 Mshowa .125 Mabswid 0 .0936 m .00375 .0936 L s 0 .11484 m .00375 .11484 L s 0 .13608 m .00375 .13608 L s 0 .15732 m .00375 .15732 L s 0 .19979 m .00375 .19979 L s 0 .22103 m .00375 .22103 L s 0 .24227 m .00375 .24227 L s 0 .26351 m .00375 .26351 L s 0 .30599 m .00375 .30599 L s 0 .32722 m .00375 .32722 L s 0 .34846 m .00375 .34846 L s 0 .3697 m .00375 .3697 L s 0 .41218 m .00375 .41218 L s 0 .43341 m .00375 .43341 L s 0 .45465 m .00375 .45465 L s 0 .47589 m .00375 .47589 L s 0 .51837 m .00375 .51837 L s 0 .5396 m .00375 .5396 L s 0 .56084 m .00375 .56084 L s 0 .58208 m .00375 .58208 L s 0 .05113 m .00375 .05113 L s 0 .02989 m .00375 .02989 L s 0 .00865 m .00375 .00865 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 /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 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 (GTP) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .944 0 1 r .5 Mabswid 0 .60332 m .04057 .60332 L .08481 .60332 L .12636 .60332 L .14728 .60332 L .15641 .60332 L .16632 .60332 L .16898 .60332 L .17181 .60332 L .17297 .60332 L .17422 .60332 L .1756 .60332 L .17688 .60328 L .17816 .60309 L .17888 .60286 L .17956 .60256 L .18079 .60175 L .1821 .60049 L .18339 .59885 L .1846 .59695 L .18687 .59262 L .19756 .56483 L .20885 .53584 L .2189 .51589 L .22993 .49982 L .23997 .48882 L .24933 .48031 L .29018 .44786 L .33361 .41178 L .37545 .37639 L .4157 .34236 L .42641 .33331 L .43646 .32574 L .44151 .32291 L .44695 .32056 L .45298 .31866 L .45852 .31743 L .4635 .31662 L .46881 .316 L .47383 .31557 L .47839 .3153 L .48375 .31506 L .48678 .31496 L .48957 .31488 L .4947 .31477 L .49728 .31473 L .50012 .31469 L .50274 .31466 L .5056 .31464 L .51079 .3146 L Mistroke .51585 .31457 L .52054 .31456 L .52612 .31454 L .53117 .31453 L .53397 .31453 L .537 .31452 L .54248 .31452 L .54766 .31452 L .55249 .31451 L .55779 .31451 L .56346 .31451 L .56631 .31451 L .56941 .31451 L .57504 .31451 L .58052 .31451 L .58559 .31451 L .59047 .31451 L .59572 .31451 L .60068 .31451 L .60523 .31451 L .61027 .31451 L .61578 .31451 L .62153 .31451 L .62687 .31451 L .63219 .31451 L .63795 .31451 L .64339 .31451 L .6484 .31451 L .65292 .31451 L .65789 .31451 L .66308 .31451 L .66793 .31451 L .67047 .31451 L .67317 .31451 L .67385 .31451 L .67458 .31451 L .67538 .31451 L .67614 .3145 L .67683 .31447 L .67757 .31438 L .67888 .314 L .68012 .31328 L .68145 .31207 L .6827 .3105 L .68384 .3087 L .68663 .303 L .68927 .29627 L .70875 .23931 L .71894 .21712 L .72973 .20023 L Mistroke .73895 .18954 L .7491 .18008 L .79142 .14678 L .83216 .11305 L .87546 .07641 L .8971 .05811 L .91718 .04114 L .92718 .03269 L .9366 .02568 L .94182 .02278 L .94746 .0204 L .95259 .01879 L .9573 .01769 L .96224 .01682 L .96753 .01615 L .97253 .01569 L .97708 .01539 L .98242 .01513 L .98544 .01502 L .98823 .01494 L .99335 .01482 L .99593 .01477 L .99878 .01473 L 1 .01472 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.799824 0.37142 0.97619 0.480421 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 -0.545543 1.14886 [ [.2 .59082 -6 -9 ] [.2 .59082 6 0 ] [.4 .59082 -6 -9 ] [.4 .59082 6 0 ] [.6 .59082 -6 -9 ] [.6 .59082 6 0 ] [.8 .59082 -6 -9 ] [.8 .59082 6 0 ] [1 .59082 -9 -9 ] [1 .59082 9 0 ] [-0.0125 .02889 -18 -4.5 ] [-0.0125 .02889 0 4.5 ] [-0.0125 .14377 -18 -4.5 ] [-0.0125 .14377 0 4.5 ] [-0.0125 .25866 -18 -4.5 ] [-0.0125 .25866 0 4.5 ] [-0.0125 .37355 -18 -4.5 ] [-0.0125 .37355 0 4.5 ] [-0.0125 .48843 -18 -4.5 ] [-0.0125 .48843 0 4.5 ] [.5 .63053 -5 0 ] [.5 .63053 5 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .60332 m .2 .60957 L s [(20)] .2 .59082 0 1 Mshowa .4 .60332 m .4 .60957 L s [(40)] .4 .59082 0 1 Mshowa .6 .60332 m .6 .60957 L s [(60)] .6 .59082 0 1 Mshowa .8 .60332 m .8 .60957 L s [(80)] .8 .59082 0 1 Mshowa 1 .60332 m 1 .60957 L s [(100)] 1 .59082 0 1 Mshowa .125 Mabswid .05 .60332 m .05 .60707 L s .1 .60332 m .1 .60707 L s .15 .60332 m .15 .60707 L s .25 .60332 m .25 .60707 L s .3 .60332 m .3 .60707 L s .35 .60332 m .35 .60707 L s .45 .60332 m .45 .60707 L s .5 .60332 m .5 .60707 L s .55 .60332 m .55 .60707 L s .65 .60332 m .65 .60707 L s .7 .60332 m .7 .60707 L s .75 .60332 m .75 .60707 L s .85 .60332 m .85 .60707 L s .9 .60332 m .9 .60707 L s .95 .60332 m .95 .60707 L s .25 Mabswid 0 .60332 m 1 .60332 L s 0 .02889 m .00625 .02889 L s [(0.5)] -0.0125 .02889 1 0 Mshowa 0 .14377 m .00625 .14377 L s [(0.6)] -0.0125 .14377 1 0 Mshowa 0 .25866 m .00625 .25866 L s [(0.7)] -0.0125 .25866 1 0 Mshowa 0 .37355 m .00625 .37355 L s [(0.8)] -0.0125 .37355 1 0 Mshowa 0 .48843 m .00625 .48843 L s [(0.9)] -0.0125 .48843 1 0 Mshowa .125 Mabswid 0 .05186 m .00375 .05186 L s 0 .07484 m .00375 .07484 L s 0 .09782 m .00375 .09782 L s 0 .1208 m .00375 .1208 L s 0 .16675 m .00375 .16675 L s 0 .18973 m .00375 .18973 L s 0 .21271 m .00375 .21271 L s 0 .23568 m .00375 .23568 L s 0 .28164 m .00375 .28164 L s 0 .30461 m .00375 .30461 L s 0 .32759 m .00375 .32759 L s 0 .35057 m .00375 .35057 L s 0 .39652 m .00375 .39652 L s 0 .4195 m .00375 .4195 L s 0 .44248 m .00375 .44248 L s 0 .46546 m .00375 .46546 L s 0 .51141 m .00375 .51141 L s 0 .53439 m .00375 .53439 L s 0 .55736 m .00375 .55736 L s 0 .58034 m .00375 .58034 L s 0 .00591 m .00375 .00591 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -66 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 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 (R) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 1 .838 0 r .5 Mabswid 0 .60332 m .04057 .60332 L .08481 .60332 L .12636 .60332 L .14728 .60332 L .15641 .60332 L .16632 .60332 L .16898 .60332 L .17181 .60332 L .17297 .60332 L .17422 .60332 L .1756 .53867 L .17688 .42303 L .17816 .33392 L .17956 .25921 L .18087 .20516 L .1821 .16601 L .18441 .11315 L .1857 .09229 L .18687 .0773 L .18825 .06338 L .1897 .05205 L .19094 .0445 L .19231 .03794 L .19377 .03246 L .19535 .02798 L .19683 .02477 L .19819 .0225 L .19955 .02073 L .20081 .01946 L .2022 .01838 L .20366 .01754 L .20494 .01701 L .20613 .01666 L .20744 .0164 L .20818 .0163 L .20885 .01624 L .21019 .0162 L .21146 .01622 L .2126 .0163 L .21383 .01643 L .21517 .01661 L .2166 .01684 L .21915 .01732 L .22872 .01948 L .2392 .02159 L .24508 .02249 L .25046 .02312 L .2555 .02357 L .25817 .02375 L Mistroke .261 .02391 L .26373 .02404 L .2662 .02413 L .2687 .0242 L .27101 .02425 L .27333 .0243 L .27577 .02433 L .27704 .02434 L .27823 .02435 L .27953 .02435 L .28026 .02436 L .28092 .02436 L .28211 .02436 L .28321 .02436 L .28442 .02436 L .28571 .02436 L .28682 .02436 L .28786 .02436 L .29024 .02435 L .29519 .02432 L .30059 .02429 L .31147 .02421 L .31635 .02418 L .32155 .02416 L .3261 .02414 L .33092 .02412 L .33653 .02411 L .3417 .0241 L .34457 .02409 L .34726 .02409 L .3504 .02409 L .35337 .02408 L .35593 .02408 L .35871 .02408 L .35994 .02408 L .36124 .02408 L .36359 .02408 L .36488 .02408 L .36556 .02408 L .36627 .02408 L .36759 .02408 L .36879 .02408 L .36948 .02408 L .37021 .02408 L .37154 .02408 L .37235 .02408 L .37311 .02408 L .3738 .02408 L .37454 .02408 L .37701 .02408 L Mistroke .37967 .02408 L .38447 .02408 L .39539 .02408 L .4013 .02408 L .40692 .02408 L .41246 .02408 L .41747 .02408 L .41997 .02408 L .42128 .02408 L .42266 .02408 L .42388 .02408 L .42521 .03589 L .42642 .09951 L .42755 .15232 L .43021 .25556 L .43273 .33106 L .43564 .39761 L .43829 .44369 L .44062 .47542 L .44309 .50206 L .44754 .5364 L .45001 .54998 L .45232 .56012 L .45506 .56954 L .4576 .57638 L .46018 .58185 L .46253 .58581 L .46514 .58932 L .46793 .59226 L .47062 .59447 L .47353 .59635 L .47604 .59764 L .47881 .59876 L .48372 .60022 L .48641 .6008 L .48892 .60124 L .49341 .60183 L .49594 .60209 L .49824 .60228 L .50327 .6026 L .50607 .60273 L .50862 .60283 L .51357 .60297 L .51823 .60307 L .52089 .60311 L .52369 .60315 L .5287 .6032 L .5315 .60322 L .5341 .60323 L .53717 .60325 L Mistroke .54001 .60326 L .54529 .60328 L .54807 .60329 L .55102 .60329 L .55598 .6033 L .56144 .60331 L .56629 .60331 L .57151 .60331 L .57643 .60331 L .58094 .60332 L .58594 .60332 L .59127 .60332 L .5963 .60332 L .60087 .60332 L .60625 .60332 L .60928 .60332 L .61207 .60332 L .6172 .60332 L .62262 .60332 L .62782 .60332 L .63257 .60332 L .63804 .60332 L .64323 .60332 L .64802 .60332 L .65245 .60332 L .65731 .60332 L .65983 .60332 L .66248 .60332 L .66761 .60332 L .67231 .60332 L .67358 .60332 L .67493 .60332 L .67621 .47967 L .67737 .38608 L .67874 .30031 L .68022 .23001 L .68162 .17991 L .68291 .14431 L .68402 .12009 L .68521 .09915 L .68735 .07132 L .68866 .05903 L .6899 .04977 L .69223 .03712 L .69342 .03244 L .69468 .02842 L .69696 .02313 L .69835 .02081 L .69966 .01911 L .70083 .01791 L Mistroke .7021 .01689 L .70341 .01611 L .7046 .01558 L .70598 .01515 L .70728 .01489 L .70848 .01476 L .70959 .01472 L .71081 .01474 L .7121 .01484 L .7134 .01499 L .7148 .01521 L .71732 .01572 L .72307 .01717 L .73364 .01993 L .73923 .02116 L .7452 .02222 L .75092 .023 L .75612 .02352 L .75863 .02371 L .76135 .02389 L .76627 .02413 L .76894 .02422 L .77188 .0243 L .77336 .02433 L .77495 .02435 L .77632 .02437 L .77781 .02438 L .77853 .02439 L .77929 .02439 L .78066 .0244 L .78195 .02441 L .78268 .02441 L .78337 .02441 L .78464 .02441 L .78581 .02441 L .78709 .0244 L .78844 .0244 L .79113 .02439 L .79367 .02437 L .79844 .02434 L .80913 .02425 L .8183 .02419 L .82841 .02414 L .83366 .02412 L .83859 .0241 L .84379 .02409 L .84671 .02409 L .84938 .02409 L .85168 .02408 L .85413 .02408 L Mistroke .85682 .02408 L .85931 .02408 L .86054 .02408 L .86186 .02408 L .86303 .02408 L .86426 .02408 L .86538 .02408 L .8666 .02408 L .86771 .02408 L .86875 .02408 L .87007 .02408 L .87074 .02408 L .87148 .02408 L .87278 .02408 L .87401 .02408 L .87471 .02408 L .87544 .02408 L .87676 .02408 L .87973 .02408 L .89012 .02408 L .90033 .02408 L .90961 .02408 L .91477 .02408 L .91964 .02408 L .92213 .02408 L .9235 .02408 L .92477 .02408 L .92615 .08621 L .92767 .15769 L .93034 .25999 L .93284 .3338 L .9352 .38883 L .93964 .46303 L .94212 .49238 L .94442 .51391 L .94695 .53262 L .94963 .54812 L .95238 .56034 L .95528 .5702 L .95775 .57673 L .96046 .58236 L .96339 .58705 L .96652 .59086 L .96947 .59359 L .97216 .59553 L .9747 .59698 L .97738 .59821 L .98033 .59928 L .98305 .60005 L .98795 .60108 L Mistroke .99074 .6015 L .99336 .60183 L 1 .6024 L Mfstroke MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{708.5, 348.688}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgooooo`05o`000?oo ooooooooooooool@41000oooool00ol@413oooooooooo`07ooooo`03ogMgMooooooo`03o`3o7?oooooooooo00Cooooo00?o0?lLoooooooo ool0:?ooool00ol0oacoooooooooo`0oooool01OmgMgOoV9RHoooooonHV9SoMgMg00Gooooo0_lQ8B44ooooo`05 ogMgMonHV9SooooooiRHV?mgMgL01_ooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo 01Cooooo0_me0?lbooooo`03ogD0ooooooooM@3o03Kooooo00Gok^k^oc8b<_l0003ooooool01Ol0003ooooooooooooooooo000000_ooooo00Go0000ooooooooooooooooo`00 0006ooooo`03o`000?oooooooooo00;ooooo0_l00019ooooo`03ogD0ooooooooM@3o05Kooooo00?o 0?lLooooooooool0oooooooXooooo`005?ooool01OmgMgOoV9RHoooooonHV9SoMgMg00_ooooo00Go MgMgoiRHV?ooooooV9RHogMgM`03ooooo`05ogMgMonHV9SooooooiRHV?mgMgL00oooool01Ol0003o ^[Zjoooooonj^[[o000000?ooooo00?o0000ooooooooool0BOooool01?l0ol3oooooooooool0ol0k ooooo`05o`000?ooooooooooooooool000002oooool01Ol0003ooooooooooooooooo000000Kooooo 00?o0000ooooooooool00_ooool00ol0003oooooooooo`18ooooo`03ogD0ooooooooM@3o05Kooooo 00?o0?lLo`000?ooool0oooooooXooooo`005?ooool01Oo^k^kogooooo 00?oV9RHob4Q8Oo^k^h01?ooool01Ol@413ooooooooooooooooo410@00[ooooo1Ol00003ooooo`05 oa0@4?ooooooooooooooool@41002Oooool01Ol0003ooooooooooooooooo000000?ooooo00Go410@ oooooooooooooooooa0@4009ooooo`05o`000?ooooooooooooooool000000oooool01Ol@413ooooo oooooooooooo410@00Sooooo00?o0000ooooooooool00_ooool01Ol@413ooooooooooooooooo410@ 00?ooooo00Go410@oooooooooooooooooa0@400Iooooo`00B_ooool01OnHV9So8B4Qonk^k_oooooo A4A400?ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`0;ooooo`03o`000?oooooooooo00;ooooo00Go MgMgoiRHV?ooooooV9RHogMgM`08ooooo`05oeEEEOmgMgOooooooiRHV?lQ8B400oooool01OmgMgOo V9RHoooooonHV9SoMgMg00Sooooo00Go8B4QoiRHV?ooooooV9RHob4Q8@03ooooo`05ogMgMonHV9So oooooiRHV?mgMgL02?ooool00ol0003oooooooooo`02ooooo`05ogMgMonHV9SooooooiRHV?mgMgL0 0oooool01OmgMgOoV9RHoooooonHV9SoMgMg033ooooo00?o0000ooooooooool0__ooool01OnHV9So 8B4Qonk^k_ooooooA4A400?ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`0;ooooo`03o`000?oooooo oooo00;ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`08ooooo`05oeEEEOmgMgOooooooiRHV?lQ8B40 0oooool01OmgMgOoV9RHoooooonHV9SoMgMg00Sooooo00Go8B4QoiRHV?ooooooV9RHob4Q8@03oooo o`05ogMgMonHV9SooooooiRHV?mgMgL01oooool00ol0003oooooooooo`02ooooo`05ogMgMonHV9So oooooiRHV?mgMgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg037ooooo00?o0000ooooooooool0 ^_ooool00onHV9So8B4Qonk^kP03ooooo`05o`000?ooooooooooooooool000002_ooool01?m4A4Co gMgMooooool00004ooooo`05o`000?ooooooooooooooool000002Oooool01Ol0003oV9RHoooooonH V9So8B4Q00?ooooo00Go0000ooooooooooooooooo`000009ooooo`05oc8b<_nHV9SooooooiRHV?lb ooooo`05o`000?ooooooooooooooool@41000oooool0 0ol@413oooooooooo`07ooooo`03ogMgMooob[o00002ol0c_lRo`0001Wooooo00GoMgMgoiRH V?ooooooV9RHogMgM`0;ooooo`05ob4Q8OnHV9SoooooogMgMomEEED01?ooool00ol0003ooooooooo o`04ooooo`03o`000?l0m_oooooo00Cooooo00?o0?Koooooooooool04oooool00ol0m_oooooooooo o`0Gooooo`03o`3foooooooooooo01_ooooo00?o0?Koooooooooool06?ooool00ol0m_oooooooooo o`10ooooo`03o`3oC?l0003o000006Oo00006Oooool01OmgMgOoV9RHoooooonHV9SoMgMg00_ooooo 00GoMgMgoiRHV?ooooooV9RHogMgM`04ooooo`03onk^k_m4A4Co000000Gooooo00?o0000oooooooo ool04_ooool2oh7o033ooooo00?oPOl0ooooooooool01oooool00on1o`3oooooooooo`1Hooooo`03 oiOo0?oooooooooo08oooooo000looooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0 0_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;o0o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_l0c_l00ol0003ooooo ooooo`02ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`02ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`0Gooooo`05onk^k_lboooooooo oooo00gooooo00?o0oooooooooooo023ooooo00?o0oooooooooooo013ooooo00?o0oooooooooooo01oooooo00?o0oooooooo oooo01oooooo00?o0oooooooooooo01;ooooo00?o0oooooooooooo01?o oooo00?o0oooo oooooooo01cooooo00?o0oooooooooooo01?ooooo00?o0oooooooooooo 01cooooo00?o0oooooooooooo01_ooooo00?o0oooooooooooo01Sooooo00GoMgMgoiRH V?ooooooV9RHogMgM`0;ooooo`05ob4Q8OnHV9SoooooogMgMomEEED00oooool00ooMgMgo410@oiRH V005ooooo`03o`000?l0m_oooooo00[ooooo00?o0?Koooooooooool02Oooool00ol0m_oooooooooo o`0Sooooo`03o`3foooooooooooo013ooooo00?o0?Koooooooooool0=Oooool01Ol@413ooooooooo oooooooo410@00_ooooo00Go410@oooooooooooooooooa0@4003ooooo`05oa0@4?oooooooooooooo ool@41001?ooool00ol0003oooooooooo`05ooooo`03o`3oC?oooooooooo0:7ooooo00?o0000oooo ooooool02_ooool00on1o`3oooooooooo`0:ooooo`03oh7o0?oooooooooo02;ooooo00?oPOl0oooo ooooool04?ooool00on1o`3oooooooooo`0gooooo`05ogMgMonHV9SooooooiRHV?mgMgL02oooool0 1OmgMgOoV9RHoooooonHV9SoMgMg00Kooooo00?o0000ooooooooool00_ooool00ol0003ooooooiOo 000Eooooo`03oiOo0?oooooooooo01Oooooo00?oUol0ooooooooool06oooool00onGo`3ooooooooo o`0Gooooo`03oiOo0?oooooooooo02Gooooo000Dooooo`05oa0@4?ooooooooooooooool@41002ooo ool01Ol@413ooooooooooooooooo410@00?ooooo00Go410@oooooooooooooooooa0@4006ooooo`03 o`000?oooooooooo00;ooooo0_l0000Cooooo`03o`3>oooooooooooo01_ooooo00?o0oooooooooooo01Wooooo00Gok^k^oc8b<_l0 003ooooooooooooo01Cooooo00?o0oooooooooooo01[ooooo 00?o0oooooooooooo03Wooooo 00?o0000o`3fooooool03?ooool00ol0m_ooooooooooo`07ooooo`03o`3foooooooooooo02Gooooo 00?o0?Koooooooooool03_ooool00ol0m_ooooooooooo`1Nooooo`03o`3oC?oooooooooo083ooooo 00GoMgMgoiRHV?ooooooV9RHogMgM`05ooooo`;o8B4Q1?ooool01OmgMgOoV9RHoooooonHV9SoMgMg 00?ooooo00GoEEEEogMgMoooooooV9RHob4Q8@04ooooo`03o`000?oooooooooo00Wooooo00?oPOl0 ooooooooool02oooool00on1o`3oooooooooo`0Pooooo`03oh7o0?oooooooooo01?ooooo00?oPOl0 ooooooooool0E_ooool01?l0003ooooooooooonGo`0Cooooo`03oiOo0?oooooooooo01Wooooo00?o Uol0ooooooooool06Oooool00onGo`3oooooooooo`0Iooooo`03oiOo0?oooooooooo02Cooooo000D ooooo`05oa0@4?ooooooooooooooool@41002oooool01Ol@413ooooooooooooooooo410@00?ooooo 00Go410@oooooooooooooooooa0@4006ooooo`03o`000?oooooooooo00;ooooo00?o0000oooooooo ool04_ooool00ol0c_ooooooooooo`0Jooooo`03o`3>oooooooooooo01Gooooo00?o0oooooooooooo01_ooooo00?o0Ooo ool00ol0003o0?Koooooo`0>ooooo`03o`3foooooooooooo00Cooooo00?o0?Koooooooooool09ooo ool00ol0m_ooooooooooo`0oooooooooooo01[ooooo00?o0oooooooooooo01[ooooo00Gok^k^ oc8b<_l0003ooooooooooooo01[ooooo00?o0oooooooooooo01[ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`05ooooo`;o8B4Q1_oo ool00onHV9So410@omgMg@05ooooo`03oeEEEOnYZJWooooo00?ooooo00?o0?Koooooooooool04?oo ool00ol0m_ooooooooooo`02ooooo`03o`3foooooooooooo02Wooooo00?o0?Koooooooooool02_oo ool00ol0m_ooooooooooo`0nooooo`05ogMgMonHV9SooooooiRHV?mgMgL01Oooool2ob4Q8@Cooooo 00GoMgMgoiRHV?ooooooV9RHogMgM`06ooooo`03o`000?oooooooooo00?ooooo00?o0?m ooooo`03oh7o0?oooooooooo01gooooo00?oPOl0ooooooooool05_ooool00on1o`3oooooooooo`0e ooooo`05o`000?ooooooooooooooool000002oooool01Ol0003ooooooooooooooooo000000Gooooo 00?oV9RHob4Q8Oo^k^h00oooool2o`0000;ooooo00?oUol0ooooooooool04?ooool00onGo`3ooooo ooooo`0Jooooo`03oiOo0?oooooooooo01Sooooo00?oUol0ooooooooool06_ooool00onGo`3ooooo ooooo`0Sooooo`00??ooool00ol0003oooooooooo`0Booooo`03o`3>oooooooooooo01Wooooo00?o 0oooooooooooo01[ooooo00Go 410@oooooooooooooooooa0@400>ooooo`03ohN7QomEEEGooooo00Cooooo00?oZJVYoeEEEOooool0 0oooool00ol0m_ooooooooooo`0@ooooo`05o`3fooooooooooooooooool0m_l0;Oooool00ol0m_oo ooooooooo`09ooooo`03o`3foooooooooooo03kooooo00Go410@oooooooooooooooooa0@400;oooo o`05oa0@4?ooooooooooooooool@41001_ooool00ol0003oooooooooo`03ooooo`03o`3oC?oooooo oooo083ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`0;ooooo`05ogMgMonHV9SooooooiRHV?mgMgL0 0oooool00ooMgMgo410@oiRHV006ooooo`03o`000?oooooooooo00Kooooo00?oPOl0ooooooooool0 3oooool00on1o`3oooooooooo`0Looooo`03oh7o0?oooooooooo01Oooooo00?oPOl0ooooooooool0 =Oooool01Ol0003ooooooooooooooooo000000_ooooo00Go0000ooooooooooooooooo`000006oooo o`03ogMgMomVIVKooooo00;ooooo00Go0000oooooooooooooooooiOo000Booooo`03oiOo0?oooooo oooo01_ooooo00?oUol0ooooooooool05oooool00onGo`3oooooooooo`0Jooooo`03oiOo0?oooooo oooo02?ooooo000looooo`03o`000?oooooooooo01;ooooo00?o0oooooooooooo01[ooooo00?o0oooooooooooo01Sooooo00?o0oooooooooooo01_ooooo00Go0000oooooooo ooooooooo`00000;ooooo`05ob4Q8On7QhOooooooiRHV?l000001_ooool00omEEEGocoooooooo oooo01Wooooo00?o0oooo oooooooo01Oooooo00?o0oooo oooooooo01cooooo00GoMgMgoiRHV?ooooooV9RHogMgM`0;ooooo`05ob4Q8OnHV9SoooooogMgMomE EED00oooool01Ol@413ooooooooooooooooooooooooooooo01Oooooo00?o0Oooool00ol0003oooooooooo`02ooooo`03oiOo0?oooooooooo00kooooo00?o Uol0ooooooooool07Oooool00onGo`3oooooooooo`0Eooooo`03oiOo0?oooooooooo01gooooo00?o Uol0ooooooooool08Oooool001Cooooo00GoMgMgoiRHV?ooooooV9RHogMgM`05ooooo`;o8B4Q1?oo ool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`03ooooo`05 oiRHV?lQ8B7ok^k^oooooom4A4@00oooool00ol0003oooooooooo`0Cooooo`03o`3>oooooooooooo 00[ooooo0ol0c_l9ooooo`03o`3>oooooooooooo01Sooooo00?o0 o`Sooooo00?o0oa[ooooo00?o0 o`Cooooo2Ol0c_loooooo`03o`3foooooooooooo04[ooooo0ol0m_mSooooo`03o`3oC?oooooooooo 04?ooooo00Go0?m oooooooooooo02Oooooo00?o0oooooooooooo 00Sooooo00?o0oooooooooooo00Sooooo00?o0oooooooo oooo00Gooooo00?o0oooooooo oooo02gooooo00Gok^k^oc8b<_l0003ooooooooooooo00Go oooo00?o0oooooooooooo02[ooooo00?o0oooo oooooooo02[ooooo00?o0oooooooooooo00Gooooo00?o0oooooooooooo02_ooooo 00?o0oooooooooooo00Gooooo00?o0oooooooooooo00Cooooo00?o0oooooooooooo02_o oooo00?o0oooooooooooo00Cooooo00?o0oooooooo oooo00Cooooo00?o0oooooooooooo00Cooooo00?o0 oooooooooooo00Cooooo00?o0oooooooooooo02cooooo00?o0oooooooooooo00;ooooo00?o0oooooooooooo033ooooo00Go410@oooooooooooooooooa0@ 400>ooooo`03ohN7QomEEEGooooo00Gooooo00?oQhN7oeEEEOooool00_ooool00ol0m_oooooooooo o`2?ooooo`05ogMgMonHV9SooooooiRHV?mgMgL02oooool01OmgMgOoV9RHoooooonHV9SoMgMg00?o oooo00Go0000okZj^_ooooooV9RHoa0@4004ooooo`03o`3oC?oooooooooo00Gooooo00?o0?moooooooooooo00;ooooo00?o0oooooooooooo00;ooooo00?o0oooooooooooo033ooooo00Go0000ooooooooooooooooo`00000;ooooo`05ob4Q8On7QhOooooo oiRHV?l000000oooool01OlQ8B7oQhN7oooooonHV9So000000?ooooo00?o0?Koooooooooool0/?oo ool00ol0odcoooooooooo`04ooooo`03o`3oC?oooooooooo00kooooo00?o0?m ooooooooooooooooool0c_l0oooooooooooo033o oooo00Go410@oooooooooooooooooa0@400;ooooo`05o`000?ooooooooooooooool000000oooool0 1Ol0003ooooooooooooooooo000000?ooooo00?o0?Koooooooooool03Oooool5o`0000?ooooo00Go k^k^oc8b<_l0003ooooooooo oooo033ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`0;ooooo`05ob4Q8OnHV9SoooooogMgMomEEED0 0oooool01OlQ8B7oV9RHoooooomgMgOoEEEE00?ooooo00?o0?Koooooooooool03Oooool01OnHV9So 8B4Qonk^k_ooooooA4A400?ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`0ooooo`03oiOo 0?oooooooooo00;ooooo00?oUol0ooooooooool0:Oooool00onGo`3oooooooooo`09ooooo`03oiOo 0?oooooooooo04?ooooo000looooo`03o`000?oooooooooo01Gooooo00Co0oooooooooooo033ooooo00Gok^k^oc8b<_l0003o ooooooooooooooooool0c_l0Doooool00ol0m_oooooo ooooo`0?ooooo`03oiRHV?lQ8B7ok^k^00?ooooo00Go0000ooooooooooooooooo`000009ooooo`04 odA4A?oMgMgoooooo`0000Cooooo00Go0000ooooooooooooooooo`00000:ooooo`05o`000?nHV9So oooooiRHV?lQ8B400oooool01Ol0003ooooooooooooooooo000000Wooooo00Goooooo`05oiOo0?oooooooooo oooooonGo`00;?ooool00onGo`3oooooooooo`08ooooo`03oiOo0?oooooooooo04?ooooo000Doooo o`05onk^k_lbo`0aooooo`05o`3>ooooooooooooooooool0c_l0Doooool00ol0 m_ooooooooooo`0@ooooo`03ogMgMomVIVKooooo00;ooooo00Go0000ooooooooooooooooo`000009 ooooo`04omgMgOmEEEGoooooo`0000Cooooo00Go0000ooooooooooooooooo`00000:ooooo`05o`00 0?mEEEGo0000oa0@4?oooooo`04oiOo0?oooooooooooiOo02go oooo00?oUol0ooooooooool01oooool00onGo`3oooooooooo`13ooooo`005?ooool01Ol@413ooooo oooooooooooo410@00_ooooo00Go410@oooooooooooooooooa0@4003ooooo`05oa0@4?oooooooooo ooooool@41000oooool5o`0000?ooooo00?o0000ooooooooool05Oooool00ol0c_ooooooo`3>o`0a ooooo`05o`3>ooooooooooooooooool0c_l0Doooool00ol0m_ooooooooooo`0=ooooo`05o`000?nj ^[[ooooooiRHV?l@41000oooool01OmgMgOoV9RHoooooonHV9SoMgMg00[ooooo00?ok^k^odA4A?l0 00001?ooool01OmgMgOoV9RHoooooonHV9SoMgMg00[ooooo00?ogMgMoa0@4?nHV9P01Oooool01Omg MgOoV9RHoooooonHV9SoMgMg00Wooooo00Go0000okZj^_oooooo^[Zjo`000003ooooo`05ogMgMonH V9SooooooiRHV?mgMgL02Oooool00ol0003oooooooooo`02ooooo`05ogMgMonHV9SooooooiRHV?mg MgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg00oooooo00Go0000ooooooooooooooooo`00000; ooooo`05o`000?ooooooooooooooool000001_ooool00omgMgOoIVIVooooo`03ooooo`05o`000?lQ 8B7o0000oc8b<_ooooooooooooo037ooooo00Co0o`1Dooooo`03o`3fool0003o000006oo0000@Oooool01?l0odcooooooooo ool0odbPooooo`03oh7o0?oooooooooo0:Wooooo00?o0000ooooooooool0@oooool00onGo`3ooooo ooooo`03ooooo`03oiOo0?oooooooooo04?ooooo000Dooooo`05onk^k_lbo`1Doooo o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo00;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo00;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo00;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo00;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`0ooooo o`03o`3oC?oooooo0?m<0:7ooooo00?oPOl0o`000?l00000Kol0000Jooooo`05onk^k_lb o`1Dooooo`03o`000?oooooooooo08oooooo00Gok^k^oc8b<_l0003o?ooool00ol0003oooooooooo`1;ooooo`;oolT0>oooool00?Gooooo00Go0000okZj^_oo ooooV9RHoa0@4003ooooo`05ogMgMonHV9SooooooiRHV?mgMgL02_ooool00oo^k^koA4A4o`000004 ooooo`05ogMgMonHV9SooooooiRHV?mgMgL02?ooool00ooMgMgo410@oiRHV005ooooo`05ogMgMonH V9SooooooiRHV?mgMgL02?ooool01Ol0003o^[Zjoooooonj^[[o000000?ooooo00GoMgMgoiRHV?oo ooooV9RHogMgM`07ooooo`03o`000?oooooooooo00;ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`03 ooooo`05ogMgMonHV9SooooooiRHV?mgMgL0A_ooool01Ol0003o^[ZjoooooonHV9So410@00?ooooo 00GoMgMgoiRHV?ooooooV9RHogMgM`09ooooo`03onk^k_m4A4Co000000Cooooo00GoMgMgoiRHV?oo ooooV9RHogMgM`08ooooo`03omgMgOl@413oV9RH00Gooooo00GoMgMgoiRHV?ooooooV9RHogMgM`08 ooooo`05o`000?nj^[[ooooookZj^_l000000oooool01OmgMgOoV9RHoooooonHV9SoMgMg00Oooooo 00?o0000ooooooooool00_ooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00GoMgMgoiRHV?oo ooooV9RHogMgM`1?ooooo`03ogMgMomVIVKooooo00;ooooo00Go0000ooooooooooooooooo`000007 ooooo`04omgMgOmEEEGoooooo`0000Cooooo00Go0000ooooooooooooooooo`000007ooooo`05o`00 0?mEEEGo0000oa0@4?oKo0_ooool00ol0003ooooo ooooo`02ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo0>Ko0_ooool00ol0003o ooooooooo`02ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`02ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool00_ooool00ol0i_oo ooooooooo`16ooooo`03o`000?oooooooooo07Wooooo00Go0000ooooooooooooooooo`00000;oooo o`05ob4Q8On7QhOooooooiRHV?l000000oooool01OlQ8B7oQhN7oooooonHV9So000000Kooooo00?o MgMgofIVI_ooool00oooool00ol0003oooooooooo`0Fooooo`;oolT0<_ooool01?oob@3ooooooooo oooob@0jooooo`00<_ooool00ol0003oooooooooo`0@ooooo`03ool0OOoooooooooo01cooooo00?o o`1mooooooooool05_ooool00ooo07goooooooooo`0Looooo`03ool0OOoooooooooo04Sooooo0_l0 000Aooooo`03ool_0?oooooooooo01cooooo0_oo;`0Dooooo`03ool_0?oooooooooo01cooooo00?o obl0ooooooooool0@_ooool00ol0003oooooooooo`0@ooooo`03o`3Voooooooooooo01gooooo00?o 0>Koooooooooool04_ooool00ol0i_ooooooooooo`0Mooooo`03o`3Voooooooooooo04Oooooo00?o 0000ooooooooool0NOooool01Ol@413ooooooooooooooooo410@00_ooooo00Go0000oooooooooooo ooooo`000003ooooo`05o`000?ooooooooooooooool000001oooool00ol0003oooooooooo`02oooo o`03o`000?oooooooooo01Kooooo0_oob@0booooo`04ooo90?ooooooooooooo903[ooooo000boooo o`03o`000?oooooooooo013ooooo00?oo`1mooooooooool07?ooool00ooo07goooooooooo`0Foooo o`03ool0OOoooooooooo01cooooo00?oo`1mooooooooool0B?ooool00ol0003oooooooooo`0@oooo o`03ool_0?oooooooooo01_ooooo00?oobl0ooooooooool05?ooool00ooo;`3oooooooooo`0Koooo o`03ool_0?oooooooooo04?ooooo00?o0000ooooooooool04?ooool00ol0i_ooooooooooo`0Loooo o`03o`3Voooooooooooo01?ooooo00?o0>Koooooooooool07?ooool00ol0i_ooooooooooo`18oooo oa?oobD07Ol0000DoolU01go00000ooo9@0Hooooo`05ogMgMonHV9SooooooiRHV?mgMgL02oooool0 1OlQ8B7oV9RHoooooomgMgOoEEEE00?ooooo00Go8B4QoiRHV?ooooooMgMgoeEEE@03ooooo`05o`00 0?nj^[[ooooooiRHV?l@41001?ooool00ol0003oooooooooo`0Eooooo`03ooo90?ooooooolT003;o oooo00CoolT0ooooooooooooolT0>_ooool003;ooooo00?o0000ooooooooool04?ooool00ooo07go ooooooooo`0Looooo`03ool0OOoooooooooo01Kooooo00?oo`1mooooooooool06oooool00ooo07go ooooooooo`19ooooo`03o`000?oooooooooo013ooooo00?oobl0ooooooooool06oooool00ooo;`3o ooooooooo`0Dooooo`03ool_0?oooooooooo01_ooooo00?oobl0ooooooooool0@oooool00ol0003o ooooooooo`0@ooooo`03o`3Voooooooooooo01cooooo00?o0>Koooooooooool04oooool00ol0i_oo ooooooooo`0Looooo`03o`3Voooooooooooo04Sooooo0_l0000@ooooo`03oolU0?oooooooooo01[o oooo00?oobD0ooooooooool04Oooool00ooo9@3oooooooooo`0Jooooo`03oolU0?oooooooooo01Wo oooo00Gok^k^oc8b<_l0003oKoooooooooool05?ooool00ol0i_ooooooooooo`0Kooooo`03o`3Voooooooooooo04Wo oooo00?o0000ooooooooool03oooool00ooo9@3oooooooooo`0Iooooo`03oolU0?oooooooooo01;o oooo00?oobD0ooooooooool06Oooool00ooo9@3oooooooooo`13ooooo`03o`000?oooooooooo01Go oooo00CoolT0ooooooooooooolT0Koooooooooool0 5?ooool00ol0i_ooooooooooo`0Kooooo`03o`3Voooooooooooo04Wooooo0_l0000@ooooo`03oolU 0?oooooooooo01Wooooo00?oobD0ooooooooool04_ooool00ooo9@3oooooooooo`0Iooooo`03oolU 0?oooooooooo04?ooooo00?o0000ooooooooool05Oooool01?oob@3ooooooooooooob@0aooooo`05 ooo90?oooooooooooooooooob@00>Oooool003;ooooo00?o0000ooooooooool04?ooool00ooo07go ooooooooo`0Kooooo`03ool0OOoooooooooo01Oooooo00?oo`1mooooooooool06oooool00ooo07go ooooooooo`0Qooooo`05ogMgMonHV9SooooooiRHV?mgMgL01Oooool2ob4Q8@Cooooo00GoMgMgoiRH V?ooooooV9RHogMgM`03ooooo`05ogMgMonHV9SooooooiRHV?mgMgL00oooool01OnHV9So8B4Qonk^ k_ooooooA4A400?ooooo0_l0000Aooooo`03ool_0?oooooooooo01[ooooo00?oobl0ooooooooool0 5Oooool00ooo;`3oooooooooo`0Jooooo`03ool_0?oooooooooo04Cooooo00?o0000ooooooooool0 4?ooool00ol0i_ooooooooooo`0Kooooo`03o`3Voooooooooooo01Cooooo00?o0>Koooooooooool0 6oooool00ol0i_ooooooooooo`19ooooo`03o`000?oooooooooo00oooooo00?oobD0ooooooooool0 6?ooool00ooo9@3oooooooooo`0Cooooo`03oolU0?oooooooooo01Sooooo00?oobD0ooooooooool0 A?ooool00ol0003oooooooooo`0Eooooo`04ooo90?ooooooooooooo9033ooooo00?oolT0oooooooo ool00_ooool00ooob@3oooooooooo`0gooooo`00<_ooool00ol0003oooooooooo`0@ooooo`03ool0 OOoooooooooo01_ooooo00?oo`1mooooooooool05oooool00ooo07goooooooooo`0Kooooo`03ool0 OOoooooooooo027ooooo00Go410@oooooooooooooooooa0@400;ooooo`05oa0@4?oooooooooooooo ool@41000oooool01Ol@413ooooooooooooooooo410@00Cooooo00?oV9RHob4Q8Oo^k^h01?ooool0 0ol0003oooooooooo`0@ooooo`03ool_0?oooooooooo01[ooooo00?oobl0ooooooooool05Oooool0 0ooo;`3oooooooooo`0Iooooo`03ool_0?oooooooooo01cooooo00Gok^k^oc8b<_l0003oKoooooooooool05?ooool00ol0i_ooooooooooo`0Kooooo`03o`3Voooooooooooo01Wo oooo00Gok^k^oc8b<_l0003oKoooooooooool05Ooo ool00ol0i_ooooooooooo`0Jooooo`03o`3Voooooooooooo01[ooooo00GoMgMgoiRHV?ooooooV9RH ogMgM`05ooooo`;o8B4Q1?ooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00GoMgMgoiRHV?oo ooooV9RHogMgM`03ooooo`05ogMgMonHV9SooooooiRHV?mgMgL00oooool01OnHV9So8B4Qonk^k_oo ooooA4A400?ooooo00?o0000ooooooooool03oooool00ooo9@3oooooooooo`0Hooooo`03oolU0?oo oooooooo01?ooooo00?oobD0ooooooooool06?ooool00ooo9@3oooooooooo`14ooooo`03o`000?oo oooooooo01Gooooo00CoolT0ooooooooooooolT0Kooooooooo ool05Oooool00ol0i_ooooooooooo`0Jooooo`03o`3Voooooooooooo01[ooooo00Go410@oooooooo oooooooooa0@400;ooooo`05oa0@4?ooooooooooooooool@41000oooool01Ol@413ooooooooooooo oooo410@00?ooooo00Go410@oooooooooooooooooa0@4004ooooo`03oiRHV?lQ8B7ok^k^00Cooooo 0_l0000@ooooo`03oolU0?oooooooooo01Oooooo00?oobD0ooooooooool05?ooool00ooo9@3ooooo ooooo`0Hooooo`03oolU0?oooooooooo04Cooooo00?o0000ooooooooool05?ooool00ooob@3ooooo ooooo`02ooooo`03ooo90?oooooooooo02gooooo00?oolT0ooooooooool00_ooool00ooob@3ooooo ooooo`0gooooo`006Oooool01Ol@413ooooooooooooooooo410@00kooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`0@ooooo`03ool0OOoooooooooo01_ooooo00?oo`1mooooooooool0 5oooool00ooo07goooooooooo`0Kooooo`03ool0OOoooooooooo027ooooo00Go410@oooooooooooo oooooa0@400;ooooo`05oa0@4?ooooooooooooooool@41000oooool01Ol@413ooooooooooooooooo 410@00Oooooo00Co0000oooooooooooooooo0_l0000Aooooo`03ool_0?oooooooooo01Wooooo00?o obl0ooooooooool05_ooool00ooo;`3oooooooooo`0Iooooo`03ool_0?oooooooooo01cooooo00Go 0000ooooooooooooooooo`00000;ooooo`05o`000?ooooooooooooooool000000oooool01Ol0003o oooooooooooooooo000000Gooooo00?oV9RHob4Q8Oo^k^h01?ooool00ol0003oooooooooo`0@oooo o`03o`3Voooooooooooo01[ooooo00?o0>Koooooooooool05Oooool00ol0i_ooooooooooo`0Joooo o`03o`3Voooooooooooo01[ooooo00Go0000ooooooooooooooooo`00000;ooooo`05o`000?oooooo ooooooooool000000oooool01Ol0003ooooooooooooooooo000000?ooooo00Go0000oooooooooooo ooooo`000005ooooo`03oiRHV?lQ8B7ok^k^00?ooooo00?o0000ooooooooool03oooool00ooo9@3o ooooooooo`0Gooooo`03oolU0?oooooooooo01Cooooo00?oobD0ooooooooool06?ooool00ooo9@3o ooooooooo`0Kooooo`05onk^k_lbKoooooooooool06Oooool00ol0i_oo ooooooooo`0Kooooo`05o`000?ooooooooooooooool000002oooool01Ol0003ooooooooooooooooo 000000?ooooo00Go0000ooooooooooooooooo`000003ooooo`05o`000?ooooooooooooooool00000 1_ooool00omgMgOoIVIVooooo`02ooooo`;o00004?ooool00ooo9@3oooooooooo`0Gooooo`03oolU 0?oooooooooo01Cooooo00?oobD0ooooooooool05oooool00ooo9@3oooooooooo`0Looooo`05ogMg MonHV9SooooooiRHV?mgMgL01Oooool2ob4Q8@Kooooo00?oV9RHoa0@4?oMgMd01Oooool00onHV9So 410@omgMg@06ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool05?ooool00ooob@3o ooooooooo`02ooooo`03ooo90?oooooooooo02gooooo00?oolT0ooooooooool00oooool00ooob@3o ooooooooo`0fooooo`006Oooool01Ol0003ooooooooooooooooo000000kooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`0@ooooo`03ool0OOoooooooooo01_ooooo00?oo`1moooooooo ool05oooool00ooo07goooooooooo`0Kooooo`03ool0OOoooooooooo027ooooo00Gok^k^oc8b<_l0 003oKo ooooooooool06Oooool00ol0i_ooooooooooo`0Kooooo`05oa0@4?ooooooooooooooool@41002ooo ool01Ol@413ooooooooooooooooo410@00?ooooo00Go410@oooooooooooooooooa0@4003ooooo`05 oa0@4?ooooooooooooooool@41001oooool01Ol0003ooooooooooooooooo0000017ooooo00?oobD0 ooooooooool05oooool00ooo9@3oooooooooo`0Dooooo`03oolU0?oooooooooo01Oooooo00?oobD0 ooooooooool07?ooool01Ol@413ooooooooooooooooo410@00kooooo00?oQhN7oeEEEOooool01Ooo ool00on7QhOoEEEEooooo`02ooooo`Go00001?ooool00ol0003oooooooooo`0Dooooo`03ooo90?oo oooooooo00;ooooo00?oolT0ooooooooool0;Oooool00ooob@3oooooooooo`03ooooo`03ooo90?oo oooooooo03Kooooo000Iooooo`05oa0@4?ooooooooooooooool@41003_ooool00ol0003ooooooooo o`03ooooo`03o`000?oooooooooo013ooooo00?oo`1mooooooooool06oooool00ooo07gooooooooo o`0Gooooo`03ool0OOoooooooooo01[ooooo00?oo`1mooooooooool0B_ooool00ol0003ooooooooo o`0@ooooo`03ool_0?oooooooooo01Sooooo00?oobl0ooooooooool05oooool00ooo;`3ooooooooo o`0Hooooo`03ool_0?oooooooooo01gooooo00GoMgMgoiRHV?ooooooV9RHogMgM`0;ooooo`05ogMg MonHV9SooooooiRHV?mgMgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00Go0000okZj ^_ooooooV9RHoa0@4004ooooo`03o`000?oooooooooo013ooooo00?o0>Koooooooooool06Oooool0 0ol0i_ooooooooooo`0Fooooo`03o`3Voooooooooooo01Wooooo00?o0>Koooooooooool06oooool0 1OmgMgOoV9RHoooooonHV9SoMgMg00_ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`03ooooo`05ogMg MonHV9SooooooiRHV?mgMgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00Go0000okZj ^_ooooooV9RHoa0@4003ooooo`;o00004?ooool00ooo9@3oooooooooo`0Fooooo`03oolU0?oooooo oooo01Gooooo00?oobD0ooooooooool05_ooool00ooo9@3oooooooooo`0Mooooo`05o`000?oooooo ooooooooool000002oooool01OoKoooooooooool06Oooool00ol0i_oooooo ooooo`0Fooooo`03o`3Voooooooooooo01Wooooo00?o0>Koooooooooool06oooool01Oo^k^koKoooooooooool06Oooool00ol0i_ooooooooooo`0Fooooo`03o`3Voooooooooooo 01Wooooo00?o0>Koooooooooool06oooool01Oo^k^koKoooooooooool06?ooool00ol0i_ooooooooooo`0Gooooo`03o`3Voooooooooooo 01Sooooo00?o0>Koooooooooool07?ooool01OmgMgOoV9RHoooooonHV9SoMgMg00Gooooo0_lQ8B44 ooooo`05ogMgMonHV9SooooooiRHV?mgMgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo 00GoMgMgoiRHV?ooooooV9RHogMgM`06ooooo`03o`000?oooooooooo00;ooooo00?o0000oooooooo ool03oooool00ooo9@3oooooooooo`05ooooo`CoobD03Oooool00ooo9@3oooooooooo`0Eooooo`03 oolU0?oooooooooo00Gooooo0ooo9@0>ooooo`03oolU0?oooooooooo01gooooo00GoMgMgoiRHV?oo ooooV9RHogMgM`0;ooooo`05ob4Q8OnHV9SoooooogMgMomEEED00oooool01OlQ8B7oV9RHoooooomg MgOoEEEE00Cooooo00?ok^k^odA4A?l000001Oooool00ol0003oooooooooo`0Dooooo`03ooo90?oo oooooooo00?ooooo00?oolT0ooooooooool0:oooool00ooob@3oooooooooo`05ooooo`03ooo90?oo oooooooo03Gooooo000booooo`03o`000?oooooooooo013ooooo00?oo`1mooooooooool06_ooool0 0ooo07goooooooooo`0Hooooo`03ool0OOoooooooooo01[ooooo00?oo`1mooooooooool08_ooool0 1Ol0003ooooooooooooooooo000000_ooooo00Go0000ooooooooooooooooo`000003ooooo`05o`00 0?ooooooooooooooool000000oooool01?m4A4CogMgMooooool00004ooooo`03o`000?oooooooooo 013ooooo00?oobl0ooooooooool01?ooool00ooo;`3oooooooooo`0[ooooo`03ool_0?oooooooooo 00Cooooo00?oobl0ooooooooool0Koooooooooool0 6?ooool00ol0i_ooooooooooo`0Gooooo`03o`3Voooooooooooo01Sooooo00?o0>Koooooooooool0 7?ooool01Ol@413ooooooooooooooooo410@00_ooooo00Go410@oooooooooooooooooa0@4003oooo o`05oa0@4?ooooooooooooooool@41000oooool01Ol@413ooooooooooooooooo410@00?ooooo1Ol0 0003ooooo`;o00004?ooool00ooo9@3oooooooooo`04ooooo`03oolU0?oooooooooo00;ooooo3_oo 9@0Gooooo`03oolU0?oooooooooo00Cooooo0_oo9@02ooooo`ooobD07oooool01Oo^k^koKo3_ooool0 0ol0i_ooooooooooo`0Gooooo`03o`3Voooooooooooo00Kooooo1Ol0i_l=ooooo`03o`3Voooooooo oooo01cooooo00Go0000ooooooooooooooooo`00000;ooooo`05o`000?ooooooooooooooool00000 0oooool01Ol0003ooooooooooooooooo000000?ooooo00Go0000ooooooooooooooooo`000003oooo o`04odA4A?oMgMgoooooo`0000Cooooo00?o0000ooooooooool03oooool00ooo9@3oooooooooo`04 ooooo`03oolU0?oooooooooo02Oooooo00?oobD0ooooooooool01?ooool00ooo9@3oooooooooo`1H ooooo`03o`000?oooooooooo01Cooooo00?oolT0ooooooooool00oooool00ooob@3oooooooooo`0[ ooooo`03ooo90?oooooooooo00Gooooo00?oolT0ooooooooool0=Oooool003;ooooo00?o0000oooo ooooool04?ooool00ooo07goooooooooo`0Jooooo`03ool0OOoooooooooo01Sooooo00?oo`1moooo ooooool06_ooool00ooo07goooooooooo`0Rooooo`05oa0@4?ooooooooooooooool@41002oooool0 1Ol@413ooooooooooooooooo410@00?ooooo00Go410@oooooooooooooooooa0@4004ooooo`03ogMg MooKooooooooooooooooo3_l0i_lJooooo`03o`3Voooooooooooo00Kooooo00?o 0>Koooooooooool00_ooool=o`3Voaoooooo00Go0000ooooooooooooooooo`00000;ooooo`05o`00 0?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo000000?ooooo00Go0000oooo ooooooooooooo`000003ooooo`04omgMgOmEEEGoooooo`0000Cooooo0_l0000@ooooo`03oolU0?oo oooooooo00?ooooo00?oobD0ooooooooool0:?ooool00ooo9@3oooooooooo`04ooooo`03oolU0?oo oooooooo05Sooooo00?o0000ooooooooool05?ooool00ooob@3oooooooooo`04ooooo`03ooo90?oo oooooooo02[ooooo00?oolT0ooooooooool01Oooool00ooob@3oooooooooo`0eooooo`00<_ooool0 0ol0003oooooooooo`0@ooooo`03ool0OOoooooooooo01[ooooo00?oo`1mooooooooool06?ooool0 0ooo07goooooooooo`0Jooooo`03ool0OOoooooooooo02;ooooo00GoMgMgoiRHV?ooooooV9RHogMg M`0;ooooo`05ogMgMonHV9SooooooiRHV?mgMgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg00Co oooo00?ok^k^odA4A?l000001?ooool2o`00017ooooo00?oobl0ooooooooool00oooool00ooo;`3o ooooooooo`0/ooooo`03ool_0?oooooooooo00?ooooo00?oobl0ooooooooool0<_ooool01Ol0003o oooooooooooooooo000000_ooooo00Go0000ooooooooooooooooo`000003ooooo`05o`000?oooooo ooooooooool000000oooool01?m4A4CogMgMooooool00005ooooo`03o`000?oooooooooo013ooooo 00?o0>Koooooooooool01Oooool2o`3Vob_ooooo00?o0>Koooooooooool01Oooool2o`3Voc3ooooo 00Go410@oooooooooooooooooa0@400;ooooo`05oa0@4?ooooooooooooooool@41000oooool01Ol@ 413ooooooooooooooooo410@00?ooooo00Go410@oooooooooooooooooa0@4004ooooo`03ogMgMoo< cKoooooooooool01Oooool00ol0i_oooooo ooooo`0_ooooo`05ogMgMonHV9SooooooiRHV?mgMgL02oooool01OmgMgOoV9RHoooooonHV9SoMgMg 00?ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`03ooooo`05ogMgMonHV9SooooooiRHV?mgMgL01?oo ool00oo^k^koA4A4o`000004ooooo`;o00004?ooool00ooo9@3oooooooooo`03ooooo`03oolU0?oo oooooooo02Sooooo00?oobD0ooooooooool00oooool00ooo9@3oooooooooo`1Iooooo`03o`000?oo oooooooo01Cooooo00?oolT0ooooooooool01Oooool00ooob@3oooooooooo`0Yooooo`03ooo90?oo oooooooo00Kooooo00?oolT0ooooooooool0=?ooool001Wooooo00Gok^k^oc8b<_l0003oKoooooooooool01Oooool00ol0i_oo ooooooooo`0_ooooo`05onk^k_lbKoooooooooool00oooool00ol0i_ooooooooooo`0`ooooo`05ogMgMonH V9SooooooiRHV?mgMgL01Oooool2ob4Q8@Cooooo00GoMgMgoiRHV?ooooooV9RHogMgM`03ooooo`05 ogMgMonHV9SooooooiRHV?mgMgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00GoEEEE ogMgMoooooooV9RHob4Q8@03ooooo`;o00004?ooool00ooo9@3oooooooooo`02ooooo`03oolU0?oo oooooooo02Wooooo00?oobD0ooooooooool00oooool00ooo9@3oooooooooo`1Iooooo`03o`000?oo oooooooo01Cooooo00?oolT0ooooooooool01Oooool00ooob@3oooooooooo`0Yooooo`03ooo90?oo oooooooo00Kooooo00?oolT0ooooooooool0=?ooool001Wooooo00Go410@oooooooooooooooooa0@ 400Koooooooooool0;?ooool00ol0i_ooooooooooo`03ooooo`03o`3Voooooooooooo033o oooo00Go410@oooooooooooooooooa0@400;ooooo`05oa0@4?ooooooooooooooool@41000oooool0 1Ol@413ooooooooooooooooo410@00?ooooo00Go410@oooooooooooooooooa0@4003ooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oooooooooo`0?ooooo`03oolU0?oooooooooo00;o oooo00?oobD0ooooooooool0:Oooool00ooo9@3oooooooooo`03ooooo`03oolU0?oooooooooo05Wo oooo00?o0000ooooooooool05?ooool00ooob@3oooooooooo`05ooooo`03ooo90?oooooooooo02Wo oooo00?oolT0ooooooooool01oooool00ooob@3oooooooooo`0cooooo`006Oooool01Ol0003ooooo oooooooooooo000000gooooo00?oV9RHob4Q8Oo^k^h01?ooool00ol0003oooooooooo`0@ooooo`03 ool0OOoooooooooo01[ooooo00?oo`1mooooooooool06?ooool00ooo07goooooooooo`0Jooooo`03 ool0OOoooooooooo02;ooooo00Go0000ooooooooooooooooo`00000;ooooo`05o`000?oooooooooo ooooool000000oooool01Ol0003ooooooooooooooooo000000?ooooo00Go0000oiRHV?ooooooV9RH ob4Q8@03ooooo`;o00004_ooool00ooo;`3oooooooooo`02ooooo`03ool_0?oooooooooo02cooooo 00?oobl0ooooooooool00_ooool00ooo;`3oooooooooo`1Looooo`03o`000?oooooooooo017ooooo 00?o0>Koooooooooool00oooool00ol0i_ooooooooooo`0/ooooo`03o`3Voooooooooooo00?ooooo 00?o0>Koooooooooool0Koooooooooool00oooool00ol0i_ooooooooooo`0/ooooo`03o`3Voooooooo oooo00?ooooo00?o0>Koooooooooool0Koooooooooool00_ooool00ol0i_ooooooooooo`0a ooooo`05oa0@4?ooooooooooooooool@41002oooool01Ol@413ooooooooooooooooo410@00?ooooo 00Go410@oooooooooooooooooa0@4003ooooo`05oa0@4?ooooooooooooooool@41000oooool00omE EEGoQhN7ooooo`05ooooo`;o00004?ooool00ooo9@3oooooooooo`02ooooo`03oolU0?oooooooooo 02[ooooo00GoobD0oooooooooooooooooolU000cooooo`05oa0@4?ooooooooooooooool@41003_oo ool00on7QhOoEEEEooooo`05ooooo`03ohN7QomEEEGooooo00;ooooo00Go0000oooooooooooooooo o`000004ooooo`03o`000?oooooooooo01Cooooo00?oolT0ooooooooool01oooool2ooo900Kooooo 1_oob@0Looooo`03ooo90?oooooooooo00Sooooo0_oob@06ooooo`KoolT09oooool001Wooooo00Go MgMgoiRHV?ooooooV9RHogMgM`0;ooooo`05o`000?nj^[[ooooooiRHV?l@41001?ooool00ol0003o ooooooooo`0@ooooo`03ool0OOoooooooooo01[ooooo00?oo`1mooooooooool06?ooool00ooo07go ooooooooo`0Jooooo`03ool0OOoooooooooo02;ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`0;oooo o`05ogMgMonHV9SooooooiRHV?mgMgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00?o gMgMoa0@4?nHV9P01Oooool00ol0003oooooooooo`0Aooooo`05ool_0?oooooooooooooooooo;`00 ;oooool00ooo;`3oooooooooo`02ooooo`03ool_0?oooooooooo03?ooooo00GoMgMgoiRHV?oooooo V9RHogMgM`05ooooo`;o8B4Q1?ooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00GoMgMgoiRH V?ooooooV9RHogMgM`03ooooo`05oeEEEOmgMgOooooooiRHV?lQ8B401?ooool00ol0003ooooooooo o`0Aooooo`03o`3Voooooooooooo00;ooooo00?o0>Koooooooooool0;Oooool00ol0i_oooooooooo o`02ooooo`03o`3Voooooooooooo037ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`0;ooooo`05ogMg MonHV9SooooooiRHV?mgMgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00GoMgMgoiRH V?ooooooV9RHogMgM`03ooooo`03omgMgOl@413oV9RH00Gooooo00?o0000ooooooooool03oooool0 0ooo9@3oooooooooo`02ooooo`03oolU0?oooooooooo02[ooooo00GoobD0oooooooooooooooooolU 000cooooo`05o`000?ooooooooooooooool000002oooool01OoKoooooooooool00_ooool0 0ol0i_ooooooooooo`0]ooooo`03o`3Voooooooooooo00;ooooo00?o0>Koooooooooool0Kooooo ooooool0;Oooool00ol0i_ooooooooooo`02ooooo`03o`3Voooooooooooo037ooooo00Gok^k^oc8b <_l0003oKoooooooooool00_ooool00ol0i_ooooooooooo`0aooooo`05ogMgMonHV9SooooooiRHV?mg MgL01Oooool2ob4Q8@Cooooo00GoMgMgoiRHV?ooooooV9RHogMgM`03ooooo`05ogMgMonHV9Sooooo oiRHV?mgMgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00Go8B4QoiRHV?ooooooV9RH ob4Q8@03ooooo`;o00004Oooool01Ooo9@3oooooooooooooooooobD002cooooo00GoobD0oooooooo oooooooooolU000cooooo`05ogMgMonHV9SooooooiRHV?mgMgL02oooool01OlQ8B7oV9RHoooooomg MgOoEEEE00?ooooo00Go8B4QoiRHV?ooooooMgMgoeEEE@03ooooo`03omgMgOl@413oV9RH00Kooooo 00?o0000ooooooooool04oooool00ooob@3oooooooooo`0Gooooo`03ooo90?oooooooooo01Oooooo 00?oolT0ooooooooool06?ooool00ooob@3oooooooooo`0Sooooo`00<_ooool00ol0003ooooooooo o`0@ooooo`03ool0OOoooooooooo01[ooooo00?oo`1mooooooooool06?ooool00ooo07gooooooooo o`0Iooooo`03ool0OOoooooooooo02?ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`05ooooo`;o8B4Q 1?ooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`03oooo o`05ob4Q8OnHV9SooooooiRHV?lQ8B400oooool00ol0003oooooooooo`0Aooooo`05ool_0?oooooo oooooooooooo;`00Koooooooooool0;Oooool00ol0i_ooooooooooo`02ooooo`03o`3Voooooooo oooo037ooooo00Go410@oooooooooooooooooa0@400;ooooo`05oa0@4?ooooooooooooooool@4100 0oooool01Ol@413ooooooooooooooooo410@00?ooooo00Go410@oooooooooooooooooa0@4003oooo o`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`0@ooooo`05oolU0?oooooo oooooooooooo9@00;?ooool01Ooo9@3oooooooooooooooooobD003?ooooo00Gok^k^oc8b<_l0003o Koooooooooool0;Oooool00ol0i_ooooooooooo`02oooo o`03o`3Voooooooooooo037ooooo00Go0000ooooooooooooooooo`00000;ooooo`05o`000?oooooo ooooooooool000000oooool01Ol0003ooooooooooooooooo000000?ooooo00Go0000oooooooooooo ooooo`000003ooooo`05oc8b<_nHV9SooooooiRHV?lbKoooooooooool0;Oooool0 0ol0i_ooooooooooo`02ooooo`03o`3Voooooooooooo037ooooo00Go0000ooooooooooooooooo`00 000;ooooo`05o`000?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo000000?o oooo00Go0000ooooooooooooooooo`000003ooooo`05olcKooooo ooooool00_ooool00ol0i_ooooooooooo`0]ooooo`03o`3Voooooooooooo00;ooooo00?o0>Kooooo ooooool0Koooooooooooooooooo`3Vo`0dooooo`05ogMgMonHV9SooooooiRHV?mgMgL02oooool0 1OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`03ooooo`05ogMg MonHV9SooooooiRHV?mgMgL00oooool01Ol0003o^[Zjoooooonj^[[o000000?ooooo00?o0000oooo ooooool04?ooool01?oo9@3ooooooooooooo9@0]ooooo`04oolU0?oooooooooooolU05gooooo00?o 0000ooooooooool04oooool00ooob@3oooooooooo`0Hooooo`03ooo90?oooooooooo01Kooooo00?o olT0ooooooooool06_ooool00ooob@3oooooooooo`0Qooooo`006Oooool01Ol@413ooooooooooooo oooo410@00oooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`0Aooooo`03ool0OOoo oooooooo01Sooooo00?oo`1mooooooooool06Oooool00ooo07goooooooooo`0Iooooo`03ool0OOoo oooooooo02?ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`0;ooooo`05ogMgMonHV9SooooooiRHV?mg MgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg00?ooooo00Go0000okZj^_oooooo^[Zjo`000003 ooooo`;o00004_ooool01?oo;`3ooooooooooooo;`0aooooo`04ool_0?ooooooooooool_03Kooooo 00Gok^k^oc8b<_l0003oKo03Cooooo00Gok^k^oc8b<_l0003oooooo`03ojVYZOl@413o oooo00?ooooo00?o0000ooooooooool04Oooool00ooo07goooooooooo`0Hooooo`03ool0OOoooooo oooo01Wooooo00?oo`1mooooooooool06Oooool00ooo07goooooooooo`0Sooooo`05onk^k_lbKoooooooooooooooooo`3Vo`0`ooooo`05o`3Vooooooooooooooooool0i_l0 ??ooool01Oo^k^koKooooooooooooooooo o`3Vo`0`ooooo`05o`3Vooooooooooooooooool0i_l0??ooool01OmgMgOoV9RHoooooonHV9SoMgMg 00Gooooo0_lQ8B44ooooo`05ogMgMonHV9SooooooiRHV?mgMgL00oooool01OmgMgOoV9RHoooooonH V9SoMgMg00Kooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`0@ooooo`04oolU0?oo oooooooooolU02gooooo00CoobD0ooooooooooooobD0=?ooool01Oo^k^koKo03cooooo00Go410@oooooooooooooooooa0@400;ooooo`05oa0@4?oooooooooooooo ool@41000oooool01Ol@413ooooooooooooooooo410@00Kooooo00?o0000ooooooooool00_ooool2 o`00017ooooo00CoobD0ooooooooooooobD0;Oooool01?oo9@3ooooooooooooo9@0dooooo`05ogMg MonHV9SooooooiRHV?mgMgL01Oooool2ob4Q8@Kooooo00?oV9RHoa0@4?oMgMd01Oooool00onHV9So 410@omgMg@03ooooo`05ob4Q8OnHV9SooooooiRHV?lQ8B401?ooool00ol0003oooooooooo`0Coooo o`03ooo90?oooooooooo01[ooooo00?oolT0ooooooooool05?ooool00ooob@3oooooooooo`0Koooo o`03ooo90?oooooooooo023ooooo000Iooooo`05ogMgMonHV9SooooooiRHV?mgMgL02oooool01Ol@ 413oV9RHoooooonj^[[o000000Cooooo00?o0000ooooooooool04Oooool00ooo07goooooooooo`0H ooooo`03ool0OOoooooooooo01Wooooo00?oo`1mooooooooool06Oooool00ooo07goooooooooo`0[ ooooo`05oa0@4?ooooooooooooooool@41002oooool01Ol@413ooooooooooooooooo410@00Kooooo 00?o0000ooooooooool00_ooool00ol0003oooooooooo`0Aooooo`04ool_0?ooooooooooool_037o oooo00Coobl0ooooooooooooobl0=_ooool01Ol0003ooooooooooooooooo000000_ooooo00Go0000 ooooooooooooooooo`000003ooooo`05o`000?ooooooooooooooool000000oooool01OoKo 033ooooo00Go0>Koooooooooooooooooo`3Vo`0looooo`05o`000?ooooooooooooooool000002ooo ool01Ol0003ooooooooooooooooo000000?ooooo00Go0000ooooooooooooooooo`000006ooooo`03 o`000?oooooooooo00;ooooo00?o0000ooooooooool04?ooool01?oo9@3ooooooooooooo9@0]oooo o`04oolU0?oooooooooooolU03Cooooo00Go410@oooooooooooooooooa0@400>ooooo`03ohN7QomE EEGooooo00Gooooo00?oQhN7oeEEEOooool00_ooool01Ol0003ooooooooooooooooo000000Cooooo 00?o0000ooooooooool04_ooool00ooob@3oooooooooo`0Kooooo`03ooo90?oooooooooo01Cooooo 00?oolT0ooooooooool06oooool00ooob@3oooooooooo`0Pooooo`006Oooool01Oo^k^koKo033ooooo00Go0>Koooooooooooooooooo`3Vo`0looooo`05o`000?oooooooooooooo ool000002oooool01Ol0003ooooooooooooooooo000000?ooooo00Go0000ooooooooooooooooo`00 0006ooooo`03o`000?oooooooooo00;ooooo0_l0000Aooooo`04oolU0?oooooooooooolU02gooooo 00CoobD0ooooooooooooobD0=?ooool01Ol0003ooooooooooooooooo000000_ooooo00GocKo03cooooo00Go410@oooooooooooooooooa0@400;ooooo`05oa0@4?ooooooooooooooool@ 41000oooool01Ol@413ooooooooooooooooo410@00Kooooo00?o0000ooooooooool00_ooool00ol0 003oooooooooo`0@ooooo`03oolU0?ooooooobD002kooooo00CoobD0ooooooooooooobD0=?ooool0 1Ol0003ooooooooooooooooo000000_ooooo00Go8B4QohN7QoooooooV9RHo`000003ooooo`05ob4Q 8On7QhOooooooiRHV?l000000oooool01OoKoooooooooooooooooo`3V o`0`ooooo`05o`3Vooooooooooooooooool0i_l0??ooool01OmgMgOoV9RHoooooonHV9SoMgMg00_o oooo00GoMgMgoiRHV?ooooooV9RHogMgM`03ooooo`05ogMgMonHV9SooooooiRHV?mgMgL01_ooool0 0ol0003oooooooooo`02ooooo`;o00004Oooool00ooo9@3ooooooolU000^ooooo`04oolU0?oooooo oooooolU03Cooooo00Go410@oooooooooooooooooa0@400;ooooo`05o`000?ooooooooooooooool0 00000oooool01Ol0003ooooooooooooooooo000000?ooooo00Go410@okZj^_oooooo^[Zjoa0@4004 ooooo`03o`000?oooooooooo01;ooooo00?oolT0ooooooooool07?ooool00ooob@3oooooooooo`0C ooooo`03ooo90?oooooooooo01cooooo00?oolT0ooooooooool07oooool003;ooooo00?o0000oooo ooooool04Oooool00ooo07goooooooooo`0Hooooo`03ool0OOoooooooooo01[ooooo00?oo`1moooo ooooool06?ooool00ooo07goooooooooo`0[ooooo`05ogMgMonHV9SooooooiRHV?mgMgL02oooool0 1OmgMgOoV9RHoooooonHV9SoMgMg00Kooooo00?o0000ooooooooool00_ooool00ol0003ooooooooo o`0Aooooo`03ool_0?ooooooobl003;ooooo00Coobl0ooooooooooooobl0Goooool00ol0003ooooo ooooo`0Booooo`03o`3Voooooooo0>Ko037ooooo00Go0>Koooooooooooooooooo`3Vo`0looooo`05 onk^k_lbKoooooool0i_l0Ko03Cooooo00Gok^k^oc8b<_l0003oKo037ooooo00Go0>Koooooooooooooooooo`3Vo`0dooooo`05ogMgMonHV9SooooooiRHV?mgMgL0 1Oooool2ob4Q8@Cooooo00GoMgMgoiRHV?ooooooV9RHogMgM`03ooooo`05ogMgMonHV9SooooooiRH V?mgMgL01_ooool00ol0003oooooooooo`02ooooo`05oiRHV?lQ8B7ok^k^oooooom4A4@00oooool0 0ol0003oooooooooo`0@ooooo`03oolU0?ooooooobD002kooooo00?oobD0oooooooo9@00G_ooool0 0ol0003oooooooooo`0;ooooo`05oiRHV?lQ8B7ok^k^oooooom4A4@00_ooool01_oob@3oMgMgoiRH V?ooooooV9RHogMgM`_ooooo00?o0000ooooooooool00_ooool01OmgMgOoV9RHoooooonHV9SoMgMg 00Gooooo00SoolT0ooooooooooooEEEEogMgMoooooooV9RHob4Q8@?ooooo00GoMgMgoiRHV?oooooo V9RHogMgM`05ooooo`08ooo90?ooooooooooob4Q8OnHV9SooooooiRHV?lQ8B43ooooo`05ogMgMonH V9SooooooiRHV?mgMgL01oooool00ol0003oooooooooo`02ooooo`05ogMgMonHV9SooooooiRHV?mg MgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg01Sooooo000Iooooo`05onk^k_lbKoooooool0i_l0ooooo`06ogMgMomVIVKoooooooo90?oooooo 00000oooool00ol0003oooooooooo`06ooooo`04omgMgOmEEEGoooooo`0000Cooooo00Go0000oooo ooooooooooooo`000006ooooo`07ooo90?oooooo0000oeEEEOl0003o410@olcKo<_oo ool01?l0i_ooooooooooool0i_leooooo`05ogMgMonHV9SooooooiRHV?mgMgL02oooool01OmgMgOo V9RHoooooonHV9SoMgMg00?ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`06ooooo`03o`000?oooooo oooo00;ooooo00Go0000okZj^_ooooooV9RHoa0@4003ooooo`;o00004_ooool00ooo9@3ooooooooo o`0]ooooo`03oolU0?ooooooobD005kooooo00?o0000ooooooooool02oooool03Ol0003o^[Zjoooo oonHV9So410@oooooooob@3oooooogMgMonHV9SooooooiRHV?mgMgL02Oooool00oo^k^koA4A4o`00 0004ooooo`05ogMgMonHV9SooooooiRHV?mgMgL01oooool01?oob@3ogMgMoa0@4?nHV9P5ooooo`05 ogMgMonHV9SooooooiRHV?mgMgL01?ooool02Ooob@3ooooooooooooooooo0000okZj^_oooooo^[Zj o`000003ooooo`05ogMgMonHV9SooooooiRHV?mgMgL01oooool00ol0003oooooooooo`02ooooo`05 ogMgMonHV9SooooooiRHV?mgMgL00oooool01OmgMgOoV9RHoooooonHV9SoMgMg01Sooooo000Ioooo o`05oa0@4?ooooooooooooooool@41003?ooool00omgMgOocKoooooool0i_l0=Oooool0 1Oo^k^koKoSooooo000boooo o`03o`000?oooooooooo01;ooooo00?oo`1mooooooooool05oooool00ooo07goooooooooo`0Koooo o`03ool0OOoooooooooo01Oooooo00?oo`1mooooooooool08oooool01Ol0003ooooooooooooooooo 000000_ooooo00Go0000ooooooooooooooooo`000006ooooo`03o`000?oooooooooo00;ooooo00Co gMgMoeEEEOoooooo00001?ooool00ol0003oooooooooo`16ooooo`;oobl0>?ooool01Ol0003ooooo oooooooooooo000000_ooooo00Go0000ooooooooooooooooo`000006ooooo`03o`000?oooooooooo 00Cooooo00?oV9RHob4Q8Oo^k^h01?ooool00ol0003oooooooooo`17ooooo`;o0>Ko=_ooool01Oo^ k^kooiRHV?l0003o0000oeEEEOo^k^ko IVIVo`000?n7QhOoEEEEooooool@413o0000oa0@4?oooooo`05o`000?oooooooooooeEEEOn7QhL01?ooool01Ol0003ooooooooooooooooo0000 00;ooooo00Wo0000ooooooooooooooooohN7Qom4A4Coooooob4Q8OnYZJT00oooool01Ol0003ooooo oooooooooooo000000?ooooo00?oZJVYoc8b<_ooool00_ooool00ol0003oooooooooo`04ooooo`03 o`000?oMgMgooooo00;ooooo00?o0000ooooooooool00oooool00omVIVKo8B4Qonk^kP1^ooooo`05 o`000?oooooooooooeEEEOn7QhL01?ooool01Ol0003ooooooooooooooooo000000;ooooo00Wo0000 ooooooooooooooooohN7Qom4A4Coooooob4Q8OnYZJT00oooool00ol0003oooooooooo`03ooooo`03 o`000?oooooooooo00Cooooo00?o0000ooooooooool01?ooool00ol0003ogMgMooooo`02ooooo`03 o`000?oooooooooo00?ooooo00?oIVIVob4Q8Oo^k^h0O?ooool3o`000003oa0@4?nHV9Sooooo00?o oooo00?o0000ooooooooool01?ooool03_nYZJWo8B4QomgMgOo^k^koooooo`?o000000?o410@oiRHV?ooool00oooool00ol0003ooooo ooooo`04ooooo`08ojVYZOlQ8B7ogMgMonk^k_lbooooo`05o`000?ooooooooooooooool@41000oooool00ol@413oooooooooo`07ooooo`03 ogMgMoo03oooooooooo`1]ooooo`05o`000?ooooooooooooooool000003_ooool0 0onYZJWoMgMgooooo`03ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool0GOooool0 0ooa0?ooooooooooo`11ooooo`03o`000?oooooooooo01?ooooo00?oomH0ooooooooool06_ooool0 0oooeP3oooooooooo`0Looooo`03oooF0?oooooooooo01[ooooo00?oomH0ooooooooool0:?ooool0 03cooooo00?o0000ooooooooool04_ooool00ol0:_ooooooooooo`0Qooooo`03o`0Zoooooooooooo 00kooooo00?o02[oooooooooool0G_ooool00oldo`3o0000ooooo`2Yooooo`03o`000?oooooooooo 013ooooo00?oocP0ooooooooool0KOooool01OlQ8B7oV9RHoooooomgMgOoEEEE00_ooooo00Go410@ oooooooooooooooooc8b03oooooooooo`2ooooo`03oo40oooooooooooo053ooooo00?o0000oooooooo ool04oooool00oooeP3oooooooooo`0Kooooo`03oooF0?oooooooooo01_ooooo00?oomH0oooooooo ool06oooool00oooeP3oooooooooo`0Wooooo`005?ooool01Ol0003ooooooooooooooooo000000_o oooo00Go0000ooooooooooooooooo`000003ooooo`05o`000?ooooooooooooooool000001_ooool0 0ol0003oooooooooo`02ooooo`03o`000?oooooooooo01?ooooo00?o02[oooooooooool06oooool0 0ol0:_ooooooooooo`0Dooooo`03o`0Zoooooooooooo01_ooooo00?o02[oooooooooool05oooool0 1OmgMgOoV9RHoooooonHV9SoMgMg00_ooooo00GoMgMgoiRHV?ooooooV9RHogMgM`03ooooo`05ogMg MonHV9SooooooiRHV?mgMgL01?ooool00ol0003oooooooooo`04ooooo`03o`000?ldo`3ooooo087o oooo00?oEEEEofIVI_l000001?ooool01Oo^k^koooooo`03oo40oooooooooooo053ooooo00?o0000ooooooooool0 4oooool00oooeP3oooooooooo`0Kooooo`03oooF0?oooooooooo01_ooooo00?oomH0ooooooooool0 6oooool00oooeP3oooooooooo`0Wooooo`005?ooool01Ol@413ooooooooooooooooo410@00_ooooo 00Go410@oooooooooooooooooa0@4003ooooo`05oa0@4?ooooooooooooooool@41001_ooool00ol0 003oooooooooo`02ooooo`03o`000?oooooooooo01?ooooo00?o02[oooooooooool06oooool00ol0 :_ooooooooooo`0Dooooo`03o`0Zoooooooooooo01_ooooo00?o02[oooooooooool05oooool01Oo^ k^ko03ooooo ooooo`20ooooo`03o`000?oooooooooo04gooooo00?ol@3oooooooooool0>?ooool01OmgMgOoV9RH oooooonHV9SoMgMg00Gooooo0_lQ8B46ooooo`03oeEEEOnYZJWooooo00Cooooo00?o0000oooooooo ool04_ooool00oooeP3oooooooooo`0Looooo`03oooF0?oooooooooo01_ooooo00?oomH0oooooooo ool06oooool00oooeP3oooooooooo`0Wooooo`00??ooool00ol0003oooooooooo`0Cooooo`03o`0Z oooooooooooo01[ooooo00?o02[oooooooooool05Oooool00ol0:_ooooooooooo`0Jooooo`03o`0Z oooooooooooo043ooooo00?o0000ocCo0?ooool0ROooool4o`000008oa0@4?ooooooooooonk^k_lb 03oooooooooo`1oooooo`03o`000?oooooooooo04cooooo00?ol@3oooooooooool0>Ooo ool01Ol@413ooooooooooooooooo410@00gooooo00?oZJVYoeEEEOooool01?ooool00ol0003ooooo ooooo`0Booooo`03oooF0?oooooooooo01cooooo00?oomH0ooooooooool06oooool00oooeP3ooooo ooooo`0Kooooo`03oooF0?oooooooooo02Oooooo000looooo`03o`000?oooooooooo01?ooooo00?o 02[oooooooooool06_ooool00ol0:_ooooooooooo`0Eooooo`03o`0Zoooooooooooo01[ooooo00?o 02[oooooooooool08?ooool01Oo^k^koOooool01Ol0003o oooooooooooooooo000000kooooo00?o8B4Qooooooooool00oooool00ol0003oooooooooo`0Boooo o`03oooF0?oooooooooo01cooooo00?oomH0ooooooooool06oooool00oooeP3oooooooooo`0Koooo o`03oooF0?oooooooooo02Oooooo000looooo`03o`000?oooooooooo01?ooooo00?o02[ooooooooo ool06_ooool00ol0:_ooooooooooo`0Eooooo`03o`0Zoooooooooooo01[ooooo00?o02[ooooooooo ool08?ooool01OmgMgOoV9RHoooooonHV9SoMgMg00Gooooo0_lQ8B44ooooo`05ogMgMonHV9Sooooo oiRHV?mgMgL01_ooool00ol0003oooooooooo`02ooooo`03o`000?ldo`3ooooo08_ooooo00?o0000 ooooooooool00_ooool01Ol@413ooooooooooooooooo410@00kooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`0Rooooo`03oolh0?oooooooooo05gooooo00?oV9RHoa0@4?oMgMd01Ooo ool2ob4Q8@Cooooo00Go8B4QoiRHV?ooooooV9RHob4Q8@07ooooo`03ogMgMolbooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool08oooool0 0ooo>03oooooooooo`1Mooooo`03ohN7QomEEEGooooo00[ooooo00Go0000ooooooooooooooooo`00 0008ooooo`05o`000?ooooooooooooooool00000COooool00ooa0?ooooooooooo`0jooooo`05oa0@ 4?ooooooooooooooool@41003_ooool00onYZJWoMgMgooooo`03ooooo`03o`000?oooooooooo01;o oooo00?oomH0ooooooooool07?ooool00oooeP3oooooooooo`0Kooooo`03oooF0?oooooooooo01_o oooo00?oomH0ooooooooool09oooool003cooooo00?o0000ooooooooool05?ooool00ol0:_oooooo ooooo`0Hooooo`03o`0Zoooooooooooo01Kooooo00?o02[oooooooooool06Oooool00ol0:_oooooo ooooo`0Qooooo`05o`000?ooooooooooooooool000002oooool01Ol0003ooooooooooooooooo0000 00Kooooo00?o0000ooooooooool00_ooool00ol0003o=?l0ooooo`2;ooooo`03o`000?oooooooooo 00;ooooo00Go0000ooooooooooooooooo`00000>ooooo`03o`000?oooooooooo00?ooooo00?o0000 ooooooooool09?ooool00ooo>03oooooooooo`1Iooooo`05olc01Iooooo`05ob4Q8On7QhOooooooiRHV?l000002oooool01Oooooool01Oo^k^koooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool09oooool00ooo>03oooooooooo`1Fooooo`05o`000?ooooooooooooooool0 00002oooool01Ol@413o^[Zjoooooonj^[[o410@00Cooooo00?o0000ooooooooool01Oooool00ol0 003oooooooooo`0doooooaOol@3oE_ooool00ol0003oooooooooo`0Booooo`03oooF0?oooooooooo 01cooooo00?oomH0ooooooooool06oooool00oooeP3oooooooooo`0Kooooo`03oooF0?oooooooooo 02Oooooo000Dooooo`05onk^k_lb03oooooooooo`1Eoooo o`05ob4Q8OnHV9SoooooogMgMomEEED02oooool01Ol0003o^[Zjoooooonj^[[o000000Cooooo00?o 0000ooooooooool01Oooool00ol0003oooooooooo`0_ooooo`Gol@3oKOooool00ol0003ooooooooo o`0Booooo`03oooF0?oooooooooo01cooooo00?oomH0ooooooooool06oooool00oooeP3ooooooooo o`0Kooooo`03oooF0?oooooooooo02Oooooo000Dooooo`05ogMgMonHV9SooooooiRHV?mgMgL01Ooo ool2ob4Q8@Cooooo00GoMgMgoiRHV?ooooooV9RHogMgM`03ooooo`05ogMgMonHV9SooooooiRHV?mg MgL00oooool01OnHV9So8B4Qonk^k_ooooooA4A400?ooooo00?o0000ooooooooool05?ooool00ol0 :_ooooooooooo`0Fooooo`03o`0Zoooooooooooo01Sooooo00?o02[oooooooooool05oooool00ol0 :_ooooooooooo`0Sooooo`05onk^k_lbo`0Zoa[ooooo00?o02[oooooooooool02_ooool> o`0ZodGooooo00?o0000ocCo0?ooool0ZOooool00ol0003oooooooooo`0Zooooo`03oolh0?oooooo oooo07Cooooo00?o0000ooooooooool0;Oooool00ooa0?ooooooooooo`1aooooo`03o`000?oooooo oooo01;ooooo00?oomH0ooooooooool07?ooool00oooeP3oooooooooo`0Kooooo`03oooF0?oooooo oooo01_ooooo00?oomH0ooooooooool09oooool001Cooooo00Go0000ooooooooooooooooo`00000; ooooo`05o`000?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo000000Gooooo 00?oV9RHob4Q8Oo^k^h00oooool2o`0001Gooooo00?o02[oooooooooool02?ooool2o`0ZobOooooo 00?o02[oooooooooool02Oooool00ol0:_ooooooooooo`1Aooooo`03o`000?ldo`3ooooo04Gooooo 1?ldo`1Pooooo`03o`000?oooooooooo02_ooooo0ooo>01cooooo`03o`000?oooooooooo02_ooooo 0_oa0?mdooooo`03o`000?oooooooooo01;ooooo00?oomH0ooooooooool07?ooool00oooeP3ooooo ooooo`0Kooooo`03oooF0?oooooooooo01_ooooo00?oomH0ooooooooool09oooool001Cooooo00Go 0000ooooooooooooooooo`00000;ooooo`05o`000?ooooooooooooooool000000oooool01Ol0003o oooooooooooooooo000000Kooooo00?oMgMgofIVI_ooool00_ooool00ol0003oooooooooo`0Doooo o`03o`0Zoooooooooooo00Oooooo00?o02[oooooooooool09oooool00ol0:_ooooooooooo`08oooo o`03o`0Zoooooooooooo05;ooooo00?o0000ocCo0?ooool0AOooool01?ldo`3oooooooooooldo`0h ooooo`Co000000So410@ooooooooooook^k^oc8b<_l0003o03oooooooooo`1Iooooo`03 o`000?oooooooooo02Sooooo00?ol@3oooooooooool0GOooool01Oo^k^ko?ooool00ol0003o ooooooooo`02ooooo`05oa0@4?ooooooooooooooool@41003_ooool00ol0003oooooooooo`07oooo o`05o`000?ooooooooooooooool00000B?ooool00ooo>03oooooooooo`0oooooo`04oa0@4?l0003o A4A4olc03oooooooooo`11ooooo`03oiRHV?l@413ogMgM00Gooooo0_lQ8B46ooooo`03oiRH V?l@413ogMgM00Cooooo00?o0000ooooooooool09Oooool00ooa0?ooooooooooo`1Pooooo`05oa0@ 4?ooooooooooooooool@41002oooool01Ol0003ooooooooooooooooo000000Cooooo00?o0000oooo ooooool04_ooool00oooeP3oooooooooo`0Looooo`03oooF0?oooooooooo01[ooooo00?oomH0oooo ooooool07?ooool00oooeP3oooooooooo`0Wooooo`00??ooool00ol0003oooooooooo`0Eooooo`03 o`0Zoooooooooooo00Gooooo00?o02[oooooooooool0:Oooool00ol0:_ooooooooooo`06ooooo`03 o`0Zoooooooooooo02_ooooo00Go410@oooooooooooooooooa0@400;ooooo`05oa0@4?oooooooooo ooooool@41001_ooool00ol0003oooooooooo`07ooooo`05o`000?ooooooooooo`000?ldo`004_oo ool3ocCo02cooooo00?o=?l0ooooooooool01_ooool00oldo`3oooooooooo`0gooooo`03o`000?oo oooooooo00;ooooo00Go0000ooooooooooooooooo`00000>ooooo`03o`000?oooooooooo00?ooooo 00Go0000ob4Q8Ol0003oooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool01Oooool00ol0003oooooooooo`17ooooo`03oolh0?oooooooooo03kooooo00Goc03ooooo ooooo`0nooooo`05ob4Q8On7QhOooooooiRHV?l000002oooool01OlQ8B7oQhN7oooooonHV9So0000 00Cooooo00?o0000ooooooooool08_ooool00ooa0?ooooooooooo`1Sooooo`05oa0@4?oooooooooo ooooool@41002oooool01Ol@413o^[Zjoooooonj^[[o410@00Cooooo00?o0000ooooooooool04_oo ool00oooeP3oooooooooo`0Looooo`03oooF0?oooooooooo01[ooooo00?oomH0ooooooooool07?oo ool00oooeP3oooooooooo`0Wooooo`00??ooool00ol0003oooooooooo`0Eooooo`03o`0Zoooooooo oooo00Cooooo00?o02[oooooooooool0:_ooool00ol0:_ooooooooooo`05ooooo`03o`0Zoooooooo oooo02cooooo00Go410@oooooooooooooooooa0@400;ooooo`05oa0@4?ooooooooooooooool@4100 1_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo0_l000000oldo`3ooooo ooooo`0=ooooo`03ocCo0?oooooooooo00;ooooo00?o=?l0ooooooooool09_ooool00oldo`3ooooo ooooo`09ooooo`03ocCo0?oooooooooo03Gooooo00?oEEEEofIVI_l000001?ooool01Oo^k^ko03oooooooooo`0mooooo`05o`000?ooooooooooooooool000002oooool01Ol0 003ooooooooooooooooo000000Cooooo00?o0000ooooooooool08_ooool00ooa0?ooooooooooo`1S ooooo`05ogMgMonHV9SooooooiRHV?mgMgL02oooool01Ol0003o^[Zjoooooonj^[[o000000Cooooo 00?o0000ooooooooool04_ooool00oooeP3oooooooooo`0Looooo`03oooF0?oooooooooo01[ooooo 00?oomH0ooooooooool07?ooool00oooeP3oooooooooo`0Wooooo`00??ooool00ol0003ooooooooo o`0Eooooo`03o`0Zoooooooooooo00Cooooo00?o02[oooooooooool0:_ooool00ol0:_oooooooooo o`05ooooo`03o`0Zoooooooooooo02cooooo00GoMgMgoiRHV?ooooooV9RHogMgM`0;ooooo`05ogMg MonHV9SooooooiRHV?mgMgL01_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Co oooo00?o0000ooooooldo`003_ooool00oldo`3oooooooooo`03ooooo`03ocCo0?oooooooooo02Go oooo00?o=?l0ooooooooool02_ooool00oldo`3oooooooooo`1Mooooo`03o`000?oooooooooo04So oooo00?oocP0ooooooooool0?Oooool01OlQ8B7oV9RHoooooomgMgOoEEEE00_ooooo00Go8B4QoiRH V?ooooooMgMgoeEEE@04ooooo`03o`000?oooooooooo027ooooo00?ol@3oooooooooool0I?ooool0 1Oo^k^ko03o ooooooooo`0mooooo`05olcooooo`03ocCo0?oooooooooo03kooooo00?o0000ooooooooool00_oo ool01OmgMgOoV9RHoooooonHV9SoMgMg00Gooooo0_lQ8B44ooooo`05oiRHV?lQ8B7ok^k^oooooom4 A4@01?ooool00ol0003oooooooooo`1;ooooo`03oolh0?oooooooooo05?ooooo00?o0000oooooooo ool06_ooool00ooa0?ooooooooooo`24ooooo`03o`000?oooooooooo01;ooooo00?oomH0oooooooo ool07Oooool00oooeP3oooooooooo`0Iooooo`03oooF0?oooooooooo01gooooo00?oomH0oooooooo ool09_ooool001Cooooo00Go0000ooooooooooooooooo`00000;ooooo`05o`000?oooooooooooooo ool000000oooool01Ol0003ooooooooooooooooo000000Kooooo00?oZJVYoa0@4?ooool00_ooool0 0ol0003oooooooooo`0Eooooo`03o`0Zoooooooooooo00;ooooo00?o02[oooooooooool0;?ooool0 0ol0:_ooooooooooo`04ooooo`03o`0Zoooooooooooo03Gooooo00Gok^k^oc8b<_l0003o03oooooooooo`0]ooooo`05olc< c?lQ8B7o0000oeEEEOl000002oooool01Ooooooo`03ohN7QomEEEGooooo00?ooooo00?o0000ooooooooool04_ooool0 0oooeP3oooooooooo`0Mooooo`03oooF0?oooooooooo01Wooooo00?oomH0ooooooooool07Oooool0 0oooeP3oooooooooo`0Vooooo`005?ooool01Oo^k^koooooo`03ocCo0?oooooooooo01[ooooo00?o=?l0ooooooooool05_oo ool00oldo`3oooooooooo`1Iooooo`03o`000?oooooooooo05Gooooo0_oo>00Yooooo`05olc03oooooooooo`17oooo o`03o`000?oooooooooo00oooooo00?oMgMgofIVI_ooool00_ooool01Ooa0?oooooooooooooooooo 000000[ooooo00CogMgMoeEEEOoooooo00001?ooool01Ol0003ooooooooooooooooo000000[ooooo 00Go0000oeEEEOl0003o410@olc03oooooooooo`13ooooo`03o`000?oooooooooo01;ooooo00?o l@3oooooooooool0S?ooool00ol0003oooooooooo`0Booooo`05oooF0?ooooooooooooooool@4100 0oooool00ol@413oooooooooo`0:ooooo`03ogMgMooooooo`05oiRHV?l@413o0000ob4Q8OooeP000oooool01Oo^ k^ko03oooooooooo`10ooooo`03o`000?oooooooooo00;ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`0`ooooo`03o`000?oooooooooo01;ooooo00?oomH0oooooooo ool07oooool00oooeP3oooooooooo`0Gooooo`03oooF0?oooooooooo01oooooo0_ooeP0Uooooo`00 5?ooool01Ol@413ooooooooooooooooo410@00_ooooo00Go410@oooooooooooooooooa0@4003oooo o`05oa0@4?ooooooooooooooool@41001?ooool00omgMgOoc03ooooooooo o`0oooooo`03o`000?oooooooooo0:7ooooo00?o0000ooooooooool04_ooool00oooeP3ooooooooo o`0Pooooo`;oomH05oooool00oooeP3oooooooooo`0Pooooo`;oomH09?ooool001Cooooo00GoMgMg oiRHV?ooooooV9RHogMgM`0;ooooo`05ogMgMonHV9SooooooiRHV?mgMgL00oooool01OmgMgOoV9RH oooooonHV9SoMgMg00Cooooo00?ok^k^odA4A?l000001?ooool00ol0003oooooooooo`1"], ImageRangeCache->{{{0, 884.625}, {434.812, 0}} -> {-0.128328, -0.0615304, \ 0.00742781, 0.00742781}, {{21.5625, 177.375}, {424.438, 328.125}} -> \ {-57.107, -0.00366895, 1.18215, 0.000185234}, {{193, 348.812}, {424.438, \ 328.125}} -> {-219.239, -0.00439265, 1.18215, 0.000221772}, {{364.375, \ 520.188}, {424.438, 328.125}} -> {-349.801, 0.00595704, 1.10476, 0.00140574}, \ {{21.5625, 177.375}, {318.5, 222.188}} -> {-57.107, -0.00945403, 1.18215, \ 9.04198*^-5}, {{193, 348.812}, {318.5, 222.188}} -> {-198.339, 0.847885, \ 1.10476, 0.00100308}, {{364.375, 520.188}, {318.5, 222.188}} -> {-381.311, \ -0.0618416, 1.18215, 0.000591465}, {{535.75, 691.625}, {318.5, 222.188}} -> \ {-500.991, -0.0797131, 1.10415, 0.00118264}, {{707.188, 863}, {318.5, \ 222.188}} -> {-663.111, -0.121312, 1.12101, 0.0011759}, {{21.5625, 177.375}, \ {212.562, 116.25}} -> {-44.8724, -1.7758, 1.12099, 0.00945004}, {{193, \ 348.812}, {212.562, 116.25}} -> {-219.239, -0.0558799, 1.18215, 0.000295181}, \ {{364.375, 520.188}, {212.562, 116.25}} -> {-381.311, -0.0471112, 1.18215, \ 0.000248861}, {{535.75, 691.625}, {212.562, 116.25}} -> {-591.479, \ -0.00614087, 1.2704, 3.21377*^-5}, {{707.188, 863}, {212.562, 116.25}} -> \ {-705.515, 0.959354, 1.18215, 0.000173191}, {{21.5625, 177.375}, {106.625, \ 10.3125}} -> {-57.107, -0.023417, 1.18215, 8.54456*^-5}, {{193, 348.812}, \ {106.625, 10.3125}} -> {-219.239, -0.145453, 1.18215, 0.00053074}, {{364.375, \ 520.188}, {106.625, 10.3125}} -> {-381.311, 8.47452, 1.18215, 0.0055663}, \ {{535.75, 691.625}, {106.625, 10.3125}} -> {-500.991, 8.3303, 1.10415, \ 0.00519894}, {{707.188, 863}, {106.625, 10.3125}} -> {-606.527, -1.92159, \ 1.03688, 0.00902527}}], Cell[BoxData[ RowBox[{"{", RowBox[{"{", RowBox[{"0", ",", "100", ",", RowBox[{"{", RowBox[{"{", RowBox[{ RowBox[{"activeX", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"activeY", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"GDP", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"GTP", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"R", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"RL", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"RL\[Alpha]GDP\[Beta]\[Gamma]", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"RL\[Alpha]GTP\[Beta]\[Gamma]", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"RL\[Alpha]\[Beta]\[Gamma]", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"X", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"X$\[Alpha]GTP", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"Y", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"Y$\[Beta]\[Gamma]", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"\[Alpha]GDP", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"\[Alpha]GDP\[Beta]\[Gamma]", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"\[Alpha]GTP", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"\[Alpha]GTP\[Beta]\[Gamma]", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}], ",", RowBox[{"\[Beta]\[Gamma]", "\[Rule]", TagBox[\(InterpolatingFunction[{{0.`, 100.`}}, "<>"]\), False, Editable->False]}]}], "}"}], "}"}]}], "}"}], "}"}]], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Save some pictures to disk", "Subsubsection"], Cell[BoxData[ \(L[t_] := \ pulseTrain[t, 30, 1, 25, 50, 3]\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(\(p = runPlot[r, \ plotVariables \[Rule] \ All, plotFunctions \[Rule] \ {{"\", L[t]}}, plotColumns \[Rule] 4];\)\)], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .77614 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.238095 0.0184794 0.238095 [ [ 0 0 0 0 ] [ 1 .77614 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .77614 L 0 .77614 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.0184794 0.245293 0.155364 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147151 53.3047 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .12132 -30 -4.5 ] [-0.0125 .12132 0 4.5 ] [-0.0125 .22793 -30 -4.5 ] [-0.0125 .22793 0 4.5 ] [-0.0125 .33454 -30 -4.5 ] [-0.0125 .33454 0 4.5 ] [-0.0125 .44115 -30 -4.5 ] [-0.0125 .44115 0 4.5 ] [-0.0125 .54776 -24 -4.5 ] [-0.0125 .54776 0 4.5 ] [.5 .63053 -20 0 ] [.5 .63053 20 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .12132 m .00625 .12132 L s [(0.002)] -0.0125 .12132 1 0 Mshowa 0 .22793 m .00625 .22793 L s [(0.004)] -0.0125 .22793 1 0 Mshowa 0 .33454 m .00625 .33454 L s [(0.006)] -0.0125 .33454 1 0 Mshowa 0 .44115 m .00625 .44115 L s [(0.008)] -0.0125 .44115 1 0 Mshowa 0 .54776 m .00625 .54776 L s [(0.01)] -0.0125 .54776 1 0 Mshowa .125 Mabswid 0 .04137 m .00375 .04137 L s 0 .06802 m .00375 .06802 L s 0 .09467 m .00375 .09467 L s 0 .14798 m .00375 .14798 L s 0 .17463 m .00375 .17463 L s 0 .20128 m .00375 .20128 L s 0 .25459 m .00375 .25459 L s 0 .28124 m .00375 .28124 L s 0 .30789 m .00375 .30789 L s 0 .3612 m .00375 .3612 L s 0 .38785 m .00375 .38785 L s 0 .4145 m .00375 .4145 L s 0 .46781 m .00375 .46781 L s 0 .49446 m .00375 .49446 L s 0 .52111 m .00375 .52111 L s 0 .57441 m .00375 .57441 L s 0 .60107 m .00375 .60107 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -81 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 /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 Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%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 (GTP) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (bg) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .863 0 1 r .5 Mabswid 0 .01472 m .00123 .01472 L .00236 .01472 L .00365 .01472 L .00488 .01472 L .00601 .01472 L .00706 .01472 L .00821 .01472 L .00942 .01472 L .01065 .01472 L .01196 .01472 L .0132 .01472 L .01434 .01472 L .01566 .01472 L .01641 .01472 L .01711 .01472 L .01839 .01472 L .01975 .01472 L .02043 .01472 L .02115 .01472 L .02245 .01472 L .02317 .01472 L .02384 .01472 L .02458 .01472 L .02537 .01472 L .02605 .01472 L .02679 .01472 L .02814 .01472 L .02945 .01472 L .03067 .01472 L .03184 .01472 L .03295 .01472 L .03416 .01472 L .03547 .01472 L .03676 .01472 L .03813 .01472 L .03929 .01472 L .04057 .01472 L .04131 .01472 L .042 .01472 L .04275 .01472 L .04355 .01472 L .0449 .01472 L .04566 .01472 L .04637 .01472 L .0477 .01472 L .04892 .01472 L .04959 .01472 L .05032 .01472 L .05165 .01472 L Mistroke .05245 .01472 L .05321 .01472 L .05389 .01472 L .05462 .01472 L .05543 .01472 L .05627 .01472 L .057 .01472 L .05779 .01472 L .05854 .01472 L .05921 .01472 L .06 .01472 L .06074 .01472 L .06205 .01472 L .0628 .01472 L .06349 .01472 L .06471 .01472 L .06603 .01472 L .06727 .01472 L .06841 .01472 L .06967 .01472 L .07105 .01472 L .07175 .01472 L .07249 .01472 L .07383 .01472 L .07457 .01472 L .07525 .01472 L .076 .01472 L .07679 .01472 L .07812 .01472 L .07888 .01472 L .07959 .01472 L .0809 .01472 L .08211 .01472 L .08349 .01472 L .08481 .01472 L .086 .01472 L .08729 .01472 L .0885 .01472 L .08962 .01472 L .09085 .01472 L .0922 .01472 L .09289 .01472 L .09361 .01472 L .09493 .01472 L .09565 .01472 L .09632 .01472 L .09705 .01472 L .09783 .01472 L .09913 .01472 L .09987 .01472 L Mistroke .10056 .01472 L .10185 .01472 L .10303 .01472 L .10439 .01472 L .10569 .01472 L .10691 .01472 L .10801 .01472 L .10928 .01472 L .11048 .01472 L .1116 .01472 L .11262 .01472 L .11375 .01472 L .11493 .01472 L .11613 .01472 L .11742 .01472 L .11864 .01472 L .11974 .01472 L .12104 .01472 L .12178 .01472 L .12245 .01472 L .1237 .01472 L .12502 .01472 L .12622 .01472 L .12753 .01472 L .12889 .01472 L .13016 .01472 L .13135 .01472 L .13244 .01472 L .13369 .01472 L .13487 .01472 L .13616 .01472 L .13752 .01472 L .13868 .01472 L .13996 .01472 L .14134 .01472 L .14211 .01472 L .14281 .01472 L .14418 .01472 L .14548 .01472 L .14669 .01472 L .14779 .01472 L .14906 .01472 L .15025 .01472 L .15136 .01472 L .15237 .01472 L .15349 .01472 L .15467 .01472 L .15586 .01472 L .15714 .01472 L .15835 .01472 L Mistroke .15945 .01472 L .16074 .01472 L .16146 .01472 L .16214 .01472 L .16337 .01472 L .16468 .01472 L .16594 .01472 L .16732 .01472 L .16863 .01472 L .16984 .01472 L .17103 .01472 L .17212 .01472 L .17337 .01472 L .17456 .01472 L .17585 .01472 L .17721 .01479 L .17838 .01521 L .17966 .0166 L .18104 .01997 L .18181 .02301 L .18251 .02664 L .18388 .03628 L .18518 .0488 L .1875 .07943 L .18996 .12248 L .19438 .21789 L .1996 .33703 L .20439 .43057 L .20687 .46877 L .20918 .49718 L .21159 .51937 L .21286 .52812 L .21423 .53526 L .2156 .54027 L .21637 .54218 L .21708 .54337 L .21839 .54422 L .21978 .54336 L .22102 .54117 L .22218 .53801 L .22346 .53343 L .22483 .52734 L .22997 .49615 L .23486 .45901 L .24402 .38541 L .25411 .31606 L .25974 .28619 L .26485 .26485 L .26963 .2494 L .27214 .24286 L Mistroke .2748 .23703 L .27713 .23274 L .27968 .22883 L .28416 .2237 L .28681 .22157 L .2882 .22067 L .28968 .21987 L .29097 .21929 L .29239 .21877 L .2937 .21839 L .2949 .21812 L .29608 .21792 L .29733 .21777 L .29858 .21768 L .29995 .21764 L .30113 .21765 L .3024 .21771 L .30359 .2178 L .30468 .21791 L .30751 .2183 L .31011 .21876 L .31599 .22 L .32665 .22238 L .33617 .22416 L .34141 .22492 L .34638 .22551 L .35224 .22604 L .35759 .2264 L .36261 .22663 L .36544 .22673 L .36807 .22681 L .37043 .22686 L .37292 .22691 L .37565 .22694 L .37686 .22695 L .37815 .22697 L .37938 .22698 L .38049 .22698 L .38163 .22699 L .38268 .22699 L .3839 .22699 L .38522 .227 L .38639 .227 L .38763 .227 L .38897 .227 L .39019 .227 L .39086 .22699 L .3916 .22699 L .39294 .22699 L .39792 .22697 L Mistroke .40925 .22692 L .41483 .2269 L .42009 .22688 L .42238 .22687 L .42481 .22687 L .42607 .22686 L .42679 .22686 L .42747 .22685 L .42865 .2268 L .42991 .22667 L .43063 .22654 L .43138 .22633 L .43275 .22575 L .4335 .2253 L .43421 .22478 L .43583 .22318 L .43724 .22131 L .43853 .21918 L .44143 .21289 L .44655 .19725 L .45193 .1762 L .46272 .12961 L .47291 .09075 L .48205 .06429 L .4872 .05294 L .49196 .04449 L .49713 .03719 L .50196 .03185 L .50701 .02754 L .51255 .02398 L .5181 .02136 L .52316 .0196 L .52901 .01812 L .53455 .01713 L .53985 .01645 L .54465 .01599 L .55019 .01561 L .5554 .01536 L .56024 .01519 L .56469 .01507 L .56957 .01498 L .57472 .0149 L .57994 .01485 L .5847 .01481 L .59019 .01478 L .59539 .01477 L .60019 .01475 L .60462 .01474 L .60949 .01474 L .61465 .01473 L Mistroke .6198 .01473 L .62452 .01472 L .62997 .01472 L .63514 .01472 L .6399 .01472 L .64433 .01472 L .64918 .01472 L .65435 .01472 L .65997 .01472 L .66514 .01472 L .66784 .01472 L .67082 .01472 L .67231 .01472 L .67314 .01472 L .67392 .01472 L .67464 .01472 L .67543 .01472 L .67681 .01475 L .67812 .01511 L .67935 .01631 L .68069 .01943 L .68145 .02234 L .68214 .0259 L .68346 .03526 L .68421 .04222 L .6849 .04982 L .68781 .09324 L .69039 .14564 L .69273 .20141 L .69799 .33672 L .70307 .45498 L .70585 .50688 L .70846 .54537 L .71067 .57016 L .71192 .58091 L .71305 .5888 L .71429 .59537 L .71565 .60023 L .71693 .60272 L .71811 .60332 L .71949 .60211 L .72026 .6006 L .72097 .5987 L .72228 .59406 L .72366 .58766 L .72606 .57343 L .72868 .55416 L .73994 .45106 L .75048 .35848 L .76045 .29295 L Mistroke .76596 .26709 L .76886 .25618 L .77194 .24647 L .77453 .23967 L .77739 .23346 L .78242 .22537 L .78489 .22253 L .78759 .22015 L .78895 .21919 L .79041 .21834 L .79303 .2172 L .79429 .21681 L .79565 .21649 L .79694 .21627 L .79813 .21614 L .7992 .21607 L .80037 .21605 L .8016 .21608 L .80275 .21615 L .80411 .21628 L .80559 .21647 L .80828 .21694 L .81332 .21808 L .82466 .22105 L .83534 .22348 L .84057 .22442 L .84538 .22512 L .85094 .22575 L .85381 .22601 L .85695 .22625 L .86205 .22654 L .86483 .22667 L .86742 .22676 L .86999 .22683 L .8727 .22689 L .87412 .22692 L .87569 .22694 L .87712 .22696 L .87844 .22697 L .87968 .22698 L .88103 .22699 L .88246 .227 L .88382 .227 L .88508 .22701 L .88643 .22701 L .8877 .22701 L .88886 .22701 L .89008 .227 L .89137 .227 L .89247 .227 L Mistroke .89368 .227 L .8989 .22697 L .90836 .22693 L .91386 .2269 L .91907 .22688 L .92375 .22686 L .92503 .22685 L .92639 .22685 L .92756 .22683 L .92884 .22678 L .93023 .22661 L .93092 .22645 L .93168 .22622 L .93303 .22558 L .93429 .2247 L .93578 .22324 L .93713 .22147 L .94017 .21589 L .94279 .20928 L .94564 .20044 L .9508 .18095 L .97126 .09646 L .97686 .07831 L .98288 .06232 L .98857 .05035 L .99376 .04175 L 1 .03387 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.267442 0.0184794 0.488926 0.155364 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 -0.182568 7.85891 [ [.2 .59082 -6 -9 ] [.2 .59082 6 0 ] [.4 .59082 -6 -9 ] [.4 .59082 6 0 ] [.6 .59082 -6 -9 ] [.6 .59082 6 0 ] [.8 .59082 -6 -9 ] [.8 .59082 6 0 ] [1 .59082 -9 -9 ] [1 .59082 9 0 ] [-0.0125 .0532 -24 -4.5 ] [-0.0125 .0532 0 4.5 ] [-0.0125 .13179 -24 -4.5 ] [-0.0125 .13179 0 4.5 ] [-0.0125 .21038 -24 -4.5 ] [-0.0125 .21038 0 4.5 ] [-0.0125 .28897 -24 -4.5 ] [-0.0125 .28897 0 4.5 ] [-0.0125 .36756 -24 -4.5 ] [-0.0125 .36756 0 4.5 ] [-0.0125 .44614 -24 -4.5 ] [-0.0125 .44614 0 4.5 ] [-0.0125 .52473 -24 -4.5 ] [-0.0125 .52473 0 4.5 ] [.5 .63053 -8 0 ] [.5 .63053 8 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .60332 m .2 .60957 L s [(20)] .2 .59082 0 1 Mshowa .4 .60332 m .4 .60957 L s [(40)] .4 .59082 0 1 Mshowa .6 .60332 m .6 .60957 L s [(60)] .6 .59082 0 1 Mshowa .8 .60332 m .8 .60957 L s [(80)] .8 .59082 0 1 Mshowa 1 .60332 m 1 .60957 L s [(100)] 1 .59082 0 1 Mshowa .125 Mabswid .05 .60332 m .05 .60707 L s .1 .60332 m .1 .60707 L s .15 .60332 m .15 .60707 L s .25 .60332 m .25 .60707 L s .3 .60332 m .3 .60707 L s .35 .60332 m .35 .60707 L s .45 .60332 m .45 .60707 L s .5 .60332 m .5 .60707 L s .55 .60332 m .55 .60707 L s .65 .60332 m .65 .60707 L s .7 .60332 m .7 .60707 L s .75 .60332 m .75 .60707 L s .85 .60332 m .85 .60707 L s .9 .60332 m .9 .60707 L s .95 .60332 m .95 .60707 L s .25 Mabswid 0 .60332 m 1 .60332 L s 0 .0532 m .00625 .0532 L s [(0.03)] -0.0125 .0532 1 0 Mshowa 0 .13179 m .00625 .13179 L s [(0.04)] -0.0125 .13179 1 0 Mshowa 0 .21038 m .00625 .21038 L s [(0.05)] -0.0125 .21038 1 0 Mshowa 0 .28897 m .00625 .28897 L s [(0.06)] -0.0125 .28897 1 0 Mshowa 0 .36756 m .00625 .36756 L s [(0.07)] -0.0125 .36756 1 0 Mshowa 0 .44614 m .00625 .44614 L s [(0.08)] -0.0125 .44614 1 0 Mshowa 0 .52473 m .00625 .52473 L s [(0.09)] -0.0125 .52473 1 0 Mshowa .125 Mabswid 0 .06892 m .00375 .06892 L s 0 .08463 m .00375 .08463 L s 0 .10035 m .00375 .10035 L s 0 .11607 m .00375 .11607 L s 0 .14751 m .00375 .14751 L s 0 .16322 m .00375 .16322 L s 0 .17894 m .00375 .17894 L s 0 .19466 m .00375 .19466 L s 0 .22609 m .00375 .22609 L s 0 .24181 m .00375 .24181 L s 0 .25753 m .00375 .25753 L s 0 .27325 m .00375 .27325 L s 0 .30468 m .00375 .30468 L s 0 .3204 m .00375 .3204 L s 0 .33612 m .00375 .33612 L s 0 .35184 m .00375 .35184 L s 0 .38327 m .00375 .38327 L s 0 .39899 m .00375 .39899 L s 0 .41471 m .00375 .41471 L s 0 .43043 m .00375 .43043 L s 0 .46186 m .00375 .46186 L s 0 .47758 m .00375 .47758 L s 0 .4933 m .00375 .4933 L s 0 .50902 m .00375 .50902 L s 0 .54045 m .00375 .54045 L s 0 .55617 m .00375 .55617 L s 0 .57189 m .00375 .57189 L s 0 .5876 m .00375 .5876 L s 0 .03748 m .00375 .03748 L s 0 .02176 m .00375 .02176 L s 0 .00605 m .00375 .00605 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -69 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 /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 Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (bg) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .491 0 1 r .5 Mabswid 0 .60332 m .00123 .51414 L .00236 .45695 L .00365 .41034 L .00488 .37939 L .00601 .35855 L .00706 .34397 L .00821 .33164 L .00942 .32154 L .01196 .30655 L .01434 .2966 L .01975 .27964 L .04057 .22935 L .06367 .18461 L .08481 .15137 L .12552 .10183 L .14714 .08107 L .16721 .06435 L .17201 .06066 L .17721 .05679 L .18179 .05363 L .1829 .053 L .18409 .05245 L .1854 .05202 L .18662 .05184 L .18735 .05185 L .18814 .05196 L .18889 .05218 L .18958 .05249 L .19089 .05335 L .19228 .05468 L .19355 .05631 L .19475 .05819 L .19748 .06374 L .20221 .07721 L .20732 .09597 L .22795 .18034 L .2336 .19856 L .23964 .21424 L .24533 .22556 L .25051 .2332 L .25311 .2362 L .25586 .23884 L .26078 .24237 L .26352 .24377 L .26608 .24477 L .26889 .24558 L .27047 .24591 L .27191 .24615 L .27316 .24632 L Mistroke .27449 .24645 L .27574 .24654 L .27687 .24659 L .27821 .24662 L .27897 .24662 L .27966 .24662 L .28093 .2466 L .28228 .24655 L .28345 .24649 L .28471 .24641 L .28697 .24623 L .29212 .24572 L .30223 .24456 L .31296 .24346 L .31856 .24301 L .32473 .24262 L .33034 .24235 L .3356 .24216 L .34074 .24203 L .34332 .24198 L .34613 .24193 L .34855 .2419 L .35113 .24188 L .35357 .24186 L .35578 .24184 L .35713 .24184 L .35857 .24183 L .35981 .24183 L .36114 .24183 L .36189 .24182 L .36258 .24182 L .36391 .24182 L .36466 .24182 L .36547 .24182 L .36624 .24182 L .36695 .24182 L .36821 .24182 L .36938 .24182 L .37067 .24182 L .37206 .24182 L .3749 .24183 L .37749 .24183 L .3879 .24186 L .39902 .24188 L .40442 .24189 L .40952 .24189 L .4141 .2419 L .41907 .2419 L .42387 .2419 L .42519 .2419 L Mistroke .42591 .2419 L .4266 .2419 L .42794 .2419 L .42916 .2419 L .43045 .2419 L .43182 .24189 L .43311 .24188 L .43428 .24185 L .43566 .2418 L .43644 .24177 L .43715 .24172 L .43847 .24162 L .43986 .24147 L .44105 .24131 L .44214 .24112 L .44459 .24058 L .44686 .2399 L .44901 .23908 L .45382 .23659 L .45905 .23283 L .46893 .22301 L .47982 .2091 L .50189 .17701 L .54412 .12078 L .58477 .07961 L .62798 .04643 L .64955 .03283 L .66006 .02677 L .66961 .02155 L .67439 .01904 L .67691 .01774 L .67957 .01641 L .6819 .0154 L .68322 .01498 L .68446 .01475 L .6856 .01472 L .68664 .01487 L .68783 .01529 L .68897 .01597 L .69028 .01712 L .69146 .01852 L .69411 .02298 L .69656 .02877 L .69886 .03564 L .70405 .05539 L .70964 .08147 L .71959 .13145 L .73022 .17855 L .73633 .19974 L .7419 .21496 L Mistroke .74749 .2266 L .75277 .23463 L .7578 .24001 L .76033 .24203 L .76313 .24379 L .7655 .24495 L .76806 .24589 L .7693 .24626 L .77048 .24654 L .77269 .24696 L .77405 .24714 L .77528 .24726 L .77597 .24731 L .77671 .24735 L .77805 .2474 L .77931 .24741 L .78064 .24739 L .78178 .24735 L .78302 .24729 L .7845 .24719 L .78584 .24707 L .78886 .24677 L .79431 .24609 L .80484 .24467 L .81061 .24398 L .81603 .24342 L .82559 .24267 L .83066 .24239 L .83614 .24217 L .84102 .24202 L .84378 .24196 L .84636 .24191 L .84903 .24187 L .85156 .24185 L .85447 .24182 L .85573 .24181 L .85712 .24181 L .85945 .2418 L .86073 .24179 L .86192 .24179 L .86304 .24179 L .86406 .24179 L .86524 .24178 L .86636 .24178 L .86756 .24178 L .86884 .24178 L .87005 .24179 L .87115 .24179 L .87384 .24179 L .87637 .2418 L Mistroke .8957 .24184 L .90099 .24185 L .90666 .24186 L .91201 .24187 L .91689 .24188 L .92205 .24188 L .92497 .24188 L .92636 .24188 L .92766 .24188 L .92879 .24188 L .93001 .24188 L .93137 .24187 L .93261 .24186 L .93383 .24184 L .93516 .2418 L .93584 .24177 L .93656 .24174 L .93786 .24165 L .93935 .24151 L .94072 .24134 L .94223 .24109 L .94382 .24076 L .94651 .24 L .94945 .23888 L .95208 .23759 L .9549 .23589 L .95998 .23204 L .96982 .22197 L .98052 .20814 L 1 .17979 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.511074 0.0184794 0.732558 0.155364 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147151 0.588604 [ [.2 .00222 -6 -9 ] [.2 .00222 6 0 ] [.4 .00222 -6 -9 ] [.4 .00222 6 0 ] [.6 .00222 -6 -9 ] [.6 .00222 6 0 ] [.8 .00222 -6 -9 ] [.8 .00222 6 0 ] [1 .00222 -9 -9 ] [1 .00222 9 0 ] [-0.0125 .13244 -18 -4.5 ] [-0.0125 .13244 0 4.5 ] [-0.0125 .25016 -18 -4.5 ] [-0.0125 .25016 0 4.5 ] [-0.0125 .36788 -18 -4.5 ] [-0.0125 .36788 0 4.5 ] [-0.0125 .4856 -18 -4.5 ] [-0.0125 .4856 0 4.5 ] [-0.0125 .60332 -6 -4.5 ] [-0.0125 .60332 0 4.5 ] [.5 .63053 -5 0 ] [.5 .63053 5 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .2 .01472 m .2 .02097 L s [(20)] .2 .00222 0 1 Mshowa .4 .01472 m .4 .02097 L s [(40)] .4 .00222 0 1 Mshowa .6 .01472 m .6 .02097 L s [(60)] .6 .00222 0 1 Mshowa .8 .01472 m .8 .02097 L s [(80)] .8 .00222 0 1 Mshowa 1 .01472 m 1 .02097 L s [(100)] 1 .00222 0 1 Mshowa .125 Mabswid .05 .01472 m .05 .01847 L s .1 .01472 m .1 .01847 L s .15 .01472 m .15 .01847 L s .25 .01472 m .25 .01847 L s .3 .01472 m .3 .01847 L s .35 .01472 m .35 .01847 L s .45 .01472 m .45 .01847 L s .5 .01472 m .5 .01847 L s .55 .01472 m .55 .01847 L s .65 .01472 m .65 .01847 L s .7 .01472 m .7 .01847 L s .75 .01472 m .75 .01847 L s .85 .01472 m .85 .01847 L s .9 .01472 m .9 .01847 L s .95 .01472 m .95 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s 0 .13244 m .00625 .13244 L s [(0.2)] -0.0125 .13244 1 0 Mshowa 0 .25016 m .00625 .25016 L s [(0.4)] -0.0125 .25016 1 0 Mshowa 0 .36788 m .00625 .36788 L s [(0.6)] -0.0125 .36788 1 0 Mshowa 0 .4856 m .00625 .4856 L s [(0.8)] -0.0125 .4856 1 0 Mshowa 0 .60332 m .00625 .60332 L s [(1)] -0.0125 .60332 1 0 Mshowa .125 Mabswid 0 .04415 m .00375 .04415 L s 0 .07358 m .00375 .07358 L s 0 .10301 m .00375 .10301 L s 0 .16187 m .00375 .16187 L s 0 .1913 m .00375 .1913 L s 0 .22073 m .00375 .22073 L s 0 .27959 m .00375 .27959 L s 0 .30902 m .00375 .30902 L s 0 .33845 m .00375 .33845 L s 0 .39731 m .00375 .39731 L s 0 .42674 m .00375 .42674 L s 0 .45617 m .00375 .45617 L s 0 .51503 m .00375 .51503 L s 0 .54446 m .00375 .54446 L s 0 .57389 m .00375 .57389 L s .25 Mabswid 0 0 m 0 .61803 L s gsave .5 .63053 -66 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 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 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 0.000 0.000 rmoveto 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 (L) show 69.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 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 1 0 .379 r .5 Mabswid 0 .01472 m .00123 .01472 L .00236 .01472 L .00365 .01472 L .00488 .01472 L .00601 .01472 L .00706 .01472 L .00821 .01472 L .00942 .01472 L .01065 .01472 L .01196 .01472 L .0132 .01472 L .01434 .01472 L .01566 .01472 L .01641 .01472 L .01711 .01472 L .01839 .01472 L .01975 .01472 L .02043 .01472 L .02115 .01472 L .02245 .01472 L .02317 .01472 L .02384 .01472 L .02458 .01472 L .02537 .01472 L .02605 .01472 L .02679 .01472 L .02814 .01472 L .02945 .01472 L .03067 .01472 L .03184 .01472 L .03295 .01472 L .03416 .01472 L .03547 .01472 L .03676 .01472 L .03813 .01472 L .03929 .01472 L .04057 .01472 L .04131 .01472 L .042 .01472 L .04275 .01472 L .04355 .01472 L .0449 .01472 L .04566 .01472 L .04637 .01472 L .0477 .01472 L .04892 .01472 L .04959 .01472 L .05032 .01472 L .05165 .01472 L Mistroke .05245 .01472 L .05321 .01472 L .05389 .01472 L .05462 .01472 L .05543 .01472 L .05627 .01472 L .057 .01472 L .05779 .01472 L .05854 .01472 L .05921 .01472 L .06 .01472 L .06074 .01472 L .06205 .01472 L .0628 .01472 L .06349 .01472 L .06471 .01472 L .06603 .01472 L .06727 .01472 L .06841 .01472 L .06967 .01472 L .07105 .01472 L .07175 .01472 L .07249 .01472 L .07383 .01472 L .07457 .01472 L .07525 .01472 L .076 .01472 L .07679 .01472 L .07812 .01472 L .07888 .01472 L .07959 .01472 L .0809 .01472 L .08211 .01472 L .08349 .01472 L .08481 .01472 L .086 .01472 L .08729 .01472 L .0885 .01472 L .08962 .01472 L .09085 .01472 L .0922 .01472 L .09289 .01472 L .09361 .01472 L .09493 .01472 L .09565 .01472 L .09632 .01472 L .09705 .01472 L .09783 .01472 L .09913 .01472 L .09987 .01472 L Mistroke .10056 .01472 L .10185 .01472 L .10303 .01472 L .10439 .01472 L .10569 .01472 L .10691 .01472 L .10801 .01472 L .10928 .01472 L .11048 .01472 L .1116 .01472 L .11262 .01472 L .11375 .01472 L .11493 .01472 L .11613 .01472 L .11742 .01472 L .11864 .01472 L .11974 .01472 L .12104 .01472 L .12178 .01472 L .12245 .01472 L .1237 .01472 L .12502 .01472 L .12622 .01472 L .12753 .01472 L .12889 .01472 L .13016 .01472 L .13135 .01472 L .13244 .01472 L .13369 .01472 L .13487 .01472 L .13616 .01472 L .13752 .01472 L .13868 .01472 L .13996 .01472 L .14134 .01472 L .14211 .01472 L .14281 .01472 L .14418 .01472 L .14548 .01472 L .14669 .01472 L .14779 .01472 L .14906 .01472 L .15025 .01472 L .15136 .01472 L .15237 .01472 L .15349 .01472 L .15467 .01472 L .15586 .01472 L .15714 .01472 L .15835 .01472 L Mistroke .15945 .01472 L .16074 .01472 L .16146 .01472 L .16214 .01472 L .16337 .01472 L .16468 .01472 L .16594 .01472 L .16732 .01472 L .16863 .01472 L .16984 .01472 L .17103 .01472 L .17212 .01472 L .17337 .01472 L .17456 .01472 L .17585 .60332 L .17721 .60332 L .17966 .60332 L .18518 .60332 L .20439 .60332 L .24425 .60332 L .28668 .60332 L .32752 .60332 L .37094 .60332 L .39266 .60332 L .40222 .60332 L .41277 .60332 L .41761 .60332 L .42015 .60332 L .42153 .60332 L .42282 .60332 L .42396 .60332 L .42518 .01472 L .42653 .01472 L .42775 .01472 L .42887 .01472 L .43008 .01472 L .43122 .01472 L .43227 .01472 L .43346 .01472 L .43475 .01472 L .43596 .01472 L .43706 .01472 L .43836 .01472 L .43909 .01472 L .43977 .01472 L .44101 .01472 L .44234 .01472 L .44372 .01472 L .4445 .01472 L .44522 .01472 L Mistroke .44654 .01472 L .4472 .01472 L .44793 .01472 L .4492 .01472 L .45055 .01472 L .45183 .01472 L .453 .01472 L .45424 .01472 L .45541 .01472 L .45668 .01472 L .45806 .01472 L .45942 .01472 L .46011 .01472 L .46086 .01472 L .46219 .01472 L .46343 .01472 L .46469 .01472 L .46587 .01472 L .46694 .01472 L .46809 .01472 L .46935 .01472 L .47068 .01472 L .47182 .01472 L .47307 .01472 L .47377 .01472 L .47453 .01472 L .47591 .01472 L .47726 .01472 L .47851 .01472 L .47985 .01472 L .48061 .01472 L .48133 .01472 L .48209 .01472 L .48278 .01472 L .48354 .01472 L .48434 .01472 L .4856 .01472 L .48695 .01472 L .48822 .01472 L .48937 .01472 L .49073 .01472 L .4915 .01472 L .4922 .01472 L .4935 .01472 L .49488 .01472 L .49614 .01472 L .49753 .01472 L .49883 .01472 L .50004 .01472 L .50124 .01472 L Mistroke .50233 .01472 L .50358 .01472 L .50476 .01472 L .50606 .01472 L .50742 .01472 L .50859 .01472 L .50987 .01472 L .51125 .01472 L .51202 .01472 L .51273 .01472 L .5141 .01472 L .5154 .01472 L .5165 .01472 L .51771 .01472 L .51899 .01472 L .52018 .01472 L .52129 .01472 L .52231 .01472 L .52342 .01472 L .5246 .01472 L .5258 .01472 L .52708 .01472 L .52829 .01472 L .52938 .01472 L .53067 .01472 L .5314 .01472 L .53207 .01472 L .53331 .01472 L .53461 .01472 L .53588 .01472 L .53727 .01472 L .53858 .01472 L .53979 .01472 L .541 .01472 L .54209 .01472 L .54334 .01472 L .54453 .01472 L .54582 .01472 L .54719 .01472 L .54836 .01472 L .54964 .01472 L .55103 .01472 L .5518 .01472 L .5525 .01472 L .55388 .01472 L .55517 .01472 L .55628 .01472 L .5575 .01472 L .55877 .01472 L .55996 .01472 L Mistroke .56108 .01472 L .5621 .01472 L .56327 .01472 L .56439 .01472 L .56559 .01472 L .56687 .01472 L .56808 .01472 L .56918 .01472 L .57047 .01472 L .5712 .01472 L .57187 .01472 L .5731 .01472 L .5744 .01472 L .57568 .01472 L .5764 .01472 L .57707 .01472 L .5783 .01472 L .5796 .01472 L .58076 .01472 L .58185 .01472 L .58305 .01472 L .58434 .01472 L .58563 .01472 L .58637 .01472 L .58705 .01472 L .58843 .01472 L .5892 .01472 L .5899 .01472 L .59116 .01472 L .59253 .01472 L .59381 .01472 L .595 .01472 L .59611 .01472 L .5973 .01472 L .59842 .01472 L .59945 .01472 L .60065 .01472 L .60196 .01472 L .6032 .01472 L .60435 .01472 L .60564 .01472 L .60686 .01472 L .60796 .01472 L .60914 .01472 L .61044 .01472 L .6118 .01472 L .61297 .01472 L .61425 .01472 L .61562 .01472 L .61689 .01472 L Mistroke .61755 .01472 L .61828 .01472 L .61904 .01472 L .61976 .01472 L .62107 .01472 L .62227 .01472 L .62359 .01472 L .62498 .01472 L .62615 .01472 L .6274 .01472 L .62858 .01472 L .62965 .01472 L .63091 .01472 L .63228 .01472 L .63357 .01472 L .63475 .01472 L .63602 .01472 L .63738 .01472 L .63867 .01472 L .63984 .01472 L .64121 .01472 L .64199 .01472 L .64271 .01472 L .64403 .01472 L .64476 .01472 L .64543 .01472 L .64614 .01472 L .64689 .01472 L .64823 .01472 L .64897 .01472 L .64967 .01472 L .65043 .01472 L .65125 .01472 L .65196 .01472 L .65272 .01472 L .65345 .01472 L .65411 .01472 L .65538 .01472 L .65672 .01472 L .65799 .01472 L .65937 .01472 L .66067 .01472 L .66188 .01472 L .66308 .01472 L .66417 .01472 L .66542 .01472 L .6666 .01472 L .66789 .01472 L .66926 .01472 L .67043 .01472 L Mistroke .67171 .01472 L .67308 .01472 L .67386 .01472 L .67456 .01472 L .67593 .60332 L .67723 .60332 L .69644 .60332 L .73668 .60332 L .7795 .60332 L .82073 .60332 L .86036 .60332 L .88238 .60332 L .90257 .60332 L .91282 .60332 L .91781 .60332 L .92235 .60332 L .92354 .60332 L .92483 .60332 L .92604 .01472 L .92716 .01472 L .92835 .01472 L .92966 .01472 L .93102 .01472 L .9323 .01472 L .93297 .01472 L .93371 .01472 L .93504 .01472 L .93634 .01472 L .93755 .01472 L .93829 .01472 L .93898 .01472 L .94028 .01472 L .94101 .01472 L .94167 .01472 L .94241 .01472 L .94318 .01472 L .94447 .01472 L .9452 .01472 L .94587 .01472 L .9471 .01472 L .94841 .01472 L .94957 .01472 L .95067 .01472 L .95187 .01472 L .95316 .01472 L .95446 .01472 L .95519 .01472 L .95588 .01472 L .95726 .01472 L .95803 .01472 L Mistroke .95874 .01472 L .96 .01472 L .96136 .01472 L .96265 .01472 L .96384 .01472 L .96495 .01472 L .96615 .01472 L .96727 .01472 L .9683 .01472 L .96951 .01472 L .97082 .01472 L .97206 .01472 L .9732 .01472 L .97438 .01472 L .97548 .01472 L .9767 .01472 L .978 .01472 L .9793 .01472 L .98066 .01472 L .98183 .01472 L .9831 .01472 L .98416 .01472 L .9853 .01472 L .98638 .01472 L .98738 .01472 L .98828 .01472 L .98927 .01472 L .9903 .01472 L .99127 .01472 L .9924 .01472 L .99347 .01472 L .99443 .01472 L .99548 .01472 L .99661 .01472 L .99782 .01472 L .99896 .01472 L 1 .01472 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.0238095 0.169052 0.245293 0.305937 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 0.0147068 19.9868 [ [.2 .00221 -6 -9 ] [.2 .00221 6 0 ] [.4 .00221 -6 -9 ] [.4 .00221 6 0 ] [.6 .00221 -6 -9 ] [.6 .00221 6 0 ] [.8 .00221 -6 -9 ] [.8 .00221 6 0 ] [1 .00221 -9 -9 ] [1 .00221 9 0 ] [-0.0125 .11464 -30 -4.5 ] [-0.0125 .11464 0 4.5 ] [-0.0125 .21457 -24 -4.5 ] [-0.0125 .21457 0 4.5 ] [-0.0125 .31451 -30 -4.5 ] [-0.0125 .31451 0 4.5 ] [-0.0125 .41444 -24 -4.5 ] [-0.0125 .41444 0 4.5 ] [-0.0125 .51438 -30 -4.5 ] [-0.0125 .51438 0 4.5 ] [-0.0125 .61431 -24 -4.5 ] [-0.0125 .61431 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 .2 .01471 m .2 .02096 L s [(20)] .2 .00221 0 1 Mshowa .4 .01471 m .4 .02096 L s [(40)] .4 .00221 0 1 Mshowa .6 .01471 m .6 .02096 L s [(60)] .6 .00221 0 1 Mshowa .8 .01471 m .8 .02096 L s [(80)] .8 .00221 0 1 Mshowa 1 .01471 m 1 .02096 L s [(100)] 1 .00221 0 1 Mshowa .125 Mabswid .05 .01471 m .05 .01846 L s .1 .01471 m .1 .01846 L s .15 .01471 m .15 .01846 L s .25 .01471 m .25 .01846 L s .3 .01471 m .3 .01846 L s .35 .01471 m .35 .01846 L s .45 .01471 m .45 .01846 L s .5 .01471 m .5 .01846 L s .55 .01471 m .55 .01846 L s .65 .01471 m .65 .01846 L s .7 .01471 m .7 .01846 L s .75 .01471 m .75 .01846 L s .85 .01471 m .85 .01846 L s .9 .01471 m .9 .01846 L s .95 .01471 m .95 .01846 L s .25 Mabswid 0 .01471 m 1 .01471 L s 0 .11464 m .00625 .11464 L s [(0.005)] -0.0125 .11464 1 0 Mshowa 0 .21457 m .00625 .21457 L s [(0.01)] -0.0125 .21457 1 0 Mshowa 0 .31451 m .00625 .31451 L s [(0.015)] -0.0125 .31451 1 0 Mshowa 0 .41444 m .00625 .41444 L s [(0.02)] -0.0125 .41444 1 0 Mshowa 0 .51438 m .00625 .51438 L s [(0.025)] -0.0125 .51438 1 0 Mshowa 0 .61431 m .00625 .61431 L s [(0.03)] -0.0125 .61431 1 0 Mshowa .125 Mabswid 0 .03469 m .00375 .03469 L s 0 .05468 m .00375 .05468 L s 0 .07467 m .00375 .07467 L s 0 .09465 m .00375 .09465 L s 0 .13463 m .00375 .13463 L s 0 .15461 m .00375 .15461 L s 0 .1746 m .00375 .1746 L s 0 .19459 m .00375 .19459 L s 0 .23456 m .00375 .23456 L s 0 .25455 m .00375 .25455 L s 0 .27454 m .00375 .27454 L s 0 .29452 m .00375 .29452 L s 0 .3345 m .00375 .3345 L s 0 .35448 m .00375 .35448 L s 0 .37447 m .00375 .37447 L s 0 .39446 m .00375 .39446 L s 0 .43443 m .00375 .43443 L s 0 .45442 m .00375 .45442 L s 0 .4744 m .00375 .4744 L s 0 .49439 m .00375 .49439 L s 0 .53436 m .00375 .53436 L s 0 .55435 m .00375 .55435 L s 0 .57434 m .00375 .57434 L s 0 .59432 m .00375 .59432 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 /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 /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 (Y$) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (bg) show 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .745 0 1 r .5 Mabswid 0 .01472 m .00123 .21847 L .00236 .34518 L .00365 .44398 L .00488 .50534 L .00601 .54316 L .00706 .56675 L .00821 .58379 L .00942 .59474 L .01065 .60069 L .01196 .60328 L .0132 .60332 L .01434 .60198 L .01566 .59933 L .01711 .59558 L .01975 .58758 L .04057 .52473 L .06198 .47387 L .08481 .42999 L .12749 .36712 L .14846 .34273 L .15949 .33121 L .17115 .31989 L .18159 .31044 L .18445 .30814 L .18603 .30708 L .18681 .30663 L .18752 .30627 L .18891 .30576 L .18964 .30561 L .19042 .30554 L .19167 .30566 L .19306 .30616 L .19433 .30699 L .19567 .30828 L .19681 .30973 L .19806 .3117 L .20086 .31756 L .20346 .32477 L .20818 .34172 L .21322 .36393 L .22337 .41363 L .23413 .4612 L .23974 .48107 L .24592 .49844 L .25153 .51035 L .25679 .51854 L .25939 .52167 L .26222 .52448 L .26471 .52649 L Mistroke .26737 .5282 L .27 .52952 L .27238 .53043 L .27478 .53111 L .27703 .53157 L .27829 .53175 L .27968 .53191 L .28038 .53197 L .28113 .53202 L .28248 .53208 L .28382 .5321 L .2851 .5321 L .28624 .53207 L .28748 .53202 L .28883 .53194 L .29033 .53183 L .29335 .53154 L .29877 .53091 L .30953 .52952 L .31539 .52884 L .32084 .5283 L .33049 .52757 L .33559 .5273 L .34104 .52708 L .34631 .52694 L .34928 .52687 L .35202 .52683 L .35462 .52679 L .35705 .52677 L .35958 .52675 L .36091 .52674 L .36236 .52673 L .36367 .52673 L .36487 .52672 L .366 .52672 L .36725 .52672 L .36836 .52672 L .3694 .52671 L .37051 .52671 L .3717 .52671 L .37291 .52671 L .37424 .52671 L .37563 .52672 L .37692 .52672 L .38172 .52673 L .40136 .52677 L .40675 .52678 L .41245 .52679 L .41732 .5268 L .42268 .5268 L Mistroke .42554 .5268 L .42694 .5268 L .42825 .5268 L .42898 .52681 L .42975 .52681 L .4306 .52681 L .43138 .5268 L .43209 .5268 L .43285 .5268 L .43424 .52679 L .43555 .52678 L .43629 .52676 L .43698 .52674 L .43772 .52672 L .43838 .52669 L .43988 .52661 L .44116 .52652 L .44254 .52638 L .44385 .5262 L .44507 .526 L .44758 .52544 L .44994 .52472 L .45253 .52369 L .45533 .52226 L .46101 .51829 L .46622 .5134 L .47652 .50068 L .4861 .48619 L .50784 .4496 L .54886 .38604 L .59246 .33428 L .63446 .2963 L .65371 .28175 L .66464 .27414 L .67487 .2674 L .68004 .26414 L .68258 .26263 L .68494 .26144 L .68625 .26095 L .68698 .26076 L .68765 .26064 L .68838 .26057 L .68916 .2606 L .68991 .26072 L .69059 .26092 L .69179 .26151 L .6931 .26253 L .69448 .26406 L .69575 .26593 L .69863 .27183 L Mistroke .70134 .27961 L .70643 .29954 L .71785 .36119 L .7271 .41418 L .73704 .46214 L .74274 .48341 L .74795 .4988 L .75319 .51066 L .75818 .51898 L .76067 .52221 L .76334 .52505 L .76564 .52706 L .76813 .52882 L .77106 .53041 L .77241 .53098 L .77383 .53149 L .77511 .53188 L .77652 .53222 L .77771 .53246 L .779 .53266 L .77976 .53275 L .78048 .53282 L .78114 .53288 L .78188 .53292 L .78315 .53297 L .7845 .53298 L .78527 .53298 L .78597 .53296 L .78674 .53293 L .78755 .53289 L .78892 .53279 L .79041 .53267 L .79593 .53201 L .80107 .53126 L .81212 .52962 L .81754 .52892 L .82254 .52837 L .83191 .52759 L .83684 .5273 L .84206 .52707 L .84471 .52698 L .84723 .52691 L .85196 .52681 L .8546 .52677 L .85705 .52674 L .85974 .52671 L .86123 .5267 L .8626 .52669 L .86379 .52669 L .8651 .52668 L Mistroke .86641 .52668 L .8678 .52668 L .86902 .52667 L .87033 .52667 L .87156 .52667 L .87269 .52667 L .87386 .52667 L .87494 .52667 L .87613 .52668 L .87738 .52668 L .88183 .52669 L .89192 .52671 L .90254 .52674 L .9116 .52676 L .91674 .52677 L .92151 .52677 L .92416 .52678 L .92667 .52678 L .92776 .52678 L .92891 .52678 L .93018 .52678 L .93135 .52678 L .9326 .52678 L .93394 .52677 L .9352 .52676 L .93635 .52674 L .9377 .5267 L .93847 .52667 L .93918 .52663 L .94047 .52655 L .94185 .52643 L .9432 .52627 L .94443 .52609 L .94576 .52584 L .94722 .52552 L .94967 .5248 L .95226 .52379 L .95514 .52235 L .95822 .5204 L .96376 .51584 L .9727 .50582 L .98239 .49203 L 1 .46298 L Mfstroke MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.267442 0.169052 0.488926 0.305937 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -1.04083e-17 0.01 -0.330319 9.33638 [ [.2 .59082 -6 -9 ] [.2 .59082 6 0 ] [.4 .59082 -6 -9 ] [.4 .59082 6 0 ] [.6 .59082 -6 -9 ] [.6 .59082 6 0 ] [.8 .59082 -6 -9 ] [.8 .59082 6 0 ] [1 .59082 -9 -9 ] [1 .59082 9 0 ] [-0.0125 .04314 -24 -4.5 ] [-0.0125 .04314 0 4.5 ] [-0.0125 .1365 -24 -4.5 ] [-0.0125 .1365 0 4.5 ] [-0.0125 .22986 -24 -4.5 ] [-0.0125 .22986 0 4.5 ] [-0.0125 .32323 -24 -4.5 ] [-0.0125 .32323 0 4.5 ] [-0.0125 .41659 -24 -4.5 ] [-0.0125 .41659 0 4.5 ] [-0.0125 .50996 -24 -4.5 ] [-0.0125 .50996 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 .2 .60332 m .2 .60957 L s [(20)] .2 .59082 0 1 Mshowa .4 .60332 m .4 .60957 L s [(40)] .4 .59082 0 1 Mshowa .6 .60332 m .6 .60957 L s [(60)] .6 .59082 0 1 Mshowa .8 .60332 m .8 .60957 L s [(80)] .8 .59082 0 1 Mshowa 1 .60332 m 1 .60957 L s [(100)] 1 .59082 0 1 Mshowa .125 Mabswid .05 .60332 m .05 .60707 L s .1 .60332 m .1 .60707 L s .15 .60332 m .15 .60707 L s .25 .60332 m .25 .60707 L s .3 .60332 m .3 .60707 L s .35 .60332 m .35 .60707 L s .45 .60332 m .45 .60707 L s .5 .60332 m .5 .60707 L