(************** Content-type: application/mathematica ************** CreatedBy='Mathematica 5.2' 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[ 5833719, 155578]*) (*NotebookOutlinePosition[ 5834965, 155616]*) (* CellTagsIndexPosition[ 5834921, 155612]*) (*WindowFrame->Normal*) Notebook[{ Cell[BoxData[""], "Input", PageBreakAbove->True], Cell[BoxData[ StyleBox[\( (*\ \[Copyright]\ Orly\ Alter\ 2005\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ All\ Rights\ Reserved\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ \(\n\)], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(\(<< LinearAlgebra`MatrixManipulation`;\)\), "\n", \(\(<< NumericalMath`TrigFit`;\)\), "\n", \(\(<< Graphics`Graphics`;\)\), "\n", \(\(<< Graphics`Arrow`;\)\), "\n", \(\(Off[General::"\"];\)\), "\[IndentingNewLine]", \(\(Off[General::"\"];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Calculate\ Genes\ \[Times]\ Genes\ Correlations\ Network\ From\ Cell\ Cycle\ mRNA\ Expression\ \ Data\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ Read\ Cell\ Cycle\ mRNA\ Expression\ Data\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(stream = \ "\";\)\), "\n\ ", \(\(matrix = Import[stream, "\"];\)\), "\n", \({genes, arrays} = Dimensions[matrix] - {1, 7}\), "\n", \(\(Clear[stream];\)\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \({4153, 18}\)], "Output"] }, Open ]], Cell[BoxData[{ \(\(genenames = TakeRows[\[IndentingNewLine]TakeColumns[ matrix, {1, 7}], \[IndentingNewLine]{2, genes + 1}];\)\), "\n", \(\(arraynames = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {1, 1}], \[IndentingNewLine]{8, arrays + 7}];\)\), "\n", \(\(matrix = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {2, genes + 1}], \[IndentingNewLine]{8, arrays + 7}];\)\), "\n", \(\(matrix = ToExpression[matrix];\)\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[{ \(\(sizes = Flatten[\[IndentingNewLine]Table[\[IndentingNewLine]Dimensions[\ \[IndentingNewLine]Characters[\[IndentingNewLine]ToString[ arraynames[\([1, a]\)]\[IndentingNewLine]]]], \[IndentingNewLine]{a, 1, arrays}]];\)\), "\n", \(\(size = \(Sort[sizes, OrderedQ[{#2, #1}] &]\)[\([1]\)];\)\), "\n", \(\(Do[\[IndentingNewLine]Do[ arraynames[\([1, a]\)] = StringJoin[ ToString[ arraynames[\([1, a]\)]], "\< \>"], \[IndentingNewLine]{b, 1, size - sizes[\([a]\)]}], \[IndentingNewLine]{a, 1, arrays}];\)\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Estimate\ Missing\ mRNA\ Expression\ Data\ Using\ SVD\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Count\ Null\ Data\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(\(counter = Table[\(Dimensions[Position[matrix[\([a]\)], Null]]\)[\([1]\)], {a, 1, genes}];\)\)], "Input"], Cell[BoxData[ StyleBox[\( (*\ Locate\ Gene\ Position\ of\ Null\ Data\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{ \(\(Clear[positions];\)\), "\n", \(\(positions = Table[0, {a, 1, arrays + 1}];\)\), "\n", \(\(Do[\[IndentingNewLine]positions[\([a]\)] = Flatten[\[IndentingNewLine]Position[Flatten[counter], a - 1]], \[IndentingNewLine]{a, 1, arrays + 1}];\)\), "\n", \(\(numbers = Flatten[\[IndentingNewLine]Table[\[IndentingNewLine]Dimensions[ positions[\([a]\)]], \[IndentingNewLine]{a, 1, Round[arrays*0.2]}]];\)\)}], "Input"], Cell[BoxData[ \( (*\ Create\ Display\ Of\ Gene\ Position\ Of\ Null\ Data\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, GroupPageBreakWithin->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(framex = Table[{a, a - 1}, {a, 1, Round[arrays*0.2]}];\)\), "\n", \(\(framey = {500, 1000, 1500, 2000, 2500};\)\), "\n", \(\(labelx = ColumnForm[{"\"}, Center];\)\), "\n", \(\(labely = ColumnForm[{"\"}, Center];\)\), "\n", \(\(g = BarChart[ numbers, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]Axes -> False, \[IndentingNewLine]FrameLabel -> {labelx, labely, None, None}, \[IndentingNewLine]FrameTicks -> {framex, framey, None, None}, \[IndentingNewLine]GridLines -> {None, None}, \[IndentingNewLine]PlotRange -> {{0.5, Round[arrays*0.2] + 0.5}, {0, 2500}}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] \[Rule] \[IndentingNewLine]Text[ labely, {b - 0.5, c}, {0, 0}, {0, 1}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , 1. }] \[Rule] \[IndentingNewLine]Text[ labelx, {b, c - 200}, {0, 1}, {1, 0}];\)\)}], "Input"], Cell[BoxData[ \( (*\ Display\ Gene\ Position\ Of\ Null\ Data\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, GroupPageBreakWithin->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(\(Show[g, PlotRange -> All];\)\)], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0394223 0.208171 0.0683342 0.000213994 [ [.24759 .05751 -3 -9 ] [.24759 .05751 3 0 ] [.45576 .05751 -3 -9 ] [.45576 .05751 3 0 ] [.66393 .05751 -3 -9 ] [.66393 .05751 3 0 ] [.87211 .05751 -3 -9 ] [.87211 .05751 3 0 ] [.55985 .01472 -50 -12.625 ] [.55985 .01472 50 0 ] [.1331 .17533 -18 -4.5 ] [.1331 .17533 0 4.5 ] [.1331 .28233 -24 -4.5 ] [.1331 .28233 0 4.5 ] [.1331 .38933 -24 -4.5 ] [.1331 .38933 0 4.5 ] [.1331 .49632 -24 -4.5 ] [.1331 .49632 0 4.5 ] [.1331 .60332 -24 -4.5 ] [.1331 .60332 0 4.5 ] [.02381 .33583 -6.3125 -47 ] [.02381 .33583 6.3125 47 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .16432 .06833 m .16432 .60182 L .33086 .60182 L .33086 .06833 L F 0 g .5 Mabswid [ ] 0 setdash .16432 .06833 m .16432 .60182 L .33086 .60182 L .33086 .06833 L .16432 .06833 L s 1 0 0 r .3725 .06833 m .3725 .26114 L .53903 .26114 L .53903 .06833 L F 0 g .3725 .06833 m .3725 .26114 L .53903 .26114 L .53903 .06833 L .3725 .06833 L s 1 0 0 r .58067 .06833 m .58067 .16806 L .7472 .16806 L .7472 .06833 L F 0 g .58067 .06833 m .58067 .16806 L .7472 .16806 L .7472 .06833 L .58067 .06833 L s 1 0 0 r .78884 .06833 m .78884 .13103 L .95537 .13103 L .95537 .06833 L F 0 g .78884 .06833 m .78884 .13103 L .95537 .13103 L .95537 .06833 L .78884 .06833 L s .25 Mabswid .24759 .06833 m .24759 .07374 L s [(0)] .24759 .05751 0 1 Mshowa .45576 .06833 m .45576 .07374 L s [(1)] .45576 .05751 0 1 Mshowa .66393 .06833 m .66393 .07374 L s [(2)] .66393 .05751 0 1 Mshowa .87211 .06833 m .87211 .07374 L s [(3)] .87211 .05751 0 1 Mshowa .14351 .06833 m .97619 .06833 L s gsave .55985 .01472 -111 -16.625 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.625 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 0.000 0.000 rmoveto 63.000 13.000 moveto %%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 (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Arrays) show 159.000 13.000 moveto %%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 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .14351 .17533 m .14871 .17533 L s [(500)] .1331 .17533 1 0 Mshowa .14351 .28233 m .14871 .28233 L s [(1000)] .1331 .28233 1 0 Mshowa .14351 .38933 m .14871 .38933 L s [(1500)] .1331 .38933 1 0 Mshowa .14351 .49632 m .14871 .49632 L s [(2000)] .1331 .49632 1 0 Mshowa .14351 .60332 m .14871 .60332 L s [(2500)] .1331 .60332 1 0 Mshowa .14351 .06833 m .14351 .60332 L s gsave .02381 .33583 -108 -10.3125 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10.3125 translate 90 rotate -108 -10.3125 translate 0 20.625 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 0.000 0.000 rmoveto 63.000 13.000 moveto %%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 (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%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 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .14351 .60332 m .97619 .60332 L s .97619 .06833 m .97619 .60332 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->Automatic, ImageSize->{399.438, 246.875}, ImageMargins->{{32, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgooooo`?o0000 C?ooool5o`0004gooooo0ol0000gooooo`00Hoooool01?l0003oooooooooool0001>ooooo`03o`00 0?oooooooooo04cooooo00Co0000oooooooooooo0000C?ooool01Ol0003ooooooooooooooooo0000 03Kooooo001Sooooo`04o`000?ooooooooooo`0004kooooo00?o0000ooooooooool0COooool00ol0 003oooooooooo`1@ooooo`03o`000?oooooooooo03Cooooo001Sooooo`04o`000?ooooooooooo`00 04kooooo00?o0000ooooooooool0C_ooool00ol0003oooooooooo`1=ooooo`;o0000=oooool006?o oooo00Co0000oooooooooooo0000C_ooool00ol0003oooooooooo`1;ooooo`05o`000?oooooooooo ooooool00000D?ooool00ol0003oooooooooo`0dooooo`00Hoooool01?l0003oooooooooool0001= ooooo`;o0000COooool01Ol0003ooooooooooooooooo000004cooooo00Go0000oooooooooooooooo o`00000fooooo`00I?ooool2o`0004oooooo00?o0000ooooooooool0C?ooool3o`0004kooooo0ol0 000gooooo`00oooooon@ooooo`00oooooon@ooooo`00oooooon@ooooo`00oooooon@ooooo`00oooo oon@ooooo`00?Oooooooo`0004Co00003oooool003gooooo00?o0000ooooooooool01Oooool00ol0 003oo`00ool0000Mool00003o`000?oo003oo`0001goo`0000?o0000ooooooooool03Oooool00ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001goo`0000?o0000ooooooooool03Oooool00ol0 003oo`00ool0000Mool00003o`000?oo003oo`0001goo`0000?o0000ooooooooool03Oooool00ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001goo`0000?o0000ooooooooool01Oooool00ol0 003oooooooooo`0=ooooo`00?Oooool00ol0003oooooooooo`05ooooo`03o`000?oo003oo`0001go o`0000?o0000ool00?oo00007Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0001ko o`0000?o0000ool00?oo00007Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0001go o`0000?o0000ool00?oo00007Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0001ko o`0000?o0000ool00?oo00007Ooo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo00go oooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003ooooo ooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0003oo`00 ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003ooooo ooooo`05ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o 0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o 0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o 0000ool00?oo0000?_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo00gooooo000m ooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0= ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000m ool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`05 ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool0 0?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000oooo ooooool03Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool0 0?oo0000?_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo00gooooo000mooooo`03 o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03 o`000?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003 o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`05ooooo`03 o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000 ?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool0 3Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000 ?_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oo oooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo 003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`000?oo oooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`05ooooo`03o`000?oo oooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo0000 0ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool03Oooool0 0ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo0000 0ol0003oooooooooo`05ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo 00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`00 03koo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo 00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo 00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003o ooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0003o o`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003o ooooooooo`05ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo 00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`00 00?o0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo 00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo00gooooo 000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003ooooooooo o`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0 000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003ooooooooo o`05ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000 ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000 ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000 ool00?oo0000?_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo00gooooo000moooo o`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=oooo o`03o`000?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000mool0 0003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`05oooo o`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo 0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000oooooooo ool03Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo 0000?_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`00 0?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`00 0?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`00 0?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`05ooooo`03o`00 0?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo 00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool03Ooo ool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo 00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooo oooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003o o`0003koo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`000?oooooo oooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooo oooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0 003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0 003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0 003oooooooooo`05ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Go oooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003ko o`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00go oooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo00go oooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003ooooo ooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0003oo`00 ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003ooooo ooooo`05ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o 0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o 0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo@_l0 0007ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000 ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000 ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo05Kooooo00?o0000 ooooooooool03Oooool003gooooo00?o0000ooooooooool01Oooool00ol0003oo`00ool0000mool0 0003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`0=oooo o`03o`000?oo003oo`0003goo`0000?o0000ooooooooool0E_ooool00ol0003oooooooooo`0=oooo o`00?Oooool00ol0003oooooooooo`05ooooo`03o`000?oo003oo`0003goo`0000?o0000oooooooo ool03Oooool00ol0003oo`00ool0000nool00003o`000?oooooooooo00gooooo00?o0000ool00?oo 0000?Ooo00000ol0003oooooooooo`1Fooooo`03o`000?oooooooooo00gooooo000mooooo`03o`00 0?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`00 0?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`00 0?oooooooooo05Kooooo00?o0000ooooooooool03Oooool003gooooo00?o0000ooooooooool01Ooo ool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo 00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003goo`0000?o0000ooooooooool0E_oo ool00ol0003oooooooooo`0=ooooo`00?Oooool00ol0003oooooooooo`05ooooo`03o`000?oo003o o`0003goo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000nool00003o`000?oooooo oooo00gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`1Fooooo`03o`000?oooooo oooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0 003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0 003oo`00ool0000mool00003o`000?oooooooooo05Kooooo00?o0000ooooooooool03Oooool003go oooo00?o0000ooooooooool01Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00go oooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003go o`0000?o0000ooooooooool0E_ooool00ol0003oooooooooo`0=ooooo`00?Oooool00ol0003ooooo ooooo`05ooooo`03o`000?oo003oo`0003goo`0000?o0000ooooooooool03Oooool00ol0003oo`00 ool0000nool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?Ooo00000ol0003ooooo ooooo`1Fooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o 0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o 0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo05Kooooo00?o 0000ooooooooool03Oooool003gooooo00?o0000ooooooooool01Oooool00ol0003oo`00ool0000m ool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`0= ooooo`03o`000?oo003oo`0003goo`0000?o0000ooooooooool0E_ooool00ol0003oooooooooo`0= ooooo`00?Oooool00ol0003oooooooooo`05ooooo`03o`000?oo003oo`0003goo`0000?o0000oooo ooooool03Oooool00ol0003oo`00ool0000nool00003o`000?oooooooooo00gooooo00?o0000ool0 0?oo0000?Ooo00000ol0003oooooooooo`1Fooooo`03o`000?oooooooooo00gooooo000mooooo`03 o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03 o`000?oo003oo`0003koo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000mool00003 o`000?oooooooooo05Kooooo00?o0000ooooooooool03Oooool003gooooo00?o0000ooooooooool0 1Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000 ?_oo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003goo`0000?o0000ooooooooool0 E_ooool00ol0003oooooooooo`0=ooooo`00:?ooool3o`0000Cooooo0_l00004ooooo`;o00001_oo ool00ol0003oooooooooo`05ooooo`03o`000?oo003oo`0003goo`0000?o0000ooooooooool03Ooo ool00ol0003oo`00ool0000nool00003o`000?oooooooooo00gooooo@Ol0001Hooooo`03o`000?oo oooooooo00gooooo000Wooooo`05o`000?ooooooooooooooool000000_ooool01?l0003ooooooooo ool00002ooooo`04o`000?ooooooooooo`0000Gooooo00?o0000ooooooooool01Oooool00ol0003o o`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003o ooooooooo`2Vooooo`03o`000?oooooooooo00gooooo000[ooooo`04o`000?ooooooooooo`0000;o oooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`03ooooo`?o00001Oooool00ol0 003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0 003oooooooooo`2Vooooo`03o`000?oooooooooo00gooooo000[ooooo`04o`000?ooooooooooo`00 00;ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003o o`0003koo`0000?o0000ooooooooool0Y_ooool00ol0003oooooooooo`0=ooooo`009oooool4o`00 00?ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00005ooooo`03o`000?oo oooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo 003oo`0003koo`0000?o0000ooooooooool0Y_ooool00ol0003oooooooooo`0=ooooo`009oooool0 0ol0003oooooooooo`04ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo0000 1Oooool00ol0003oooooooooo`05ooooo`03o`000?oo003oo`0003goo`0000?o0000ooooooooool0 3Oooool00ol0003oo`00ool0000nool00003o`000?oooooooooo0:Kooooo00?o0000ooooooooool0 3Oooool002Oooooo1Ol00003ooooo`;o00001?ooool2o`0000Kooooo00?o0000ooooooooool01Ooo ool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo 00000ol0003oooooooooo`2Vooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooo oooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003o o`0003koo`0000?o0000ooooooooool0Y_ooool00ol0003oooooooooo`0=ooooo`00?Oooool00ol0 003oooooooooo`05ooooo`03o`000?oo003oo`0003goo`0000?o0000ooooooooool03Oooool00ol0 003oo`00ool0000nool00003o`000?oooooooooo0:Kooooo00?o0000ooooooooool03Oooool003go oooo00?o0000ooooooooool01Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00go oooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`2Vooooo`03o`000?oooooooooo00go oooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003ooooo ooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool0Y_ooool00ol0003ooooo ooooo`0=ooooo`00?Oooool00ol0003oooooooooo`05ooooo`03o`000?oo003oo`0003goo`0000?o 0000ooooooooool03Oooool00ol0003oo`00ool0000nool00003o`000?oooooooooo0:Kooooo00?o 0000ooooooooool03Oooool003gooooo00?o0000ooooooooool01Oooool00ol0003oo`00ool0000m ool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`2V ooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool0 0?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000oooo ooooool0Y_ooool00ol0003oooooooooo`0=ooooo`00?Oooool00ol0003oooooooooo`05ooooo`03 o`000?oo003oo`0003goo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0000nool00003 o`000?oooooooooo0:Kooooo00?o0000ooooooooool03Oooool003gooooo00?o0000ooooooooool0 1Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000 ?_oo00000ol0003oooooooooo`2Vooooo`03o`000?oooooooooo00gooooo000mooooo`03o`000?oo oooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003oooooooooo`0=ooooo`03o`000?oo 003oo`0003koo`0000?o0000ooooooooool0Y_ooool00ol0003oooooooooo`0=ooooo`00?Oooool0 0ol0003oooooooooo`05ooooo`03o`000?oo003oo`0003goo`0000?o0000ooooooooool03Oooool0 0ol0003oo`00ool0000nool00003o`000?oooooooooo0:Kooooo00?o0000ooooooooool03Oooool0 03gooooo00?o0000ooooooooool01Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo 00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`2Vooooo`03o`000?oooooooooo 00gooooo000mooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo00000ol0003o ooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool0Y_ooool00ol0003o ooooooooo`0=ooooo`002oooool00olA4A7oooooooooo`02ooooo`03oa4A4Ooooooooooo02[ooooo 00?o0000ooooooooool01Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo 00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`2Vooooo`03o`000?oooooooooo00gooooo 000;ooooo`Ko0000;?ooool00ol0003oooooooooo`05ooooo`03o`000?oo003oo`0003goo`0000?o 0000ooooooooool03Oooool00ol0003oo`00ool0000nool00003o`000?oooooooooo0:Kooooo00?o 0000ooooooooool03Oooool000_ooooo00CoZZZZoa4A4Ol0003oVIVI;_ooool00ol0003ooooooooo o`05ooooo`03o`000?oo003oo`0003goo`0000?o0000ooooooooool03Oooool00ol0003oo`00ool0 000nool00003o`000?oooooooooo0:Kooooo00?o0000ooooooooool03Oooool000cooooo00Gok^k^ ogMgMol0003o4A4Aok^k^`0/ooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo0000?Ooo 00000ol0003oooooooooo`0=ooooo`03o`000?oo003oo`0003koo`0000?o0000ooooooooool0Y_oo ool00ol0003oooooooooo`0=ooooo`002oooool6o`0002cooooo00?o0000ooooooooool01Oooool0 0ol0003oo`00ool0000mool00003o`000?oooooooooo00gooooo00?o0000ool00?oo0000?_oo0000 0ol0003oooooooooo`2Vooooo`03o`000?oooooooooo00gooooo000;ooooo`03o`000?oooooooooo 02oooooo00?o0000ooooooooool01Oooool00ol0003oo`00ool0000mool00003o`000?oooooooooo 00gooooo00?o0000ool00?oo0000?_oo00000ol0003oooooooooo`2Vooooo`03o`000?oooooooooo 00gooooo000"], ImageRangeCache->{{{0, 398.438}, {245.875, 0}} -> {-0.262834, -403.154, \ 0.0124252, 12.0871}}] }, Open ]], Cell[BoxData[ StyleBox[\( (*\ Select\ Genes\ by\ Number\ of\ Missing\ Data\ Points\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{ \(\(matrix = AppendRows[Table[{counter[\([a]\)]}, {a, 1, genes}], genenames, matrix];\)\), "\n", \(\(matrix = Sort[matrix, OrderedQ[{#1, #2}] &];\)\), "\n", \(\(fullgenenames = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {1, numbers[\([1]\)]}], \[IndentingNewLine]{2, 8}];\)\), "\n", \(\(fullmatrix = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {1, numbers[\([1]\)]}], \[IndentingNewLine]{9, arrays + 8}];\)\), "\[IndentingNewLine]", \(\(missinggenenames1 = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {numbers[\([1]\)] + 1, numbers[\([1]\)] + numbers[\([2]\)]}], \[IndentingNewLine]{2, 8}];\)\), "\n", \(\(missingmatrix1 = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {numbers[\([1]\)] + 1, numbers[\([1]\)] + numbers[\([2]\)]}], \[IndentingNewLine]{9, arrays + 8}];\)\), "\n", \(\(missinggenenames2 = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, \[IndentingNewLine]{numbers[\([1]\)] + numbers[\([2]\)] + 1, \[IndentingNewLine]numbers[\([1]\)] + numbers[\([2]\)] + numbers[\([3]\)]}], \[IndentingNewLine]{2, 8}];\)\), "\n", \(\(missingmatrix2 = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, \[IndentingNewLine]{numbers[\([1]\)] + numbers[\([2]\)] + 1, \[IndentingNewLine]numbers[\([1]\)] + numbers[\([2]\)] + numbers[\([3]\)]}], \[IndentingNewLine]{9, arrays + 8}];\)\), "\n", \(\(missinggenenames3 = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, \[IndentingNewLine]{numbers[\([1]\)] + numbers[\([2]\)] + numbers[\([3]\)] + 1, \[IndentingNewLine]numbers[\([1]\)] + numbers[\([2]\)] + numbers[\([3]\)] + numbers[\([4]\)]}], \[IndentingNewLine]{2, 8}];\)\), "\n", \(\(missingmatrix3 = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, \[IndentingNewLine]{numbers[\([1]\)] + numbers[\([2]\)] + numbers[\([3]\)] + 1, \[IndentingNewLine]numbers[\([1]\)] + numbers[\([2]\)] + numbers[\([3]\)] + numbers[\([4]\)]}], \[IndentingNewLine]{9, arrays + 8}];\)\)}], "Input"], Cell[BoxData[ StyleBox[\( (*\ Locate\ Array\ Position\ of\ Null\ Data\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->Automatic], Cell[BoxData[{ \(\(locator1 = Table[0, {numbers[\([2]\)]}];\)\), "\[IndentingNewLine]", \(\(Do[\[IndentingNewLine]locator1[\([a]\)] = locator1[\([a]\)] + Flatten[Position[missingmatrix1[\([a]\)], Null]], \[IndentingNewLine]{a, 1, numbers[\([2]\)]}];\)\), "\n", \(\(locator2 = Table[0, {numbers[\([3]\)]}];\)\), "\n", \(\(Do[\[IndentingNewLine]locator2[\([a]\)] = locator2[\([a]\)] + Flatten[Position[missingmatrix2[\([a]\)], Null]], \[IndentingNewLine]{a, 1, numbers[\([3]\)]}];\)\), "\n", \(\(locator3 = Table[0, {numbers[\([4]\)]}];\)\), "\n", \(\(Do[\[IndentingNewLine]locator3[\([a]\)] = locator3[\([a]\)] + Flatten[Position[missingmatrix3[\([a]\)], Null]], \[IndentingNewLine]{a, 1, numbers[\([4]\)]}];\)\)}], "Input", PageBreakAbove->Automatic], Cell[BoxData[ StyleBox[\( (*\ Sort\ Raw\ Data\ According\ to\ the\ Position\ of\ Missing\ Data\ \ Points\ for\ Each\ Gene\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{ \(\(missingmatrix1 = AppendRows[locator1, missinggenenames1, missingmatrix1];\)\), "\n", \(\(missingmatrix1 = Sort[missingmatrix1, OrderedQ[{#1, #2}] &];\)\), "\n", \(\(locator1 = TakeColumns[missingmatrix1, {1, 1}];\)\), "\n", \(\(missinggenenames1 = TakeColumns[missingmatrix1, {2, 8}];\)\), "\n", \(\(missingmatrix1 = TakeColumns[missingmatrix1, {9, arrays + 8}];\)\), "\n", \(\(missingmatrix2 = AppendRows[locator2, missinggenenames2, missingmatrix2];\)\), "\n", \(\(missingmatrix2 = Sort[missingmatrix2, OrderedQ[{#1, #2}] &];\)\), "\n", \(\(locator2 = TakeColumns[missingmatrix2, {1, 2}];\)\), "\n", \(\(missinggenenames2 = TakeColumns[missingmatrix2, {3, 9}];\)\), "\n", \(\(missingmatrix2 = TakeColumns[missingmatrix2, {10, arrays + 9}];\)\), "\n", \(\(missingmatrix3 = AppendRows[locator3, missinggenenames3, missingmatrix3];\)\), "\n", \(\(missingmatrix3 = Sort[missingmatrix3, OrderedQ[{#1, #2}] &];\)\), "\n", \(\(locator3 = TakeColumns[missingmatrix3, {1, 3}];\)\), "\n", \(\(missinggenenames3 = TakeColumns[missingmatrix3, {4, 10}];\)\), "\n", \(\(missingmatrix3 = TakeColumns[missingmatrix3, {11, arrays + 10}];\)\)}], "Input", PageBreakAbove->Automatic], Cell[BoxData[ StyleBox[\( (*\ Examine\ Subset\ of\ Genes\ with\ Full\ Data\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Calculate\ SVD\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\({eigenarrays, eigenexpressions, eigengenes} = SingularValues[fullmatrix];\)\), "\[IndentingNewLine]", \(\(eigengenes[\([3]\)] = \(-eigengenes[\([3]\)]\);\)\), "\ \[IndentingNewLine]", \(\(eigenarrays[\([3]\)] = \(-eigenarrays[\([3]\)]\);\)\), "\ \[IndentingNewLine]", \(\(eigenarrays = Transpose[eigenarrays];\)\), "\n", \(\(fractions = eigenexpressions^2/ Sum[eigenexpressions[\([a]\)]^2, {a, 1, arrays}];\)\), "\n", \(\(entropy = \(-N[ Sum[fractions[\([a]\)]*Log[fractions[\([a]\)]], {a, 1, arrays}]/ Log[arrays]]\);\)\), "\n", \(entropy = N[Round[100*entropy]/100]\)}], "Input"], Cell[BoxData[ \(0.16`\)], "Output"] }, Open ]], Cell[BoxData[ \( (*\ Create\ Fractions\ Bar\ Charts\ Displays\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(fractions[\([3]\)]\)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \(0.01004443107986778`\)], "Output"] }, Open ]], Cell[BoxData[{ \(\(limit = 0.01;\)\), "\[IndentingNewLine]", \(\(alsolimit = fractions[\([3]\)];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(\(Clear[gridx, framex, framey, sizes];\)\), "\n", \(\(gridx = Table[a, {a, 0, limit, N[limit/5]}];\)\), "\n", \(\(framex = gridx;\)\), "\n", \(\(sizes = Flatten[\[IndentingNewLine]Table[\[IndentingNewLine]Dimensions[\ \[IndentingNewLine]Characters[\[IndentingNewLine]ToString[ framex[\([a]\)]\[IndentingNewLine]]]], {a, 1, 6}]];\)\), "\[IndentingNewLine]", \(\(Do[\[IndentingNewLine]Do[ framex[\([a]\)] = StringJoin[ ToString[framex[\([a]\)]], "\< \>"], \[IndentingNewLine]{b, 1, 5 - sizes[\([a]\)]}], \[IndentingNewLine]{a, 1, 6}];\)\), "\[IndentingNewLine]", \(\(framex = Table[{gridx[\([a]\)], framex[\([a]\)]}, {a, 1, 6}];\)\), "\n", \(\(gridx = Table[{gridx[\([a]\)], RGBColor[0, 0, 0]}, {a, 1, 6}];\)\), "\n", \(\(framey = Table[{a + 1, arrays - a - 6}, {a, 0, 12 - 3}];\)\), "\n", \(\(table = Table[fractions[\([arrays - a]\)], {a, 6, arrays - 3}];\)\)}], "Input",\ PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(\(g = BarChart[ table, \[IndentingNewLine]BarOrientation -> Horizontal, \[IndentingNewLine]PlotRange -> {{0, alsolimit*1.0001}, {0.5, 12 - 2 + 0.5}}, \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Axes -> False, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, None, None, None}, \[IndentingNewLine]GridLines -> {gridx, None}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ a, {b, c + 1.75}, {0, 0}, {0, 1}];\)\), "\n", \(\(g1 = Show[g, \[IndentingNewLine]AspectRatio -> 1.25, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction \[Rule] Identity];\)\)}], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{ \(\(gridx = Table[a, {a, 0, 1, 0.2}];\)\), "\n", \(\(framex = gridx;\)\), "\n", \(\(sizes = Flatten[\[IndentingNewLine]Table[\[IndentingNewLine]Dimensions[\ \[IndentingNewLine]Characters[\[IndentingNewLine]ToString[ framex[\([a]\)]\[IndentingNewLine]]]], {a, 1, 6}]];\)\), "\n", \(\(Do[\[IndentingNewLine]Do[ framex[\([a]\)] = StringJoin[ ToString[framex[\([a]\)]], "\< \>"], \[IndentingNewLine]{b, 1, size - sizes[\([a]\)]}], \[IndentingNewLine]{a, 1, 6}];\)\), "\n", \(\(framex = Table[{gridx[\([a]\)], framex[\([a]\)]}, {a, 1, 6}];\)\), "\n", \(\(gridx = Table[{gridx[\([a]\)], RGBColor[0, 0, 0]}, {a, 1, 6}];\)\), "\n", \(\(framey = Table[{a + 1, arrays - a}, {a, 0, arrays - 1}];\)\), "\n", \(\(labelx = ColumnForm[\[IndentingNewLine]{"\<(b) Eigenexpression Fraction\>", StringJoin[\*"\"\<\!\(d\_1\%\[Prime]\[Prime]\) = \>\"", ToString[ entropy]], "\< \>"}, \[IndentingNewLine]Center];\)\), "\n", \(\(g = BarChart[\[IndentingNewLine]Table[ fractions[\([arrays - a]\)], {a, 0, arrays - 1}], \[IndentingNewLine]BarOrientation -> Horizontal, \[IndentingNewLine]PlotRange -> {{0, 1.0001}, {0.5, arrays + 0.5}}, \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Axes -> False, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, None, labelx, None}, \[IndentingNewLine]GridLines -> {gridx, None}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ labelx, {b, c + 3}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ a, {b, c + 2.7}, {0, 0}, {0, 1}];\)\), "\n", \(\(g2 = Show[{g, \[IndentingNewLine]Graphics[{RGBColor[1, 1, 0.8], Rectangle[{0.1, 0.6}, {0.98, 16.6}]}], \[IndentingNewLine]Graphics[{Rectangle[{0.1, 0.6}, {0.98, 16.6}, g1]}]}, \[IndentingNewLine]AspectRatio -> 1.35, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ \(Create\ Eigengenes\ 2 D\ Red\ &\)\ Green\ Raster\ Display\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(contrast = 3.5;\)\), "\n", \(\(displaying = Table[\[IndentingNewLine]If[ contrast*eigengenes[\([i, j]\)] > 0, \[IndentingNewLine]If[ contrast*eigengenes[\([i, j]\)] < 1, {contrast*eigengenes[\([i, j]\)], 0}, {1, 0}], \[IndentingNewLine]If[ contrast*eigengenes[\([i, j]\)] > \(-1\), {0, \(-contrast\)* eigengenes[\([i, j]\)]}, {0, 1}]], \[IndentingNewLine]{i, 1, arrays}, {j, 1, arrays}];\)\), "\n", \(\(framex = Table[{a - 0.5, arraynames[\([1, a]\)]}, {a, 1, arrays}];\)\), "\n", \(\(framey = Table[{a + 1 - 0.5, arrays - a}, {a, 0, arrays - 1}];\)\), "\n", \(\(labely = "\";\)\), "\n", \(\(labelx = ColumnForm[{"\<(a) Arrays\>", "\< \>", "\< \>"}, Center];\)\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[{ \(\(g = Show[\[IndentingNewLine]Graphics[\[IndentingNewLine]RasterArray[\ \[IndentingNewLine]Table[\[IndentingNewLine]RGBColor[ displaying[\([i, j, 1]\)], displaying[\([i, j, 2]\)], 0], \[IndentingNewLine]{i, arrays, 1, \(-1\)}, {j, 1, arrays}]]], \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] \[Rule] \[IndentingNewLine]Text[ labely, {b - 3, c}, {0, 0}, {0, 1}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ labelx, {b, c + 3}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ a, {b, c + 2.7}, {0, 0}, {0, 1}];\)\), "\n", \(\(g1 = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Create\ Selected\ Eigengenes\ Graph\ Display\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[{ \(eigengenes3 = Chop[TrigFit[Drop[eigengenes[\([3]\)], {1}], 2, {x - 1, arrays - 1}], 0.175]\), "\n", \(eigengenes4 = Chop[TrigFit[Drop[eigengenes[\([4]\)], {1}], 2, {x - 1, arrays - 1}], 0.175]\), "\n", \(eigengenes5 = Chop[TrigFit[Drop[eigengenes[\([5]\)], {1}], 2, {x - 1, arrays - 1}], 0.175]\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \(0.19573953051209086`\ Sin[4\/17\ \[Pi]\ \((\(-1\) + x)\)]\)], "Output"], Cell[BoxData[ \(0.25984071366875106`\ Cos[4\/17\ \[Pi]\ \((\(-1\) + x)\)]\)], "Output"], Cell[BoxData[ \(0.21962183599342686`\ Sin[4\/17\ \[Pi]\ \((\(-1\) + x)\)]\)], "Output"] }, Open ]], Cell[BoxData[{ \(\(eigengenes3 = Sqrt[2/17. ]*Sin[4*Pi*\((x - 1)\)/17];\)\), "\[IndentingNewLine]", \(\(eigengenes4 = Sqrt[2/17. ]*Cos[4*Pi*\((x - 1)\)/17];\)\), "\[IndentingNewLine]", \(\(eigengenes5 = Sqrt[2/17. ]*Sin[4*Pi*\((x - 1)\)/17];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(\(labelx = ColumnForm[{"\<(c) Arrays\>"}, Center];\)\), "\n", \(\(labely = ColumnForm[{"\< \>", "\"}, Center];\)\), "\[IndentingNewLine]", \(\(framex = Table[{a - 1, arraynames[\([1, a]\)]}, {a, 1, arrays}];\)\), "\n", \(\(framey = {\(-1\), \(-0.5\), 0, 0.5, 1};\)\), "\n", \(\(coordinates = Table[{a - 1, eigengenes[\([1, a]\)]}, {a, 1, arrays}];\)\), "\n", \(\(points = Table[Point[coordinates[\([a]\)]], {a, 1, arrays}];\)\), "\n", \(\(line = Line[coordinates];\)\), "\n", \(\(g = Show[\[IndentingNewLine]{Graphics[{RGBColor[1, 0, 0], PointSize[0.022], points}], \[IndentingNewLine]Graphics[{RGBColor[1, 0, 0], line}]}, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]GridLines -> {None, {{0, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]PlotRange -> {\(-1.05\), 1.05}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] \[Rule] \[IndentingNewLine]Text[ labely, {b - 5.4, c}, {0, 0}, {0, 1}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ labelx, {b, c + 0.625}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ a, {b, c + 0.25}, {0, 0}, {0, 1}];\)\), "\n", \(\(p1 = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction \[Rule] Identity];\)\)}], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{ \(\(labelx = ColumnForm[{"\<(c) Arrays\>"}, Center];\)\), "\n", \(\(labely = ColumnForm[{"\< \>", "\"}, Center];\)\), "\n", \(\(framex = Table[{a - 1, arraynames[\([1, a]\)]}, {a, 1, arrays}];\)\), "\n", \(\(framey = {\(-1\), \(-0.5\), 0, 0.5, 1};\)\), "\n", \(\(coordinates = Table[{a - 1, eigengenes[\([2, a]\)]}, {a, 1, arrays}];\)\), "\n", \(\(points = Table[Point[coordinates[\([a]\)]], {a, 1, arrays}];\)\), "\n", \(\(line = Line[coordinates];\)\), "\n", \(\(g = Show[\[IndentingNewLine]{Graphics[{RGBColor[0, 0, 1], PointSize[0.022], points}], \[IndentingNewLine]Graphics[{RGBColor[0, 0, 1], line}]}, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]GridLines -> {None, {{0, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]PlotRange -> {\(-1.05\), 1.05}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] \[Rule] \[IndentingNewLine]Text[ labely, {b - 5.4, c}, {0, 0}, {0, 1}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ labelx, {b, c + 0.625}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ a, {b, c + 0.25}, {0, 0}, {0, 1}];\)\), "\n", \(\(p2 = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction \[Rule] Identity];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(\(graph = Plot[eigengenes3, \[IndentingNewLine]{x, 1, arrays - 1}, \[IndentingNewLine]PlotStyle -> {RGBColor[1, 0, 0], Dashing[{0.03, 0.02}]}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(labelx = ColumnForm[{"\<(d) Arrays\>"}, Center];\)\), "\n", \(\(labely = ColumnForm[{"\< \>", "\"}, Center];\)\), "\n", \(\(framex = Table[{a - 1, arraynames[\([1, a]\)]}, {a, 1, arrays}];\)\), "\n", \(\(framey = {\(-1\), \(-0.5\), 0, 0.5, 1};\)\), "\n", \(\(coordinates = Table[{a - 1, eigengenes[\([3, a]\)]}, {a, 1, arrays}];\)\), "\n", \(\(points = Table[Point[coordinates[\([a]\)]], {a, 1, arrays}];\)\), "\n", \(\(line = Line[coordinates];\)\), "\n", \(\(g = Show[\[IndentingNewLine]{Graphics[{RGBColor[1, 0, 0], PointSize[0.022], points}], \[IndentingNewLine]Graphics[{RGBColor[1, 0, 0], line}], \[IndentingNewLine]graph, \ \[IndentingNewLine]Graphics[{RGBColor[1, 0, 0], Text[\*"\"\<\!\(\@\(2\/T\)\)sin(\!\(\(4 \[Pi]t\)\/T\))\>\"", \ {8.5, 0.75}]}]}, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]GridLines -> {None, {{0, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]PlotRange -> {\(-1.05\), 1.05}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] \[Rule] \[IndentingNewLine]Text[ labely, {b - 5.4, c}, {0, 0}, {0, 1}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ labelx, {b, c + 0.625}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ a, {b, c + 0.25}, {0, 0}, {0, 1}];\)\), "\n", \(\(p3 = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction \[Rule] Identity];\)\)}], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{ \(\(graph = Plot[eigengenes4, \[IndentingNewLine]{x, 1, arrays - 1}, \[IndentingNewLine]PlotStyle -> {RGBColor[0, 0, 1], Dashing[{0.03, 0.02}]}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(labelx = ColumnForm[{"\<(e) Arrays\>"}, Center];\)\), "\n", \(\(labely = ColumnForm[{"\< \>", "\< \>"}, Center];\)\), "\n", \(\(framex = Table[{a - 1, arraynames[\([1, a]\)]}, {a, 1, arrays}];\)\), "\n", \(\(framey = {\(-1\), \(-0.5\), 0, 0.5, 1};\)\), "\n", \(\(coordinates = Table[{a - 1, eigengenes[\([4, a]\)]}, {a, 1, arrays}];\)\), "\n", \(\(points = Table[Point[coordinates[\([a]\)]], {a, 1, arrays}];\)\), "\n", \(\(line = Line[coordinates];\)\), "\n", \(\(g = Show[\[IndentingNewLine]{Graphics[{RGBColor[0, 0, 1], PointSize[0.022], points}], \[IndentingNewLine]Graphics[{RGBColor[0, 0, 1], line}], \[IndentingNewLine]graph, \ \[IndentingNewLine]Graphics[{RGBColor[0, 0, 1], Text[\*"\"\<\!\(\@\(2\/T\)\)cos(\!\(\(4 \[Pi]t\)\/T\))\>\"", \ {8.5, 0.75}]}]}, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]GridLines -> {None, {{0, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]PlotRange -> {\(-1.05\), 1.05}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] \[Rule] \[IndentingNewLine]Text[ labely, {b - 5.4, c}, {0, 0}, {0, 1}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ labelx, {b, c + 0.625}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ a, {b, c + 0.25}, {0, 0}, {0, 1}];\)\), "\n", \(\(p4 = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction \[Rule] Identity];\)\)}], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{ \(\(graph = Plot[eigengenes5, \[IndentingNewLine]{x, 1, arrays - 1}, \[IndentingNewLine]PlotStyle -> {RGBColor[0, 0.5, 0], Dashing[{0.03, 0.02}]}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(labelx = ColumnForm[{"\<(f) Arrays\>"}, Center];\)\), "\n", \(\(labely = ColumnForm[{"\< \>", "\< \>"}, Center];\)\), "\n", \(\(framex = Table[{a - 1, arraynames[\([1, a]\)]}, {a, 1, arrays}];\)\), "\n", \(\(framey = {\(-1\), \(-0.5\), 0, 0.5, 1};\)\), "\n", \(\(coordinates = Table[{a - 1, eigengenes[\([5, a]\)]}, {a, 1, arrays}];\)\), "\n", \(\(points = Table[Point[coordinates[\([a]\)]], {a, 1, arrays}];\)\), "\n", \(\(line = Line[coordinates];\)\), "\n", \(\(g = Show[\[IndentingNewLine]{Graphics[{RGBColor[0, 0.5, 0], PointSize[0.022], points}], \[IndentingNewLine]Graphics[{RGBColor[0, 0.5, 0], line}], \[IndentingNewLine]graph, \ \[IndentingNewLine]Graphics[{RGBColor[0, 0.5, 0], Text[\*"\"\<\!\(\@\(2\/T\)\)sin(\!\(\(4 \[Pi]t\)\/T\))\>\"", \ {8.5, 0.75}]}]}, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]GridLines -> {None, {{0, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]PlotRange -> {\(-1.05\), 1.05}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] \[Rule] \[IndentingNewLine]Text[ labely, {b - 5.4, c}, {0, 0}, {0, 1}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ labelx, {b, c + 0.625}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ a, {b, c + 0.25}, {0, 0}, {0, 1}];\)\), "\n", \(\(p5 = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction \[Rule] Identity];\)\)}], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \( (*\ Display\ Selected\ Eigengenes\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(\(g3 = Show[{p2, p1}, \[IndentingNewLine]DisplayFunction -> Identity];\)\)], "Input", PageBreakAbove->False, PageBreakBelow->False, GroupPageBreakWithin->False], Cell[BoxData[ \( (*\ Display\ Eigengenes, \ Fractions\ and\ Selected\ Eigengenes\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(\(Show[ GraphicsArray[{g1, g2, g3}], \[IndentingNewLine]GraphicsSpacing -> \(-0.15\)];\)\)], \ "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .38889 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.186619 0.0427952 0.0453286 0.0451748 [ [.15725 .06792 -12 -4.5 ] [.15725 .06792 0 4.5 ] [.15725 .11309 -12 -4.5 ] [.15725 .11309 0 4.5 ] [.15725 .15827 -12 -4.5 ] [.15725 .15827 0 4.5 ] [.15725 .20344 -12 -4.5 ] [.15725 .20344 0 4.5 ] [.15725 .24862 -12 -4.5 ] [.15725 .24862 0 4.5 ] [.15725 .29379 -12 -4.5 ] [.15725 .29379 0 4.5 ] [.15725 .33896 -12 -4.5 ] [.15725 .33896 0 4.5 ] [.15725 .38414 -12 -4.5 ] [.15725 .38414 0 4.5 ] [.15725 .42931 -12 -4.5 ] [.15725 .42931 0 4.5 ] [.15725 .47449 -6 -4.5 ] [.15725 .47449 0 4.5 ] [.15725 .51966 -6 -4.5 ] [.15725 .51966 0 4.5 ] [.15725 .56484 -6 -4.5 ] [.15725 .56484 0 4.5 ] [.15725 .61001 -6 -4.5 ] [.15725 .61001 0 4.5 ] [.15725 .65519 -6 -4.5 ] [.15725 .65519 0 4.5 ] [.15725 .70036 -6 -4.5 ] [.15725 .70036 0 4.5 ] [.15725 .74554 -6 -4.5 ] [.15725 .74554 0 4.5 ] [.15725 .79071 -6 -4.5 ] [.15725 .79071 0 4.5 ] [.15725 .83589 -6 -4.5 ] [.15725 .83589 0 4.5 ] [.02381 .4519 -6 -32 ] [.02381 .4519 6 32 ] [.20802 1.01145 -6.1875 -23.0313 ] [.20802 1.01145 6.1875 23.0313 ] [.25081 1.01145 -6.1875 -23.0313 ] [.25081 1.01145 6.1875 23.0313 ] [.29361 1.01145 -6.1875 -23.0313 ] [.29361 1.01145 6.1875 23.0313 ] [.3364 1.01145 -6.1875 -23.0313 ] [.3364 1.01145 6.1875 23.0313 ] [.3792 1.01145 -6.1875 -23.0313 ] [.3792 1.01145 6.1875 23.0313 ] [.42199 1.01145 -6.1875 -23.0313 ] [.42199 1.01145 6.1875 23.0313 ] [.46479 1.01145 -6.1875 -23.0313 ] [.46479 1.01145 6.1875 23.0313 ] [.50758 1.01145 -6.1875 -23.0313 ] [.50758 1.01145 6.1875 23.0313 ] [.55038 1.01145 -6.1875 -23.0313 ] [.55038 1.01145 6.1875 23.0313 ] [.59317 1.01145 -6.1875 -23.0313 ] [.59317 1.01145 6.1875 23.0313 ] [.63597 1.01145 -6.1875 -23.0313 ] [.63597 1.01145 6.1875 23.0313 ] [.67876 1.01145 -6.1875 -23.0313 ] [.67876 1.01145 6.1875 23.0313 ] [.72156 1.01145 -6.1875 -23.0313 ] [.72156 1.01145 6.1875 23.0313 ] [.76435 1.01145 -6.1875 -23.0313 ] [.76435 1.01145 6.1875 23.0313 ] [.80715 1.01145 -6.1875 -23.0313 ] [.80715 1.01145 6.1875 23.0313 ] [.84994 1.01145 -6.1875 -23.0313 ] [.84994 1.01145 6.1875 23.0313 ] [.89274 1.01145 -6.1875 -23.0313 ] [.89274 1.01145 6.1875 23.0313 ] [.93554 1.01145 -6.1875 -23.0313 ] [.93554 1.01145 6.1875 23.0313 ] [.57178 1.025 -32 0 ] [.57178 1.025 32 39.625 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .18662 .04533 translate .77031 .81314 scale 54 string 18 18 8 [18 0 0 18 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 1000000036003F0000350000008600006000FD0000BB000000FF00330000FF000000FF00 FB000003000000E500FB0000030000002F00 0D000024000000DA00D100000021000094008C0000EB000000FF00000E00960000610000 00FF003C0000FF000000FF00006900E50000 000400003D00FF000000FF003F000025000000FF00FF000000B6005D000000FF00120000 FF0000006700C9000000A0000097004A0000 25000030000000A00054000065000000CF00000B00F50000008D007F000000EA00FF0000 00E700007E005E0000FF00006B000000FF00 001000000900009400FF000000FF0000FF003B00008F0000FF000007000000DF00008A00 FF00002D0000560000007D00004C00007300 5200000F000000FF00270000FF000004000000FF00D600004800000D0000FF0000006D00 64000076000000FF0000FF00F5000000F800 006600190000FF000000C60000FF001E0000B20000B900006C000000A0003B0000660000 00C300FF000000710000DF009D000000FF00 38000000A800980000310000C1000000FF00100000FF0000D0000000D900005A00100000 00C20076000000FF00C60000004600FF0000 001800003C00D000000200008C000000E500009C000071005E0000FF000063000000FF00 00E000FF0000FF0000510000008B0000A200 07000000C9009F0000FF000000FF007C000000FF001F0000004F00007C004E0000004400 00A9000080006B0000970000FF00008D0000 001600840000005000006400002700410000003000FF0000FF000000FF00FF0000003C00 00040000F000FE0000D7000000FF00006D00 000D009D0000BD00000090008A000000FF0021000000F70000360000C7008A00005F0000 D8000000AD00EA0000007A00FF0000000700 100000FF000000DB00008900008B0000240000F400000300009D0000D00000AD00006F00 0F0000FF0000120000C300001900008F0000 85000000FF00000E00570000630000000000009D0000CE0000BB0000FF003F0000FF0000 B80000FF00009300003B000000FC00009F00 003700A100005700001B000000FF0000DB0000FF00007100110000FF0000FF0000FF0000 1C000000100000DD0000000000FF003F0000 00FF00FF0000FF0000FF0000FF0000890000001E00002C0000790000BB00003E00000500 001500004F00006D00004E0000BF00007F00 FF0000910000A70000290000006000001200001D00005F00002A00005500004B00007000 00700000BE00006700007F00009A00007800 00FF0000AC0000B80000C80000BB0000D40000C80000BB0000AC0000F20000B00000EE00 00BE0000FF0000DA0000A20000EE0000AD00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .16736 .025 m .97619 .025 L s .16736 .06792 m .17242 .06792 L s [(18)] .15725 .06792 1 0 Mshowa .16736 .11309 m .17242 .11309 L s [(17)] .15725 .11309 1 0 Mshowa .16736 .15827 m .17242 .15827 L s [(16)] .15725 .15827 1 0 Mshowa .16736 .20344 m .17242 .20344 L s [(15)] .15725 .20344 1 0 Mshowa .16736 .24862 m .17242 .24862 L s [(14)] .15725 .24862 1 0 Mshowa .16736 .29379 m .17242 .29379 L s [(13)] .15725 .29379 1 0 Mshowa .16736 .33896 m .17242 .33896 L s [(12)] .15725 .33896 1 0 Mshowa .16736 .38414 m .17242 .38414 L s [(11)] .15725 .38414 1 0 Mshowa .16736 .42931 m .17242 .42931 L s [(10)] .15725 .42931 1 0 Mshowa .16736 .47449 m .17242 .47449 L s [(9)] .15725 .47449 1 0 Mshowa .16736 .51966 m .17242 .51966 L s [(8)] .15725 .51966 1 0 Mshowa .16736 .56484 m .17242 .56484 L s [(7)] .15725 .56484 1 0 Mshowa .16736 .61001 m .17242 .61001 L s [(6)] .15725 .61001 1 0 Mshowa .16736 .65519 m .17242 .65519 L s [(5)] .15725 .65519 1 0 Mshowa .16736 .70036 m .17242 .70036 L s [(4)] .15725 .70036 1 0 Mshowa .16736 .74554 m .17242 .74554 L s [(3)] .15725 .74554 1 0 Mshowa .16736 .79071 m .17242 .79071 L s [(2)] .15725 .79071 1 0 Mshowa .16736 .83589 m .17242 .83589 L s [(1)] .15725 .83589 1 0 Mshowa .16736 .025 m .16736 .8788 L s gsave .02381 .4519 -93 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 93 10 translate 90 rotate -93 -10 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 (Eigengenes) show 123.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 .20802 .87347 m .20802 .8788 L s gsave .20802 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (0) show 69.062 13.000 moveto (_min) show 105.062 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 .25081 .87347 m .25081 .8788 L s gsave .25081 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (7) show 69.062 13.000 moveto (_min) show 105.062 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 .29361 .87347 m .29361 .8788 L s gsave .29361 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (14) show 75.062 13.000 moveto (_min) show 105.062 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 .3364 .87347 m .3364 .8788 L s gsave .3364 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (21) show 75.062 13.000 moveto (_min) show 105.062 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 .3792 .87347 m .3792 .8788 L s gsave .3792 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (28) show 75.062 13.000 moveto (_min) show 105.062 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 .42199 .87347 m .42199 .8788 L s gsave .42199 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (35) show 75.062 13.000 moveto (_min) show 105.062 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 .46479 .87347 m .46479 .8788 L s gsave .46479 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (42) show 75.062 13.000 moveto (_min) show 105.062 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 .50758 .87347 m .50758 .8788 L s gsave .50758 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (49) show 75.062 13.000 moveto (_min) show 105.062 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 .55038 .87347 m .55038 .8788 L s gsave .55038 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (56) show 75.062 13.000 moveto (_min) show 105.062 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 .59317 .87347 m .59317 .8788 L s gsave .59317 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (63) show 75.062 13.000 moveto (_min) show 105.062 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 .63597 .87347 m .63597 .8788 L s gsave .63597 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (70) show 75.062 13.000 moveto (_min) show 105.062 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 .67876 .87347 m .67876 .8788 L s gsave .67876 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (77) show 75.062 13.000 moveto (_min) show 105.062 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 .72156 .87347 m .72156 .8788 L s gsave .72156 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (84) show 75.062 13.000 moveto (_min) show 105.062 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 .76435 .87347 m .76435 .8788 L s gsave .76435 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (91) show 75.062 13.000 moveto (_min) show 105.062 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 .80715 .87347 m .80715 .8788 L s gsave .80715 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (98) show 75.062 13.000 moveto (_min) show 105.062 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 .84994 .87347 m .84994 .8788 L s gsave .84994 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (105) show 81.062 13.000 moveto (_min) show 105.062 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 .89274 .87347 m .89274 .8788 L s gsave .89274 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (112) show 81.062 13.000 moveto (_min) show 105.062 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 .93554 .87347 m .93554 .8788 L s gsave .93554 1.01145 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (119) show 81.062 13.000 moveto (_min) show 105.062 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 .16736 .8788 m .97619 .8788 L s gsave .57178 1.025 -93 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.625 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 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%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 (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%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 (Arrays) show 123.000 13.000 moveto %%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 0.000 0.000 rmoveto 90.000 26.500 moveto 0.000 0.000 rmoveto 96.000 26.500 moveto 0.000 0.000 rmoveto 90.000 40.000 moveto 0.000 0.000 rmoveto 96.000 40.000 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 0.00185512 0.0605755 [ [.02381 .06243 -12 -4.5 ] [.02381 .06243 0 4.5 ] [.02381 .12301 -12 -4.5 ] [.02381 .12301 0 4.5 ] [.02381 .18358 -12 -4.5 ] [.02381 .18358 0 4.5 ] [.02381 .24416 -12 -4.5 ] [.02381 .24416 0 4.5 ] [.02381 .30473 -12 -4.5 ] [.02381 .30473 0 4.5 ] [.02381 .36531 -12 -4.5 ] [.02381 .36531 0 4.5 ] [.02381 .42588 -12 -4.5 ] [.02381 .42588 0 4.5 ] [.02381 .48646 -12 -4.5 ] [.02381 .48646 0 4.5 ] [.02381 .54703 -12 -4.5 ] [.02381 .54703 0 4.5 ] [.02381 .60761 -6 -4.5 ] [.02381 .60761 0 4.5 ] [.02381 .66819 -6 -4.5 ] [.02381 .66819 0 4.5 ] [.02381 .72876 -6 -4.5 ] [.02381 .72876 0 4.5 ] [.02381 .78934 -6 -4.5 ] [.02381 .78934 0 4.5 ] [.02381 .84991 -6 -4.5 ] [.02381 .84991 0 4.5 ] [.02381 .91049 -6 -4.5 ] [.02381 .91049 0 4.5 ] [.02381 .97106 -6 -4.5 ] [.02381 .97106 0 4.5 ] [.02381 1.03164 -6 -4.5 ] [.02381 1.03164 0 4.5 ] [.02381 1.09221 -6 -4.5 ] [.02381 1.09221 0 4.5 ] [.03557 1.29968 -6 -23 ] [.03557 1.29968 6 23 ] [.22367 1.29968 -6 -23 ] [.22367 1.29968 6 23 ] [.41178 1.29968 -6 -23 ] [.41178 1.29968 6 23 ] [.59988 1.29968 -6 -23 ] [.59988 1.29968 6 23 ] [.78799 1.29968 -6 -23 ] [.78799 1.29968 6 23 ] [.9761 1.29968 -6 -23 ] [.9761 1.29968 6 23 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .0382 m .03557 .08666 L .03581 .08666 L .03581 .0382 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .0382 m .03557 .08666 L .03581 .08666 L .03581 .0382 L .03557 .0382 L s 1 0 0 r .03557 .09878 m .03557 .14724 L .03585 .14724 L .03585 .09878 L F 0 g .03557 .09878 m .03557 .14724 L .03585 .14724 L .03585 .09878 L .03557 .09878 L s 1 0 0 r .03557 .15935 m .03557 .20781 L .0359 .20781 L .0359 .15935 L F 0 g .03557 .15935 m .03557 .20781 L .0359 .20781 L .0359 .15935 L .03557 .15935 L s 1 0 0 r .03557 .21993 m .03557 .26839 L .03603 .26839 L .03603 .21993 L F 0 g .03557 .21993 m .03557 .26839 L .03603 .26839 L .03603 .21993 L .03557 .21993 L s 1 0 0 r .03557 .2805 m .03557 .32896 L .03615 .32896 L .03615 .2805 L F 0 g .03557 .2805 m .03557 .32896 L .03615 .32896 L .03615 .2805 L .03557 .2805 L s 1 0 0 r .03557 .34108 m .03557 .38954 L .03631 .38954 L .03631 .34108 L F 0 g .03557 .34108 m .03557 .38954 L .03631 .38954 L .03631 .34108 L .03557 .34108 L s 1 0 0 r .03557 .40165 m .03557 .45011 L .03644 .45011 L .03644 .40165 L F 0 g .03557 .40165 m .03557 .45011 L .03644 .45011 L .03644 .40165 L .03557 .40165 L s 1 0 0 r .03557 .46223 m .03557 .51069 L .03658 .51069 L .03658 .46223 L F 0 g .03557 .46223 m .03557 .51069 L .03658 .51069 L .03658 .46223 L .03557 .46223 L s 1 0 0 r .03557 .5228 m .03557 .57126 L .03675 .57126 L .03675 .5228 L F 0 g .03557 .5228 m .03557 .57126 L .03675 .57126 L .03675 .5228 L .03557 .5228 L s 1 0 0 r .03557 .58338 m .03557 .63184 L .03705 .63184 L .03705 .58338 L F 0 g .03557 .58338 m .03557 .63184 L .03705 .63184 L .03705 .58338 L .03557 .58338 L s 1 0 0 r .03557 .64396 m .03557 .69242 L .0372 .69242 L .0372 .64396 L F 0 g .03557 .64396 m .03557 .69242 L .0372 .69242 L .0372 .64396 L .03557 .64396 L s 1 0 0 r .03557 .70453 m .03557 .75299 L .03791 .75299 L .03791 .70453 L F 0 g .03557 .70453 m .03557 .75299 L .03791 .75299 L .03791 .70453 L .03557 .70453 L s 1 0 0 r .03557 .76511 m .03557 .81357 L .03846 .81357 L .03846 .76511 L F 0 g .03557 .76511 m .03557 .81357 L .03846 .81357 L .03846 .76511 L .03557 .76511 L s 1 0 0 r .03557 .82568 m .03557 .87414 L .03973 .87414 L .03973 .82568 L F 0 g .03557 .82568 m .03557 .87414 L .03973 .87414 L .03973 .82568 L .03557 .82568 L s 1 0 0 r .03557 .88626 m .03557 .93472 L .04099 .93472 L .04099 .88626 L F 0 g .03557 .88626 m .03557 .93472 L .04099 .93472 L .04099 .88626 L .03557 .88626 L s 1 0 0 r .03557 .94683 m .03557 .99529 L .04501 .99529 L .04501 .94683 L F 0 g .03557 .94683 m .03557 .99529 L .04501 .99529 L .04501 .94683 L .03557 .94683 L s 1 0 0 r .03557 1.00741 m .03557 1.05587 L .09852 1.05587 L .09852 1.00741 L F 0 g .03557 1.00741 m .03557 1.05587 L .09852 1.05587 L .09852 1.00741 L .03557 1.00741 L s 1 0 0 r .03557 1.06798 m .03557 1.11644 L .88005 1.11644 L .88005 1.06798 L F 0 g .03557 1.06798 m .03557 1.11644 L .88005 1.11644 L .88005 1.06798 L .03557 1.06798 L s .25 Mabswid .03557 .03214 m .03557 1.1225 L s .22367 .03214 m .22367 1.1225 L s .41178 .03214 m .41178 1.1225 L s .59988 .03214 m .59988 1.1225 L s .78799 .03214 m .78799 1.1225 L s .9761 .03214 m .9761 1.1225 L s .03557 .03214 m .97619 .03214 L s .03557 .06243 m .04145 .06243 L s [(18)] .02381 .06243 1 0 Mshowa .03557 .12301 m .04145 .12301 L s [(17)] .02381 .12301 1 0 Mshowa .03557 .18358 m .04145 .18358 L s [(16)] .02381 .18358 1 0 Mshowa .03557 .24416 m .04145 .24416 L s [(15)] .02381 .24416 1 0 Mshowa .03557 .30473 m .04145 .30473 L s [(14)] .02381 .30473 1 0 Mshowa .03557 .36531 m .04145 .36531 L s [(13)] .02381 .36531 1 0 Mshowa .03557 .42588 m .04145 .42588 L s [(12)] .02381 .42588 1 0 Mshowa .03557 .48646 m .04145 .48646 L s [(11)] .02381 .48646 1 0 Mshowa .03557 .54703 m .04145 .54703 L s [(10)] .02381 .54703 1 0 Mshowa .03557 .60761 m .04145 .60761 L s [(9)] .02381 .60761 1 0 Mshowa .03557 .66819 m .04145 .66819 L s [(8)] .02381 .66819 1 0 Mshowa .03557 .72876 m .04145 .72876 L s [(7)] .02381 .72876 1 0 Mshowa .03557 .78934 m .04145 .78934 L s [(6)] .02381 .78934 1 0 Mshowa .03557 .84991 m .04145 .84991 L s [(5)] .02381 .84991 1 0 Mshowa .03557 .91049 m .04145 .91049 L s [(4)] .02381 .91049 1 0 Mshowa .03557 .97106 m .04145 .97106 L s [(3)] .02381 .97106 1 0 Mshowa .03557 1.03164 m .04145 1.03164 L s [(2)] .02381 1.03164 1 0 Mshowa .03557 1.09221 m .04145 1.09221 L s [(1)] .02381 1.09221 1 0 Mshowa .03557 .03214 m .03557 1.1225 L s .03557 1.11569 m .03557 1.1225 L s gsave .03557 1.29968 -84 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 84 10 translate 90 rotate -84 -10 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 (0) show 105.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 .22367 1.11569 m .22367 1.1225 L s gsave .22367 1.29968 -84 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 84 10 translate 90 rotate -84 -10 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 (0.2) show 105.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 .41178 1.11569 m .41178 1.1225 L s gsave .41178 1.29968 -84 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 84 10 translate 90 rotate -84 -10 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 (0.4) show 105.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 .59988 1.11569 m .59988 1.1225 L s gsave .59988 1.29968 -84 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 84 10 translate 90 rotate -84 -10 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 (0.6) show 105.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 .78799 1.11569 m .78799 1.1225 L s gsave .78799 1.29968 -84 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 84 10 translate 90 rotate -84 -10 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 (0.8) show 105.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 .9761 1.11569 m .9761 1.1225 L s gsave .9761 1.29968 -84 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 84 10 translate 90 rotate -84 -10 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 (1.) show 105.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 .03557 1.1225 m .97619 1.1225 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 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 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%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 (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%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 (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%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 0.000 0.000 rmoveto 119.875 26.312 moveto 0.000 0.000 rmoveto 119.875 26.312 moveto %%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 (d) show 125.875 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 125.875 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242\\242) show 138.062 26.312 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 (=) show 150.062 26.312 moveto %%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 (0.16) show 174.062 26.312 moveto %%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 0.000 0.000 rmoveto 144.000 39.688 moveto 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.1225 L s 1 1 .8 r .12962 .0382 m .12962 1.00741 L .95729 1.00741 L .95729 .0382 L F % Start of sub-graphic p 0.12962 0.0382004 0.957286 1.00741 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 93.6369 -0.0203634 0.100251 [ [.02381 .07989 -12 -4.5 ] [.02381 .07989 0 4.5 ] [.02381 .18014 -12 -4.5 ] [.02381 .18014 0 4.5 ] [.02381 .28039 -12 -4.5 ] [.02381 .28039 0 4.5 ] [.02381 .38064 -6 -4.5 ] [.02381 .38064 0 4.5 ] [.02381 .48089 -6 -4.5 ] [.02381 .48089 0 4.5 ] [.02381 .58114 -6 -4.5 ] [.02381 .58114 0 4.5 ] [.02381 .68139 -6 -4.5 ] [.02381 .68139 0 4.5 ] [.02381 .78164 -6 -4.5 ] [.02381 .78164 0 4.5 ] [.02381 .88189 -6 -4.5 ] [.02381 .88189 0 4.5 ] [.02381 .98214 -6 -4.5 ] [.02381 .98214 0 4.5 ] [.03557 1.22024 -6 -17 ] [.03557 1.22024 6 17 ] [.22284 1.22024 -4.5 -15 ] [.22284 1.22024 4.5 15 ] [.41011 1.22024 -4.5 -15 ] [.41011 1.22024 4.5 15 ] [.59739 1.22024 -4.5 -15 ] [.59739 1.22024 4.5 15 ] [.78466 1.22024 -4.5 -15 ] [.78466 1.22024 4.5 15 ] [.97194 1.22024 -6 -17 ] [.97194 1.22024 6 17 ] [ 0 0 0 0 ] [ 1 1.25 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .03979 m .03557 .11999 L .12268 .11999 L .12268 .03979 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .03979 m .03557 .11999 L .12268 .11999 L .12268 .03979 L .03557 .03979 L s 1 0 0 r .03557 .14004 m .03557 .22024 L .13608 .22024 L .13608 .14004 L F 0 g .03557 .14004 m .03557 .22024 L .13608 .22024 L .13608 .14004 L .03557 .14004 L s 1 0 0 r .03557 .24029 m .03557 .32049 L .15309 .32049 L .15309 .24029 L F 0 g .03557 .24029 m .03557 .32049 L .15309 .32049 L .15309 .24029 L .03557 .24029 L s 1 0 0 r .03557 .34054 m .03557 .42074 L .1829 .42074 L .1829 .34054 L F 0 g .03557 .34054 m .03557 .42074 L .1829 .42074 L .1829 .34054 L .03557 .34054 L s 1 0 0 r .03557 .44079 m .03557 .52099 L .19843 .52099 L .19843 .44079 L F 0 g .03557 .44079 m .03557 .52099 L .19843 .52099 L .19843 .44079 L .03557 .44079 L s 1 0 0 r .03557 .54104 m .03557 .62124 L .26898 .62124 L .26898 .54104 L F 0 g .03557 .54104 m .03557 .62124 L .26898 .62124 L .26898 .54104 L .03557 .54104 L s 1 0 0 r .03557 .64129 m .03557 .72149 L .32358 .72149 L .32358 .64129 L F 0 g .03557 .64129 m .03557 .72149 L .32358 .72149 L .32358 .64129 L .03557 .64129 L s 1 0 0 r .03557 .74154 m .03557 .82174 L .44994 .82174 L .44994 .74154 L F 0 g .03557 .74154 m .03557 .82174 L .44994 .82174 L .44994 .74154 L .03557 .74154 L s 1 0 0 r .03557 .84179 m .03557 .92199 L .57506 .92199 L .57506 .84179 L F 0 g .03557 .84179 m .03557 .92199 L .57506 .92199 L .57506 .84179 L .03557 .84179 L s 1 0 0 r .03557 .94204 m .03557 1.02224 L .9761 1.02224 L .9761 .94204 L F 0 g .03557 .94204 m .03557 1.02224 L .9761 1.02224 L .9761 .94204 L .03557 .94204 L s .25 Mabswid .03557 .02976 m .03557 1.03227 L s .22284 .02976 m .22284 1.03227 L s .41011 .02976 m .41011 1.03227 L s .59739 .02976 m .59739 1.03227 L s .78466 .02976 m .78466 1.03227 L s .97194 .02976 m .97194 1.03227 L s .03557 .02976 m .97619 .02976 L s .03557 .07989 m .04145 .07989 L s [(12)] .02381 .07989 1 0 Mshowa .03557 .18014 m .04145 .18014 L s [(11)] .02381 .18014 1 0 Mshowa .03557 .28039 m .04145 .28039 L s [(10)] .02381 .28039 1 0 Mshowa .03557 .38064 m .04145 .38064 L s [(9)] .02381 .38064 1 0 Mshowa .03557 .48089 m .04145 .48089 L s [(8)] .02381 .48089 1 0 Mshowa .03557 .58114 m .04145 .58114 L s [(7)] .02381 .58114 1 0 Mshowa .03557 .68139 m .04145 .68139 L s [(6)] .02381 .68139 1 0 Mshowa .03557 .78164 m .04145 .78164 L s [(5)] .02381 .78164 1 0 Mshowa .03557 .88189 m .04145 .88189 L s [(4)] .02381 .88189 1 0 Mshowa .03557 .98214 m .04145 .98214 L s [(3)] .02381 .98214 1 0 Mshowa .03557 .02976 m .03557 1.03227 L s .03557 1.026 m .03557 1.03227 L s gsave .03557 1.22024 -78 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 78 10 translate 90 rotate -78 -10 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 (0) show 93.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 .22284 1.026 m .22284 1.03227 L s [(0.002)] .22284 1.22024 0 0 90 Mrotshowa .41011 1.026 m .41011 1.03227 L s [(0.004)] .41011 1.22024 0 0 90 Mrotshowa .59739 1.026 m .59739 1.03227 L s [(0.006)] .59739 1.22024 0 0 90 Mrotshowa .78466 1.026 m .78466 1.03227 L s [(0.008)] .78466 1.22024 0 0 90 Mrotshowa .97194 1.026 m .97194 1.03227 L s gsave .97194 1.22024 -78 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 78 10 translate 90 rotate -78 -10 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 (0.01) show 93.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 .03557 1.03227 m .97619 1.03227 L s .97619 .02976 m .97619 1.03227 L s 0 0 m 1 0 L 1 1.25 L 0 1.25 L closepath clip newpath MathSubEnd P % End of sub-graphic 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.272546 0.0403813 0.404407 0.36134 [ [.24637 .04307 -12 -4.5 ] [.24637 .04307 0 4.5 ] [.24637 .22374 -24 -4.5 ] [.24637 .22374 0 4.5 ] [.24637 .40441 -6 -4.5 ] [.24637 .40441 0 4.5 ] [.24637 .58508 -18 -4.5 ] [.24637 .58508 0 4.5 ] [.24637 .76575 -6 -4.5 ] [.24637 .76575 0 4.5 ] [.02381 .40441 -13.0625 -50 ] [.02381 .40441 13.0625 50 ] [.27255 .8895 -6.1875 -23.0313 ] [.27255 .8895 6.1875 23.0313 ] [.31293 .8895 -6.1875 -23.0313 ] [.31293 .8895 6.1875 23.0313 ] [.35331 .8895 -6.1875 -23.0313 ] [.35331 .8895 6.1875 23.0313 ] [.39369 .8895 -6.1875 -23.0313 ] [.39369 .8895 6.1875 23.0313 ] [.43407 .8895 -6.1875 -23.0313 ] [.43407 .8895 6.1875 23.0313 ] [.47445 .8895 -6.1875 -23.0313 ] [.47445 .8895 6.1875 23.0313 ] [.51483 .8895 -6.1875 -23.0313 ] [.51483 .8895 6.1875 23.0313 ] [.55522 .8895 -6.1875 -23.0313 ] [.55522 .8895 6.1875 23.0313 ] [.5956 .8895 -6.1875 -23.0313 ] [.5956 .8895 6.1875 23.0313 ] [.63598 .8895 -6.1875 -23.0313 ] [.63598 .8895 6.1875 23.0313 ] [.67636 .8895 -6.1875 -23.0313 ] [.67636 .8895 6.1875 23.0313 ] [.71674 .8895 -6.1875 -23.0313 ] [.71674 .8895 6.1875 23.0313 ] [.75712 .8895 -6.1875 -23.0313 ] [.75712 .8895 6.1875 23.0313 ] [.7975 .8895 -6.1875 -23.0313 ] [.7975 .8895 6.1875 23.0313 ] [.83788 .8895 -6.1875 -23.0313 ] [.83788 .8895 6.1875 23.0313 ] [.87827 .8895 -6.1875 -23.0313 ] [.87827 .8895 6.1875 23.0313 ] [.91865 .8895 -6.1875 -23.0313 ] [.91865 .8895 6.1875 23.0313 ] [.95903 .8895 -6.1875 -23.0313 ] [.95903 .8895 6.1875 23.0313 ] [.61579 1.025 -32 0 ] [.61579 1.025 32 12.625 ] [.24637 .04307 -12 -4.5 ] [.24637 .04307 0 4.5 ] [.24637 .22374 -24 -4.5 ] [.24637 .22374 0 4.5 ] [.24637 .40441 -6 -4.5 ] [.24637 .40441 0 4.5 ] [.24637 .58508 -18 -4.5 ] [.24637 .58508 0 4.5 ] [.24637 .76575 -6 -4.5 ] [.24637 .76575 0 4.5 ] [.02381 .40441 -13.0625 -50 ] [.02381 .40441 13.0625 50 ] [.27255 .8895 -6.1875 -23.0313 ] [.27255 .8895 6.1875 23.0313 ] [.31293 .8895 -6.1875 -23.0313 ] [.31293 .8895 6.1875 23.0313 ] [.35331 .8895 -6.1875 -23.0313 ] [.35331 .8895 6.1875 23.0313 ] [.39369 .8895 -6.1875 -23.0313 ] [.39369 .8895 6.1875 23.0313 ] [.43407 .8895 -6.1875 -23.0313 ] [.43407 .8895 6.1875 23.0313 ] [.47445 .8895 -6.1875 -23.0313 ] [.47445 .8895 6.1875 23.0313 ] [.51483 .8895 -6.1875 -23.0313 ] [.51483 .8895 6.1875 23.0313 ] [.55522 .8895 -6.1875 -23.0313 ] [.55522 .8895 6.1875 23.0313 ] [.5956 .8895 -6.1875 -23.0313 ] [.5956 .8895 6.1875 23.0313 ] [.63598 .8895 -6.1875 -23.0313 ] [.63598 .8895 6.1875 23.0313 ] [.67636 .8895 -6.1875 -23.0313 ] [.67636 .8895 6.1875 23.0313 ] [.71674 .8895 -6.1875 -23.0313 ] [.71674 .8895 6.1875 23.0313 ] [.75712 .8895 -6.1875 -23.0313 ] [.75712 .8895 6.1875 23.0313 ] [.7975 .8895 -6.1875 -23.0313 ] [.7975 .8895 6.1875 23.0313 ] [.83788 .8895 -6.1875 -23.0313 ] [.83788 .8895 6.1875 23.0313 ] [.87827 .8895 -6.1875 -23.0313 ] [.87827 .8895 6.1875 23.0313 ] [.91865 .8895 -6.1875 -23.0313 ] [.91865 .8895 6.1875 23.0313 ] [.95903 .8895 -6.1875 -23.0313 ] [.95903 .8895 6.1875 23.0313 ] [.61579 1.025 -32 0 ] [.61579 1.025 32 12.625 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 1 r .022 w .27255 .71425 Mdot .31293 .46306 Mdot .35331 .47213 Mdot .39369 .42097 Mdot .43407 .36558 Mdot .47445 .39698 Mdot .51483 .39241 Mdot .55522 .36592 Mdot .5956 .38726 Mdot .63598 .37 Mdot .67636 .374 Mdot .71674 .35905 Mdot .75712 .35891 Mdot .7975 .32774 Mdot .83788 .36258 Mdot .87827 .3528 Mdot .91865 .34208 Mdot .95903 .35569 Mdot .5 Mabswid [ ] 0 setdash .27255 .71425 m .31293 .46306 L .35331 .47213 L .39369 .42097 L .43407 .36558 L .47445 .39698 L .51483 .39241 L .55522 .36592 L .5956 .38726 L .63598 .37 L .67636 .374 L .71674 .35905 L .75712 .35891 L .7975 .32774 L .83788 .36258 L .87827 .3528 L .91865 .34208 L .95903 .35569 L s 0 g .25 Mabswid .25538 .40441 m .97619 .40441 L s .25538 .025 m .97619 .025 L s .25538 .04307 m .25989 .04307 L s [(-1)] .24637 .04307 1 0 Mshowa .25538 .22374 m .25989 .22374 L s [(-0.5)] .24637 .22374 1 0 Mshowa .25538 .40441 m .25989 .40441 L s [(0)] .24637 .40441 1 0 Mshowa .25538 .58508 m .25989 .58508 L s [(0.5)] .24637 .58508 1 0 Mshowa .25538 .76575 m .25989 .76575 L s [(1)] .24637 .76575 1 0 Mshowa .25538 .025 m .25538 .78381 L s gsave .02381 .40441 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 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 108.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 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%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 (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%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 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .27255 .77614 m .27255 .78381 L s gsave .27255 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (0) show 69.062 13.000 moveto (_min) show 105.062 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 .31293 .77614 m .31293 .78381 L s gsave .31293 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (7) show 69.062 13.000 moveto (_min) show 105.062 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 .35331 .77614 m .35331 .78381 L s gsave .35331 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (14) show 75.062 13.000 moveto (_min) show 105.062 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 .39369 .77614 m .39369 .78381 L s gsave .39369 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (21) show 75.062 13.000 moveto (_min) show 105.062 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 .43407 .77614 m .43407 .78381 L s gsave .43407 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (28) show 75.062 13.000 moveto (_min) show 105.062 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 .47445 .77614 m .47445 .78381 L s gsave .47445 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (35) show 75.062 13.000 moveto (_min) show 105.062 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 .51483 .77614 m .51483 .78381 L s gsave .51483 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (42) show 75.062 13.000 moveto (_min) show 105.062 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 .55522 .77614 m .55522 .78381 L s gsave .55522 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (49) show 75.062 13.000 moveto (_min) show 105.062 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 .5956 .77614 m .5956 .78381 L s gsave .5956 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (56) show 75.062 13.000 moveto (_min) show 105.062 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 .63598 .77614 m .63598 .78381 L s gsave .63598 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (63) show 75.062 13.000 moveto (_min) show 105.062 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 .67636 .77614 m .67636 .78381 L s gsave .67636 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (70) show 75.062 13.000 moveto (_min) show 105.062 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 .71674 .77614 m .71674 .78381 L s gsave .71674 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (77) show 75.062 13.000 moveto (_min) show 105.062 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 .75712 .77614 m .75712 .78381 L s gsave .75712 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (84) show 75.062 13.000 moveto (_min) show 105.062 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 .7975 .77614 m .7975 .78381 L s gsave .7975 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (91) show 75.062 13.000 moveto (_min) show 105.062 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 .83788 .77614 m .83788 .78381 L s gsave .83788 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (98) show 75.062 13.000 moveto (_min) show 105.062 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 .87827 .77614 m .87827 .78381 L s gsave .87827 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (105) show 81.062 13.000 moveto (_min) show 105.062 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 .91865 .77614 m .91865 .78381 L s gsave .91865 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (112) show 81.062 13.000 moveto (_min) show 105.062 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 .95903 .77614 m .95903 .78381 L s gsave .95903 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (119) show 81.062 13.000 moveto (_min) show 105.062 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 .25538 .78381 m .97619 .78381 L s gsave .61579 1.025 -93 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.625 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 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%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 (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%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 (Arrays) show 123.000 13.000 moveto %%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 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .78381 L s 1 0 0 r .022 w .27255 .28536 Mdot .31293 .33482 Mdot .35331 .32987 Mdot .39369 .32356 Mdot .43407 .32876 Mdot .47445 .31857 Mdot .51483 .32373 Mdot .55522 .32872 Mdot .5956 .33498 Mdot .63598 .30667 Mdot .67636 .33308 Mdot .71674 .30803 Mdot .75712 .32759 Mdot .7975 .28921 Mdot .83788 .31649 Mdot .87827 .33879 Mdot .91865 .30812 Mdot .95903 .33436 Mdot .5 Mabswid .27255 .28536 m .31293 .33482 L .35331 .32987 L .39369 .32356 L .43407 .32876 L .47445 .31857 L .51483 .32373 L .55522 .32872 L .5956 .33498 L .63598 .30667 L .67636 .33308 L .71674 .30803 L .75712 .32759 L .7975 .28921 L .83788 .31649 L .87827 .33879 L .91865 .30812 L .95903 .33436 L s 0 g .25 Mabswid .25538 .40441 m .97619 .40441 L s .25538 .025 m .97619 .025 L s .25538 .04307 m .25989 .04307 L s [(-1)] .24637 .04307 1 0 Mshowa .25538 .22374 m .25989 .22374 L s [(-0.5)] .24637 .22374 1 0 Mshowa .25538 .40441 m .25989 .40441 L s [(0)] .24637 .40441 1 0 Mshowa .25538 .58508 m .25989 .58508 L s [(0.5)] .24637 .58508 1 0 Mshowa .25538 .76575 m .25989 .76575 L s [(1)] .24637 .76575 1 0 Mshowa .25538 .025 m .25538 .78381 L s gsave .02381 .40441 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 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 108.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 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%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 (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%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 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .27255 .77614 m .27255 .78381 L s gsave .27255 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (0) show 69.062 13.000 moveto (_min) show 105.062 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 .31293 .77614 m .31293 .78381 L s gsave .31293 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (7) show 69.062 13.000 moveto (_min) show 105.062 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 .35331 .77614 m .35331 .78381 L s gsave .35331 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (14) show 75.062 13.000 moveto (_min) show 105.062 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 .39369 .77614 m .39369 .78381 L s gsave .39369 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (21) show 75.062 13.000 moveto (_min) show 105.062 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 .43407 .77614 m .43407 .78381 L s gsave .43407 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (28) show 75.062 13.000 moveto (_min) show 105.062 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 .47445 .77614 m .47445 .78381 L s gsave .47445 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (35) show 75.062 13.000 moveto (_min) show 105.062 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 .51483 .77614 m .51483 .78381 L s gsave .51483 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (42) show 75.062 13.000 moveto (_min) show 105.062 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 .55522 .77614 m .55522 .78381 L s gsave .55522 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (49) show 75.062 13.000 moveto (_min) show 105.062 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 .5956 .77614 m .5956 .78381 L s gsave .5956 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (56) show 75.062 13.000 moveto (_min) show 105.062 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 .63598 .77614 m .63598 .78381 L s gsave .63598 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (63) show 75.062 13.000 moveto (_min) show 105.062 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 .67636 .77614 m .67636 .78381 L s gsave .67636 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (70) show 75.062 13.000 moveto (_min) show 105.062 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 .71674 .77614 m .71674 .78381 L s gsave .71674 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (77) show 75.062 13.000 moveto (_min) show 105.062 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 .75712 .77614 m .75712 .78381 L s gsave .75712 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (84) show 75.062 13.000 moveto (_min) show 105.062 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 .7975 .77614 m .7975 .78381 L s gsave .7975 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (91) show 75.062 13.000 moveto (_min) show 105.062 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 .83788 .77614 m .83788 .78381 L s gsave .83788 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (98) show 75.062 13.000 moveto (_min) show 105.062 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 .87827 .77614 m .87827 .78381 L s gsave .87827 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (105) show 81.062 13.000 moveto (_min) show 105.062 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 .91865 .77614 m .91865 .78381 L s gsave .91865 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (112) show 81.062 13.000 moveto (_min) show 105.062 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 .95903 .77614 m .95903 .78381 L s gsave .95903 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (119) show 81.062 13.000 moveto (_min) show 105.062 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 .25538 .78381 m .97619 .78381 L s gsave .61579 1.025 -93 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.625 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 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%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 (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%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 (Arrays) show 123.000 13.000 moveto %%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 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .78381 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->Automatic, PageBreakBelow->False, ImageSize->{750.312, 291.75}, ImageMargins->{{0, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgD02_ok000:o`<000[o02l00oooool00ol0003oooooooooo`0Booooo`03o`000?oo oooooooo00;ooooo0ol00004ooooo`;o00003ooooolBooooc003o`000?ooolcoooo<01Goooo<00?o 0000ooooc?oool`05_oool`00ol0003ooooooooo`Koooo<0ol00002ooooc0Go00000_oool`00ol0003o o`00ool00008ool00003o`000?ooolcoooo<00[oooo<00?o0000ooooc?oool`05_oool`00ol0003o oooD02_ok000:o`<000[o02l00oooool00ol0 003oooooooooo`0Nooooo`;o00003oooool7ooooc003o`000?ooolcoooo<00;oooo<00Co0000oooo c?ooolco00000_oool`00ol0003oo`00ool00008ool00003o`000?ooolcoooo<00[oooo<00?o0000 ooooc?oool`05_oool`00ol0003oooooooo o`Ooooo<00?o0000ooooc?oool`00ooool`00ol0003ooooooooo`Ooooo<00?o0000ooooc?oool`01?oool`01?l0003ooooD02_ok000:o`<000[o02l00oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo00kooooo1ooool`01Ol0003ooooD02_ok000:o`<000[o02l00oooool00ol0003ooooo ooooo`0Aooooo`?o00001?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00kooooo 1_oool`2o`0000?oooo<00Go0000ooooc?ooolcoooo00[oUP002_mQ000:o`3o00[o?0002_oo000:o`3o 00[o06T02_oU0003ooooo`03o`000?oooooooooo017ooooo0_l00003ooooo`05o`000?oooooooooo ooooool000000oooool00ol0003oooooooooo`0>oooooa;oooo<00?o0000ooooc?oool`05Ooool`0 0ol0003oooo00[oUP002_mQ000:o`3o00[o?0002_oo000:o`3o 00[o06T02_oU0003ooooo`03o`000?oooooooooo01;ooooo00Co0000oooooooooooooooo1Ol00003 ooooo`03o`000?oooooooooo00kooooo4_oool`>o`0000[oooo<00?o0000ooooc?oool`05_oool`0 0ol0003oooo 00[oUP002_mQ000:o`3o00[o?0002_oo000:o`3o00[o06T02_oU0003ooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool03_oooolBooooc003o`000?oo003oo`0000[oo`0000?o0000oooo c?oool`02?oool`00ol0003oooo00[oUP002_mQ000:o`3o00[o?0002_oo000:o`3o 00[o06T02_oU0003ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool03_ooool6oooo c0?o00000ooool`3o`0000?oooo<00?o0000ool00?oo00002_oo00000ol0003oooo00[oUP002_mQ000:o`3o00[o?0002_oo000:o`3o 00[o06T02_oU0003ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool03_ooool7oooo c003o`000?ooolcoooo<00?oooo<00?o0000ooooc?oool`00_oool`00ol0003oo`00ool0000:ool0 0003o`000?ooolcoooo<00Soooo<00?o0000ooooc?oool`05_oool`00ol0003oooooooooa;oooo<3_l0 000:ooooc003o`000?ooolcoooo<01Koooo<00?o0000ooooc?oool`05Ooool`00ol0003oooooooooa;oooo<00?o0000ooooc?oool`0 5Ooool`00ol0003oooooooooa;oooo<00?o 0000ool00?oo00003?oo00000ol0003ooooX02_oo000:o`3W00[o07h02_mN000:ool000[oJ`002_l0o`03ooooo`03o`00 0?oooooooooo01;ooooo00?o0000ooooooooool01Oooool01?l0003oooooooooooooool2o`0000oo oooo1ooool`00ol0003ooooooooo`Koooo<0_l0 0004ooooc004o`000?ooolcooooL02_l0OP0:oeh000[oo`00 2_m[000:o`3o00?ooooo00?o0000ooooooooool04Oooool2o`0000?ooooo00?o0000ooooooooool0 1Oooool00ol0003oooooooooo`0>ooooo`Ooooo<00?o0000ooooc?oool`00ooool`2o`0000?oooo< 00?o0000ool00?oo00003?oo00000ol0003ooooL02_l0OP0:oeh000[oo`002_m[000:o`3o00?ooooo00?o0000ooooooooool0 4_ooool01?l0003oooooooooooooool5o`0000?ooooo00?o0000ooooooooool03_oooolBooooc003 o`000?oo003oo`0000coo`0000?o0000ooooc?oool`01_oool`00ol0003ooooX02_oo000:o`3W00[o07h02_mN000:ool000[oJ`002_l0o`03ooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool03_oooolBooooc13o00002?oool`00ol0003ooooL02_l0OP0:oeh000[oo`002_m[000:o`3o00?ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0>oooooa;oooo<00?o0000ooooc?oool`05Ooool`00ol0003oooo< ooooc00Fooooc003o`000?ooolcoooo<01Goooo<00?o0000ooooc?oool`05Ooool`00ol0003oooo< ooooc00Eooooc0;o00002Ooool`3ooooo`03o`000?oooooooooo04Wooooo00?o0000ooooooooool0 ]_ooool00ol0003oooooooooo`0Gooooo`00?Oooool01?l0003oooooooooooooool5o`0000?ooooo 00?o0000ooooooooool00_ooool:obD000[o<0002_l0X009oe@000[oI@002_l0c`0:o`0;00[om@00 2_l0S@0:ogl000[o0>X02_oo000:o`3W00[o07h02_mN000:ool000[oJ`002_l0o`03ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool03_oooolBooooc003o`000?ooolcoooo<01Goooo< 00?o0000ooooc?oool`05_oool`00ol0003ooooX02_oo 000:o`3W00[o07h02_mN000:ool000[oJ`002_l0o`03ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool03_oooolBooooc1Co00001?oool`00ol0003ooooL02_l0OP0:oeh000[oo`002_m[000: o`3o00?ooooo00?o0000ooooooooool04Oooool3o`0000Cooooo0ol00003ooooo`03o`000?oooooo oooo00kooooo4_oool`00ol0003oo`00ool0000@ool00003o`000?ooolcoooo<00;oooo<00?o0000 ooooc?oool`05_oool`00ol0003ooooooooo`coooo<0_l00004oooo c003o`000?oo003oo`00013oo`0000?o0000ooooc?oool`00_oool`00ol0003oooo`002_n?000:ool000[o1`002_l0g`0:o`2:00[oo`002_l]000:oeH000[o07d02_l0C00:o`1c 00?ooooo00?o0000ooooooooool04_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000 ooooooooool00_ooool2o`0000oooooo3ooool`01?l0003oooo ooooo`_oooo<00Go0000ooooc?ooolcooooSXol00000<_ooool00ol0003oooooooooo`2fooooo`03o`000?oooooooooo01Oooooo000m ooooo`03o`000?oooooooooo00?ooooo0_l00004ooooo`;o00000oooool:oe8000[o3`002_l0o`09 obL000[oo`002_l4000:o`3o00[oeP002_m8000:o`d000[oo`002_l0K@0:of@000[oMP005?l0o`0: ooD000[o0?P00oooool00ol0003oooooooooo`0Aooooo`;o00000oooool01Ol0003ooooooooooooo oooo000000?ooooo0_l0000?ooooo`_oooo<00Go0000ooooc?ooolcoooo`002_mV 000:o`3300[oo`002_l0L@0:o`3O00[oW@002_l0o`03ooooo`03o`000?oooooooooo017ooooo0ol0 0002ooooo`Go00000oooool2o`0000oooooo4_oool`Fo`0000;oooo<00?o0000ooooc?oool`05_oo ol`00ol0003ooooSXol:2P[o0000o`410OnSXj<0 <_ooool00ol0003oooooool00004ool008;ooooo1Ooo000[ooooo`03o`000?oooooooooo01Oooooo 000Uooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool07?ooool00ol0003ooooooooo o`02ooooo`[o06H02_lI000:ool000Wo0`002_mV000:o`3300[oo`002_l0L@0:o`3O00[oW@002_l0o`03ooooo`03 o`000?oooooooooo017ooooo0_l00003ooooo`05o`000?ooooooooooooooool000000oooool2o`00 00oooooo3Ooool`00ol0003oooo`002_mV000:o`3300[oo`002_l0 L@0:o`3O00[oW@002_l0o`03ooooo`03o`000?oooooooooo01;ooooo00?o0000ooooooooool00_oo ool3o`0000Cooooo0_l0000?ooooo`goooo<00?o0000ooooc?oool`00_oool`00ol0003oo`00ool0 000Eool00003o`000?oo003oo`0000?oo`0000?o0000ooooc?oool`04?oool`00ol0003ooooooooc005o`000?ooolcooooSo`X:2_l0 003o10@4oj>SX`0booooo`03o`000?oooooooooo00Sooooo00?oo`00ooooooooool05?ooool3ool0 017ooooo2Ooo0002ooooo`?oo`006?ooool2ool000Wooooo00?oo`00ooooooooool01oooool01?oo 003oooooooooooooool3ool000Gooooo0_oo0004ooooo`03ool00?oooooooooo00gooooo1Ooo000> ooooo`03ool00?oooooooooo00?oo`000oooool2ool000Sooooo00?o0000ooooooooool05oooool0 02Kooooo00Go0000ooooooooooooooooo`00000Nooooo`03o`000?oooooooooo00;ooooo2_l0IP0: oaT000[oo`002Ol0aP0:o`3o00[o7P002_nb000:okT000[oK0002_l0X00:oc/000[oIP002_l0``0: ool000[o07402_l0g`0:oid000[o0?l00oooool00ol0003oooooooooo`0Nooooo`;o00003oooool? ooooc004o`000?ooolcooooooooo`Goo`001_ooool5o`00o`Ko oooo0ooo0003ooooo`;oo`001oooool00ooo003oooooooooo`0ooooo`;oo`001?ooool00ooo003o ooooooooo`0=ooooo`Goo`000_ooool00ol0003oooooooooo`0Gooooo`00:_ooool00ol0003ooooo ooooo`0?ooooo`?o00000oooool3o`0000Cooooo00?o0000ooooooooool00_ooool:ocP000[o0:P0 2_nH0009oc4000[o`@002_l0o`0:oa0000[oo`002_o@000:o`3I00[o05X02_l@000:o`3200[oMP00 2_l0o`0:olH000[o04H02_oo0003ooooo`03o`000?oooooooooo01;ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`03ooooo`;o00003ooooolBooooc003o`000?oo003oo`0001Goo`00 00?o0000ool00?oo00000ooo00000ol0003ooooSo`@41?l0003ooooooa`L700booooo`03o`000?oooooooooo00Wo oooo2?oo0003ooooo`Goo`001_ooool3ool000Oooooo1Ooo000@ooooo`?oo`001oooool5ool000?o oooo1ooo000@ooooo`Goo`003oooool5ool000Gooooo1ol00?l?ooooo`Coo`001oooool3o`00o`Ko oooo1Ooo0002ooooo`03o`000?oooooooooo01Oooooo000mooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`02ooooo`[o>0002_l0Z00:oiP000Wo<@00 2_o1000:o`3o00[o40002_oo000:om0000[o0=T02_l0FP0:oa0000[o0<802_mf000:o`3o00[oaP00 2_l0AP0:ool000?ooooo00?o0000ooooooooool04_ooool00ol0003oooooooooo`03ooooo`03o`00 0?oooooooooo00?ooooo0_l0000?oooooa;oooo<7ol0000Booooc003o`000?ooolcoooo<01Goooo< 00?o0000ooooc?oool`05Ooool`00ol0003oooo000 2_l0Z00:oiP000Wo<@002_o1000:o`3o00[o40002_oo000:om0000[o0=T02_l0FP0:oa0000[o0<80 2_mf000:o`3o00[oaP002_l0AP0:ool000?ooooo00?o0000ooooooooool04_ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00?ooooo0_l0000?oooooa;oooo<00?o0000ooooc?oool`0 5Ooool`00ol0003oooo0002_l0Z00:oiP000Wo<@002_o1000:o`3o00[o40002_oo000:om0000[o0=T02_l0FP0:oa00 00[o0<802_mf000:o`3o00[oaP002_l0AP0:ool000?ooooo00?o0000ooooooooool04_ooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo00?ooooo0_l0000?oooooa;oooo<00?o0000oooo c?oool`05Ooool`00ol0003oooo0002_l0Z00: oiP000Wo<@002_o1000:o`3o00[o40002_oo000:om0000[o0=T02_l0FP0:oa0000[o0<802_mf000: o`3o00[oaP002_l0AP0:ool000?ooooo00?o0000ooooooooool04_ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo00?ooooo0_l0000?oooooa;oooo<00?o0000ool00?oo00005Ooo0000 0ol0003oo`00ool0000:ool00003o`000?ooolcoooo<00Woooo<00?o0000ooooc?oool`05Ooool`0 0ol0003ooooD02_l0W00:o`1a00[oGP002_oo000:of<000[o0?l02_l0h00Dool000[oD@00 2_l0R`0:o`2R00?ooooo00?o0000ooooooooool07_ooool2o`0000oooooo2ooool`4o`0000?oooo< 0_l0000Fool00003o`000?oo003oo`0000[oo`0000?o0000ooooc?oool`02Ooool`00ol0003oooo< ooooc00Eooooc003o`000?ooolcoooo<01Goooo<00?o0000ooooc?oool`05Ooool`2o`0000Woooo< 0oooool00ol0003oooooooooo`0Booooo`05o`000?no_koo2PX:ooooool410@0<_ooool00ol0003o ooooooooo`0Yooooo`Go003o6_ooool6o`00o`kooooo2Ol00?l3ooooo`Go003o1Oooool3o`00o`Oo oooo0ol00?lAooooo`Go003o8Oooool00ol0003oooooooooo`0Gooooo`009_ooool01Ol0003ooooo o`000?oooooo000001kooooo00?o0000ooooooooool00_ooool:o`0H00[o03`02_o@0009o`8000[o S0002_l0i@0:o`2L00[o07402_mN000:ool000[oH`002_l0o`0:o`3P01Coo`002_mA000:o`2;00[o 0:800oooool00ol0003oooooooooo`0Aooooo`?o00001?ooool2o`0000Cooooo0_l0000?ooooo`_o ooo<00?o0000ooooc?oool`01?oool`00ol0003oo`00ool0000Eool00003o`000?oo003oo`0000[o o`0000?o0000ooooc?oool`02Ooool`00ol0003ooooD02_l0W00:o`1a00[oGP002_oo000:of<000[o0?l02_l0h00Dool000[o D@002_l0R`0:o`2R00?ooooo00?o0000ooooooooool04_ooool00ol0003oooooooooo`02ooooo`04 o`000?ooooooooooo`0000?ooooo0_l0000?ooooo`goooo<0_l00003ooooc003o`000?oo003oo`00 01Goo`0000?o0000ool00?oo00002_oo00000ol0003ooooD02_l0W00:o`1a00[oGP002_oo000:of<000[o0?l02_l0h00Dool000[oD@00 2_l0R`0:o`2R00?ooooo00?o0000ooooooooool04Oooool2o`0000Cooooo00Co0000oooooooooooo 00000oooool2o`0000oooooo4_oool`00ol0003oooo000:o`1400[o0:T02_l0P00:of/000[oU`002_oo000:ohd000?ooooo00?o0000oooo ooooool07_ooool2o`0000oooooo2ooool`01Ol0003ooooS02_ooooo00Co 0000oooooooooooo00000oooool00ol0003oooooooooo`0Rooooo`03o`00oooooooooooo097ooooo 00?o0000ooooooooool05oooool002Kooooo00Oo8R8RoiVIVOooooooVIVIoa4A4Ooooooo4A4A01Go oooo0_l00005ooooo`03o`000?oooooooooo00;ooooo2_l7000:o`3900[oW`002Ooo000:o`3o00[o O0002_l0o`0:oal000[o04l02_l0O00:odh000[o04@02_l0Z@0:o`2000[oJ`002_nG000:ool000[o S@000oooool00ol0003oooooooooo`0Gooooo`;o00001Oooool2o`0000oooooo3ooool`01?l0003o oooS03;ooooo00?o0000ooooooooool07_ooool5o`00oi?ooooo 00?o0000ooooooooool05oooool002Kooooo00?o4A4Aooooooooool06?ooool01Ol0003ooooooooo oooooooo000000?ooooo00?o0000ooooooooool00_ooool:o`L000[o0000:o`1400[o0:T02_l0P00:of/000[oU`002_oo000:ohd0 00?ooooo00?o0000ooooooooool05_ooool01Ol0003ooooooooooooooooo000000?ooooo0_l0000? oooooa;oooo<00?o0000ool00?oo00005Ooo00000ol0003oo`00ool0000Fool00003o`000?oo003o o`0000;oo`0000?o0000ooooc?oool`04?oool`00ol0003ooooSoooooooo oooo000003;ooooo00?o0000ooooooooool07Oooool00ol00?ooooooooooo`2Fooooo`03o`000?oo oooooooo01Oooooo000Vooooo`05o`000?oooooo0000ooooool000007_ooool00ol0003ooooooooo o`02ooooo`[o1`002_l0b@0:oil000Woo`002_l0o`0:og`000[o0?l02_lO000:o`1?00[o07`02_m> 000:o`1400[o0:T02_l0P00:of/000[oU`002_oo000:ohd000?ooooo00?o0000ooooooooool07_oo ool2o`0000oooooo4_oool`00ol0003ooooSooooo`0dooooo`03o`000?oo oooooooo01cooooo00?o003oooooooooool0Uoooool00ol0003oooooooooo`0Gooooo`009_ooool0 1OlR8R;oZZZZo`000?oooooo000001kooooo00?o0000ooooooooool00_ooool:o`0F00[oQ0002_l0 D009o`1T00[o02L02_m1000:o`0`01Coo`002_l0o`0:ool000[o03`02_l0100:o`3`00[ooP002_oG 000:o`3o00[o06d00oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo00kooooo4_oo ola7o`0000;oooo<00?o0000ooooc?oool`05Ooool`00ol0003ooooS03;ooooo00?o0000ooooooooool02_oo ool00ol00?ooooooooooo`2Yooooo`03o`000?oooooooooo01Oooooo000Vooooo`05o`000?oMgMgo ooooo`_oooo<00Go0000oooo c?ooolcooooSo`X:2_l0003o10@4oj>SX`0booooo`03o`00 0?oooooooooo00Sooooo00?o003oooooooooool0Zoooool00ol0003oooooooooo`0Gooooo`00@_oo ool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo2_l@000:ool000[o0=/02Ol0 R@0:o`2;00[o02@02_l0m00:o`0300[o09d02_l0d00:o`2]00[o06l02_l?000:ool000[o4P002_o3 000:oaT000[oS`000oooool00ol0003oooooooooo`0Fooooo`Co00001?ooool2o`0000ooooooU_oo ol`3ooooo`03o`000?oooooooooo01;ooooo00Go2PX:oe]KFol0003oRHV9o`@4100booooo`03o`00 0?oooooooooo00Sooooo00?o003oooooooooool0Zoooool00ol0003oooooooooo`0Gooooo`00@ooo ool2o`0000Cooooo00?o0000ooooooooool00_ooool:oa0000[oo`002_l0f`09o`2900[o08/02_l0 900:o`3d00[o00<02_l0W@0:o`3@00[o0:d02_l0K`0:o`l000[oo`002_lB000:ol<000[o6@002_n? 0003ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooooooool01Oooool2o`0000ooooooU_oo ol`3ooooo`03o`000?oooooooooo01;ooooo00Go0000ooooool0003oooooo`00000booooo`03o`00 0?oooooooooo00Sooooo00?o003oooooooooool0Zoooool00ol0003oooooooooo`0Gooooo`00BOoo ool00ol0003oooooooooo`02ooooo`[o40002_oo000:o`3K00Wo08T02_l0R`0:o`0T00[o0?@02_l0 0`0:o`2M00[o0=002_l0[@0:o`1_00[o3`002_oo000:oa8000[o``002_lI000:ohl000?ooooo00?o 0000ooooooooool05oooool00ol0003oooooooooo`04ooooo`;o00003ooooonFooooc0?ooooo00?o 0000ooooooooool04_ooool01Ol410CoLG5ao`000?oooooo000003;ooooo00?o0000ooooooooool0 2?ooool00ol00?ooooooooooo`2[ooooo`03o`000?oooooooooo01Oooooo0019ooooo`03o`000?oo oooooooo00;ooooo2_n5000:o`3o00[o00h02OmG000:of<000[o00002_l0W@0:o`3>00[o0;/02_l0 o`0:ocl000[oo`002_nh000:ool000[oT`002_lk000:o`3l00[o09l00oooool00ol0003ooooooooo o`0Hooooo`;o00001?ooool2o`0000ooooooU_oool`3ooooo`03o`000?oooooooooo01;ooooo00Go Xj>So`@41?l0003ooooooa`L700booooo`03o`000?oooooooooo00Sooooo00?o003oooooooooool0 Zoooool00ol0003oooooooooo`0Gooooo`00BOooool00ol0003oooooooooo`02ooooo`[oQ@002_l0 o`0:o`0>00WoE`002_mS000:o`0000[o09d02_l0cP0:o`2k00[o0?l02_lo000:ool000[o^0002_oo 000:oi<000[o>`002_l0o00:o`2O00?ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0>oooooiKoooo<0oooool00ol0003oooooooooo`19ooooo`03o`000?oooooooooo00Oooooo00?o 003oooooooooool0[?ooool00ol0003oooooooooo`0Gooooo`00BOooool00ol0003oooooooooo`02 ooooo`[oQ@002_l0o`0:o`0>00WoE`002_mS000:o`0000[o09d02_l0cP0:o`2k00[o0?l02_lo000: ool000[o^0002_oo000:oi<000[o>`002_l0o00:o`2O00?ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0>oooooiKoooo<0oooool00ol0003oooooooooo`0@ooooo`03o`410Ooooooo oooo00?ooooo00?o0000ooooooooool07_ooool2o`0000Cooooo00?o0000ooooooooool00_ooool3 o`0000Cooooo00?o0000ooooooooool01oooool00ol00?ooooooooooo`2/ooooo`03o`000?oooooo oooo01Oooooo0012ooooo`?o00001?ooool00ol0003oooooooooo`02ooooo`[oQ@002_l0o`0:o`0> 00WoE`002_mS000:o`0000[o09d02_l0cP0:o`2k00[o0?l02_lo000:ool000[o^0002_oo000:oi<0 00[o>`002_l0o00:o`2O00?ooooo00?o0000ooooooooool07_ooool2o`0000ooooooU_oool`3oooo o`03o`000?oooooooooo013ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`0Moooo o`04o`000?ooooooooooo`0000Oooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo oooooooo00Oooooo00?o003oooooooooool0[?ooool00ol0003oooooooooo`0Gooooo`00@Oooool0 1Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_ooool:ohD000[o0?l02_l0 3P09oeL000[oH`002_l0000:o`2M00[o000[o0;/02_l0o`0:ocl000[oo`002_nh000:ool000[o T`002_lk000:o`3l00[o09l00oooool00ol0003oooooooooo`0Fooooo`05o`000?oooooooooooooo ool000000oooool2o`0000oooooo3ooool`01_o00WoE`002_mS000:o`0000[o09d02_l0cP0:o`2k00[o0?l02_lo000:ool000[o^0002_oo 000:oi<000[o>`002_l0o00:o`2O00?ooooo00?o0000ooooooooool06_ooool01?l0003ooooooooo ooooool2o`0000oooooo3ooool`01_l0003oZZZ8ooooc?ooolcoZZZ8o`0001Coooo<00Ko0000ojZZ R?ooolcoooo 00[o0;/02_l0o`0:ocl000[oo`002_nh000:ool000[oT`002_lk000:o`3l00[o09l00oooool00ol0 003oooooooooo`0Fooooo`Co00001?ooool2o`0000oooooo3ooool`01_o00[o0;/02_l0o`0: ocl000[oo`002_nh000:ool000[oT`002_lk000:o`3l00[o09l00oooool00ol0003oooooooooo`0F ooooo`03o`000?oooooooooo00Gooooo0_l0000?oooooiKoooo<0oooool00ol0003oooooooooo`19 ooooo`03o`000?oooooooooo00Kooooo00?o003oooooooooool0[Oooool00ol0003oooooooooo`0G ooooo`00BOooool00ol0003oooooooooo`02ooooo`[oQ@002_l0o`0:o`0>00WoE`002_mS000:o`00 00[o09d02_l0cP0:o`2k00[o0?l02_lo000:ool000[o^0002_oo000:oi<000[o>`002_l0o00:o`2O 00?ooooo00?o0000ooooooooool05_ooool5o`0000?ooooo0_l0000?oooooiKoooo<0oooool00ol0 003oooooooooo`19ooooo`03o`000?oooooooooo00Kooooo00?o003oooooooooool0[Oooool00ol0 003oooooooooo`0Gooooo`00BOooool00ol0003oooooooooo`02ooooo`[o03L02_nQ000:oeL000Wo 6`002_l0o`0:o`3K00[o0?l02_l0L@0:oa4001koo`002_lL000:o`0@00[o0=d02_l0000:o`3o00[o ?`000oooool00ol0003oooooooooo`0Nooooo`;o00003ooooonFooooc0?ooooo00?o0000oooooooo ool0BOooool00ol0003oooooooooo`06ooooo`03o`00oooooooooooo0:gooooo00?o0000oooooooo ool05oooool004Wooooo00?o0000ooooooooool00_ooool:o`0g00[oX@002_mG0009oa/000[o0?l0 2_l0f`0:o`3o00[o07402_lA000Nool000[o70002_l0400:o`3M00[o00002_l0o`0:ocl000?ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0>ooooobgoooo<0_lR8Q/Fooooc0;o8R8K 5_oool`2ob8R6aKoooo<0_lR8Q/Eooooc0;o8R8K2?oool`3ooooo`03o`000?oooooooooo04Wooooo 00?o0000ooooooooool01Oooool00ol00?ooooooooooo`2^ooooo`03o`000?oooooooooo01Oooooo 0013ooooo`?o00000oooool00ol0003oooooooooo`02ooooo`[o03L02_nQ000:oeL000Wo6`002_l0 o`0:o`3K00[o0?l02_l0L@0:oa4001koo`002_lL000:o`0@00[o0=d02_l0000:o`3o00[o?`000ooo ool00ol0003oooooooooo`0Nooooo`;o00003oooool]ooooc0;o8R8K5_oool`2ob8R6aKoooo<0_lR 8Q/Fooooc0;o8R8K5Ooool`2ob8R6`Soooo<0oooool00ol0003oooooooooo`19ooooo`03o`000?oo oooooooo00Gooooo00?o003oooooooooool0[_ooool00ol0003oooooooooo`0Gooooo`00A?ooool0 0ol0003oooooooooo`02ooooo`03o`000?oooooooooo00;ooooo2_l0=`0:oj4000[oE`002OlK000: o`3o00[o0=/02_l0o`0:o`1a00[o4@007_oo000:oa`000[o01002_l0g@0:o`0000[o0?l02_lo0003 ooooo`03o`000?oooooooooo01kooooo0_l0000?oooooiKoooo<0oooool00ol0003oooooooooo`19 ooooo`03o`000?oooooooooo00Gooooo00?o003oooooooooool0[_ooool00ol0003oooooooooo`0G ooooo`00@Oooool5o`0000?ooooo00?o0000ooooooooool00_ooool:o`0g00[oX@002_mG0009oa/0 00[o0?l02_l0f`0:o`3o00[o07402_lA000Nool000[o70002_l0400:o`3M00[o00002_l0o`0:ocl0 00?ooooo00?o0000ooooooooool06?ooool3o`0000?ooooo0_l0000?oooooiKoooo<0oooool00ol0 003oooooooooo`19ooooo`03o`000?oooooooooo00Gooooo00?o003oooooooooool0[_ooool00ol0 003oooooooooo`0Gooooo`00@Oooool01?l0003oooooooooool00004ooooo`;o00000oooool:o`0g 00[oX@002_mG0009oa/000[o0?l02_l0f`0:o`3o00[o07402_lA000Nool000[o70002_l0400:o`3M 00[o00002_l0o`0:ocl000?ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`02oooo o`;o00003ooooonFooooc0?ooooo00?o0000ooooooooool0BOooool00ol0003oooooooooo`05oooo o`03o`00oooooooooooo0:kooooo00?o0000ooooooooool05oooool004;ooooo00?o0000ooooool0 00001?ooool00ol0003oooooooooo`02ooooo`[o03L02_nQ000:oeL000Wo6`002_l0o`0:o`3K00[o 0?l02_l0L@0:oa4001koo`002_lL000:o`0@00[o0=d02_l0000:o`3o00[o?`000oooool00ol0003o ooooooooo`0Fooooo`Go00000oooool2o`0000oooooo:Ooool`01_o 00[o0;l02_l0O`03ooooo`03o`000?oooooooooo01kooooo0_l0000?oooooiKoooo<0oooool00ol0 003oooooooooo`19ooooo`03o`000?oooooooooo00Cooooo00?o003oooooooooool0[oooool00ol0 003oooooooooo`0Gooooo`00BOooool00ol0003oooooooooo`02ooooo`[o0?l09ooo000:ohT000[o 01h02_l0;00:o`1i00[o0;/02_l0?P0:o`0500[o01D02_l0C`0:o`1]00[o04h02_l0_`0:o`1o00?o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0>ooooobWoooo<00Koc00[o0;l02_l0O`03ooooo`03o`000?oo oooooooo01Oooooo0ol00004ooooo`03o`000?oo003o000000kooooo:Ooool`01_o00[o 0;l02_l0O`03ooooo`03o`000?oooooooooo01Kooooo00Go0000ooooooooooooooooo`000003oooo o`03o`000?oo003o000000koooooU_oool`3ooooo`03o`000?oooooooooo04Wooooo00?o0000oooo ooooool00oooool00ol00?ooooooooooo`2`ooooo`03o`000?oooooooooo01Oooooo0015ooooo`05 o`000?ooooooooooooooool000001?ooool:o`3o02Ooo`002_n9000:o`0N00[o02`02_l0N@0:o`2k 00[o03h02_l01@0:o`0E00[o04l02_l0K@0:o`1>00[o0;l02_l0O`03ooooo`03o`000?oooooooooo 01[ooooo00Oo0000ooooooooooooooooo`000?oo003o000000koooooU_oool`3ooooo`03o`000?oo oooooooo04Wooooo00?o0000ooooooooool00oooool00ol00?ooooooooooo`2`ooooo`03o`000?oo oooooooo01Oooooo0011ooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooooooo o`02ooooo`[o0?l09ooo000:ohT000[o01h02_l0;00:o`1i00[o0;/02_l0?P0:o`0500[o01D02_l0 C`0:o`1]00[o04h02_l0_`0:o`1o00?ooooo00?o0000ooooooooool06?ooool2o`0000Cooooo0ol0 000>ooooobWoooo<00KoVIUjoc ooooobWoooo<00Ko0000olcooooobWoooo<00KoVIUjo`000?lch02_l0_P0:o`3o00[o0=X02_l0XP0:o`3^00[o0:d00oooool00ol0003oooooooooo`0F ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00009ool00003o`000?oo oooooooo01?ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`19ooooo`03o`000?oo oooooooo0;Kooooo00?o0000ooooooooool05oooool004Wooooo00?o0000ooooooooool00_ooool: o`3o00[o0:`02_l0^009o`3800[o0;/02_l0e00:o`3800[o0;/02_l0[00:o`3b00[o0;002_l0kP0: o`2n00[o0?l02_l0fP0:o`2R00[o0>h02_l0[@03ooooo`03o`000?oooooooooo01Oooooo0ol00004 ooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo04Wooooo00?o0000ooooooooool0]_ooool00ol0003oooooooooo`0G ooooo`00BOooool00ol0003oooooooooo`02ooooo`[o0?l02_l0[00:o`2h00Wo0h02_l0_P0:o`3o00[o0=X02_l0XP0:o`3^00[o 0:d00oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`19ooooo`03o`000?oooooooooo0;Kooooo00?o0000oooooooo ool05oooool004?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`02ooooo`[o0?l0 2_l0[00:o`2h00Wo0 ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool0@_ooool3o`0000Cooooo00?o0000 ooooooooool0]_ooool00ol0003oooooooooo`0Gooooo`00@oooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo00;ooooo2_l0o`0:o`2/00[o0;P02Ol0b00:o`2k00[o0=@02_l0b00:o`2k 00[o0:`02_l0lP0:o`2`00[o0>h02_l0_P0:o`3o00[o0=X02_l0XP0:o`3^00[o0:d00oooool00ol0 003oooooooooo`0Hooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000>ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool0@oooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo0;Kooooo00?o0000ooooooooool05oooool004;o oooo0_l00005ooooo`03o`000?oooooooooo00;ooooo2_l0o`0:o`2/00[o0;P02Ol0b00:o`2k00[o 0=@02_l0b00:o`2k00[o0:`02_l0lP0:o`2`00[o0>h02_l0_P0:o`3o00[o0=X02_l0XP0:o`3^00[o 0:d00oooool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo 00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo 00007ooo00000ol0003oo`00ool0000>ool00003o`000?oooooooooo00kooooo00?o0000oooooooo ool0@oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;Kooooo00?o0000oooooooo ool05oooool004?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`02ooooo`[o0?l0 2_l0[00:o`2h00Wo0ool00003o`000?oooooooooo00kooooo 00?o0000ooooooooool0@oooool00ol0003oooooooooo`03ooooo`;o0000]oooool00ol0003ooooo ooooo`0Gooooo`00BOooool00ol0003oooooooooo`2hooooo`03o`000?oooooooooo01Sooooo00?o 0000ooooooooool00oooool00ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000koo`0000?o 0000ooooooooool03_ooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00?ooooo00?o 0000ooooooooool0]_ooool00ol0003oooooooooo`0Gooooo`00BOooool00ol0003oooooooooo`2h ooooo`03o`000?oooooooooo01Oooooo0_l00005ooooo`03o`000?oo003oo`0001ooo`0000?o0000 ool00?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000 ool00?oo00003_oo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo04;ooooo0_l00005 ooooo`03o`000?oooooooooo0;Kooooo00?o0000ooooooooool05oooool004Wooooo00?o0000oooo ooooool0^?ooool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo00?ooooo00?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000>ool00003o`000?oooooooooo00kooooo00?o0000oooo ooooool0@oooool00ol0003oooooooooo`03ooooo`05o`000?ooooooooooooooool000002_ooool0 0ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool02?ooool0 0ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool01oooool0 0ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool01oooool0 0ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool01oooool0 0ol0003oooooooooo`08ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool0 0ol0003oooooooooo`08ooooo`05o`000?ooooooooooooooool000006Oooool004Wooooo00?o0000 ooooooooool0^?ooool00ol0003oooooooooo`0Noooooi[o00004?ooool00ol0003oooooooooo`19 oooook[o00006Oooool004Wooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07oooo o`03o`000?oooooooooo00Kooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07oooo o`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07oooo o`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07oooo o`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`06oooo o`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07oooo o`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Noooo oj_o0000oooooolOooooo`00BOoooonlo`000?ooooooj_ooool00?ooooooooooooo`ooooo`00oooo oooooooooo3ooooo003oooooooooooool?ooool00?ooooooooooooo`ooooo`00oooooooooooooo3o oooo003oooooooooooool?ooool00?oooooooooooolNooooo`06oj>SXol410Co0000o`000?l410Co Xj>S1Oooool00ol0003oooooooooo`07ooooo`03oa`L7?oooooooooo00;ooooo00?o0000oooooooo ool00_ooool01_mKFe_o2PX:ooooooooooooXj>So`0000Gooooo00KoFe]Ko`X:2_oooooooooooj>S Xol00004ooooo`03oa8B4_oooooooooo00;ooooo00?o4Q8Booooooooool00oooool00ono_kooB4Q8 o`000008ooooo`03okno_om8B4So000000Kooooo0ol00002ooooo`03o`X:2_oooooooooo00?ooooo 00Go=cLgo`000?l0003o0@41oj>SX`05ooooo`03o`000?oooooooooo00Oooooo00?o0000oooooooo ool02?ooool01_mKFe_o0000oe]KFol10@7o0000oe]KF`Cooooo00KoFe]Ko`000?l0003oFe]Koooo ool10@44ooooo`06oe]KFol0003o0000oe]KFooooooo0@411Oooool00olL71coooooooooo`02oooo o`03o`000?oooooooooo00;ooooo00?o71`Looooooooool00_ooool00ol0003oooooooooo`02oooo o`03oa`L7?oooooooooo00;ooooo00?o0000ooooooooool06_ooool00?oooooooooooolNooooo`06 o`000?maLG7ooooooooooomaLG7o00001Oooool01_l0003ooooooooooooNg]koFe]Ko`410@Cooooo 1_l00004ooooo`06o`000?oNg]kooooookno_ol:2P[o00001Oooool01_l0003og]kNoooooono_koo 2PX:o`0000Cooooo00?o0000ooooool10@400_ooool00ol0003oooooooooo`02ooooo`;oB4Q800Co ooooo`000?oooooo00001Oooool2odQ8B004ooooool0003oooooo`0000Cooooo00?o0000ooooool1 0@400_ooool00ol0003oooooooooo`02ooooo`03obPX:?lg=cOo10@400;oXj>S00?o0@41oooooooo ool00oooool01_l0003ooooooooooooNg]koFe]Ko`410@Cooooo00Ko0000oooooooooooog]kNoe]K Fol10@45ooooo`03o`000?no_koo000000;oXj>S00?o0000ooooooooool00_ooool01_l0003oXj>S oj>SXol0003oooooo`0000Cooooo00Ko0000oj>SXonSXj?o0000ooooool00005ooooo`Ko00001?oo ool6o`0000Cooooo1_l0000Looooo`00oooooooooooooakooooo00Ko0000og5aLOooooooooooog5a LOl00005ooooo`06o`000?oNg]ko=cLgo`@41?m8B4Sog]kN2Oooool00ol0003oooooooooo`02oooo o`06o`000?nSXj?oXj>Soa8B4_oNg]ko00001Oooool01_l0003oXj>Soj>SXolB4Q;og]kNo`0000Co oooo00?o0@41ohV9ROl000000_nSXj<00ol0003oooooooooo`02ooooo`Ko00001Oooool6o`0000Co oooo00?o0000ooooool000000_n9RHT00ol0003oooooooooo`02ooooo`03o`000?oooooo000000;o Xj>S00?o0000ooooooooool00oooool01_l0003og]kNocLg=ol410CoB4Q8omkNgPCooooo00Ko0000 omkNg_lg=cOo10@4odQ8B?oNg]h5ooooo`03o`000?no_koo000000;oXj>S00?o0000ooooooooool0 0_ooool01_l10@7oXj>Soj>SXol:2P[o=cLgobPX:0Cooooo00Ko0@41oj>SXonSXj?o2PX:ocLg=olX :2P:ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool00ol0003ooooooooo o`0Jooooo`00oooooooooooooakooooo00KoXj>So`@41?l0003o0000o`@41?nSXj<5ooooo`03o`00 0?lX:2SoRHV9017ooooo00KoFe]Ko`000?l:2P[og]kNooooool00005ooooo`06oe]KFol0003o2PX: omkNg_oooooo00001?ooool00omKFe_o0000og5aL@02o`000003oe]KFooooooooooo00Gooooo00?o 0000ooooool10@402?ooool00ol0003oooooo`410@04ooooo`03o`410OooooooFe]K00;o000000?o Fe]Kooooooooool00_ooool00ol10@7ooooooe]KF`02o`000003oe]KFooooooooooo00?ooooo00?o 0000obPX:?n9RHT01oooool00ol0003o:2PXohV9R@08ooooo`06oe]KFol0003oFe]Ko`410Ol0003o Fe]K1?ooool01OnSXj?o10@4o`000?l0003o=cLg00Gooooo00GoXj>So`@41?l0003o0000ocLg=`0l ooooo`00oooooooooooooo3ooooo001?ooooo`06olcSXol00005ooooo`06oe]KFol0003o0000oe]K Fooooooo0@411Oooool01Olg=cOo0000o`000?l10@7oXj>S00Cooooo00?o4Q8Booooooooool00_oo ool00olB4Q;oooooooooo`03ooooo`06oj>SXol410Co0000o`000?l410CoXj>S1?ooool00ol0003o ooooooooo`09ooooo`03okno_om8B4So000000Kooooo00?o71`Looooooooool00_ooool00ol0003o ooooooooo`02ooooo`06oe]KFol0003oFe]Ko`410Ol0003oFe]K1Oooool01_nSXj?o10@4o`000?l0 003o10@4oj>SX`Cooooo00?o71`Looooooooool00_ooool00ol0003oooooooooo`02ooooo`03oa`L 7?oooooooooo00;ooooo00?o0000ooooooooool06_ooool004oooooo00Ko0000ojZZZ_oooooooooo ojZZZ_l00004ooooo`06o`000?o^k^koMgMgob8R8_n8R8Sok^k^2Oooool00ol0003oooooooooo`02 ooooo`06o`000?oS00?o0000ooooooooool00_ooool00ol0003ooooo o`410@02ooooo`03o`000?oooooooooo00;ooooo00Ko0000omkNg_oooooo_knoo`X:2_l00005oooo o`06o`000?nSXj?oXj>So`000?oooooo00001?ooool00olX:2So=cLgo`@41002oj>SX`03o`410Ooo oooooooo00;ooooo00?o0000ooooool10@400_ooool00ol0003oooooooooo`03ooooo`06o`000?ma LG7ooooooooooomaLG7o00001?ooool01_l0003ooooooooooooNg]koFe]Ko`410@Gooooo0_m8B4P0 1?oooooo0000ooooool00004ooooo`Ko00001?ooool00ol0003o_knoo`000002oj>SX`03o`000?oo oooooooo00?ooooo00Ko0000og5aLOooooooooooog5aLOl00004ooooo`Ko00001?ooool6o`0001co oooo001?ooooo`06olcSX`03o`000?oooooooooo 00;ooooo00?o0000ooooool000000_n9RHT00ol0003oooooooooo`02ooooo`06o`000?nSXj?oXj>S oa8B4_oNg]ko00001Oooool01_l10@7oXj>Soj>SXol:2P[o=cLgobPX:0Cooooo00?o0000ooooool0 00000_nSXj<00ol0003oooooooooo`02ooooo`03o`410On9RHWo000000;oXj>S00?o0000oooooooo ool00oooool01_l0003oLG5aooooooooooooLG5ao`0000Cooooo00Ko0000omkNg_lg=cOo10@4odQ8 B?oNg]h5ooooo`Ko00002Oooool00ol0003oooooooooo`02ooooo`03o`000?no_koo000000;oXj>S 00?o0000ooooooooool00oooool01_l0003oLG5aooooooooooooLG5ao`0000Wooooo00?o0000oooo ooooool01oooool00ol0003oooooooooo`0Jooooo`00ooooooooooooobKooooo00?o0000oooooooo ool02?ooool00ol0003oooooooooo`02ooooo`03o`000?oooooo0@4100oooooo00KoFe]Ko`000?mK Fe_o0@41o`000?mKFe/4ooooo`03o`410OooooooFe]K00;o000000?oFe]Kooooooooool00_ooool0 1_mKFe_o0000o`X:2_oNg]koooooo`0000Gooooo00GoXj>So`@41?l0003o0000ocLg=`05ooooo`03 o`410OooooooFe]K00;o000000?oFe]Kooooooooool00_ooool00omKFe_o0000og5aL@02o`000003 oe]KFooooooooooo00?ooooo00KoXj>So`@41?l0003o0000o`@41?nSXj<4ooooo`03o`000?lX:2So RHV900_ooooo00?o0000ooooool10@403_ooool01_mKFe_o0000oe]KFol10@7o0000oe]KF`Gooooo 00KoXj>So`@41?l0003o0000o`@41?nSXj<`ooooo`00Eoooool00ol0003oooooooooo`07ooooo`03 o`000?oooooooooo0?oooooo`Oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo0;co oooo001Gooooo`03o`000?oooooooooo00Oooooo00Ko0000oooooooooooogMgMohR8R?l00006oooo o`03oeEEEOoooooooooo00;ooooo00?o0000ooooooooool00_ooool01_nIVIWo0000oiVIVOlA4A7o 0000oiVIV@Cooooo0ol00002ooooo`03ocSo`0000Cooooo00KoFe]Ko`000?l0003o Fe]Kooooool10@4Looooo`00Eoooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000Go 00002Oooool00ol0003oooooooooo`02ooooo`03o`000?oMgMgo000000;ocSo`000?oooooo00007?ooool005Oo oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`02ooooo`03o`000?oooooo4A4A00ko oooo00KoVIVIo`000?nIVIWo4A4Ao`000?nIVIT4ooooo`03oa4A4OooooooVIVI00;o000000?oVIVI ooooooooool00_ooool01_nIVIWo0000ocSoj>SXolB4Q;og]kNo`0000Co oooo00Ko0@41oj>SXonSXj?o2PX:ocLg=olX:2PLooooo`00Eoooool00ol0003oooooooooo`07oooo o`03o`000?oooooooooo0?oooooo^_ooool00ol0003o_knoooooo`08ooooo`03o`000?no_koooooo 00kooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo 00Oooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo 00Oooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo 00Oooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo 00Oooooo00Ko0000oooooooooooo0@41oooooomKFe/2o`000003oe]KFooooooooooo00;ooooo00Ko Fe]Ko`000?l:2P[og]kNooooool00004ooooo`05oj>SXol410Co0000o`000?lg=cL07Oooool0053o oooo00?o4A4Aooooooooool01oooool00olA4A7oooooooooo`0>ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo0?oo oooo>Oooool00olB4Q;o0000o`000002o`0000Kooooo00?o4Q8Bo`000?l000000_l0000ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool0 0ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool0 0ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01_ooool0 0ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool0 0ol0003oooooooooo`07ooooo`05o`000?oooooo4A4AoooooonIVIT00_l000000onIVIWooooooooo o`02ooooo`06oiVIVOl0003o ooooo`03o`410Ooooooooooo00Oooooo00?o0@41ooooooooool01oooool00ol10@7oooooooooo`0N ooooo`00D?ooool01Ol0003ooooooooooooooooo000000Gooooo00Go0000ooooooooooooooooo`00 0005ooooo`03oa4A4OoMgMgooooo00Oooooo00?o4A4AomgMgOooool01oooool00olA4A7ogMgMoooo o`07ooooo`03oa4A4OoMgMgooooo00Oooooo00?o4A4AomgMgOooool01oooool00olA4A7ogMgMoooo o`07ooooo`03oa4A4OoMgMgooooo00Oooooo00?o4A4AomgMgOooool01_ooool00olA4A7ogMgMoooo o`07ooooo`03oa4A4OoMgMgooooo00Oooooo00?o4A4AomgMgOooool01oooool00olA4A7ogMgMoooo o`07ooooo`03oa4A4OoMgMgooooo00kooooo00?o0000ooooooooool01oooool00ol0003ooooooooo o`07ooooo`03o`000?oooooooooo0?oooooo6oooool5o`0000Kooooo1Ol00009ooooo`03o`410Ooo oooooooo00Oooooo00?o0@41ooooooooool02?ooool00ol10@7oooooooooo`07ooooo`03o`410Ooo oooooooo00Oooooo00?o0@41ooooooooool02?ooool00ol10@7oooooooooo`07ooooo`03o`410Ooo oooooooo00Oooooo00?o0@41ooooooooool02?ooool00ol10@7oooooooooo`07ooooo`03o`410Ooo oooooooo00Sooooo00?o0@41ooooooooool01oooool00ol10@7oooooooooo`07ooooo`03o`410Ooo oooooooo00Cooooo1Ol00005ooooo`Go00001Oooool5o`0001cooooo001>ooooo`03o`000?oooooo 000000Co00000oooool00ol0003oooooo`000004o`0000Gooooo00?oA4A4o`000?l000000_l00005 ooooo`03odA4A?l0003o000000;o00001Oooool00om4A4Co0000o`000002o`0000Gooooo00?oA4A4 o`000?l000000_l00005ooooo`03odA4A?l0003o000000;o00001Oooool00om4A4Co0000o`000002 o`0000Gooooo00?oA4A4o`000?l000000_l00005ooooo`03odA4A?l0003o000000;o00001?ooool0 0om4A4Co0000o`000002o`0000Gooooo00?oA4A4o`000?l000000_l00005ooooo`03odA4A?l0003o 000000;o00001Oooool00om4A4Co0000o`000002o`0000Gooooo00?oA4A4o`000?l000000_l0000< ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`3o oooooa_ooooo00Go:2PXoj>SXoooooooooooo`000006ooooo`05obPX:?nSXj?oooooooooool00000 1Oooool01Ol0003ooooooooooooooooo000000Gooooo00Go0000ooooooooooooooooo`000006oooo o`05o`000?ooooooooooooooool000001Oooool01Ol0003ooooooooooooooooo000000Gooooo00Go 0000ooooooooooooooooo`000006ooooo`05o`000?ooooooooooooooool000001Oooool01Ol0003o oooooooooooooooo000000Gooooo00Go0000ooooooooooooooooo`000006ooooo`05o`000?oooooo ooooooooool000001Oooool01Ol0003ooooooooooooooooo000000Kooooo00Go0000oooooooooooo ooooo`000005ooooo`05o`000?ooooooooooooooool000001Oooool01Ol0003ooooooooooooooooo 000000Kooooo00?o0@41okno_oooool01oooool00ol10@7o_knoooooo`07ooooo`03o`410Ono_koo oooo01kooooo001Dooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool00oooool00ol0 003ogMgMooooo`07ooooo`03o`000?oMgMgooooo00Oooooo00?o0000omgMgOooool01oooool00ol0 003ogMgMooooo`07ooooo`03o`000?oMgMgooooo00Oooooo00?o0000omgMgOooool01oooool00ol0 003ogMgMooooo`07ooooo`03o`000?oMgMgooooo00Kooooo00?o0000omgMgOooool01oooool00ol0 003ogMgMooooo`07ooooo`03o`000?oMgMgooooo00Oooooo00?o0000omgMgOooool01oooool00ol0 003ogMgMooooo`0>ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool00ol0 003oooooooooo`3ooooooa_ooooo00?o0000oj>SXoooool02?ooool00ol0003oXj>Sooooo`05oooo o`03o`000?oooooo000000Co00000oooool00ol0003oooooo`000004o`0000Cooooo00?o0000oooo ool000001?l00003ooooo`03o`000?oooooo000000Co00000oooool00ol0003oooooo`000004o`00 00Cooooo00?o0000ooooool000001?l00003ooooo`03o`000?oooooo000000Co00000oooool00ol0 003oooooo`000004o`0000Cooooo00?o0000ooooool000001?l00003ooooo`03o`000?oooooo0000 00Co00001?ooool00ol0003oooooo`000004o`0000?ooooo00?o0000ooooool000001?l00003oooo o`03o`000?oooooo000000Co00001_ooool00olB4Q;o0000o`000002o`0000Gooooo00?o4Q8Bo`00 0?l000000_l00005ooooo`03oa8B4_l0003o000000;o00007?ooool005Cooooo00?o0000oooooooo ool01oooool00ol0003oooooooooo`03ooooo`03odA4A?l0003o000000;o00001Oooool00om4A4Co 0000o`000002o`0000Gooooo00?oA4A4o`000?l000000_l00005ooooo`03odA4A?l0003o000000;o 00001Oooool00om4A4Co0000o`000002o`0000Gooooo00?oA4A4o`000?l000000_l00005ooooo`03 odA4A?l0003o000000;o00001Oooool00om4A4Co0000o`000002o`0000Cooooo00?oA4A4o`000?l0 00000_l00005ooooo`03odA4A?l0003o000000;o00001Oooool00om4A4Co0000o`000002o`0000Go oooo00?oA4A4o`000?l000000_l00005ooooo`03odA4A?l0003o000000;o00003?ooool00ol0003o ooooooooo`07ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool0oooooolKooooo`03 ocLg=ol0003o000000;o00001_ooool00olg=cOo0000o`000002o`0000Wooooo00?o0000oooooooo ool01oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00Oooooo00?o0000oooooooo ool01oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00Oooooo00?o0000oooooooo ool01oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00Oooooo00?o0000oooooooo ool02?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo00?o0000oooooooo ool01?ooool00ol0003o_knoooooo`07ooooo`03o`000?no_koooooo00Oooooo00?o0000okno_ooo ool07_ooool0053ooooo00?o4A4Aooooooooool01oooool00olA4A7oooooooooo`28ooooo`03oa4A 4Ooooooooooo00Oooooo00?o4A4Aooooooooool01oooool00olA4A7oooooooooo`3oooooobKooooo 00?o0@41ooooooooool02?ooool00ol10@7oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo 00?o0000ooooooooool02?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo 00?o0000ooooooooool02?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo 00?o0000ooooooooool02?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Sooooo 00?o0000ooooooooool01oooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Cooooo 00?o4Q8Bo`000?l000000_l00005ooooo`03oa8B4_l0003o000000;o00001Oooool00olB4Q;o0000 o`000002o`0001cooooo001@ooooo`Go00001Oooool5o`0000Wooooo00?o4A4Aooooooooool01ooo ool00olA4A7oooooooooo`07ooooo`03oa4A4Ooooooooooo00Oooooo00?o4A4Aooooooooool01ooo ool00olA4A7oooooooooo`07ooooo`03oa4A4Ooooooooooo00Oooooo00?o4A4Aooooooooool01ooo ool00olA4A7oooooooooo`06ooooo`03oa4A4Ooooooooooo00Oooooo00?o4A4Aooooooooool01ooo ool00olA4A7oooooooooo`07ooooo`03oa4A4Ooooooooooo00Oooooo00?o4A4Aooooooooool00ooo ool5o`0000Gooooo1Ol00005ooooo`Go0000ooooooleooooo`03o`410Ooooooooooo00Oooooo00?o 0@41ooooooooool02?ooool00ol10@7oooooooooo`07ooooo`03o`410Ooooooooooo00Oooooo00?o 0@41ooooooooool02?ooool00ol10@7oooooooooo`07ooooo`03o`410Ooooooooooo00Oooooo00?o 0@41ooooooooool02?ooool00ol10@7oooooooooo`07ooooo`03o`410Ooooooooooo00Sooooo00?o 0@41ooooooooool01oooool00ol10@7oooooooooo`07ooooo`03o`410Ooooooooooo03gooooo001@ ooooo`05ofIVI_oS Xoooooooooooo`000005ooooo`05obPX:?nSXj?oooooooooool000001_ooool01OlX:2SoXj>Soooo oooooooo000000Gooooo00Go:2PXoj>SXoooooooooooo`000005ooooo`05obPX:?nSXj?ooooooooo ool000001_ooool01OlX:2SoXj>Soooooooooooo000000Gooooo00Go:2PXoj>SXoooooooooooo`00 0005ooooo`05obPX:?nSXj?oooooooooool000001_ooool01OlX:2SoXj>Soooooooooooo000000Go oooo00Go:2PXoj>SXoooooooooooo`000006ooooo`05obPX:?nSXj?oooooooooool000001Oooool0 1OlX:2SoXj>Soooooooooooo000000Gooooo00Go:2PXoj>SXoooooooooooo`000006ooooo`05o`00 0?ooooooooooooooool000001Oooool01Ol0003ooooooooooooooooo000000Gooooo00Go0000oooo ooooooooooooo`00000Looooo`00D?ooool00omgMgOo0000o`000002o`0000Gooooo00?oMgMgo`00 0?l000000_l00009ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool00ol0 003oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool00ol0 003oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01_ooool00ol0 003oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01oooool00ol0 003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo00?o0000omgMgOooool01oooool00ol0 003ogMgMooooo`07ooooo`03o`000?oMgMgooooo0?oooooo=oooool00ol0003oXj>Sooooo`07oooo o`03o`000?nSXj?ooooo00Sooooo00?o0000oj>SXoooool01oooool00ol0003oXj>Sooooo`07oooo o`03o`000?nSXj?ooooo00Sooooo00?o0000oj>SXoooool01oooool00ol0003oXj>Sooooo`07oooo o`03o`000?nSXj?ooooo00Sooooo00?o0000oj>SXoooool01oooool00ol0003oXj>Sooooo`08oooo o`03o`000?nSXj?ooooo00Oooooo00?o0000oj>SXoooool01oooool00ol0003oXj>Sooooo`06oooo o`03o`000?oooooo000000Co00000oooool00ol0003oooooo`000004o`0000?ooooo00?o0000oooo ool000001?l0000Looooo`00E?ooool00olA4A7oooooooooo`07ooooo`03oa4A4Ooooooooooo00Oo oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool00oooool00om4A4Co0000o`000002o`0000Gooooo00?oA4A4o`000?l0 00000_l00005ooooo`03odA4A?l0003o000000;o0000ooooooleooooo`03ocLg=ol0003o000000;o 00001Oooool00olg=cOo0000o`000002o`0000Kooooo00?o=cLgo`000?l000000_l00005ooooo`03 ocLg=ol0003o000000;o00001Oooool00olg=cOo0000o`000002o`0000Kooooo00?o=cLgo`000?l0 00000_l00005ooooo`03ocLg=ol0003o000000;o00001Oooool00olg=cOo0000o`000002o`0000Ko oooo00?o=cLgo`000?l000000_l00005ooooo`03ocLg=ol0003o000000;o00001_ooool00olg=cOo 0000o`000002o`0000Gooooo00?o=cLgo`000?l000000_l00005ooooo`03ocLg=ol0003o000000;o 00002_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Oooooo00?o0000oooooooo ool06_ooool006Cooooo00?o4A4Aooooooooool01oooool00olA4A7oooooooooo`07ooooo`03oa4A 4Ooooooooooo00Oooooo00?o4A4Aooooooooool01oooool00olA4A7oooooooooo`07ooooo`03oa4A 4Ooooooooooo00Oooooo00?o4A4Aooooooooool01oooool00olA4A7oooooooooo`06ooooo`03oa4A 4Ooooooooooo00Oooooo00?o4A4Aooooooooool01oooool00olA4A7oooooooooo`07ooooo`03oa4A 4Ooooooooooo00Oooooo00?o4A4Aooooooooool0oooooomIooooo`03o`410Ooooooooooo00Oooooo 00?o0@41ooooooooool02?ooool00ol10@7oooooooooo`07ooooo`03o`410Ooooooooooo00Oooooo 00?o0@41ooooooooool02?ooool00ol10@7oooooooooo`07ooooo`03o`410Ooooooooooo00Oooooo 00?o0@41ooooooooool02?ooool00ol10@7oooooooooo`07ooooo`03o`410Ooooooooooo00Sooooo 00?o0@41ooooooooool01oooool00ol10@7oooooooooo`07ooooo`03o`410Ooooooooooo00Sooooo 00?o0000ooooooooool01oooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo01[ooooo 001Tooooo`Go00001Oooool5o`0000Gooooo1Ol00005ooooo`Go00001Oooool5o`0000Gooooo1Ol0 0005ooooo`Go00001Oooool5o`0000Cooooo1Ol00005ooooo`Go00001Oooool5o`0000Gooooo1Ol0 0005ooooo`Go00002Oooool00olA4A7oooooooooo`07ooooo`03oa4A4Ooooooooooo00Oooooo00?o 4A4Aooooooooool0oooooonjooooo`03o`410Ooooooooooo00Oooooo00?o0@41ooooooooool01ooo ool00ol10@7oooooooooo`0Nooooo`00I?ooool01OmVIVKocSoooo oooooooo000000Gooooo00Go:2PXoj>SXoooooooooooo`00000Looooo`00I?ooool00omgMgOo0000 o`000002o`0000Gooooo00?oMgMgo`000?l000000_l00005ooooo`03ogMgMol0003o000000;o0000 1Oooool00omgMgOo0000o`000002o`0000Gooooo00?oMgMgo`000?l000000_l00005ooooo`03ogMg Mol0003o000000;o00001Oooool00omgMgOo0000o`000002o`0000Gooooo00?oMgMgo`000?l00000 0_l00004ooooo`03ogMgMol0003o000000;o00001Oooool00omgMgOo0000o`000002o`0000Gooooo 00?oMgMgo`000?l000000_l00005ooooo`03ogMgMol0003o000000;o00001Oooool00omgMgOo0000 o`000002o`0000Wooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`07ooooo`03o`00 0?oooooooooo0?oooooo^_ooool00ol0003oXj>Sooooo`07ooooo`03o`000?nSXj?ooooo00Oooooo 00?o0000oj>SXoooool07_ooool006Sooooo00?o4A4Aooooooooool01oooool00olA4A7ooooooooo o`07ooooo`03oa4A4Ooooooooooo00Oooooo00?o4A4Aooooooooool01oooool00olA4A7ooooooooo o`07ooooo`03oa4A4Ooooooooooo00Oooooo00?o4A4Aooooooooool01oooool00olA4A7ooooooooo o`06ooooo`03oa4A4Ooooooooooo00Oooooo00?o4A4Aooooooooool01oooool00olA4A7ooooooooo o`07ooooo`03oa4A4Ooooooooooo00Oooooo00?o4A4Aooooooooool01oooool00ol0003ooooooooo o`07ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool0oooooonjooooo`03ocLg=ol0 003o000000;o00001Oooool00olg=cOo0000o`000002o`0000Gooooo00?o=cLgo`000?l000000_l0 000Looooo`00iOooool00olA4A7oooooooooo`07ooooo`03oa4A4Ooooooooooo00Oooooo00?o4A4A ooooooooool0ooooooo2ooooo`03o`410Ooooooooooo00Oooooo00?o0@41ooooooooool01oooool0 0ol10@7oooooooooo`0Jooooo`00iOooool5o`0000Gooooo1Ol00005ooooo`Go0000oooooooaoooo o`00iOooool01OmVIVKocGooooo00?oMgMgo`000?l000000_l00005ooooo`03ogMgMol0003o000000;o00001Oooool00omg MgOo0000o`000002o`0006Wooooo00?o0000ooooooooool0oooooon5ooooo`00jOooool00olA4A7o ooooooooo`07ooooo`03oa4A4Ooooooooooo00Oooooo00?o4A4Aooooooooool0H?ooool4o`0000?o oooo00?o0000ooooooooool02?ooool4o`0000Wooooo0_l00004ooooo`03o`000?oooooooooo00;o oooo0ol00003ooooo`?o0000oooooomLooooo`00oooooomPooooo`04o`000?ooooooooooo`0000?o oooo0_l0000Fooooo`04o`000?ooooooooooo`0000Wooooo00Go0000ooooooooooooooooo`000003 ooooo`03o`000?oooooooooo0?ooooooFOooool00?ooooooH?ooool01?l0003oooooooooool0000? ooooo`Co00002?ooool01?l0003oooooooooool00009ooooo`05o`000?ooooooooooooooool00000 0oooool00ol0003oooooooooo`3ooooooeWooooo003oooooof3ooooo00Co0000oooooooooooo0000 6oooool01?l0003oooooooooool00009ooooo`04o`000?ooooooooooooooo`Co0000oooooomLoooo o`00oooooomQooooo`?o00000_ooool01?l0003oooooooooool0000Eooooo`04o`000?oooooooooo o`0000Wooooo00Go0000ooooooooooooooooo`00003ooooooeoooooo003oooooof?ooooo00Co0000 oooooooooooo00000_ooool00ol0003oooooooooo`0Cooooo`04o`000?ooooooooooo`0000Sooooo 0_l00004ooooo`03o`000?oooooooooo0?ooooooG?ooool00?ooooooH_ooool2o`0000?ooooo00Co 0000oooooooooooo00005Oooool2o`0000[ooooo00?o0000ooooooooool00oooool2o`000?oooooo G?ooool00?ooooooooooooo`ooooo`00oooooooooooooo3ooooo003oooooooooooool?ooool00?oo ooooooooooo`ooooo`00oooooooooooooeoooooo00?o0000ooooooooool01_ooool00ol0003ooooo ooooo`0Pooooo`?o0000H_ooool008gooooo00?o0000ooooooooool01_ooool00ol0003ooooooooo o`0Pooooo`?o0000K_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo01Gooooo0ol0 000Jooooo`?o0000lOooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo023ooooo00?o 0000ooooooooool0HOooool008cooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0P ooooo`03o`000?oooooooooo06cooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0G ooooo`03o`000?oooooooooo01Sooooo00?o0000ooooooooool0koooool00ol0003oooooooooo`02 ooooo`?o00001Oooool00ol0003oooooooooo`06ooooo`;o000000?oooooo`000?l000001?l00003 ooooo`?o00001?ooool4o`0000?ooooo00Co0000oooooooooooooooo1?l0001Kooooo`00Roooool0 0ol0003oooooooooo`02ooooo`Co00001?ooool00ol0003oooooooooo`06ooooo`;o000000?ooooo o`000?l000001?l00003ooooo`?o00001?ooool4o`0000?ooooo00Co0000oooooooooooooooo1?l0 001Uooooo`04o`000?ooooooooooooooo`Co00001Oooool00ol0003oooooooooo`06ooooo`Go0000 00?oooooo`000?l000000ol00002ooooo`Co00000_ooool3o`0000;ooooo0ol000001?oooooo0000 o`000?ooool3o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000_ooool3o`0000Co oooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo1Ol00002ooooo`?o00000_ooool3o`000003 ooooool0003o000000Kooooo0ol00003ooooo`?o00001?ooool4o`0000;ooooo0ol00004ooooo`;o 00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l00000SOooool01Ol0003o oooooooooooooooo000000?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`06oooo o`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00;ooooo00Co0000oooooooooooo00001?ooool00ol0003oooooooooo`05ooooo`03o`000?oo oooooooo05Sooooo002;ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003ooooooooo o`03ooooo`03o`000?oooooooooo00Kooooo00Go0000ooooooooooooooooo`000002ooooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00004ooooo`03 o`000?oooooooooo00Gooooo00?o0000ooooooooool0H_ooool00ol0003oooooooooo`02ooooo`04 o`000?ooooooooooo`0000Cooooo00?o0000ooooooooool01oooool01?l0003oooooooooool00003 ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000006ooooo`06o`000?oo ooooooooo`000?oooooo00001_ooool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`00 00;ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo 00?ooooo00Go0000ooooooooooooooooo`000003ooooo`05o`000?ooooooooooooooool000000_oo ool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 0_ooool01?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000_ooool01?l0 003oooooooooool00003ooooo`05o`000?ooooooooooooooool000000oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo08cooooo00Go0000ooooooooooooooooo`000008ooooo`03 o`000?oooooooooo00Kooooo1Ol00002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool00oooool3o`0000?ooooo00?o0000ooooool000000oooool3o`0005_ooooo002;ooooo`03o`00 0?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooooooo00Kooooo1Ol00002ooooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool00oooool3o`0000?ooooo00?o0000ooooool00000 0oooool3o`0006Gooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00004ooooo`03 o`000?oooooooooo00Oooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo0000 00?ooooo00?o0000ooooool000001?l00002ooooo`05o`000?ooooooooooo`000?ooool01Ol00003 ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool00ol0003ooooooooo o`02ooooo`Go00000_ooool3o`0000?ooooo0ol00004ooooo`05o`000?ooooooooooooooool00000 0oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Kooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`03ooooo`?o00000_ooool00ol0003oooooooooo`04ooooo`03 o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?oooooooooo o`0000;ooooo00?o0000ooooooooool0S?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o 0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000?ooooo0_l0 0004ooooo`;o00000oooool01?l0003oooooooooool00003ooooo`03o`000?oooooo000000;ooooo 00?o0000ooooooooool0G?ooool008_ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool01oooool00ol0003oooooo`000003ooooo`;o0000 1?ooool2o`0000?ooooo00Co0000oooooooooooo00000oooool00ol0003oooooo`000002ooooo`03 o`000?oooooooooo06Kooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00004oooo o`03o`000?oooooooooo00Oooooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool0 0ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooool000000ooo ool01_l0003oooooooooool0003oooooo`0000?ooooo00Co0000oooooooooooo00000_ooool2o`00 00?ooooo00Oo0000ooooooooooooooooo`000?oooooo000000Gooooo00?o0000ooooooooool01Ooo ool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003o ooooooooo`06ooooo`?o00000oooool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01Ol0 003ooooooooooooooooo000000;ooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooo oooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`2=ooooo`04o`00 0?ooooooooooooooo`?o00001?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooo000000;o oooo0_l000001?oooooo0000o`000?ooool2o`000003ooooool0003o000000;ooooo0_l00003oooo o`;o000000?oooooo`000?l000000_ooool4o`0005[ooooo002"], ImageRangeCache->{{{0, 749.312}, {290.75, 0}} -> {-0.0785376, -0.0291728, \ 0.0042133, 0.0042133}, {{18.625, 282.312}, {283.812, 6.875}} -> {-7.88833, \ -1.66682, 0.100928, 0.0956118}, {{242.75, 506.5}, {283.812, 6.875}} -> \ {-1.73299, -0.6659, 0.0058967, 0.0915555}, {{310.812, 460.062}, {276.875, \ 102.125}} -> {-0.0271516, -0.86753, 8.26101*^-5, 0.0771599}, {{466.938, \ 730.625}, {283.812, 6.875}} -> {-52.4592, -1.20021, 0.0964571, 0.0107795}}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(Show[ GraphicsArray[{p3, p4, p5}], \[IndentingNewLine]GraphicsSpacing -> \(-0.15\)];\)\)], \ "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .38889 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.272546 0.0403813 0.404407 0.36134 [ [.61579 .67541 -43.0312 -15.5938 ] [.61579 .67541 43.0312 15.5938 ] [.24637 .04307 -12 -4.5 ] [.24637 .04307 0 4.5 ] [.24637 .22374 -24 -4.5 ] [.24637 .22374 0 4.5 ] [.24637 .40441 -6 -4.5 ] [.24637 .40441 0 4.5 ] [.24637 .58508 -18 -4.5 ] [.24637 .58508 0 4.5 ] [.24637 .76575 -6 -4.5 ] [.24637 .76575 0 4.5 ] [.02381 .40441 -13.0625 -50 ] [.02381 .40441 13.0625 50 ] [.27255 .8895 -6.1875 -23.0313 ] [.27255 .8895 6.1875 23.0313 ] [.31293 .8895 -6.1875 -23.0313 ] [.31293 .8895 6.1875 23.0313 ] [.35331 .8895 -6.1875 -23.0313 ] [.35331 .8895 6.1875 23.0313 ] [.39369 .8895 -6.1875 -23.0313 ] [.39369 .8895 6.1875 23.0313 ] [.43407 .8895 -6.1875 -23.0313 ] [.43407 .8895 6.1875 23.0313 ] [.47445 .8895 -6.1875 -23.0313 ] [.47445 .8895 6.1875 23.0313 ] [.51483 .8895 -6.1875 -23.0313 ] [.51483 .8895 6.1875 23.0313 ] [.55522 .8895 -6.1875 -23.0313 ] [.55522 .8895 6.1875 23.0313 ] [.5956 .8895 -6.1875 -23.0313 ] [.5956 .8895 6.1875 23.0313 ] [.63598 .8895 -6.1875 -23.0313 ] [.63598 .8895 6.1875 23.0313 ] [.67636 .8895 -6.1875 -23.0313 ] [.67636 .8895 6.1875 23.0313 ] [.71674 .8895 -6.1875 -23.0313 ] [.71674 .8895 6.1875 23.0313 ] [.75712 .8895 -6.1875 -23.0313 ] [.75712 .8895 6.1875 23.0313 ] [.7975 .8895 -6.1875 -23.0313 ] [.7975 .8895 6.1875 23.0313 ] [.83788 .8895 -6.1875 -23.0313 ] [.83788 .8895 6.1875 23.0313 ] [.87827 .8895 -6.1875 -23.0313 ] [.87827 .8895 6.1875 23.0313 ] [.91865 .8895 -6.1875 -23.0313 ] [.91865 .8895 6.1875 23.0313 ] [.95903 .8895 -6.1875 -23.0313 ] [.95903 .8895 6.1875 23.0313 ] [.61579 1.025 -32 0 ] [.61579 1.025 32 12.625 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .022 w .27255 .29002 Mdot .31293 .54128 Mdot .35331 .56041 Mdot .39369 .5921 Mdot .43407 .52373 Mdot .47445 .45987 Mdot .51483 .39206 Mdot .55522 .38627 Mdot .5956 .35528 Mdot .63598 .32887 Mdot .67636 .37924 Mdot .71674 .40222 Mdot .75712 .39588 Mdot .7975 .37228 Mdot .83788 .36038 Mdot .87827 .37275 Mdot .91865 .32734 Mdot .95903 .35296 Mdot .5 Mabswid [ ] 0 setdash .27255 .29002 m .31293 .54128 L .35331 .56041 L .39369 .5921 L .43407 .52373 L .47445 .45987 L .51483 .39206 L .55522 .38627 L .5956 .35528 L .63598 .32887 L .67636 .37924 L .71674 .40222 L .75712 .39588 L .7975 .37228 L .83788 .36038 L .87827 .37275 L .91865 .32734 L .95903 .35296 L s [ .03 .02 ] 0 setdash .31293 .40441 m .33914 .46162 L .35278 .48701 L .36 .49847 L .36772 .5089 L .375 .51683 L .38162 .52231 L .38481 .52434 L .38828 .52608 L .38986 .52671 L .39155 .52727 L .39299 .52766 L .39457 .52799 L .39545 .52812 L .39628 .52822 L .39706 .52829 L .3979 .52833 L .39873 .52835 L .3995 .52833 L .4002 .5283 L .40095 .52824 L .40178 .52815 L .40269 .52802 L .40453 .52765 L .40623 .52718 L .40782 .52664 L .41095 .52526 L .41381 .52366 L .42024 .51887 L .42696 .51217 L .43318 .50451 L .44727 .48257 L .47391 .4284 L .49952 .37087 L .51374 .34128 L .52679 .31784 L .53958 .29963 L .546 .29258 L .54962 .28929 L .55304 .28665 L .55638 .2845 L .56001 .28269 L .56161 .28206 L .5633 .2815 L .56475 .28112 L .56634 .2808 L .56729 .28066 L .56776 .28061 L .56819 .28057 L .569 .28051 L Mistroke .56988 .28047 L .57038 .28047 L .57085 .28047 L .57172 .28051 L .57221 .28054 L .57266 .28058 L .57368 .2807 L .57451 .28083 L .57528 .28097 L .57703 .28139 L .57873 .28192 L .58055 .28262 L .58415 .2844 L .58747 .2865 L .59499 .29285 L .60162 .30021 L .60865 .30969 L .63429 .35609 L .6616 .41672 L .68788 .47239 L .70124 .49545 L .7083 .50553 L .71583 .51442 L .71959 .51809 L .72314 .52105 L .7266 .52347 L .72978 .52527 L .73281 .5266 L .73435 .52714 L .73601 .52761 L .73687 .52781 L .73767 .52796 L .73847 .52809 L .73922 .52819 L .74008 .52827 L .74054 .5283 L .74103 .52833 L .74184 .52835 L .74231 .52834 L .74275 .52833 L .74354 .5283 L .74439 .52823 L .74519 .52813 L .74592 .52802 L .74771 .52766 L .7494 .5272 L .75277 .52594 L .75642 .52404 L .76295 .51933 L .76897 .51352 L Mistroke .78168 .49703 L .79568 .47313 L .82302 .41521 L .84934 .35677 L .86272 .33045 L .87732 .30681 L .88409 .29812 L .8913 .29065 L .89481 .28773 L .89811 .28542 L .9013 .2836 L .90427 .28227 L .90593 .28169 L .90743 .28126 L .90911 .28089 L .91003 .28073 L .9109 .28062 L .91175 .28054 L .91217 .28051 L .91265 .28049 L .91348 .28047 L .91426 .28048 L .9147 .28049 L .91517 .28052 L .91601 .28059 L .91648 .28064 L .91692 .2807 L .9179 .28085 L .91954 .2812 L .92108 .28163 L .92397 .28269 L .92707 .28422 L .93044 .28631 L .93687 .29154 L .94393 .29909 L .95821 .31955 L .95903 .32091 L Mfstroke gsave .61579 .67541 -104.031 -19.5938 Mabsadd m 1 1 Mabs scale currentpoint translate 0 39.1875 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 23.812 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 1.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 0.000 0.000 setrgbcolor %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor 63.000 22.812 moveto ($) show 1.000 0.000 0.000 setrgbcolor 0.375 setlinewidth 73.188 5.375 moveto 14.188 0.000 rlineto stroke 77.125 17.875 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor (2) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor 1.000 0.000 0.000 setrgbcolor 0.375 setlinewidth 75.188 21.438 moveto 9.312 0.000 rlineto stroke 77.125 30.062 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor (T) show 88.250 23.812 moveto (sin) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor 106.250 23.812 moveto (H) show 115.312 17.875 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor (4) show 121.312 17.875 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor ( ) show 123.938 17.875 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor (p) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor (t) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor 1.000 0.000 0.000 setrgbcolor 0.375 setlinewidth 114.188 21.438 moveto 23.938 0.000 rlineto stroke 122.625 30.062 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor (T) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor 139.062 23.812 moveto (L) show 145.062 23.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 g .25 Mabswid [ ] 0 setdash .25538 .40441 m .97619 .40441 L s .25538 .025 m .97619 .025 L s .25538 .04307 m .25989 .04307 L s [(-1)] .24637 .04307 1 0 Mshowa .25538 .22374 m .25989 .22374 L s [(-0.5)] .24637 .22374 1 0 Mshowa .25538 .40441 m .25989 .40441 L s [(0)] .24637 .40441 1 0 Mshowa .25538 .58508 m .25989 .58508 L s [(0.5)] .24637 .58508 1 0 Mshowa .25538 .76575 m .25989 .76575 L s [(1)] .24637 .76575 1 0 Mshowa .25538 .025 m .25538 .78381 L s gsave .02381 .40441 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 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 108.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 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%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 (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%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 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .27255 .77614 m .27255 .78381 L s gsave .27255 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (0) show 69.062 13.000 moveto (_min) show 105.062 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 .31293 .77614 m .31293 .78381 L s gsave .31293 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (7) show 69.062 13.000 moveto (_min) show 105.062 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 .35331 .77614 m .35331 .78381 L s gsave .35331 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (14) show 75.062 13.000 moveto (_min) show 105.062 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 .39369 .77614 m .39369 .78381 L s gsave .39369 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (21) show 75.062 13.000 moveto (_min) show 105.062 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 .43407 .77614 m .43407 .78381 L s gsave .43407 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (28) show 75.062 13.000 moveto (_min) show 105.062 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 .47445 .77614 m .47445 .78381 L s gsave .47445 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (35) show 75.062 13.000 moveto (_min) show 105.062 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 .51483 .77614 m .51483 .78381 L s gsave .51483 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (42) show 75.062 13.000 moveto (_min) show 105.062 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 .55522 .77614 m .55522 .78381 L s gsave .55522 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (49) show 75.062 13.000 moveto (_min) show 105.062 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 .5956 .77614 m .5956 .78381 L s gsave .5956 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (56) show 75.062 13.000 moveto (_min) show 105.062 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 .63598 .77614 m .63598 .78381 L s gsave .63598 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (63) show 75.062 13.000 moveto (_min) show 105.062 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 .67636 .77614 m .67636 .78381 L s gsave .67636 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (70) show 75.062 13.000 moveto (_min) show 105.062 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 .71674 .77614 m .71674 .78381 L s gsave .71674 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (77) show 75.062 13.000 moveto (_min) show 105.062 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 .75712 .77614 m .75712 .78381 L s gsave .75712 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (84) show 75.062 13.000 moveto (_min) show 105.062 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 .7975 .77614 m .7975 .78381 L s gsave .7975 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (91) show 75.062 13.000 moveto (_min) show 105.062 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 .83788 .77614 m .83788 .78381 L s gsave .83788 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (98) show 75.062 13.000 moveto (_min) show 105.062 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 .87827 .77614 m .87827 .78381 L s gsave .87827 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (105) show 81.062 13.000 moveto (_min) show 105.062 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 .91865 .77614 m .91865 .78381 L s gsave .91865 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (112) show 81.062 13.000 moveto (_min) show 105.062 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 .95903 .77614 m .95903 .78381 L s gsave .95903 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (119) show 81.062 13.000 moveto (_min) show 105.062 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 .25538 .78381 m .97619 .78381 L s gsave .61579 1.025 -93 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.625 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 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%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 (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%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 (Arrays) show 123.000 13.000 moveto %%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 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .78381 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.272546 0.0403813 0.404407 0.36134 [ [.61579 .67541 -43.0312 -15.5938 ] [.61579 .67541 43.0312 15.5938 ] [.24637 .04307 -12 -4.5 ] [.24637 .04307 0 4.5 ] [.24637 .22374 -24 -4.5 ] [.24637 .22374 0 4.5 ] [.24637 .40441 -6 -4.5 ] [.24637 .40441 0 4.5 ] [.24637 .58508 -18 -4.5 ] [.24637 .58508 0 4.5 ] [.24637 .76575 -6 -4.5 ] [.24637 .76575 0 4.5 ] [.02381 .40441 -13.0625 -5 ] [.02381 .40441 13.0625 5 ] [.27255 .8895 -6.1875 -23.0313 ] [.27255 .8895 6.1875 23.0313 ] [.31293 .8895 -6.1875 -23.0313 ] [.31293 .8895 6.1875 23.0313 ] [.35331 .8895 -6.1875 -23.0313 ] [.35331 .8895 6.1875 23.0313 ] [.39369 .8895 -6.1875 -23.0313 ] [.39369 .8895 6.1875 23.0313 ] [.43407 .8895 -6.1875 -23.0313 ] [.43407 .8895 6.1875 23.0313 ] [.47445 .8895 -6.1875 -23.0313 ] [.47445 .8895 6.1875 23.0313 ] [.51483 .8895 -6.1875 -23.0313 ] [.51483 .8895 6.1875 23.0313 ] [.55522 .8895 -6.1875 -23.0313 ] [.55522 .8895 6.1875 23.0313 ] [.5956 .8895 -6.1875 -23.0313 ] [.5956 .8895 6.1875 23.0313 ] [.63598 .8895 -6.1875 -23.0313 ] [.63598 .8895 6.1875 23.0313 ] [.67636 .8895 -6.1875 -23.0313 ] [.67636 .8895 6.1875 23.0313 ] [.71674 .8895 -6.1875 -23.0313 ] [.71674 .8895 6.1875 23.0313 ] [.75712 .8895 -6.1875 -23.0313 ] [.75712 .8895 6.1875 23.0313 ] [.7975 .8895 -6.1875 -23.0313 ] [.7975 .8895 6.1875 23.0313 ] [.83788 .8895 -6.1875 -23.0313 ] [.83788 .8895 6.1875 23.0313 ] [.87827 .8895 -6.1875 -23.0313 ] [.87827 .8895 6.1875 23.0313 ] [.91865 .8895 -6.1875 -23.0313 ] [.91865 .8895 6.1875 23.0313 ] [.95903 .8895 -6.1875 -23.0313 ] [.95903 .8895 6.1875 23.0313 ] [.61579 1.025 -32 0 ] [.61579 1.025 32 12.625 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 1 r .022 w .27255 .38185 Mdot .31293 .46934 Mdot .35331 .43986 Mdot .39369 .41557 Mdot .43407 .30089 Mdot .47445 .31598 Mdot .51483 .2766 Mdot .55522 .3585 Mdot .5956 .4113 Mdot .63598 .55839 Mdot .67636 .52763 Mdot .71674 .57091 Mdot .75712 .41584 Mdot .7975 .39762 Mdot .83788 .31501 Mdot .87827 .40404 Mdot .91865 .2949 Mdot .95903 .43008 Mdot .5 Mabswid [ ] 0 setdash .27255 .38185 m .31293 .46934 L .35331 .43986 L .39369 .41557 L .43407 .30089 L .47445 .31598 L .51483 .2766 L .55522 .3585 L .5956 .4113 L .63598 .55839 L .67636 .52763 L .71674 .57091 L .75712 .41584 L .7975 .39762 L .83788 .31501 L .87827 .40404 L .91865 .2949 L .95903 .43008 L s [ .03 .02 ] 0 setdash .31293 .52835 m .31372 .52833 L .31445 .5283 L .31529 .52823 L .31608 .52814 L .31749 .52791 L .31902 .52758 L .3207 .52709 L .32248 .52645 L .32569 .52498 L .33209 .5208 L .33914 .51435 L .34625 .506 L .3539 .4951 L .36772 .47105 L .39569 .41132 L .42263 .35192 L .43622 .32589 L .44854 .30643 L .45495 .29822 L .46188 .29098 L .4657 .28777 L .46921 .28532 L .47257 .28344 L .47439 .28261 L .47611 .28194 L .47772 .28143 L .47948 .281 L .48025 .28085 L .48107 .28072 L .48184 .28062 L .48254 .28055 L .48336 .2805 L .48423 .28047 L .485 .28047 L .48582 .2805 L .48671 .28057 L .48755 .28066 L .48846 .28079 L .48943 .28096 L .49104 .28134 L .49279 .28188 L .49595 .28316 L .49903 .2848 L .50187 .28665 L .50845 .29214 L .5146 .29876 L .5286 .31863 L .55494 .36989 L .58294 .43271 L Mistroke .59694 .46237 L .60992 .48652 L .62249 .50552 L .62946 .51382 L .63586 .51988 L .6392 .52242 L .64286 .52469 L .64654 .52643 L .64855 .52714 L .65042 .52766 L .65127 .52785 L .6522 .52802 L .65301 .52814 L .65388 .52824 L .65466 .5283 L .65552 .52834 L .6563 .52835 L .65703 .52833 L .6579 .52828 L .65833 .52825 L .65881 .5282 L .65965 .52809 L .66044 .52797 L .66221 .52759 L .66411 .52704 L .66774 .52558 L .67108 .52376 L .67862 .51803 L .68527 .51118 L .6923 .50222 L .71804 .45701 L .74544 .39657 L .77181 .34004 L .78524 .31621 L .79232 .30569 L .79985 .29633 L .80651 .28975 L .81005 .28694 L .81387 .28447 L .81736 .28272 L .81889 .28211 L .82057 .28155 L .82205 .28115 L .82363 .28083 L .82451 .28069 L .8253 .2806 L .8261 .28053 L .82686 .28049 L .82764 .28047 L .82848 .28048 L Mistroke .82927 .28051 L .82999 .28057 L .83084 .28066 L .83176 .2808 L .83344 .28113 L .83519 .28161 L .83706 .28225 L .84042 .28377 L .8438 .28575 L .84698 .28804 L .85293 .29337 L .86656 .3104 L .8791 .33123 L .9059 .387 L .93167 .44467 L .95903 .496 L Mfstroke gsave .61579 .67541 -104.031 -19.5938 Mabsadd m 1 1 Mabs scale currentpoint translate 0 39.1875 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 23.812 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 1.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 1.000 setrgbcolor %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 1.000 setrgbcolor 63.000 22.812 moveto ($) show 0.000 0.000 1.000 setrgbcolor 0.375 setlinewidth 73.188 5.375 moveto 14.188 0.000 rlineto stroke 77.125 17.875 moveto %%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 1.000 setrgbcolor (2) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 1.000 setrgbcolor 0.000 0.000 1.000 setrgbcolor 0.375 setlinewidth 75.188 21.438 moveto 9.312 0.000 rlineto stroke 77.125 30.062 moveto %%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 1.000 setrgbcolor (T) show 88.250 23.812 moveto (cos) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 1.000 setrgbcolor 106.250 23.812 moveto (H) show 115.312 17.875 moveto %%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 1.000 setrgbcolor (4) show 121.312 17.875 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 1.000 setrgbcolor ( ) show 123.938 17.875 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 1.000 setrgbcolor (p) 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 1.000 setrgbcolor (t) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 1.000 setrgbcolor 0.000 0.000 1.000 setrgbcolor 0.375 setlinewidth 114.188 21.438 moveto 23.938 0.000 rlineto stroke 122.625 30.062 moveto %%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 1.000 setrgbcolor (T) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 1.000 setrgbcolor 139.062 23.812 moveto (L) show 145.062 23.812 moveto %%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 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 g .25 Mabswid [ ] 0 setdash .25538 .40441 m .97619 .40441 L s .25538 .025 m .97619 .025 L s .25538 .04307 m .25989 .04307 L s [(-1)] .24637 .04307 1 0 Mshowa .25538 .22374 m .25989 .22374 L s [(-0.5)] .24637 .22374 1 0 Mshowa .25538 .40441 m .25989 .40441 L s [(0)] .24637 .40441 1 0 Mshowa .25538 .58508 m .25989 .58508 L s [(0.5)] .24637 .58508 1 0 Mshowa .25538 .76575 m .25989 .76575 L s [(1)] .24637 .76575 1 0 Mshowa .25538 .025 m .25538 .78381 L s gsave .02381 .40441 -66 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 66 17.0625 translate 90 rotate -66 -17.0625 translate 0 34.125 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 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.500 moveto 0.000 0.000 rmoveto 69.000 26.500 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .27255 .77614 m .27255 .78381 L s gsave .27255 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (0) show 69.062 13.000 moveto (_min) show 105.062 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 .31293 .77614 m .31293 .78381 L s gsave .31293 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (7) show 69.062 13.000 moveto (_min) show 105.062 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 .35331 .77614 m .35331 .78381 L s gsave .35331 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (14) show 75.062 13.000 moveto (_min) show 105.062 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 .39369 .77614 m .39369 .78381 L s gsave .39369 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (21) show 75.062 13.000 moveto (_min) show 105.062 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 .43407 .77614 m .43407 .78381 L s gsave .43407 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (28) show 75.062 13.000 moveto (_min) show 105.062 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 .47445 .77614 m .47445 .78381 L s gsave .47445 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (35) show 75.062 13.000 moveto (_min) show 105.062 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 .51483 .77614 m .51483 .78381 L s gsave .51483 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (42) show 75.062 13.000 moveto (_min) show 105.062 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 .55522 .77614 m .55522 .78381 L s gsave .55522 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (49) show 75.062 13.000 moveto (_min) show 105.062 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 .5956 .77614 m .5956 .78381 L s gsave .5956 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (56) show 75.062 13.000 moveto (_min) show 105.062 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 .63598 .77614 m .63598 .78381 L s gsave .63598 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (63) show 75.062 13.000 moveto (_min) show 105.062 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 .67636 .77614 m .67636 .78381 L s gsave .67636 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (70) show 75.062 13.000 moveto (_min) show 105.062 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 .71674 .77614 m .71674 .78381 L s gsave .71674 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (77) show 75.062 13.000 moveto (_min) show 105.062 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 .75712 .77614 m .75712 .78381 L s gsave .75712 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (84) show 75.062 13.000 moveto (_min) show 105.062 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 .7975 .77614 m .7975 .78381 L s gsave .7975 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (91) show 75.062 13.000 moveto (_min) show 105.062 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 .83788 .77614 m .83788 .78381 L s gsave .83788 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (98) show 75.062 13.000 moveto (_min) show 105.062 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 .87827 .77614 m .87827 .78381 L s gsave .87827 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (105) show 81.062 13.000 moveto (_min) show 105.062 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 .91865 .77614 m .91865 .78381 L s gsave .91865 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (112) show 81.062 13.000 moveto (_min) show 105.062 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 .95903 .77614 m .95903 .78381 L s gsave .95903 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (119) show 81.062 13.000 moveto (_min) show 105.062 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 .25538 .78381 m .97619 .78381 L s gsave .61579 1.025 -93 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.625 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 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%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 (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%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 (Arrays) show 123.000 13.000 moveto %%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 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .78381 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.272546 0.0403813 0.404407 0.36134 [ [.61579 .67541 -43.0312 -15.5938 ] [.61579 .67541 43.0312 15.5938 ] [.24637 .04307 -12 -4.5 ] [.24637 .04307 0 4.5 ] [.24637 .22374 -24 -4.5 ] [.24637 .22374 0 4.5 ] [.24637 .40441 -6 -4.5 ] [.24637 .40441 0 4.5 ] [.24637 .58508 -18 -4.5 ] [.24637 .58508 0 4.5 ] [.24637 .76575 -6 -4.5 ] [.24637 .76575 0 4.5 ] [.02381 .40441 -13.0625 -5 ] [.02381 .40441 13.0625 5 ] [.27255 .8895 -6.1875 -23.0313 ] [.27255 .8895 6.1875 23.0313 ] [.31293 .8895 -6.1875 -23.0313 ] [.31293 .8895 6.1875 23.0313 ] [.35331 .8895 -6.1875 -23.0313 ] [.35331 .8895 6.1875 23.0313 ] [.39369 .8895 -6.1875 -23.0313 ] [.39369 .8895 6.1875 23.0313 ] [.43407 .8895 -6.1875 -23.0313 ] [.43407 .8895 6.1875 23.0313 ] [.47445 .8895 -6.1875 -23.0313 ] [.47445 .8895 6.1875 23.0313 ] [.51483 .8895 -6.1875 -23.0313 ] [.51483 .8895 6.1875 23.0313 ] [.55522 .8895 -6.1875 -23.0313 ] [.55522 .8895 6.1875 23.0313 ] [.5956 .8895 -6.1875 -23.0313 ] [.5956 .8895 6.1875 23.0313 ] [.63598 .8895 -6.1875 -23.0313 ] [.63598 .8895 6.1875 23.0313 ] [.67636 .8895 -6.1875 -23.0313 ] [.67636 .8895 6.1875 23.0313 ] [.71674 .8895 -6.1875 -23.0313 ] [.71674 .8895 6.1875 23.0313 ] [.75712 .8895 -6.1875 -23.0313 ] [.75712 .8895 6.1875 23.0313 ] [.7975 .8895 -6.1875 -23.0313 ] [.7975 .8895 6.1875 23.0313 ] [.83788 .8895 -6.1875 -23.0313 ] [.83788 .8895 6.1875 23.0313 ] [.87827 .8895 -6.1875 -23.0313 ] [.87827 .8895 6.1875 23.0313 ] [.91865 .8895 -6.1875 -23.0313 ] [.91865 .8895 6.1875 23.0313 ] [.95903 .8895 -6.1875 -23.0313 ] [.95903 .8895 6.1875 23.0313 ] [.61579 1.025 -32 0 ] [.61579 1.025 32 12.625 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .27255 .45806 Mdot .31293 .2451 Mdot .35331 .39852 Mdot .39369 .43975 Mdot .43407 .44467 Mdot .47445 .40402 Mdot .51483 .34076 Mdot .55522 .32103 Mdot .5956 .3288 Mdot .63598 .2664 Mdot .67636 .42999 Mdot .71674 .51401 Mdot .75712 .47898 Mdot .7975 .56805 Mdot .83788 .46398 Mdot .87827 .42825 Mdot .91865 .30253 Mdot .95903 .34006 Mdot .5 Mabswid [ ] 0 setdash .27255 .45806 m .31293 .2451 L .35331 .39852 L .39369 .43975 L .43407 .44467 L .47445 .40402 L .51483 .34076 L .55522 .32103 L .5956 .3288 L .63598 .2664 L .67636 .42999 L .71674 .51401 L .75712 .47898 L .7975 .56805 L .83788 .46398 L .87827 .42825 L .91865 .30253 L .95903 .34006 L s [ .03 .02 ] 0 setdash .31293 .40441 m .33914 .46162 L .35278 .48701 L .36 .49847 L .36772 .5089 L .375 .51683 L .38162 .52231 L .38481 .52434 L .38828 .52608 L .38986 .52671 L .39155 .52727 L .39299 .52766 L .39457 .52799 L .39545 .52812 L .39628 .52822 L .39706 .52829 L .3979 .52833 L .39873 .52835 L .3995 .52833 L .4002 .5283 L .40095 .52824 L .40178 .52815 L .40269 .52802 L .40453 .52765 L .40623 .52718 L .40782 .52664 L .41095 .52526 L .41381 .52366 L .42024 .51887 L .42696 .51217 L .43318 .50451 L .44727 .48257 L .47391 .4284 L .49952 .37087 L .51374 .34128 L .52679 .31784 L .53958 .29963 L .546 .29258 L .54962 .28929 L .55304 .28665 L .55638 .2845 L .56001 .28269 L .56161 .28206 L .5633 .2815 L .56475 .28112 L .56634 .2808 L .56729 .28066 L .56776 .28061 L .56819 .28057 L .569 .28051 L Mistroke .56988 .28047 L .57038 .28047 L .57085 .28047 L .57172 .28051 L .57221 .28054 L .57266 .28058 L .57368 .2807 L .57451 .28083 L .57528 .28097 L .57703 .28139 L .57873 .28192 L .58055 .28262 L .58415 .2844 L .58747 .2865 L .59499 .29285 L .60162 .30021 L .60865 .30969 L .63429 .35609 L .6616 .41672 L .68788 .47239 L .70124 .49545 L .7083 .50553 L .71583 .51442 L .71959 .51809 L .72314 .52105 L .7266 .52347 L .72978 .52527 L .73281 .5266 L .73435 .52714 L .73601 .52761 L .73687 .52781 L .73767 .52796 L .73847 .52809 L .73922 .52819 L .74008 .52827 L .74054 .5283 L .74103 .52833 L .74184 .52835 L .74231 .52834 L .74275 .52833 L .74354 .5283 L .74439 .52823 L .74519 .52813 L .74592 .52802 L .74771 .52766 L .7494 .5272 L .75277 .52594 L .75642 .52404 L .76295 .51933 L .76897 .51352 L Mistroke .78168 .49703 L .79568 .47313 L .82302 .41521 L .84934 .35677 L .86272 .33045 L .87732 .30681 L .88409 .29812 L .8913 .29065 L .89481 .28773 L .89811 .28542 L .9013 .2836 L .90427 .28227 L .90593 .28169 L .90743 .28126 L .90911 .28089 L .91003 .28073 L .9109 .28062 L .91175 .28054 L .91217 .28051 L .91265 .28049 L .91348 .28047 L .91426 .28048 L .9147 .28049 L .91517 .28052 L .91601 .28059 L .91648 .28064 L .91692 .2807 L .9179 .28085 L .91954 .2812 L .92108 .28163 L .92397 .28269 L .92707 .28422 L .93044 .28631 L .93687 .29154 L .94393 .29909 L .95821 .31955 L .95903 .32091 L Mfstroke gsave .61579 .67541 -104.031 -19.5938 Mabsadd m 1 1 Mabs scale currentpoint translate 0 39.1875 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 23.812 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.500 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.500 0.000 setrgbcolor %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor 63.000 22.812 moveto ($) show 0.000 0.500 0.000 setrgbcolor 0.375 setlinewidth 73.188 5.375 moveto 14.188 0.000 rlineto stroke 77.125 17.875 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor (2) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor 0.000 0.500 0.000 setrgbcolor 0.375 setlinewidth 75.188 21.438 moveto 9.312 0.000 rlineto stroke 77.125 30.062 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor (T) show 88.250 23.812 moveto (sin) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor 106.250 23.812 moveto (H) show 115.312 17.875 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor (4) show 121.312 17.875 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor ( ) show 123.938 17.875 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor (p) 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.500 0.000 setrgbcolor (t) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor 0.000 0.500 0.000 setrgbcolor 0.375 setlinewidth 114.188 21.438 moveto 23.938 0.000 rlineto stroke 122.625 30.062 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor (T) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor 139.062 23.812 moveto (L) show 145.062 23.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.500 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 g .25 Mabswid [ ] 0 setdash .25538 .40441 m .97619 .40441 L s .25538 .025 m .97619 .025 L s .25538 .04307 m .25989 .04307 L s [(-1)] .24637 .04307 1 0 Mshowa .25538 .22374 m .25989 .22374 L s [(-0.5)] .24637 .22374 1 0 Mshowa .25538 .40441 m .25989 .40441 L s [(0)] .24637 .40441 1 0 Mshowa .25538 .58508 m .25989 .58508 L s [(0.5)] .24637 .58508 1 0 Mshowa .25538 .76575 m .25989 .76575 L s [(1)] .24637 .76575 1 0 Mshowa .25538 .025 m .25538 .78381 L s gsave .02381 .40441 -66 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 66 17.0625 translate 90 rotate -66 -17.0625 translate 0 34.125 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 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.500 moveto 0.000 0.000 rmoveto 69.000 26.500 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .27255 .77614 m .27255 .78381 L s gsave .27255 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (0) show 69.062 13.000 moveto (_min) show 105.062 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 .31293 .77614 m .31293 .78381 L s gsave .31293 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (7) show 69.062 13.000 moveto (_min) show 105.062 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 .35331 .77614 m .35331 .78381 L s gsave .35331 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (14) show 75.062 13.000 moveto (_min) show 105.062 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 .39369 .77614 m .39369 .78381 L s gsave .39369 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (21) show 75.062 13.000 moveto (_min) show 105.062 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 .43407 .77614 m .43407 .78381 L s gsave .43407 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (28) show 75.062 13.000 moveto (_min) show 105.062 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 .47445 .77614 m .47445 .78381 L s gsave .47445 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (35) show 75.062 13.000 moveto (_min) show 105.062 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 .51483 .77614 m .51483 .78381 L s gsave .51483 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (42) show 75.062 13.000 moveto (_min) show 105.062 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 .55522 .77614 m .55522 .78381 L s gsave .55522 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (49) show 75.062 13.000 moveto (_min) show 105.062 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 .5956 .77614 m .5956 .78381 L s gsave .5956 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (56) show 75.062 13.000 moveto (_min) show 105.062 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 .63598 .77614 m .63598 .78381 L s gsave .63598 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (63) show 75.062 13.000 moveto (_min) show 105.062 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 .67636 .77614 m .67636 .78381 L s gsave .67636 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (70) show 75.062 13.000 moveto (_min) show 105.062 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 .71674 .77614 m .71674 .78381 L s gsave .71674 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (77) show 75.062 13.000 moveto (_min) show 105.062 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 .75712 .77614 m .75712 .78381 L s gsave .75712 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (84) show 75.062 13.000 moveto (_min) show 105.062 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 .7975 .77614 m .7975 .78381 L s gsave .7975 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (91) show 75.062 13.000 moveto (_min) show 105.062 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 .83788 .77614 m .83788 .78381 L s gsave .83788 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (98) show 75.062 13.000 moveto (_min) show 105.062 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 .87827 .77614 m .87827 .78381 L s gsave .87827 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (105) show 81.062 13.000 moveto (_min) show 105.062 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 .91865 .77614 m .91865 .78381 L s gsave .91865 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (112) show 81.062 13.000 moveto (_min) show 105.062 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 .95903 .77614 m .95903 .78381 L s gsave .95903 .8895 -84.0312 -10.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 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 (119) show 81.062 13.000 moveto (_min) show 105.062 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 .25538 .78381 m .97619 .78381 L s gsave .61579 1.025 -93 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.625 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 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%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 (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%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 (Arrays) show 123.000 13.000 moveto %%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 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .78381 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->Automatic, PageBreakBelow->False, ImageSize->{749.938, 291.625}, ImageMargins->{{0, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgooooo`Go07l0 EOooool00ol0003oooooooooo`0Fooooo`009?ooool7o`00033ooooo00?o0000ooooooooool0]_oo ool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo03kooooo0ol00?meooooo`03o`000?oo oooooooo02Cooooo00?o0000ooooooooool02_ooool01?l0O`3oooooooooool0O`1>ooooo`Go07l0 EOooool00ol0003oooooooooo`0Fooooo`009?ooool01omVIVKoVIVIoooooonIVIWoIVIVooooool0 0000Oooool3o`1o00;ooooo0ol0O`0:ooooo`04o`1o0?ooooooooooo`1o04;ooooo0_l0O`03ooooo`?o 07l03?ooool00ol0003oooooooooo`0Fooooo`009?ooool01Oo?ooool00ol0O`3o ooooooooo`05ooooo`03o`1o0?oooooooooo00Oooooo00Go07l0ooooooooooooooooo`1o0011oooo o`;o07l01oooool2o`1o00[ooooo00?o0000ooooooooool05_ooool005_ooooo00?o0000oooooooo 00001?oo0013ooooo`;oo`00Eoooool00ooo003oooooooooo`08ooooo`03ool00?oooooooooo00So oooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`0kooooo`03o`00oooooooooooo00?o oooo00?o003oooooooooool0A_ooool00ol00?ooooooooooo`08ooooo`03o`00oooooooooooo00go oooo1Ol00?loooool00ol0O`3o ooooooooo`04ooooo`Go07l00oooool00ol0O`3oooooooooo`06ooooo`03o`000?oooooooooo01Ko oooo000Tooooo`05oiVIVOmgMgOoooooooooool00000<_ooool01Ol0003oooooooooooooooooo`00 05?ooooo00?oo`00ooooooooool0AOooool00ooo003oooooooooo`0Fooooo`03o`000?oooooooooo 02Cooooo00?o0000ooooooooool0:?ooool5o`00o`;ooooo00?o003oooooooooool01_ooool00ol0 0?ooooooooooo`04ooooo`04o`00ooooooooooooo`00oeCooooo00?o003oooooooooool03?ooool3 o`00o`gooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`08ooooo`03o`1o0?oooooo oooo00Cooooo00?o07l0ooooooooool0A?ooool01?l0O`3oooooooooool0O`06ooooo`03o`1o0?oo oooooooo03[ooooo00?o07l0ooooooooool01Oooool5o`1o00cooooo00?o0000ooooooooool05_oo ool002Cooooo00Go0000onk^k_ooooooooooo`00000booooo`03o`000?oooooooooo00;ooooo00?o o`00ooooooooool0DOooool00ooo003oooooooooo`1Mooooo`03o`000?oooooooooo02Cooooo00?o 0000ooooooooool0:?ooool9o`00o`Kooooo00?o003oooooooooool01_ooool01?l00?oooooooooo ool00?m2ooooo`;o003o4?ooool00ol00?ooooooooooo`0;ooooo`03o`00oooooooo003o00gooooo 00?o0000ooooooooool09?ooool00ol0003oooooooooo`08ooooo`03o`1o0?oooooooooo00Cooooo 00?o07l0ooooooooool0AOooool2o`1o00Oooooo00?o07l0ooooooooool0@_ooool5o`1o00cooooo 00?o0000ooooooooool05_ooool002Cooooo00?o4A4Aooooooooool0=?ooool00ol0003ooooooooo o`02ooooo`03ool00?oooooooooo05;ooooo00?oo`00ooooooooool0G?ooool00ol0003ooooooooo o`0Tooooo`03o`000?oooooooooo02Wooooo0ol00?l2ooooo`03o`00oooooooooooo00Ko003o2_oo ool00ol00?ooooooo`00o`12ooooo`03o`00oooooooooooo00Sooooo0ol00?lBooooo`03o`00oooo oooo003o00gooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`08ooooo`03o`1o0?oo oooooooo00Gooooo00?o07l0ooooooooool0A?ooool00ol0O`3oooooooooo`07ooooo`03o`1o0?oo oooooooo04;ooooo1?l0O`0Oooool00ol00?ooooooooooo`0;ooooo`05o`00ooooooooooooooooool00?l0 2?ooool00ol00?ooooooooooo`04ooooo`03o`00oooooooooooo00;ooooo00?o003oooooooooool0 2_ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00Oooooo00?o07l0ooooooooool0 1oooool00ol0O`3oooooooooo`0]ooooo`03o`1o0?oooooooooo00?o07l000Coooooo`1o0?l0O`3o 07l01oooool5o`1o00_ooooo00?o07l0ooooooooool0=?ooool00ol0O`3oooooooooo`09ooooo`03 o`1o0?oooooooooo00Kooooo00?o07l0ooooooooool01Oooool00ol0003oooooooooo`0Fooooo`00 9?ooool01Oooooo o`Go07l02oooool00ol0O`3oooooooooo`0dooooo`03o`1o0?oooooooooo00Wooooo00?o07l0oooo ooooool01oooool4o`1o00?ooooo00?o0000ooooooooool05_ooool005_ooooo00?o0000oooooooo ool00oooool00ooo003oooooooooo`0jooooo`03ool00?oooooooooo01Oooooo0_oo00001?oooooo o`00ool00?oo000gooooo`03ool00?oooooooooo00_ooooo0ooo0004ooooo`03ool00?oooooooooo 00Oooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`0Wooooo`04o`00oooooooooooo o`00oacooooo00?o003oooooooooool0AOooool00ol00?ooooooooooo`03ooooo`03o`00oooooooo oooo00Kooooo00?o003oooooooooool00_ooool00ol00?ooooooooooo`04ooooo`03o`00oooooooo oooo00Wooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`07ooooo`03o`1o0?oooooo oooo00Oooooo00?o07l0ooooooooool0:Oooool5o`1o017ooooo0ol0O`0=ooooo`03o`1o0?oooooo oooo03;ooooo00?o07l0ooooooooool02Oooool00ol0O`3oooooooooo`08ooooo`Go07l00_ooool0 0ol0003oooooooooo`0Fooooo`009?ooool01OmVIVKo0000ohR8R?oooooo4A4A03;ooooo00?o0000 ooooooooool00oooool00ooo003oooooooooo`0iooooo`03ool00?oooooooooo01Oooooo00Coo`00 ooooooooooooo`000oooool00ooo003oooooooooo`0dooooo`03ool00?oooooooooo00[ooooo00?o o`00ooooooooool01_ooool00ooo003oooooooooo`06ooooo`03o`000?oooooooooo02Cooooo00?o 0000ooooooooool09oooool01?l00?ooooooooooool00?lMooooo`03o`00oooooooooooo04Cooooo 00?o003oooooooooool00oooool00ol00?ooooooooooo`06ooooo`03o`00oooooooooooo00;ooooo 00?o003oooooooooool01?ooool00ol00?ooooooooooo`09ooooo`03o`000?oooooooooo02Cooooo 00?o0000ooooooooool01oooool00ol0O`3oooooooooo`08ooooo`03o`1o0?oooooooooo02Sooooo 1Ol0O`0Jooooo`03o`1o0?oooooooooo00Cooooo00?o07l0ooooooooool0