(************** 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[ 160806, 3907]*) (*NotebookOutlinePosition[ 203268, 5269]*) (* CellTagsIndexPosition[ 203224, 5265]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell["Parametric Scan", "Subtitle"], Cell["\<\ This notebook illustrates how mathsbml can be used to do parametric \ scan on a model B. Shapiro 28 October 2006\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(<< mathsbml.m\)], "Input"], Cell[BoxData[ \("MathSBML Version 2.6.0.5 (26-Oct-2006) using Mathematica Version 5.2 \ for Mac OS X x86 (32-bit) (February 24, 2006) loaded 27-October-2006 \ 19:29:40.720005"\)], "Print"] }, Open ]], Cell[CellGroupData[{ Cell["Build a model and save it to an SBML file", "Section"], Cell[BoxData[{ \(\(newModel[context \[Rule] \ None];\)\), "\[IndentingNewLine]", \(\(addParameter[k1 \[Rule] \ .5];\)\), "\[IndentingNewLine]", \(\(addParameter[k2 \[Rule] \ .1];\)\), "\[IndentingNewLine]", \(\(addParameter[k3 \[Rule] \ 1];\)\), "\[IndentingNewLine]", \(addParameter[kf \[Rule] \ 1]; \ addParameter[\ kr \[Rule] \ 1];\), "\[IndentingNewLine]", \(\(addParameter[k \[Rule] \ .1];\)\), "\[IndentingNewLine]", \(\(addParameter[kd \[Rule] \ .1];\)\), "\[IndentingNewLine]", \(\(addCompartment[cell, \ size \[Rule] \ 1];\)\), "\[IndentingNewLine]", \(\(addSpecies[En, \ initialAmount \[Rule] \ 1, \ constant \[Rule] \ False];\)\), "\[IndentingNewLine]", \(\(addSpecies[S, \ initialAmount \[Rule] \ 100, \ constant \[Rule] \ False];\)\), "\[IndentingNewLine]", \(\(addSpecies[SEn, \ initialAmount \[Rule] \ 0, \ constant \[Rule] \ False];\)\), "\[IndentingNewLine]", \(\(addSpecies[P, \ initialAmount \[Rule] \ 0, \ constant \[Rule] \ False];\)\), "\[IndentingNewLine]", \(\(addReaction[products \[Rule] \ En, \ kineticLaw \[Rule] \ k1 - k2*En, \ reversible \[Rule] \ True];\)\ \), "\[IndentingNewLine]", \(\(addReaction[reactants \[Rule] \ {S, \ En}, \ products \[Rule] \ SEn, \ reversible \[Rule] \ True, \ kineticLaw \[Rule] \ kf*S*En - kr*SEn];\)\), "\[IndentingNewLine]", \(\(addReaction[reactants \[Rule] \ SEn, \ products \[Rule] \ {En, \ P}, \ reversible \[Rule] \ False, \ kineticLaw \[Rule] \ k*SEn - kd*P*En];\)\ \), "\[IndentingNewLine]", \(\(createModel["\"];\)\)}], "Input"] }, Closed]], Cell[CellGroupData[{ Cell["Display the model", "Section"], Cell[CellGroupData[{ Cell[BoxData[ \(createModel[]\)], "Input"], Cell[BoxData[ \("\n\n\n\n\n \n \n \ 2006-10-27T19:44:17\n \ \n \ 5103-24185-26591\n \ Dont-Even-Think-About-It\n \ PC\n \ 5.2 for Mac OS X x86 (32-bit) (February 24, \ 2006)\n \ MacOSX\n \ x86\n \ \n \ 2.6.0.5 (26-Oct-2006)\n \ MacOSX-x86\n \ mathman\n \ \n \n \n \n \n

This \ is a Systems Biology Markup Language (SBML) file, generated by MathSBML \ 2.6.0.5 (26-Oct-2006) 27-October-2006 19:44:15.707187. SBML is a form of XML, \ and most XML files will not display properly in an internet browser. To view \ the contents of an XML file use the "Page Source" or equivalent \ button on you browser.

\n \n
\n \n \ \n \n \n \ \n \n \n Dont-Even-Think-About-It \ at (automatically generated)\n mathman \ (automatically generated)\n \n \ anonymous@not.specified\n \n \ MathSBML User Community\n \ \n \n \n \n \ \n \ 2006-10-27T19:44:16\n \ \n \n \n \n \n \n \n \n \ \n \n \ \n \n \n \n \n \n \n \n \ \n \ \n \ \n \n \n \n \n \n \n \n \n \n \ \n \n \n \ \n \n \n \n \n \n \n\ k1\n \n \n -1\n \n \n \ En\n k2\n \n \n \ \n \n \n \n\ \n \n \n \ \n \n \ \n \n \n \n \n \ \n \ \n \n \ \n \n \n En\n \ kf\n S\n \n \n \ \n -1\n \n \ \n kr\n SEn\n \n \ \n \n \n \n \ \n \n \n \ \n \n \ \n \n \n \n \n \n \n \n \n \n\ \n \n k\n SEn\n \ \n \n \n -1\n \n \n \ En\n kd\n P\n \n \ \n \n \n \n\ \n \n \n \n
\n
"\)], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Read the SBML model and Visualize it", "Section"], Cell[CellGroupData[{ Cell[BoxData[ \(\(visualizeSBMLModel["\", context \[Rule] None];\)\)], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .2598 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.500303 0.464872 0.129884 0.464872 [ [.5 .2723 -49.9375 0 ] [.5 .2723 49.9375 16.3125 ] [.96457 .12987 -5.3125 -6.03125 ] [.96457 .12987 5.3125 6.03125 ] [.71465 .12991 -24.25 -6.09375 ] [.71465 .12991 24.25 6.09375 ] [.4998 .24199 -11.9688 -6.03125 ] [.4998 .24199 11.9688 6.03125 ] [.49987 .01781 -8.65625 -6 ] [.49987 .01781 8.65625 6 ] [.28511 .12987 -24.25 -6.09375 ] [.28511 .12987 24.25 6.09375 ] [.03543 .12987 -5.3125 -6 ] [.03543 .12987 5.3125 6 ] [ 0 0 0 0 ] [ 1 .2598 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .2723 -110.938 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24.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 63.000 17.312 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 17.312 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (SBMLModel) show 158.875 17.312 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.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 % Start of user PostScript /mathtops { gsave MBeginOrig moveto MEndOrig currentpoint grestore } bind def /MAtocoords { mathtops 4 2 roll mathtops 4 copy pop pop 3 -1 roll sub /arry exch def exch sub /arrx exch def arrx dup mul arry dup mul add sqrt /arrl exch def translate } bind def /MAarrowhead1 { gsave MAtocoords arrl 0. eq { 0 0 Mdot } { currentlinewidth 1 Mabswid currentlinewidth dup scale setlinewidth [ arrx arrl div arry arrl div -1 arry mul arrl div arrx arrl div 0 0 ] concat -15. 3.75 moveto 0 0 lineto -15. -3.75 lineto fill -15. 3.75 moveto 0 0 lineto -15. -3.75 lineto -15. 3.75 lineto stroke } ifelse grestore } def % End of user PostScript 0 0 1 r .5 Mabswid [ ] 0 setdash .96457 .12987 m .71465 .12991 L s .96457 .12987 m .78962 .1299 L s % Start of user PostScript 0.99869488 -0.000028159775 0.62236511 0.000029689414 MAarrowhead1 % End of user PostScript .71465 .12991 m .4998 .24199 L s .71465 .12991 m .56426 .20836 L s % Start of user PostScript 0.46108092 0.000054481923 0.13756983 0.1688223 MAarrowhead1 % End of user PostScript .4998 .24199 m .28511 .12987 L s .4998 .24199 m .34952 .16351 L s % Start of user PostScript -0.0010777758 0.24115137 -0.32436007 0.072329141 MAarrowhead1 % End of user PostScript .49987 .01781 m .71465 .12991 L s .49987 .01781 m .65021 .09628 L s % Start of user PostScript -0.00093412158 -0.24109157 0.32247641 -0.072289334 MAarrowhead1 % End of user PostScript .28511 .12987 m .49987 .01781 L s .28511 .12987 m .43544 .05143 L s % Start of user PostScript -0.46290963 -0.000023242257 -0.13952677 -0.16877107 MAarrowhead1 % End of user PostScript .28511 .12987 m .03543 .12987 L s .28511 .12987 m .11033 .12987 L s % Start of user PostScript -0.46290963 -0.000023242257 -0.83887289 -0.000025810245 MAarrowhead1 % End of user PostScript 1 g .96457 .12987 m .96457 .12987 .01162 0 365.73 arc F 1 0 0 r newpath .96457 .12987 .01162 0 365.73 arc s 0 g gsave .96457 .12987 -66.3125 -10.0312 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.0625 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.062 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.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.062 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (S) show 69.625 13.062 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.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 1 g .67978 .11829 m .67978 .14153 L .74951 .14153 L .74951 .11829 L F 0 g .74951 .14153 m .74951 .11829 L .67978 .11829 L .67978 .14153 L .74951 .14153 L s gsave .71465 .12991 -85.25 -10.0938 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.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 63.000 13.188 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.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.188 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (reaction2) show 107.500 13.188 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.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 1 g .4998 .24199 m matrix currentmatrix 0.0348654 0.0116218 scale 14.3351 20.8221 1 0 365.73 arc setmatrix F 1 0 0 r newpath matrix currentmatrix 0.0348654 0.0116218 scale 14.3351 20.8221 1 0 365.73 arc setmatrix s 0 g gsave .4998 .24199 -72.9688 -10.0312 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.0625 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.062 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.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.062 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (SEn) show 82.938 13.062 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.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 1 g .49987 .01781 m matrix currentmatrix 0.0232436 0.0116218 scale 21.5057 1.53246 1 0 365.73 arc setmatrix F 1 0 0 r newpath matrix currentmatrix 0.0232436 0.0116218 scale 21.5057 1.53246 1 0 365.73 arc setmatrix s 0 g gsave .49987 .01781 -69.6562 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.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 Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (En) show 76.312 13.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.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 1 g .25024 .11825 m .25024 .1415 L .31998 .1415 L .31998 .11825 L F 0 g .31998 .1415 m .31998 .11825 L .25024 .11825 L .25024 .1415 L .31998 .1415 L s gsave .28511 .12987 -85.25 -10.0938 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.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 63.000 13.188 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.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.188 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (reaction3) show 107.500 13.188 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.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 1 g .03543 .12987 m .03543 .12987 .01162 0 365.73 arc F 1 0 0 r newpath .03543 .12987 .01162 0 365.73 arc s 0 g gsave .03543 .12987 -66.3125 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.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 Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (P) show 69.625 13.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 12.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .2598 L 0 .2598 L closepath clip newpath % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{853, 221.562}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooo o`;o003o=Oooool2o`00ooooooooT?ooool00?ooooooS?ooool2o`00ocWooooo0_l00?ooooooohko oooo003ooooooh[ooooo0_l00?lmooooo`;o003ooooooonOooool00?oooooo=_ooool3o`00onGo oooo0_l00?ooooooocOooooo003oooooocCooooo0ol00?oYooooo`;o003oooooooleooooo`00oooo oolbooooo`?o003okOooool2o`00oooooooo?ooool00?oooooo>Oooool2o`00on3ooooo0_l00?oooooooc[o oooo003ooooooc[ooooo1?l00?oKooooo`;o003ooooooollooooo`00oooooollooooo`Oo003oe?oo ool2o`00oooooooo?_ooool00?oooooo?Oooool;o`00olgooooo0_l00?oooooood3ooooo003ooooo ockooooo3?l00?o9ooooo`;o003ooooooom2ooooo`00ooooooloooooo`_o003oaoooool2o`00oooo ooooA?ooool00?oooooo@?ooool9o`00olKooooo0ol00?ooooooodGooooo003ooooood7ooooo2?l0 0?o4ooooo`?o003ooooooom7ooooo`00oooooom2ooooo`So003o`Oooool3o`00ooooooooBOooool0 0?oooooo@oooool4o`00o`;ooooo0ol00?nmooooo`?o003ooooooom;ooooo`00oooooom4ooooo`?o 003o1?ooool3o`00ok[ooooo0_l00?ooooooodgooooo003oooooodGooooo00?o003oooooooooool0 1Oooool3o`00okKooooo0_l00?ooooooodoooooo003oooooodoooooo0ol00?nbooooo`;o003ooooo oomAooooo`00oooooomAooooo`?o003o[_ooool2o`00ooooooooDoooool00?ooooooDoooool3o`00 oj[ooooo0_l00?oooooooeGooooo003ooooooeGooooo0ol00?nVooooo`;o003ooooooomGooooo`00 oooooomGooooo`?o003oX_ooool2o`00ooooooooFOooool00?ooooooFOooool2o`00oioooooo0ol0 0?oooooooe[ooooo003ooooooe_ooooo0_l00?nKooooo`?o003ooooooomLooooo`00oooooomMoooo o`;o003oUoooool3o`00ooooooooG_ooool00?ooooooGoooool2o`00oi?ooooo0ol00?ooooooof3o oooo003oooooof7ooooo0_l00?n?ooooo`?o003ooooooomRooooo`00oooooomSooooo`;o003oRooo ool3o`00ooooooooI?ooool00?ooooooIOooool2o`00ohOooooo0ol00?ooooooofKooooo003ooooo ofKooooo0ol00?mlooooo`;o003o1_ooool2o`00ooooooooJ?ooool00?ooooooJ?ooool3o`00ogWo oooo0ol00?l4ooooo`;o003ooooooomZooooo`00oooooomZooooo`?o003oM_ooool5o`00o`03oooo ool00?oo003o0?ooooooK?ooool00?ooooooK?ooool3o`00og?ooooo1ol00?ooooooofkooooo003o ooooofkooooo0ol00?m`ooooo`So003ooooooom^ooooo`00oooooom`ooooo`;o003oK_ooool:o`00 ooooooooKOooool00?ooooooL_ooool2o`00of_ooooo2ol00?ooooooofgooooo003oooooogCooooo 0_l00?mXooooo`go003ooooooom/ooooo`00oooooomfooooo`;o003oIOooool;o`00ooooooooKooo ool00?ooooooN?ooool2o`00of7ooooo2?l00?ooooooogCooooo003oooooog[ooooo0_l00?mMoooo o`Go003ooooooomiooooo`00oooooomlooooo`;o003oFOooool2o`00ooooooooO_ooool00?oooooo O_ooool2o`00oeGooooo0_l00?oooooooh3ooooo003ooooooh3ooooo0_l00?mAooooo`;o003ooooo oon2ooooo`00oooooon1ooooo`?o003oC_ooool00ol00?ooooooooooo`3ooooooh;ooooo003ooooo oh?ooooo0ol00?m:ooooo`;o003ooooooon5ooooo`00oooooon5ooooo`?o003oA_ooool2o`00oooo ooooQoooool00?ooooooQoooool2o`00od?ooooo0_l00?ooooooohWooooo003oooooohWooooo0_l0 0?loooooo`;o003ooooooon;ooooo`00oooooon;ooooo`;o003o>oooool2o`00ooooooooSOooool0 0?ooooooSOooool2o`00ocOooooo0_l00?ooooooohoooooo003oooooohoooooo0_l00?lcooooo`;o 003ooooooonAooooo`00oooooonAooooo`;o003o;oooool2o`00ooooooooToooool00?ooooooTooo ool2o`00ob_ooooo0_l00?oooooooiGooooo003ooooooiGooooo0_l00?lWooooo`;o003ooooooonG ooooo`00oooooonGooooo`;o003o8oooool2o`00ooooooooVOooool00?ooooooVOooool2o`00oaoo oooo0_l00?oooooooi_ooooo003ooooooi_ooooo0_l00?l4oooooaGoo`000_ooool2o`00oooooooo WOooool00?ooooooV_ooool7ool001Gooooo1Ooo003ooooooicooooo003ooooooiSooooo0_oo000Q ooooo`?oo`00oooooonIooooo`00oooooonEooooo`?oo`009_ooool3ool00?ooooooU_ooool00?oo ooooU?ooool00ooo003oooooooooo`0Zooooo`03ool00?oooooooooo0?ooooooToooool00?oooooo T_ooool2ool002kooooo00?oo`00ooooooooool0oooooonBooooo`00oooooonAooooo`03ool00?oo oooooooo00cooooo1?l00003ooooo`Ko000000Goooooo`000?l0003o0000ooooo`02o`0000oooooo 00?oo`00ooooooooool0oooooonAooooo`00oooooonAooooo`03ool00?oooooooooo00cooooo00Go 0000ooooooooooooooooo`000003ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooool00000 0_ooool00ol0003oooooooooo`0>ooooo`03ool00?oooooooooo0?ooooooTOooool00?ooooooT?oo ool00ooo003oooooooooo`0=ooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooo ooooo`04ooooo`04o`000?ooooooooooo`00017ooooo0_oo003ooooooi7ooooo003ooooooi3ooooo 00?oo`00ooooooooool04?ooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000?o oooo00Co0000oooooooooooo00004Oooool2ool00?ooooooTOooool00?ooooooT?ooool2ool000oo oooo0_l00005ooooo`Co00000oooool2o`000003ooooool0003ooooo013ooooo00?oo`00oooooooo ool0oooooon@ooooo`00oooooonBooooo`03ool00?oooooooooo00_ooooo00Go0000oooooooooooo ooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo0_l000000ooooooo0000ooooo`0@oooo o`03ool00?oooooooooo0?ooooooTOooool00?ooooooToooool00ooo003oooooooooo`0:ooooo`05 o`000?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo000001Cooooo0_oo003o oooooiCooooo003ooooooiCooooo0_oo000;ooooo`Co00000_ooool6o`0001;ooooo0_oo003ooooo oiKooooo003ooooooiKooooo0ooo000Uooooo`03ool00?oooooooooo0?ooooooU_ooool00?oooooo VOooool2ool001oooooo1?oo003ooooooiWooooo003ooooooi_ooooo1ooo000Cooooo`Goo`00oooo oonMooooo`00oooooonRoooooa?oo`00oooooonRooooo`00ooooooooooooooooooooF?ooool00?oo oooooooooooooooooeSooooo003ooooooooooooooooooomHooooo`00ooooooooooooooooooooF?oo ool00?oooooooooooooooooooeSooooo003ooooooooooooooooooomHooooo`00oooooooooooooooo ooooF?ooool00?oooooooooooooooooooeSooooo003ooooooooooooooooooomHooooo`00oooooooo ooooooooooooF?ooool00?oooooooooooooooooooeSooooo003ooooooooooooooooooomHooooo`00 ooooooooooooooooooooF?ooool00?oooooooooooooooooooeSooooo003ooooooooooooooooooomH ooooo`00ooooooooooooooooooooF?ooool00?oooooooooooooooooooeSooooo003oooooogcooooo 00?o0000ooooool000000ol00003ooooo`Wo00000oooool5o`0000;ooooo00?o0000ooooooooool0 4?l000000ooooooo0000o`000003o`0000;ooooo00?o0000ooooooooool01_l00002ooooo`Co0000 1Oooool3o`000003ooooool0003ooooo00?ooooo0ol00003ooooo`Co0000oooooommooooo`00oooo oomlooooo`?o00000oooool00ol0003oooooooooo`02ooooo`;o00001?ooool2o`0000Cooooo00?o 0000ooooooooool00_ooool2o`0000?ooooo0_l00004ooooo`;o00001Oooool01Ol0003ooooooooo oooooooo000000Cooooo0_l00003ooooo`;o00000oooool2o`0000;ooooo0_l00003ooooo`?o0000 00?oooooo`000?l000000_l000000ooooooo0000o`000002ooooo`04o`000?ooooooooooooooo`;o 0000oooooomnooooo`00oooooomlooooo`03o`000?oooooooooo00Cooooo00Co0000oooooooooooo oooo0_l00005ooooo`;o00000oooool01?l0003oooooooooooooool3o`0000?ooooo0_l00004oooo o`;o00001_ooool01?l0003oooooooooool00003ooooo`?o00000oooool2o`0000;ooooo0_l00004 ooooo`;o00000_ooool2o`0000?ooooo0_l000000ooooooo0000o`000004ooooo`03o`000?oooooo oooo00;o0000oooooomnooooo`00oooooomlooooo`03o`000?oooooooooo00Cooooo00Co0000oooo oooooooooooo0_l00005ooooo`;o00000oooool01?l0003oooooooooooooool3o`0000?ooooo0_l0 0004ooooo`;o00002Oooool01?l0003oooooooooooooool3o`0000?ooooo0_l00002ooooo`;o0000 1?ooool2o`0000;ooooo0_l00003ooooo`;o000000?oooooo`000?l000001oooool2o`000?oooooo O_ooool00?ooooooP_ooool2o`0000?ooooo0_l00005ooooo`;o00000oooool01?l0003ooooooooo ooooool2o`000004ooooool0003oooooooooo`;o00001?ooool2o`0000Wooooo00Co0000oooooooo oooooooo0_l000001?oooooo0000ooooooooool2o`0000;ooooo0_l00004ooooo`;o00000_ooool2 o`0000?ooooo0_l000000ooooooo0000o`000007ooooo`;o0000oooooomnooooo`00oooooon0oooo o`Co00000oooool2o`0000Cooooo0_l00004ooooo`03o`000?oooooooooo00;o00000_ooool00ol0 003oooooooooo`02o`0000Cooooo0_l00009ooooo`03o`000?oooooooooo00;o00000_ooool00ol0 003oooooooooo`02o`0000;ooooo0_l00004ooooo`;o00000_ooool2o`0000?ooooo0_l000000ooo oooo0000o`000005o`0000;ooooo0_l0003oooooogkooooo003oooooogkooooo1Ol00004ooooo`Oo 00001Oooool00ol0003oooooooooo`02o`0000;ooooo00?o0000ooooooooool00_l00004ooooo`;o 00002Oooool00ol0003oooooooooo`02o`0000;ooooo00?o0000ooooooooool00_l00003ooooo`;o 00000_ooool2o`0000Cooooo0_l000001?oooooo0000o`000?l00002ooooo`04o`000?oooooooooo ooooo`;o00000_ooool2o`000?ooooooO_ooool00?ooooooOOooool4o`0000Kooooo0_l00004oooo o`;o00001?ooool01?l0003oooooo`000?l00004ooooo`04o`000?oooooo0000o`0000Cooooo0_l0 0009ooooo`04o`000?oooooo0000o`0000Cooooo00Co0000ooooool0003o00001?ooool4o`0000Ko oooo0_l000000ooooooo0000o`000003ooooo`Co00000oooool2o`000?ooooooO_ooool00?oooooo O?ooool3o`0000Sooooo0_l00005ooooo`;o00000oooool01?l0003oooooo`000?l00004ooooo`04 o`000?oooooo0000o`0000Cooooo0_l00009ooooo`04o`000?oooooo0000o`0000Cooooo00Co0000 ooooool0003o00004Oooool2o`0000[ooooo0_l0003oooooogkooooo003oooooogcooooo00?o0000 ooooooooool01?ooool01?l0003oooooooooooooool2o`0000Gooooo0_l00003ooooo`?o00001_oo ool3o`0000Cooooo0_l00009ooooo`?o00001_ooool3o`00017ooooo0_l0000:ooooo`;o0000oooo oomnooooo`00oooooomlooooo`03o`000?oooooooooo00Cooooo00Co0000oooooooooooooooo0_l0 0005ooooo`;o00000oooool3o`0000Kooooo0ol00004ooooo`;o00002Oooool3o`0000Kooooo0ol0 000Aooooo`;o00002_ooool2o`000?ooooooO_ooool00?ooooooOOooool01?l0003ooooooooooooo ool3o`0000?ooooo0_l00004ooooo`;o00001?ooool3o`0000Kooooo0ol00004ooooo`;o00002Ooo ool3o`0000Kooooo0ol0000@ooooo`?o00002Oooool3o`000?ooooooO_ooool00?ooooooO_ooool4 o`000003ooooool0003ooooo00Wo00000oooool4o`0000Sooooo2_l00005ooooo`Co00002?ooool4 o`00013ooooo00?o0000ooooooooool02Oooool00ol0003oooooooooo`3oooooogcooooo0000\ \>"], ImageRangeCache->{{{0, 852}, {220.562, 0}} -> {-1.22236, -0.2794, \ 0.00286785, 0.00286785}}] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Illustrate the model with a single simulation", "Section"], Cell[CellGroupData[{ Cell[BoxData[{ \(\(m = SBMLRead["\"];\)\), \ "\[IndentingNewLine]", \(\(num = SBMLNDSolve[m, 500];\)\), "\[IndentingNewLine]", \(\(SBMLPlot[num, \ {P}];\)\)}], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .48473 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.397292 0.373483 0.242366 0.373483 [ [ 0 0 0 0 ] [ 1 .48473 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of sub-graphic p 0.0238095 0.0115413 0.770775 0.473191 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.00190476 0.0147151 0.0163574 [ [.21429 .00222 -9 -9 ] [.21429 .00222 9 0 ] [.40476 .00222 -9 -9 ] [.40476 .00222 9 0 ] [.59524 .00222 -9 -9 ] [.59524 .00222 9 0 ] [.78571 .00222 -9 -9 ] [.78571 .00222 9 0 ] [.97619 .00222 -9 -9 ] [.97619 .00222 9 0 ] [.01131 .0965 -6 -4.5 ] [.01131 .0965 0 4.5 ] [.01131 .17829 -12 -4.5 ] [.01131 .17829 0 4.5 ] [.01131 .26008 -12 -4.5 ] [.01131 .26008 0 4.5 ] [.01131 .34186 -12 -4.5 ] [.01131 .34186 0 4.5 ] [.01131 .42365 -12 -4.5 ] [.01131 .42365 0 4.5 ] [.01131 .50544 -12 -4.5 ] [.01131 .50544 0 4.5 ] [.01131 .58722 -12 -4.5 ] [.01131 .58722 0 4.5 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .01472 m .21429 .02097 L s [(100)] .21429 .00222 0 1 Mshowa .40476 .01472 m .40476 .02097 L s [(200)] .40476 .00222 0 1 Mshowa .59524 .01472 m .59524 .02097 L s [(300)] .59524 .00222 0 1 Mshowa .78571 .01472 m .78571 .02097 L s [(400)] .78571 .00222 0 1 Mshowa .97619 .01472 m .97619 .02097 L s [(500)] .97619 .00222 0 1 Mshowa .125 Mabswid .0619 .01472 m .0619 .01847 L s .1 .01472 m .1 .01847 L s .1381 .01472 m .1381 .01847 L s .17619 .01472 m .17619 .01847 L s .25238 .01472 m .25238 .01847 L s .29048 .01472 m .29048 .01847 L s .32857 .01472 m .32857 .01847 L s .36667 .01472 m .36667 .01847 L s .44286 .01472 m .44286 .01847 L s .48095 .01472 m .48095 .01847 L s .51905 .01472 m .51905 .01847 L s .55714 .01472 m .55714 .01847 L s .63333 .01472 m .63333 .01847 L s .67143 .01472 m .67143 .01847 L s .70952 .01472 m .70952 .01847 L s .74762 .01472 m .74762 .01847 L s .82381 .01472 m .82381 .01847 L s .8619 .01472 m .8619 .01847 L s .9 .01472 m .9 .01847 L s .9381 .01472 m .9381 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s .02381 .0965 m .03006 .0965 L s [(5)] .01131 .0965 1 0 Mshowa .02381 .17829 m .03006 .17829 L s [(10)] .01131 .17829 1 0 Mshowa .02381 .26008 m .03006 .26008 L s [(15)] .01131 .26008 1 0 Mshowa .02381 .34186 m .03006 .34186 L s [(20)] .01131 .34186 1 0 Mshowa .02381 .42365 m .03006 .42365 L s [(25)] .01131 .42365 1 0 Mshowa .02381 .50544 m .03006 .50544 L s [(30)] .01131 .50544 1 0 Mshowa .02381 .58722 m .03006 .58722 L s [(35)] .01131 .58722 1 0 Mshowa .125 Mabswid .02381 .03107 m .02756 .03107 L s .02381 .04743 m .02756 .04743 L s .02381 .06379 m .02756 .06379 L s .02381 .08014 m .02756 .08014 L s .02381 .11286 m .02756 .11286 L s .02381 .12922 m .02756 .12922 L s .02381 .14557 m .02756 .14557 L s .02381 .16193 m .02756 .16193 L s .02381 .19465 m .02756 .19465 L s .02381 .211 m .02756 .211 L s .02381 .22736 m .02756 .22736 L s .02381 .24372 m .02756 .24372 L s .02381 .27643 m .02756 .27643 L s .02381 .29279 m .02756 .29279 L s .02381 .30915 m .02756 .30915 L s .02381 .32551 m .02756 .32551 L s .02381 .35822 m .02756 .35822 L s .02381 .37458 m .02756 .37458 L s .02381 .39093 m .02756 .39093 L s .02381 .40729 m .02756 .40729 L s .02381 .44001 m .02756 .44001 L s .02381 .45636 m .02756 .45636 L s .02381 .47272 m .02756 .47272 L s .02381 .48908 m .02756 .48908 L s .02381 .52179 m .02756 .52179 L s .02381 .53815 m .02756 .53815 L s .02381 .55451 m .02756 .55451 L s .02381 .57087 m .02756 .57087 L s .02381 .60358 m .02756 .60358 L s .25 Mabswid .02381 0 m .02381 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 1 0 0 r .5 Mabswid .02381 .01472 m .02499 .01584 L .02605 .01715 L .02846 .021 L .03068 .02569 L .03279 .0311 L .0375 .0466 L .04262 .06852 L .05293 .12734 L .06244 .1961 L .0825 .36456 L .09313 .45076 L .099 .4925 L .10458 .52667 L .10965 .55236 L .11519 .57413 L .11763 .58165 L .12022 .58831 L .12266 .59334 L .1249 .59698 L .12737 .59997 L .12867 .60114 L .13004 .60209 L .13123 .60269 L .13235 .60307 L .13357 .60329 L .13488 .60332 L .13604 .60317 L .13731 .60284 L .13851 .60237 L .13961 .60181 L .14171 .60045 L .14393 .59861 L .14882 .59341 L .1533 .58757 L .1634 .5722 L .18168 .54182 L .22131 .4798 L .25941 .42864 L .29997 .38322 L .33902 .34795 L .38052 .31884 L .4205 .29789 L .45897 .28313 L .47845 .27729 L .49988 .27194 L .53929 .26445 L .55874 .26165 L .57963 .25917 L .59938 .25725 L Mistroke .6209 .25553 L .66067 .25318 L .68038 .25232 L .70136 .25157 L .72138 .25098 L .743 .25047 L .78312 .24978 L .80309 .24952 L .82417 .2493 L .8622 .24901 L .88174 .2489 L .90267 .2488 L .92252 .24873 L .94408 .24866 L .97619 .24859 L Mfstroke MathSubEnd P % End of sub-graphic 0 g .78945 .03695 m .78945 .41043 L .97619 .41043 L .97619 .03695 L F 1 g .77077 .05562 m .77077 .42911 L .95752 .42911 L .95752 .05562 L F 0 g .001 w [ ] 0 setdash .77077 .05562 m .95752 .05562 L .95752 .42911 L .77077 .42911 L .77077 .05562 L s % Start of sub-graphic p 0.770775 0.0556249 0.957516 0.429108 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0297619 0.297619 0.147059 1.47059 [ [ 0 0 0 0 ] [ 1 2 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 2 L 0 2 L closepath clip newpath % Start of sub-graphic p 0.0535714 0.264706 0.35119 1.73529 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.952381 0.309017 0.294302 [ [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 1 0 0 r .5 Mabswid [ ] 0 setdash .02381 .30902 m .97619 .30902 L s MathSubEnd P % End of sub-graphic 0 g gsave .38988 1 -61 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (P) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore MathSubEnd P % End of sub-graphic 0 0 m 1 0 L 1 .48473 L 0 .48473 L closepath clip newpath % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 139.562}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgol0 0009ooooo`005Oooool00ol0003oooooool00034ooooo`03o`000?oooooooooo03?ooooo1Ol00009 ooooo`005Oooool2o`000003ool00?oooooooooo0<;ooooo00?o0000ooooooooool0oooo o`03ool00?oooooooooo0:?ooooo00?o0000ooooooooool0ooooo`03ool00?oooooooooo00cooooo00?oo`00oooooooo ool0Y?ooool00ol0003oooooooooo`0cooooo`03o`000?oooooooooo00_ooooo000Eooooo`03o`00 0?oooooooooo00kooooo00?oo`00ooooooooool03?ooool00ooo003oooooooooo`2Tooooo`03o`00 0?oooooooooo03?ooooo00?o0000ooooooooool02oooool001Gooooo00?o0000ooooooooool03_oo ool00ooo003oooooooooo`0;ooooo`03ool00?oooooooooo0:Gooooo00?o0000ooooooooool0[ooooo000Eooooo`03o`000?oooooooooo00oo oooo00?oo`00ooooooooool02?ooool00ooo003oooooooooo`3[ooooo`005Oooool2o`00017ooooo 00?oo`00ooooooooool01_ooool00ooo003oooooooooo`3/ooooo`002?ooool3o`0000?ooooo0ol0 0004ooooo`03o`000?oooooooooo013ooooo00?oo`00ooooooooool01_ooool00ooo003ooooooooo o`3/ooooo`001oooool01ol0003ooooooooooooooooo0000ooooool000000oooool01Ol0003ooooo oooooooooooo000001;ooooo00?oo`00ooooooooool01Oooool00ooo003oooooooooo`3]ooooo`00 2oooool00ol0003oooooooooo`03ooooo`04o`000?ooooooooooooooo`?o00004Oooool00ooo003o ooooooooo`03ooooo`03ool00?oooooooooo0>kooooo0009ooooo`;o00001_ooool01Ol0003ooooo oooooooooooo000001?ooooo00?oo`00ooooooooool00_ooool00ooo003oooooooooo`3_ooooo`00 2oooool00ol0003oooooo`000003o`0000Cooooo00?o0000ooooooooool04_ooool01?oo003ooooo oooooooo003booooo`001oooool01ol0003ooooooooooooooooo0000ooooool000001oooool2o`00 01?ooooo1?oo003booooo`002?ooool3o`0000;ooooo1Ol00003ooooo`03o`000?oooooooooo0?oo oooo2Oooool001Gooooo00?o0000ooooooooool0ooooool9ooooo`005Oooool00ol0003ooooooooo o`3oooooo`Wooooo003oooooob7ooooo003oooooob7ooooo003oooooob7ooooo0000\ \>"], ImageRangeCache->{{{0, 287}, {138.562, 0}} -> {-1.06912, -0.648941, \ 0.00936672, 0.00936672}, {{7.375, 220.875}, {135.25, 3.25}} -> {-57.5505, \ -4.55873, 2.63152, 0.306431}, {{220.875, 274.25}, {122.625, 15.875}} -> \ {-14.0044, -0.303053, 0.0629515, 0.0127402}, {{223.688, 239.562}, {108.438, \ 30}} -> {-14.8202, -14.8424, 0.0661424, 0.214041}}] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Perform a parametric scan", "Section"], Cell[CellGroupData[{ Cell[BoxData[ \(scan = parametricScan[m, \ kd, \ 0, \ 10, \ .1, \ P, \ 1000]\)], "Input"], Cell[BoxData[ \({{0, 100.00000000000013`}, {0.1`, 14.285715029072945`}, {0.2`, 7.692307774320344`}, {0.30000000000000004`, 5.26315792411227`}, {0.4`, 4.000000007841905`}, {0.5`, 3.2258064559287263`}, {0.6`, 2.7027027080884145`}, {0.7`, 2.325581397913019`}, {0.7999999999999999`, 2.0408163280210925`}, {0.8999999999999999`, 1.8181818263260057`}, {0.9999999999999999`, 1.6393442651791383`}, {1.0999999999999999`, 1.4925373151944439`}, {1.2`, 1.369863015656797`}, {1.3`, 1.2658227873137342`}, {1.4000000000000001`, 1.1764705902611565`}, {1.5000000000000002`, 1.0989010992457442`}, {1.6000000000000003`, 1.0309278368785335`}, {1.7000000000000004`, 0.9708737878214319`}, {1.8000000000000005`, 0.9174311927689275`}, {1.9000000000000006`, 0.8695652181662887`}, {2.0000000000000004`, 0.8264462809578167`}, {2.1000000000000005`, 0.7874015754314004`}, {2.2000000000000006`, 0.7518797004194051`}, {2.3000000000000007`, 0.7194244609578857`}, {2.400000000000001`, 0.6896551728110439`}, {2.500000000000001`, 0.6622516568541313`}, {2.600000000000001`, 0.6369426752898946`}, {2.700000000000001`, 0.6134969339357351`}, {2.800000000000001`, 0.5917159771043211`}, {2.9000000000000012`, 0.5714285715754427`}, {3.0000000000000013`, 0.5524861879040761`}, {3.1000000000000014`, 0.5347593588186992`}, {3.2000000000000015`, 0.5181347155500685`}, {3.3000000000000016`, 0.5025125628995409`}, {3.4000000000000017`, 0.48780487882142826`}, {3.5000000000000018`, 0.4739336493310834`}, {3.600000000000002`, 0.4608294931669973`}, {3.700000000000002`, 0.4484304938443836`}, {3.800000000000002`, 0.4366812232785646`}, {3.900000000000002`, 0.4255319155262617`}, {4.000000000000002`, 0.4149377596686559`}, {4.100000000000001`, 0.4048582999732668`}, {4.200000000000001`, 0.3952569173260547`}, {4.300000000000001`, 0.3861003865373951`}, {4.4`, 0.3773584907176395`}, {4.5`, 0.369003690543222`}, {4.6`, 0.3610108306624335`}, {4.699999999999999`, 0.3533568911087003`}, {4.799999999999999`, 0.34602076153737277`}, {4.899999999999999`, 0.3389830511114513`}, {4.999999999999998`, 0.3322259140413425`}, {5.099999999999998`, 0.3257328991652342`}, {5.1999999999999975`, 0.3194888182519416`}, {5.299999999999997`, 0.31347962385792894`}, {5.399999999999997`, 0.30769230794096925`}, {5.4999999999999964`, 0.3021148032702258`}, {5.599999999999996`, 0.29673590567896535`}, {5.699999999999996`, 0.2915451897239177`}, {5.799999999999995`, 0.28653295190833994`}, {5.899999999999995`, 0.28169014112893775`}, {5.999999999999995`, 0.277008310583789`}, {6.099999999999994`, 0.2724795641321615`}, {6.199999999999994`, 0.2680965149875512`}, {6.299999999999994`, 0.2638522428536862`}, {6.399999999999993`, 0.25974025997188943`}, {6.499999999999993`, 0.2557544757751236`}, {6.5999999999999925`, 0.25188916943831385`}, {6.699999999999992`, 0.2481389580629953`}, {6.799999999999992`, 0.24449877779820756`}, {6.8999999999999915`, 0.24096385536783457`}, {6.999999999999991`, 0.23752969142305233`}, {7.099999999999991`, 0.23419203780719505`}, {7.19999999999999`, 0.23094688243083858`}, {7.29999999999999`, 0.227790432992578`}, {7.39999999999999`, 0.22471910140560653`}, {7.499999999999989`, 0.2217294902693803`}, {7.599999999999989`, 0.21881838100684678`}, {7.699999999999989`, 0.2159827216012828`}, {7.799999999999988`, 0.2132196163756814`}, {7.899999999999988`, 0.21052631607240344`}, {7.999999999999988`, 0.20790020809017057`}, {8.099999999999987`, 0.20533880907070015`}, {8.199999999999987`, 0.20283975678774974`}, {8.299999999999986`, 0.20040080172272817`}, {8.399999999999986`, 0.19801980214180248`}, {8.499999999999986`, 0.19569471622904913`}, {8.599999999999985`, 0.19342359785308558`}, {8.699999999999985`, 0.1912045886539124`}, {8.799999999999985`, 0.18903591685613574`}, {8.899999999999984`, 0.18691588802745893`}, {8.999999999999984`, 0.18484288382649464`}, {9.099999999999984`, 0.18281535661469042`}, {9.199999999999983`, 0.18083182665216965`}, {9.299999999999983`, 0.1788908766470289`}, {9.399999999999983`, 0.1769911507538689`}, {9.499999999999982`, 0.1751313485216418`}, {9.599999999999982`, 0.17331022535562995`}, {9.699999999999982`, 0.171526586779486`}, {9.799999999999981`, 0.169779287040056`}, {9.89999999999998`, 0.16806722697583265`}, {9.99999999999998`, 0.16638935120399495`}}\)], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Visualize the results of the scan with a plot", "Section"], Cell[BoxData[ \(<< Graphics`Graphics`\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Show", "[", RowBox[{\(LogLogListPlot[Rest[scan], \ PlotStyle \[Rule] \ PointSize[ .01], \ DisplayFunction \[Rule] \ Identity]\), ",", "\[IndentingNewLine]", \(LogLogListPlot[Rest[scan], \ PlotJoined \[Rule] \ True, \ DisplayFunction \[Rule] \ Identity]\), ",", " ", \(DisplayFunction \[Rule] \ $DisplayFunction\), ",", " ", \(ImageSize \[Rule] \ 600\), ",", " ", \(TextStyle \[Rule] \ {FontFamily \[Rule] \ Times, \ FontSize \[Rule] \ 18}\), ",", " ", RowBox[{"FrameLabel", "\[Rule]", " ", RowBox[{"{", RowBox[{"\"\\"Italic\"]\)\>\"", ",", " ", "\"\\""}], "}"}]}], ",", " ", \(Frame \[Rule] \ True\), ",", " ", \(Background \[Rule] \ GrayLevel[ .3]\)}], "]"}]], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 %%ImageSize: 600 370.82 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 % Background color .3 g MFill % Scaling calculations 0.5 0.47619 0.251789 0.30438 [ [.02381 -0.0125 -13.25 -20 ] [.02381 -0.0125 13.25 0 ] [.16716 -0.0125 -13.25 -20 ] [.16716 -0.0125 13.25 0 ] [.35665 -0.0125 -13.25 -20 ] [.35665 -0.0125 13.25 0 ] [.5 -0.0125 -6.5 -20 ] [.5 -0.0125 6.5 0 ] [.64335 -0.0125 -6.5 -20 ] [.64335 -0.0125 6.5 0 ] [.83284 -0.0125 -6.5 -20 ] [.83284 -0.0125 6.5 0 ] [.97619 -0.0125 -11 -20 ] [.97619 -0.0125 11 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -96.7188 -40 ] [.5 -0.0125 96.7188 -20 ] [-0.0125 .03904 -26.5 -10 ] [-0.0125 .03904 0 10 ] [-0.0125 .16016 -26.5 -10 ] [-0.0125 .16016 0 10 ] [-0.0125 .25179 -13 -10 ] [-0.0125 .25179 0 10 ] [-0.0125 .34342 -13 -10 ] [-0.0125 .34342 0 10 ] [-0.0125 .46454 -13 -10 ] [-0.0125 .46454 0 10 ] [-0.0125 .55617 -22 -10 ] [-0.0125 .55617 0 10 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -46.5 -76.5938 ] [-0.01875 .30902 -26.5 76.5938 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ -0.0005 -0.0005 0 0 ] [ 1.0005 .61853 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 g .25 Mabswid [ ] 0 setdash .02381 0 m .02381 .00625 L s gsave .02381 -0.0125 -74.25 -24 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (0.1) show 85.500 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .16716 0 m .16716 .00625 L s gsave .16716 -0.0125 -74.25 -24 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (0.2) show 85.500 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .35665 0 m .35665 .00625 L s gsave .35665 -0.0125 -74.25 -24 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (0.5) show 85.500 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .5 0 m .5 .00625 L s gsave .5 -0.0125 -67.5 -24 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (1) show 72.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .64335 0 m .64335 .00625 L s gsave .64335 -0.0125 -67.5 -24 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (2) show 72.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .83284 0 m .83284 .00625 L s gsave .83284 -0.0125 -67.5 -24 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (5) show 72.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 0 m .97619 .00625 L s gsave .97619 -0.0125 -72 -24 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (10) show 81.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .001 w .25101 0 m .25101 .00375 L s .3105 0 m .3105 .00375 L s .39436 0 m .39436 .00375 L s .42624 0 m .42624 .00375 L s .45385 0 m .45385 .00375 L s .47821 0 m .47821 .00375 L s .7272 0 m .7272 .00375 L s .7867 0 m .7867 .00375 L s .87055 0 m .87055 .00375 L s .90243 0 m .90243 .00375 L s .93004 0 m .93004 .00375 L s .9544 0 m .9544 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -157.719 -44 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman %%BeginResource: font Times-Roman-MISO %%BeginFont: Times-Roman-MISO /Times-Roman /Times-Roman-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Times-Roman-MISO %%IncludeFont: Times-Roman-MISO /Times-Roman-MISO findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman-MISO %%IncludeFont: Times-Roman-MISO /Times-Roman-MISO findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (Value) show 110.312 19.000 moveto (of) show 130.688 19.000 moveto (Rate) show 168.062 19.000 moveto (Constant) show 236.500 19.000 moveto %%IncludeResource: font Times-Italic %%IncludeFont: Times-Italic %%BeginResource: font Times-Italic-MISO %%BeginFont: Times-Italic-MISO /Times-Italic /Times-Italic-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Times-Italic-MISO %%IncludeFont: Times-Italic-MISO /Times-Italic-MISO findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (k) show 244.438 21.875 moveto %%IncludeResource: font Times-Italic-MISO %%IncludeFont: Times-Italic-MISO /Times-Italic-MISO findfont 12.750 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (d) show 252.438 19.000 moveto %%IncludeResource: font Times-Roman-MISO %%IncludeFont: Times-Roman-MISO /Times-Roman-MISO findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .03904 m .00625 .03904 L s gsave -0.0125 .03904 -87.5 -14 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (0.2) show 85.500 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .16016 m .00625 .16016 L s gsave -0.0125 .16016 -87.5 -14 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (0.5) show 85.500 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .25179 m .00625 .25179 L s gsave -0.0125 .25179 -74 -14 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (1) show 72.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .34342 m .00625 .34342 L s gsave -0.0125 .34342 -74 -14 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (2) show 72.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .46454 m .00625 .46454 L s gsave -0.0125 .46454 -74 -14 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (5) show 72.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .55617 m .00625 .55617 L s gsave -0.0125 .55617 -83 -14 Mabsadd m 1 1 Mabs scale currentpoint translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (10) show 81.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .001 w 0 .09264 m .00375 .09264 L s 0 .13066 m .00375 .13066 L s 0 .18426 m .00375 .18426 L s 0 .20464 m .00375 .20464 L s 0 .22229 m .00375 .22229 L s 0 .23786 m .00375 .23786 L s 0 .39702 m .00375 .39702 L s 0 .43504 m .00375 .43504 L s 0 .48864 m .00375 .48864 L s 0 .50902 m .00375 .50902 L s 0 .52667 m .00375 .52667 L s 0 .54224 m .00375 .54224 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -174.094 -14 Mabsadd m 1 1 Mabs scale currentpoint translate 137.594 14 translate 90 rotate -137.594 -14 translate 0 28 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 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 63.000 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor (Amount) show 126.438 19.000 moveto (of) show 146.812 19.000 moveto (protein) show 202.188 19.000 moveto (P) show 212.188 19.000 moveto %%IncludeResource: font Times-Roman %%IncludeFont: Times-Roman /Times-Roman findfont 18.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 1.000 1.000 1.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .02381 .61178 m .02381 .61803 L s .16716 .61178 m .16716 .61803 L s .35665 .61178 m .35665 .61803 L s .5 .61178 m .5 .61803 L s .64335 .61178 m .64335 .61803 L s .83284 .61178 m .83284 .61803 L s .97619 .61178 m .97619 .61803 L s .001 w .25101 .61428 m .25101 .61803 L s .3105 .61428 m .3105 .61803 L s .39436 .61428 m .39436 .61803 L s .42624 .61428 m .42624 .61803 L s .45385 .61428 m .45385 .61803 L s .47821 .61428 m .47821 .61803 L s .7272 .61428 m .7272 .61803 L s .7867 .61428 m .7867 .61803 L s .87055 .61428 m .87055 .61803 L s .90243 .61428 m .90243 .61803 L s .93004 .61428 m .93004 .61803 L s .9544 .61428 m .9544 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .03904 m 1 .03904 L s .99375 .16016 m 1 .16016 L s .99375 .25179 m 1 .25179 L s .99375 .34342 m 1 .34342 L s .99375 .46454 m 1 .46454 L s .99375 .55617 m 1 .55617 L s .001 w .99625 .09264 m 1 .09264 L s .99625 .13066 m 1 .13066 L s .99625 .18426 m 1 .18426 L s .99625 .20464 m 1 .20464 L s .99625 .22229 m 1 .22229 L s .99625 .23786 m 1 .23786 L s .99625 .39702 m 1 .39702 L s .99625 .43504 m 1 .43504 L s .99625 .48864 m 1 .48864 L s .99625 .50902 m 1 .50902 L s .99625 .52667 m 1 .52667 L s .99625 .54224 m 1 .54224 L s .25 Mabswid 1 0 m 1 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .01 w .02381 .60332 Mdot .16716 .52149 Mdot .25101 .47132 Mdot .3105 .43504 Mdot .35665 .40661 Mdot .39436 .38322 Mdot .42624 .36335 Mdot .45385 .34609 Mdot .47821 .33082 Mdot .5 .31713 Mdot .51971 .30473 Mdot .53771 .29339 Mdot .55426 .28295 Mdot .56958 .27327 Mdot .58385 .26426 Mdot .5972 .25582 Mdot .60974 .24788 Mdot .62156 .2404 Mdot .63274 .23331 Mdot .64335 .22659 Mdot .65344 .22019 Mdot .66306 .21409 Mdot .67225 .20826 Mdot .68105 .20267 Mdot .6895 .19731 Mdot .69761 .19216 Mdot .70541 .1872 Mdot .71293 .18243 Mdot .72019 .17781 Mdot .7272 .17336 Mdot .73398 .16905 Mdot .74055 .16487 Mdot .74691 .16082 Mdot .75309 .1569 Mdot .75908 .15308 Mdot .76491 .14938 Mdot .77057 .14577 Mdot .77609 .14226 Mdot .78146 .13884 Mdot .7867 .13551 Mdot .7918 .13226 Mdot .79679 .12909 Mdot .80165 .12599 Mdot .80641 .12296 Mdot .81105 .12 Mdot .8156 .11711 Mdot .82005 .11427 Mdot .8244 .1115 Mdot .82866 .10878 Mdot .83284 .10612 Mdot .83694 .10351 Mdot .84095 .10096 Mdot .84489 .09845 Mdot .84876 .09598 Mdot .85255 .09356 Mdot .85628 .09119 Mdot .85994 .08886 Mdot .86354 .08656 Mdot .86707 .08431 Mdot .87055 .08209 Mdot .87397 .07992 Mdot .87733 .07777 Mdot .88064 .07566 Mdot .8839 .07359 Mdot .8871 .07154 Mdot .89026 .06953 Mdot .89337 .06755 Mdot .89643 .06559 Mdot .89945 .06367 Mdot .90243 .06177 Mdot .90536 .0599 Mdot .90825 .05805 Mdot .91111 .05624 Mdot .91392 .05444 Mdot .9167 .05267 Mdot .91944 .05092 Mdot .92214 .0492 Mdot .92481 .0475 Mdot .92744 .04582 Mdot .93004 .04416 Mdot .93261 .04252 Mdot .93515 .0409 Mdot .93766 .0393 Mdot .94013 .03772 Mdot .94258 .03616 Mdot .945 .03462 Mdot .94739 .03309 Mdot .94975 .03158 Mdot .95209 .03009 Mdot .9544 .02862 Mdot .95669 .02716 Mdot .95895 .02572 Mdot .96118 .02429 Mdot .96339 .02288 Mdot .96558 .02148 Mdot .96775 .0201 Mdot .96989 .01873 Mdot .97201 .01738 Mdot .97411 .01604 Mdot .97619 .01472 Mdot .5 Mabswid .02381 .60332 m .16716 .52149 L .25101 .47132 L .3105 .43504 L .35665 .40661 L .39436 .38322 L .42624 .36335 L .45385 .34609 L .47821 .33082 L .5 .31713 L .51971 .30473 L .53771 .29339 L .55426 .28295 L .56958 .27327 L .58385 .26426 L .5972 .25582 L .60974 .24788 L .62156 .2404 L .63274 .23331 L .64335 .22659 L .65344 .22019 L .66306 .21409 L .67225 .20826 L .68105 .20267 L .6895 .19731 L .69761 .19216 L .70541 .1872 L .71293 .18243 L .72019 .17781 L .7272 .17336 L .73398 .16905 L .74055 .16487 L .74691 .16082 L .75309 .1569 L .75908 .15308 L .76491 .14938 L .77057 .14577 L .77609 .14226 L .78146 .13884 L .7867 .13551 L .7918 .13226 L .79679 .12909 L .80165 .12599 L .80641 .12296 L .81105 .12 L .8156 .11711 L .82005 .11427 L .8244 .1115 L .82866 .10878 L .83284 .10612 L Mistroke .83694 .10351 L .84095 .10096 L .84489 .09845 L .84876 .09598 L .85255 .09356 L .85628 .09119 L .85994 .08886 L .86354 .08656 L .86707 .08431 L .87055 .08209 L .87397 .07992 L .87733 .07777 L .88064 .07566 L .8839 .07359 L .8871 .07154 L .89026 .06953 L .89337 .06755 L .89643 .06559 L .89945 .06367 L .90243 .06177 L .90536 .0599 L .90825 .05805 L .91111 .05624 L .91392 .05444 L .9167 .05267 L .91944 .05092 L .92214 .0492 L .92481 .0475 L .92744 .04582 L .93004 .04416 L .93261 .04252 L .93515 .0409 L .93766 .0393 L .94013 .03772 L .94258 .03616 L .945 .03462 L .94739 .03309 L .94975 .03158 L .95209 .03009 L .9544 .02862 L .95669 .02716 L .95895 .02572 L .96118 .02429 L .96339 .02288 L .96558 .02148 L .96775 .0201 L .96989 .01873 L .97201 .01738 L .97411 .01604 L .97619 .01472 L Mistroke Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{600, 370.812}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgCoj^[Zooclo?oKfm_/omgoC4a<0oooool5odagoC4a< 0oooool6odacoC4a<0_ooool2odaColo?com_oC4a<0_ooool4odaoda[oC4a<0_ooool6 odaOmOmOmodaOmOm_mgoC4a<2OoooolBodaWoC4a<2OoooolFodaGoC4a<2_oooolIoda3oC4a<2_oooolNodaOmoda3PooBd]800_ooool01?oCdm?oQhN7okno_omNGUh]odaCTh0 1Omc/on;Rh_nl_;co]KFe00;o];Bd 00?o^k^kong]kOm@00ooTi>@00oo^k^kooooooda< C00YodaC ogUiNOmCodaSokZj^P03olK6 aP03ol[:b_oemOGoC4a<02WoC4a<00?oooooodacP03olcom C_nWYjOoC4a<01[oC4a<0_ooool=odaCTkoe]KFodac/kogmoOong]kOoHf=SoemOG0_oFe]H01?oGemOok^k^oogmoOmHF5PYodaSX`KoC4a<00?oQHF5odaSoC4a<02GoC4a<00?o ooooodaCoo?cl00Coj>SX00Kom?Cdoo;bl_oXj>Soj>SXooCdm?o`l?0VodaCoQhN7ofEUIOmaLG7oWinO omGEeOn^[Zh06_mC_m`00ood m?Coooooodaok:b/_m7oC4a<00?oooooodaodac_oOgmookNg]omSHf?oGemL2omKFeP04omOGeoo^k^kooOgmoeQHF2WoC4a< 00?oooooodaOmoh^; Ron^[Zko]KFeoiJFU_mEEED[odac/kojNWYooooooobl_;o LG5a:_momC_nXZ:SoDe=C00;oC4a<00?oHF5QoooooomKFe/0:OmonGUiOoWinOoh^;Roe=CD`02odac/koC4a<02WoC4a<00?ooooo odaC_nEUIGoGemO00;oC4a<00?o][JfogmoOombLW800ombLW800omnOWkobl_;odaodaC_nWYjOoC4a<02WoC4a<00?ooooooda C_oFe]KoC4a<00GoC4a<00?oDe=Codac/ okZj^_nj^[[o^[Zjolo?coohn?PZodaSXoo^k^koVIVIogemOOnPX:3omoOgohZ:RP0_odaodaoda< C003oooooom3oC4a< 00?oooooodaWoC4a<00?ooooooda_oC4a<00?ooooooda"], ImageRangeCache->{{{0, 599}, {369.812, 0}} -> {-1.31596, -1.11973, \ 0.00401797, 0.00628595}}], Cell[BoxData[ TagBox[\(\[SkeletonIndicator] Graphics \[SkeletonIndicator]\), False, Editable->False]], "Output"] }, Open ]] }, Closed]] }, Open ]] }, FrontEndVersion->"5.2 for Macintosh", ScreenRectangle->{{0, 1920}, {0, 1174}}, WindowSize->{829, 850}, WindowMargins->{{307, Automatic}, {141, Automatic}}, ShowSelection->True, StyleDefinitions -> Notebook[{ Cell[CellGroupData[{ Cell["Style Definitions", "Subtitle"], Cell["\<\ Modify the definitions below to change the default appearance of \ all cells in a given style. Make modifications to any definition using \ commands in the Format menu.\ \>", "Text"], Cell[CellGroupData[{ Cell["Style Environment Names", "Section"], Cell[StyleData[All, "Working"], CellBracketOptions->{"Color"->RGBColor[0.771908, 0.399634, 0.262867]}, ScriptMinSize->9], Cell[StyleData[All, "Presentation"], CellBracketOptions->{"Color"->RGBColor[0.771908, 0.399634, 0.262867]}, ScriptMinSize->9], Cell[StyleData[All, "SlideShow"], PageWidth->WindowWidth, ScrollingOptions->{"PagewiseDisplay"->True, "VerticalScrollRange"->Fit}, ShowCellBracket->False, CellBracketOptions->{"Color"->RGBColor[0.771908, 0.399634, 0.262867]}, ScriptMinSize->9], Cell[StyleData[All, "Printout"], PageWidth->PaperWidth, PrivateFontOptions->{"FontType"->"Outline"}], Cell[StyleData[All, "ColorPrintout"], PageWidth->PaperWidth, PrivateFontOptions->{"FontType"->"Outline"}] }, Open ]], Cell[CellGroupData[{ Cell["Notebook Options", "Section"], Cell["\<\ The options defined for the style below will be used at the \ Notebook level.\ \>", "Text"], Cell[CellGroupData[{ Cell[StyleData["Notebook"], PageHeaders->{{Cell[ TextData[ { CounterBox[ "Page"]}], "PageNumber"], None, Cell[ TextData[ { ValueBox[ "FileName"]}], "Header"]}, {Cell[ TextData[ { ValueBox[ "FileName"]}], "Header"], None, Cell[ TextData[ { CounterBox[ "Page"]}], "PageNumber"]}}, StyleMenuListing->None], Cell[StyleData["Notebook", "Presentation"], FontSize->18] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Styles for Headings", "Section"], Cell[CellGroupData[{ Cell[StyleData["Title"], CellMargins->{{36, 20}, {2, 10}}, CellGroupingRules->{"TitleGrouping", 0}, PageBreakBelow->False, CellFrameMargins->{{100, 4}, {8, 10}}, InputAutoReplacements->{"TeX"->StyleBox[ RowBox[ {"T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX"->StyleBox[ RowBox[ {"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.35999999999999999, \ -0.10000000000000001}, {0, 0}}, BoxBaselineShift -> -0.20000000000000001], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma"->"Mathematica", "Mma"->"Mathematica", "MMA"->"Mathematica", "gridMathematica"->FormBox[ RowBox[ {"grid", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica"->FormBox[ RowBox[ {"web", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.17499999999999999, 0}, {0, 0}}]}], TextForm], Inherited}, TextAlignment->Left, LineSpacing->{1, 17}, CounterIncrements->"Title", CounterAssignments->{{"Section", 0}, {"Equation", 0}, {"Figure", 0}, { "Subtitle", 0}, {"Subsubtitle", 0}}, FontSize->60, FontSlant->"Italic", FontColor->RGBColor[0.620523, 0.66688, 0.409964]], Cell[StyleData["Title", "Presentation"], CellMargins->{{56, 20}, {8, 18}}, FontSize->90], Cell[StyleData["Title", "Printout"], FontSize->48, FontColor->GrayLevel[0.4]], Cell[StyleData["Title", "ColorPrintout"], FontSize->48] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["Subtitle"], CellFrame->{{0, 0}, {3, 3}}, CellMargins->{{36, 20}, {2, 10}}, CellGroupingRules->{"TitleGrouping", 10}, PageBreakBelow->False, CellFrameColor->RGBColor[0.500008, 0, 0.500008], InputAutoReplacements->{"TeX"->StyleBox[ RowBox[ {"T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX"->StyleBox[ RowBox[ {"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.35999999999999999, \ -0.10000000000000001}, {0, 0}}, BoxBaselineShift -> -0.20000000000000001], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma"->"Mathematica", "Mma"->"Mathematica", "MMA"->"Mathematica", "gridMathematica"->FormBox[ RowBox[ {"grid", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica"->FormBox[ RowBox[ {"web", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.17499999999999999, 0}, {0, 0}}]}], TextForm], Inherited}, CounterIncrements->"Subtitle", CounterAssignments->{{"Section", 0}, {"Equation", 0}, {"Figure", 0}, { "Subsubtitle", 0}}, FontSize->24, FontWeight->"Bold", FontSlant->"Plain", FontColor->GrayLevel[0], Background->RGBColor[0.700008, 0.700008, 1], FontVariations->{"Shadow"->False}], Cell[StyleData["Subtitle", "Presentation"], CellMargins->{{220, 20}, {2, 16}}, FontSize->36], Cell[StyleData["Subtitle", "Printout"], FontSize->18, FontColor->GrayLevel[0.300008]], Cell[StyleData["Subtitle", "ColorPrintout"], FontSize->18] }, Open ]], Cell[CellGroupData[{ Cell[StyleData["Subsubtitle"], CellMargins->{{37, 20}, {2, 2}}, CellGroupingRules->{"TitleGrouping", 20}, PageBreakBelow->False, InputAutoReplacements->{"TeX"->StyleBox[ RowBox[ {"T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX"->StyleBox[ RowBox[ {"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.35999999999999999, \ -0.10000000000000001}, {0, 0}}, BoxBaselineShift -> -0.20000000000000001], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma"->"Mathematica", "Mma"->"Mathematica", "MMA"->"Mathematica", "gridMathematica"->FormBox[ RowBox[ {"grid", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica"->FormBox[ RowBox[ {"web", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.17499999999999999, 0}, {0, 0}}]}], TextForm], Inherited}, CounterIncrements->"Subsubtitle", CounterAssignments->{{"Section", 0}, {"Equation", 0}, {"Figure", 0}}, FontFamily->"Courier", FontSize->24, FontWeight->"Bold", FontSlant->"Plain", FontColor->RGBColor[0, 0, 1], FontVariations->{"Shadow"->False}], Cell[StyleData["Subsubtitle", "Presentation"], CellMargins->{{220, 20}, {4, 4}}, FontSize->21], Cell[StyleData["Subsubtitle", "Printout"], FontSize->12], Cell[StyleData["Subsubtitle", "ColorPrintout"], FontSize->12] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["Section"], CellFrame->{{0, 0}, {0, 3}}, CellMargins->{{36, 20}, {10, 20}}, CellGroupingRules->{"SectionGrouping", 30}, PageBreakBelow->False, CellFrameMargins->{{10, 4}, {6, 2}}, InputAutoReplacements->{"TeX"->StyleBox[ RowBox[ {"T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX"->StyleBox[ RowBox[ {"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.35999999999999999, \ -0.10000000000000001}, {0, 0}}, BoxBaselineShift -> -0.20000000000000001], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma"->"Mathematica", "Mma"->"Mathematica", "MMA"->"Mathematica", "gridMathematica"->FormBox[ RowBox[ {"grid", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica"->FormBox[ RowBox[ {"web", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.17499999999999999, 0}, {0, 0}}]}], TextForm], Inherited}, CounterIncrements->"Section", CounterAssignments->{{"Subsection", 0}, {"Subsubsection", 0}}, FontFamily->"Arial", FontSize->24, FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], Cell[StyleData["Section", "Presentation"], CellMargins->{{56, 20}, {16, 26}}, FontSize->21], Cell[StyleData["Section", "Printout"], FontSize->14, FontColor->GrayLevel[0.300008]], Cell[StyleData["Section", "ColorPrintout"], FontSize->14] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["Subsection"], CellFrame->{{0, 0}, {0, 0.5}}, CellDingbat->"\[GraySquare]", CellMargins->{{53, 20}, {Inherited, 18}}, CellGroupingRules->{"SectionGrouping", 40}, PageBreakBelow->False, CellFrameMargins->{{2, 12}, {0, 12}}, CellFrameLabelMargins->6, InputAutoReplacements->{"TeX"->StyleBox[ RowBox[ {"T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX"->StyleBox[ RowBox[ {"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.35999999999999999, \ -0.10000000000000001}, {0, 0}}, BoxBaselineShift -> -0.20000000000000001], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma"->"Mathematica", "Mma"->"Mathematica", "MMA"->"Mathematica", "gridMathematica"->FormBox[ RowBox[ {"grid", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica"->FormBox[ RowBox[ {"web", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.17499999999999999, 0}, {0, 0}}]}], TextForm], Inherited}, CounterIncrements->"Subsection", CounterAssignments->{{"Subsubsection", 0}}, FontFamily->"Arial", FontSize->18, FontWeight->"Bold", FontColor->RGBColor[0.749996, 0, 0.749996], Background->RGBColor[0.749996, 1, 0.749996]], Cell[StyleData["Subsection", "Presentation"], CellMargins->{{56, 20}, {10, 28}}, FontSize->18], Cell[StyleData["Subsection", "Printout"]], Cell[StyleData["Subsection", "ColorPrintout"]] }, Open ]], Cell[CellGroupData[{ Cell[StyleData["Subsubsection"], CellFrame->{{0, 0}, {0, 0.5}}, CellDingbat->None, CellMargins->{{51, Inherited}, {Inherited, 12}}, CellGroupingRules->{"SectionGrouping", 50}, PageBreakBelow->False, CellFrameLabelMargins->6, InputAutoReplacements->{"TeX"->StyleBox[ RowBox[ {"T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX"->StyleBox[ RowBox[ {"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.35999999999999999, \ -0.10000000000000001}, {0, 0}}, BoxBaselineShift -> -0.20000000000000001], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma"->"Mathematica", "Mma"->"Mathematica", "MMA"->"Mathematica", "gridMathematica"->FormBox[ RowBox[ {"grid", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica"->FormBox[ RowBox[ {"web", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.17499999999999999, 0}, {0, 0}}]}], TextForm], Inherited}, CounterIncrements->"Subsubsection", FontFamily->"Arial", FontSize->14, FontWeight->"Bold", FontColor->RGBColor[0.228321, 0.223514, 0.570138], Background->RGBColor[1, 0.874372, 0.698604], FontVariations->{"Outline"->False, "Shadow"->False}], Cell[StyleData["Subsubsection", "Presentation"], CellMargins->{{56, 20}, {6, 14}}, FontSize->15], Cell[StyleData["Subsubsection", "Printout"]], Cell[StyleData["Subsubsection", "ColorPrintout"]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Styles for Body Text", "Section"], Cell[CellGroupData[{ Cell[StyleData["Text"], CellFrame->False, CellMargins->{{36, 20}, {4, 4}}, CellFrameMargins->{{4, 10}, {6, 0}}, CellFrameLabelMargins->4, InputAutoReplacements->{"TeX"->StyleBox[ RowBox[ {"T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX"->StyleBox[ RowBox[ {"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.35999999999999999, \ -0.10000000000000001}, {0, 0}}, BoxBaselineShift -> -0.20000000000000001], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma"->"Mathematica", "Mma"->"Mathematica", "MMA"->"Mathematica", "gridMathematica"->FormBox[ RowBox[ {"grid", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica"->FormBox[ RowBox[ {"web", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.17499999999999999, 0}, {0, 0}}]}], TextForm], Inherited}, LineSpacing->{1, 6}, CounterIncrements->"Text"], Cell[StyleData["Text", "Presentation"], CellMargins->{{56, 20}, {8, 6}}, FontSize->18], Cell[StyleData["Text", "Printout"], Hyphenation->True, LineSpacing->{1, 5}, FontSize->10], Cell[StyleData["Text", "ColorPrintout"], Hyphenation->True, LineSpacing->{1, 5}, FontSize->10] }, Open ]], Cell[CellGroupData[{ Cell[StyleData["SmallText"], CellMargins->{{100, 38}, {4, 4}}, InputAutoReplacements->{"TeX"->StyleBox[ RowBox[ {"T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX"->StyleBox[ RowBox[ {"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.35999999999999999, \ -0.10000000000000001}, {0, 0}}, BoxBaselineShift -> -0.20000000000000001], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma"->"Mathematica", "Mma"->"Mathematica", "MMA"->"Mathematica", "gridMathematica"->FormBox[ RowBox[ {"grid", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica"->FormBox[ RowBox[ {"web", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.17499999999999999, 0}, {0, 0}}]}], TextForm], Inherited}, LineSpacing->{1.25, 1}, CounterIncrements->"SmallText", FontSize->10], Cell[StyleData["SmallText", "Presentation"], CellMargins->{{152, 38}, {6, 6}}, FontSize->15], Cell[StyleData["SmallText", "Printout"], Hyphenation->True, FontSize->9], Cell[StyleData["SmallText", "ColorPrintout"], Hyphenation->True, FontSize->9] }, Closed]] }, Open ]], Cell[CellGroupData[{ Cell["Inline Formatting", "Section"], Cell["\<\ These styles are for modifying individual words or letters in a \ cell exclusive of the cell tag.\ \>", "Text"], Cell[StyleData["RM"], StyleMenuListing->None, FontWeight->"Plain", FontSlant->"Plain"], Cell[StyleData["BF"], StyleMenuListing->None, FontWeight->"Bold"], Cell[StyleData["IT"], StyleMenuListing->None, FontSlant->"Italic"], Cell[StyleData["TR"], StyleMenuListing->None, FontFamily->"Times", FontWeight->"Plain", FontSlant->"Plain"], Cell[StyleData["TI"], StyleMenuListing->None, FontFamily->"Times", FontWeight->"Plain", FontSlant->"Italic"], Cell[StyleData["TB"], StyleMenuListing->None, FontFamily->"Times", FontWeight->"Bold", FontSlant->"Plain"], Cell[StyleData["TBI"], StyleMenuListing->None, FontFamily->"Times", FontWeight->"Bold", FontSlant->"Italic"], Cell[StyleData["MR"], "TwoByteSyntaxCharacterAutoReplacement"->True, HyphenationOptions->{"HyphenationCharacter"->"\[Continuation]"}, StyleMenuListing->None, FontFamily->"Courier", FontWeight->"Plain", FontSlant->"Plain"], Cell[StyleData["MO"], "TwoByteSyntaxCharacterAutoReplacement"->True, HyphenationOptions->{"HyphenationCharacter"->"\[Continuation]"}, StyleMenuListing->None, FontFamily->"Courier", FontWeight->"Plain", FontSlant->"Italic"], Cell[StyleData["MB"], "TwoByteSyntaxCharacterAutoReplacement"->True, HyphenationOptions->{"HyphenationCharacter"->"\[Continuation]"}, StyleMenuListing->None, FontFamily->"Courier", FontWeight->"Bold", FontSlant->"Plain"], Cell[StyleData["MBO"], "TwoByteSyntaxCharacterAutoReplacement"->True, HyphenationOptions->{"HyphenationCharacter"->"\[Continuation]"}, StyleMenuListing->None, FontFamily->"Courier", FontWeight->"Bold", FontSlant->"Italic"], Cell[StyleData["SR"], StyleMenuListing->None, FontFamily->"Helvetica", FontWeight->"Plain", FontSlant->"Plain"], Cell[StyleData["SO"], StyleMenuListing->None, FontFamily->"Helvetica", FontWeight->"Plain", FontSlant->"Italic"], Cell[StyleData["SB"], StyleMenuListing->None, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain"], Cell[StyleData["SBO"], StyleMenuListing->None, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Italic"], Cell[CellGroupData[{ Cell[StyleData["SO10"], StyleMenuListing->None, FontFamily->"Helvetica", FontSize->10, FontWeight->"Plain", FontSlant->"Italic"], Cell[StyleData["SO10", "Printout"], StyleMenuListing->None, FontFamily->"Helvetica", FontSize->7, FontWeight->"Plain", FontSlant->"Italic"] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["Inert"], StyleMenuListing->None, Background->RGBColor[0.870588, 0.905882, 0.972549]], Cell[StyleData["Inert", "Printout"], StyleMenuListing->None, Background->GrayLevel[1]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell["Styles for Input/Output", "Section"], Cell["\<\ The cells in this section define styles used for input and output \ to the kernel. Be careful when modifying, renaming, or removing these \ styles, because the front end associates special meanings with these style \ names.\ \>", "Text"], Cell[CellGroupData[{ Cell[StyleData["Input"], CellFrame->True, CellMargins->{{36, 0}, {0, Inherited}}, Evaluatable->True, CellGroupingRules->"InputGrouping", CellHorizontalScrolling->True, PageBreakWithin->False, GroupPageBreakWithin->False, CellLabelMargins->{{3, Inherited}, {Inherited, Inherited}}, DefaultFormatType->DefaultInputFormatType, "TwoByteSyntaxCharacterAutoReplacement"->True, HyphenationOptions->{"HyphenationCharacter"->"\[Continuation]"}, LanguageCategory->"Formula", FormatType->InputForm, ShowStringCharacters->True, NumberMarks->True, LinebreakAdjustments->{0.85, 2, 10, 0, 1}, CounterIncrements->"Input", FontWeight->"Bold", FontColor->GrayLevel[0], Background->RGBColor[0.840558, 0.58323, 0.941176]], Cell[StyleData["Input", "Presentation"], CellMargins->{{56, 0}, {0, 8}}, CellFrameMargins->{{10, 10}, {12, 12}}, FontSize->18], Cell[StyleData["Input", "Printout"], LinebreakAdjustments->{0.85, 2, 10, 1, 1}, FontSize->10, Background->GrayLevel[0.900008]], Cell[StyleData["Input", "ColorPrintout"], LinebreakAdjustments->{0.85, 2, 10, 1, 1}, FontSize->10] }, Open ]], Cell[CellGroupData[{ Cell[StyleData["InlineInput"], Evaluatable->True, CellGroupingRules->"InputGrouping", CellHorizontalScrolling->True, PageBreakWithin->False, GroupPageBreakWithin->False, DefaultFormatType->DefaultInputFormatType, "TwoByteSyntaxCharacterAutoReplacement"->True, HyphenationOptions->{"HyphenationCharacter"->"\[Continuation]"}, AutoItalicWords->{}, FormatType->InputForm, ShowStringCharacters->True, NumberMarks->True, CounterIncrements->"Input", FontWeight->"Bold"], Cell[StyleData["InlineInput", "Presentation"], CellMargins->{{10, 4}, {6, 6}}, FontSize->18] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["Output"], CellMargins->{{36, 0}, {Inherited, 0}}, CellEditDuplicate->True, CellGroupingRules->"OutputGrouping", CellHorizontalScrolling->True, PageBreakWithin->False, GroupPageBreakWithin->False, GeneratedCell->True, CellAutoOverwrite->True, CellLabelMargins->{{3, Inherited}, {Inherited, Inherited}}, DefaultFormatType->DefaultOutputFormatType, "TwoByteSyntaxCharacterAutoReplacement"->True, HyphenationOptions->{"HyphenationCharacter"->"\[Continuation]"}, LanguageCategory->"Formula", FormatType->InputForm, CounterIncrements->"Output", FontColor->GrayLevel[0], Background->RGBColor[0.711162, 0.834546, 1]], Cell[StyleData["Output", "Presentation"], CellMargins->{{56, 0}, {8, 0}}, CellFrameMargins->{{12, 10}, {12, 12}}, FontSize->18], Cell[StyleData["Output", "Printout"], FontSize->10, Background->GrayLevel[0.8]], Cell[StyleData["Output", "ColorPrintout"], FontSize->10] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["Message"], CellDingbat->"\[LongDash]", CellMargins->{{64, Inherited}, {Inherited, Inherited}}, CellGroupingRules->"OutputGrouping", PageBreakWithin->False, GroupPageBreakWithin->False, GeneratedCell->True, CellAutoOverwrite->True, ShowCellLabel->False, CellLabelMargins->{{3, Inherited}, {Inherited, Inherited}}, DefaultFormatType->DefaultOutputFormatType, "TwoByteSyntaxCharacterAutoReplacement"->True, AutoStyleOptions->{"UnmatchedBracketStyle"->None}, HyphenationOptions->{"HyphenationCharacter"->"\[Continuation]"}, FormatType->InputForm, CounterIncrements->"Message", StyleMenuListing->None, FontFamily->"Helvetica", FontSize->10, FontSlant->"Oblique"], Cell[StyleData["Message", "Presentation"], CellMargins->{{96, 10}, {8, 6}}, FontSize->15], Cell[StyleData["Message", "Printout"], FontSize->8], Cell[StyleData["Message", "ColorPrintout"], FontSize->8] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["Print"], CellMargins->{{36, 20}, {3, 3}}, CellGroupingRules->"OutputGrouping", CellHorizontalScrolling->True, PageBreakWithin->False, GroupPageBreakWithin->False, GeneratedCell->True, CellAutoOverwrite->True, ShowCellLabel->False, CellLabelMargins->{{3, Inherited}, {Inherited, Inherited}}, DefaultFormatType->DefaultOutputFormatType, "TwoByteSyntaxCharacterAutoReplacement"->True, TextAlignment->Left, HyphenationOptions->{"HyphenationCharacter"->"\[Continuation]"}, FormatType->InputForm, CounterIncrements->"Print", StyleMenuListing->None, Background->GrayLevel[0.900008]], Cell[StyleData["Print", "Presentation"], CellMargins->{{56, 20}, {2, 2}}, CellFrameMargins->{{10, 10}, {12, 12}}, FontSize->18], Cell[StyleData["Print", "Printout"], FontSize->10, Background->GrayLevel[0.900008]], Cell[StyleData["Print", "ColorPrintout"], FontSize->10] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["Graphics"], CellMargins->{{36, 0}, {0, 0}}, CellGroupingRules->"GraphicsGrouping", CellHorizontalScrolling->True, PageBreakWithin->False, GeneratedCell->True, CellAutoOverwrite->True, ShowCellLabel->False, DefaultFormatType->DefaultOutputFormatType, FormatType->InputForm, CounterIncrements->"Graphics", ImageMargins->{{35, Inherited}, {Inherited, 0}}, Background->None], Cell[StyleData["Graphics", "Presentation"], CellMargins->{{56, 20}, {0, 2}}, CellFrameMargins->{{10, 10}, {12, 12}}, FontSize->18], Cell[StyleData["Graphics", "Printout"], FontSize->10, Background->GrayLevel[0.8]], Cell[StyleData["Graphics", "ColorPrintout"], FontSize->10] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["CellLabel"], StyleMenuListing->None, FontFamily->"Helvetica", FontSize->9, FontColor->RGBColor[0.551492, 0.231144, 0.313466]], Cell[StyleData["CellLabel", "Presentation"], FontSize->14], Cell[StyleData["CellLabel", "Printout"], FontSize->8, FontColor->GrayLevel[0]], Cell[StyleData["CellLabel", "ColorPrintout"], FontSize->8] }, Closed]] }, Open ]], Cell[CellGroupData[{ Cell["Hyperlink Styles", "Section"], Cell["\<\ The cells below define styles useful for making hypertext \ ButtonBoxes. The \"Hyperlink\" style is for links within the same Notebook, \ or between Notebooks.\ \>", "Text"], Cell[CellGroupData[{ Cell[StyleData["Hyperlink"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontColor->RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`NotebookLocate[ #2]}]&), Active->True, ButtonFrame->"None", ButtonNote->ButtonData}], Cell[StyleData["Hyperlink", "Presentation"], FontSize->16], Cell[StyleData["Hyperlink", "Condensed"], FontSize->11], Cell[StyleData["Hyperlink", "SlideShow"]], Cell[StyleData["Hyperlink", "Printout"], FontSize->10, FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]], Cell["\<\ The following styles are for linking automatically to the on-line \ help system.\ \>", "Text"], Cell[CellGroupData[{ Cell[StyleData["MainBookLink"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontColor->RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`HelpBrowserLookup[ "MainBook", #]}]&), Active->True, ButtonFrame->"None"}], Cell[StyleData["MainBookLink", "Presentation"], FontSize->16], Cell[StyleData["MainBookLink", "Condensed"], FontSize->11], Cell[StyleData["MainBookLink", "SlideShow"]], Cell[StyleData["MainBookLink", "Printout"], FontSize->10, FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["AddOnsLink"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontFamily->"Courier", FontColor->RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`HelpBrowserLookup[ "AddOns", #]}]&), Active->True, ButtonFrame->"None"}], Cell[StyleData["AddOnsLink", "Presentation"], FontSize->16], Cell[StyleData["AddOnsLink", "Condensed"], FontSize->11], Cell[StyleData["AddOnsLink", "SlideShow"]], Cell[StyleData["AddOnsLink", "Printout"], FontSize->10, FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["RefGuideLink"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontFamily->"Courier", FontColor->RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`HelpBrowserLookup[ "RefGuide", #]}]&), Active->True, ButtonFrame->"None"}], Cell[StyleData["RefGuideLink", "Presentation"], FontSize->16], Cell[StyleData["RefGuideLink", "Condensed"], FontSize->11], Cell[StyleData["RefGuideLink", "SlideShow"]], Cell[StyleData["RefGuideLink", "Printout"], FontSize->10, FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["RefGuideLinkText"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontColor->RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`HelpBrowserLookup[ "RefGuide", #]}]&), Active->True, ButtonFrame->"None"}], Cell[StyleData["RefGuideLinkText", "Presentation"], FontSize->16], Cell[StyleData["RefGuideLinkText", "Condensed"], FontSize->11], Cell[StyleData["RefGuideLinkText", "SlideShow"]], Cell[StyleData["RefGuideLinkText", "Printout"], FontSize->10, FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["GettingStartedLink"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontColor->RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`HelpBrowserLookup[ "GettingStarted", #]}]&), Active->True, ButtonFrame->"None"}], Cell[StyleData["GettingStartedLink", "Presentation"], FontSize->16], Cell[StyleData["GettingStartedLink", "Condensed"], FontSize->11], Cell[StyleData["GettingStartedLink", "SlideShow"]], Cell[StyleData["GettingStartedLink", "Printout"], FontSize->10, FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["DemosLink"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontColor->RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`HelpBrowserLookup[ "Demos", #]}]&), Active->True, ButtonFrame->"None"}], Cell[StyleData["DemosLink", "SlideShow"]], Cell[StyleData["DemosLink", "Printout"], FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["TourLink"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontColor->RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`HelpBrowserLookup[ "Tour", #]}]&), Active->True, ButtonFrame->"None"}], Cell[StyleData["TourLink", "SlideShow"]], Cell[StyleData["TourLink", "Printout"], FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["OtherInformationLink"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontColor->RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`HelpBrowserLookup[ "OtherInformation", #]}]&), Active->True, ButtonFrame->"None"}], Cell[StyleData["OtherInformationLink", "Presentation"], FontSize->16], Cell[StyleData["OtherInformationLink", "Condensed"], FontSize->11], Cell[StyleData["OtherInformationLink", "SlideShow"]], Cell[StyleData["OtherInformationLink", "Printout"], FontSize->10, FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["MasterIndexLink"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontColor->RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`HelpBrowserLookup[ "MasterIndex", #]}]&), Active->True, ButtonFrame->"None"}], Cell[StyleData["MasterIndexLink", "SlideShow"]], Cell[StyleData["MasterIndexLink", "Printout"], FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell["Palette Styles", "Section"], Cell["\<\ The cells below define styles that define standard \ ButtonFunctions, for use in palette buttons.\ \>", "Text"], Cell[StyleData["Paste"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`NotebookApply[ FrontEnd`InputNotebook[ ], #, After]}]&)}], Cell[StyleData["Evaluate"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`NotebookApply[ FrontEnd`InputNotebook[ ], #, All], FrontEnd`SelectionEvaluate[ FrontEnd`InputNotebook[ ], All]}]&)}], Cell[StyleData["EvaluateCell"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`NotebookApply[ FrontEnd`InputNotebook[ ], #, All], FrontEnd`SelectionMove[ FrontEnd`InputNotebook[ ], All, Cell, 1], FrontEnd`SelectionEvaluateCreateCell[ FrontEnd`InputNotebook[ ], All]}]&)}], Cell[StyleData["CopyEvaluate"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`SelectionCreateCell[ FrontEnd`InputNotebook[ ], All], FrontEnd`NotebookApply[ FrontEnd`InputNotebook[ ], #, All], FrontEnd`SelectionEvaluate[ FrontEnd`InputNotebook[ ], All]}]&)}], Cell[StyleData["CopyEvaluateCell"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`SelectionCreateCell[ FrontEnd`InputNotebook[ ], All], FrontEnd`NotebookApply[ FrontEnd`InputNotebook[ ], #, All], FrontEnd`SelectionEvaluateCreateCell[ FrontEnd`InputNotebook[ ], All]}]&)}] }, Open ]], Cell[CellGroupData[{ Cell["Slide Show Styles", "Section"], Cell[CellGroupData[{ Cell[StyleData["SlideShowNavigationBar"], Editable->False, CellFrame->True, CellMargins->{{0, 0}, {3, 3}}, CellElementSpacings->{"CellMinHeight"->0.8125}, CellGroupingRules->{"SectionGrouping", 30}, CellFrameMargins->False, CellFrameColor->GrayLevel[1], CellFrameLabelMargins->False, TextAlignment->Center, CounterIncrements->"SlideShowNavigationBar", StyleMenuListing->None, FontSize->10, Background->GrayLevel[0.8], Magnification->1, GridBoxOptions->{GridBaseline->Center, RowSpacings->0, ColumnSpacings->0, ColumnWidths->{3.5, 3.5, 3.5, 3.5, 13, 5, 4}, RowAlignments->Baseline, ColumnAlignments->{ Center, Center, Center, Center, Center, Center, Right, Center}}], Cell[StyleData["SlideShowNavigationBar", "SlideShow"], Deletable->False, ShowCellBracket->False, CellMargins->{{-1, -1}, {-1, -1}}, PageBreakAbove->True, CellFrameMargins->{{1, 1}, {0, 0}}], Cell[StyleData["SlideShowNavigationBar", "Printout"], CellMargins->{{18, 4}, {4, 4}}, LineSpacing->{1, 3}, FontSize->10] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["SlideShowSection"], CellFrame->{{0, 0}, {0, 0.5}}, CellMargins->{{0, 0}, {10, 0}}, CellGroupingRules->{"SectionGrouping", 40}, PageBreakBelow->False, CellFrameMargins->{{12, 4}, {6, 12}}, InputAutoReplacements->{"TeX"->StyleBox[ RowBox[ {"T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX"->StyleBox[ RowBox[ {"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.35999999999999999, \ -0.10000000000000001}, {0, 0}}, BoxBaselineShift -> -0.20000000000000001], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.074999999999999997, \ -0.085000000000000006}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma"->"Mathematica", "Mma"->"Mathematica", "MMA"->"Mathematica", "gridMathematica"->FormBox[ RowBox[ {"grid", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica"->FormBox[ RowBox[ {"web", AdjustmentBox[ StyleBox[ "Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.17499999999999999, 0}, {0, 0}}]}], TextForm], Inherited}, CounterIncrements->"Section", CounterAssignments->{{"Subsection", 0}, {"Subsubsection", 0}}, StyleMenuListing->None, FontFamily->"Helvetica", FontSize->18, FontWeight->"Plain", FontColor->GrayLevel[1], Background->RGBColor[0.408011, 0.440726, 0.8]], Cell[StyleData["SlideShowSection", "Presentation"], CellFrameMargins->{{18, 10}, {10, 18}}, FontSize->27], Cell[StyleData["SlideShowSection", "SlideShow"], ShowCellBracket->False, PageBreakAbove->True], Cell[StyleData["SlideShowSection", "Printout"], CellMargins->{{18, 30}, {0, 30}}, CellFrameMargins->5, FontSize->14] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["SlideHyperlink"], StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontSize->26, FontColor->GrayLevel[0.400015], ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`NotebookLocate[ #2]}]&), Active->True, ButtonMinHeight->0.85, ButtonMargins->0.5, ButtonNote->None}], Cell[StyleData["SlideHyperlink", "Presentation"], CellMargins->{{10, 10}, {10, 12}}, FontSize->36], Cell[StyleData["SlideHyperlink", "SlideShow"]], Cell[StyleData["SlideHyperlink", "Printout"], FontSize->10, FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["SlideTOCLink"], CellMargins->{{24, Inherited}, {Inherited, Inherited}}, StyleMenuListing->None, ButtonStyleMenuListing->Automatic, FontFamily->"Helvetica", ButtonBoxOptions->{ButtonFunction:>(FrontEndExecute[ { FrontEnd`NotebookLocate[ #2]}]&), Active->True, ButtonMargins->1.5, ButtonNote->ButtonData}], Cell[StyleData["SlideTOCLink", "Presentation"], CellMargins->{{35, 10}, {5, 10}}, FontSize->18], Cell[StyleData["SlideTOCLink", "SlideShow"]], Cell[StyleData["SlideTOCLink", "Printout"], FontColor->GrayLevel[0], FontVariations->{"Underline"->False}] }, Closed]], Cell[CellGroupData[{ Cell[StyleData["SlideTOC"], CellDingbat->"\[Bullet]", CellMargins->{{18, Inherited}, {Inherited, Inherited}}, StyleMenuListing->None, FontFamily->"Helvetica"], Cell[StyleData["SlideTOC", "Presentation"], CellMargins->{{25, 10}, {10, 5}}, FontSize->18], Cell[StyleData["SlideTOC", "SlideShow"], FontSize->14], Cell[StyleData["SlideTOC", "Printout"], FontSize->10, FontColor->GrayLevel[0]] }, Closed]] }, Closed]] }, Open ]] }] ] (******************************************************************* Cached data follows. If you edit this Notebook file directly, not using Mathematica, you must remove the line containing CacheID at the top of the file. The cache data will then be recreated when you save this file from within Mathematica. *******************************************************************) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[CellGroupData[{ Cell[1776, 53, 35, 0, 64, "Subtitle"], Cell[1814, 55, 137, 5, 62, "Text"], Cell[CellGroupData[{ Cell[1976, 64, 46, 1, 35, "Input"], Cell[2025, 67, 192, 3, 53, "Print"] }, Open ]], Cell[CellGroupData[{ Cell[2254, 75, 60, 0, 64, "Section"], Cell[2317, 77, 1715, 28, 319, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[4069, 110, 36, 0, 48, "Section"], Cell[CellGroupData[{ Cell[4130, 114, 46, 1, 47, "Input"], Cell[4179, 117, 8097, 113, 3983, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[12325, 236, 55, 0, 48, "Section"], Cell[CellGroupData[{ Cell[12405, 240, 103, 2, 47, "Input"], Cell[12511, 244, 34724, 829, 222, 13183, 559, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[47284, 1079, 64, 0, 48, "Section"], Cell[CellGroupData[{ Cell[47373, 1083, 221, 5, 79, "Input"], Cell[47597, 1090, 27022, 734, 140, 7663, 491, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[74668, 1830, 44, 0, 48, "Section"], Cell[CellGroupData[{ Cell[74737, 1834, 101, 2, 47, "Input"], Cell[74841, 1838, 5104, 96, 303, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[79994, 1940, 64, 0, 48, "Section"], Cell[80061, 1942, 54, 1, 35, "Input"], Cell[CellGroupData[{ Cell[80140, 1947, 936, 17, 115, "Input"], Cell[81079, 1966, 79554, 1931, 371, 28786, 1301, "GraphicsData", \ "PostScript", "Graphics"], Cell[160636, 3899, 130, 3, 35, "Output"] }, Open ]] }, Closed]] }, Open ]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)