(************** Content-type: application/mathematica ************** CreatedBy='Mathematica 4.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[ 1044671, 30259]*) (*NotebookOutlinePosition[ 1052076, 30467]*) (* CellTagsIndexPosition[ 1050274, 30418]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell[TextData[{ StyleBox["ANALYSIS", FontSize->18], StyleBox["\n", FontSize->18], StyleBox["\[Copyright] C. C. Chang, April 2003", FontSize->16, FontSlant->"Italic", FontVariations->{"Underline"->False}], StyleBox["\n", FontSize->18], StyleBox["Version 2.1", FontSize->16, FontSlant->"Italic", FontVariations->{"Underline"->False}] }], "Title", Editable->False, TextAlignment->Center], Cell[TextData[{ StyleBox["ANALYSIS", FontWeight->"Bold", FontSlant->"Italic"], StyleBox[" is a menu-driven data analysis program to do non-linear fitting \ on data. To perform a task, click any \"Main Menu\" or \"Sub Menu\" item. If \ you are a ", FontWeight->"Bold"], StyleBox["first-time user of ", FontWeight->"Bold", FontColor->RGBColor[1, 0, 0]], StyleBox["ANALYSIS", FontWeight->"Bold", FontSlant->"Italic", FontColor->RGBColor[1, 0, 0]], StyleBox[", you should first click \"Goto Help Menu\" then click \"Help on \ Pick, Copy, and Paste Cursor Locations\" to learn how to pick, copy and paste \ cursor locations. The knowledge of this operation is important for the \ successful use of ", FontWeight->"Bold"], StyleBox["ANALYSIS", FontWeight->"Bold", FontSlant->"Italic"], StyleBox[". Click any of the \"Start\" button below to begin. ", FontWeight->"Bold"], StyleBox["This may take a few seconds; so be patient. ", FontWeight->"Bold", FontColor->RGBColor[1, 0, 0]], StyleBox["The screen will display the Main menu items when ", FontWeight->"Bold"], StyleBox["ANALYSIS", FontWeight->"Bold", FontSlant->"Italic"], StyleBox[" is ready.", FontWeight->"Bold"] }], "Text", Editable->False, FontSize->12], Cell[BoxData[ InterpretationBox[ RowBox[{ ButtonBox["\<\"Start\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Initialization"], SelectionEvaluateCreateCell[ SelectedNotebook[ ]]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", ButtonBox["\<\"Start\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Initialization"], SelectionEvaluateCreateCell[ SelectedNotebook[ ]]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", ButtonBox["\<\"Start\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Initialization"], SelectionEvaluateCreateCell[ SelectedNotebook[ ]]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", ButtonBox["\<\"Start\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Initialization"], SelectionEvaluateCreateCell[ SelectedNotebook[ ]]], Active->True, Background->GrayLevel[1]]}], SequenceForm[ Button[ "Start", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Initialization"], SelectionEvaluateCreateCell[ SelectedNotebook[ ]]], Active -> True], " ", Button[ "Start", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Initialization"], SelectionEvaluateCreateCell[ SelectedNotebook[ ]]], Active -> True], " ", Button[ "Start", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Initialization"], SelectionEvaluateCreateCell[ SelectedNotebook[ ]]], Active -> True], " ", Button[ "Start", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Initialization"], SelectionEvaluateCreateCell[ SelectedNotebook[ ]]], Active -> True]], Editable->False]], "Output", Editable->False, FontSize->12, FontWeight->"Bold", FontColor->RGBColor[1, 0, 1]], Cell[CellGroupData[{ Cell["Initialization", "Section", Editable->False, FontSize->16], Cell[BoxData[{ \(\(Off[General::spell, General::spell1];\)\), "\[IndentingNewLine]", \(Needs["\"]\), "\[IndentingNewLine]", \(Needs["\"]\), "\[IndentingNewLine]", \(Needs["\"]\), "\[IndentingNewLine]", \(\(Clear[dataType, npts, weightingOption, fittingOption, degree];\)\), "\[IndentingNewLine]", \(\(dataType = 1;\)\), "\[IndentingNewLine]", \(\(npts = 0;\)\), "\[IndentingNewLine]", \(\(weightingOption = 0;\)\), "\[IndentingNewLine]", \(\(fittingOption = 0;\)\), "\[IndentingNewLine]", \(\(degree = 0;\)\), "\[IndentingNewLine]", \(\(index = 0;\)\), "\[IndentingNewLine]", \(\(bgdfit = 0;\)\), "\[IndentingNewLine]", \(\(scaleFactor = 1.0;\)\), "\[IndentingNewLine]", \(\(date = Date[];\)\), "\n", \(\(nb = SelectedNotebook[];\)\), "\[IndentingNewLine]", \(\(dateString = ToString[date\[LeftDoubleBracket]2\[RightDoubleBracket]] <> "\" <> ToString[ date\[LeftDoubleBracket]3\[RightDoubleBracket]] <> "\" <> ToString[ date\[LeftDoubleBracket]1\[RightDoubleBracket]];\)\), "\ \[IndentingNewLine]", \(\(NotebookLocate["\
"];\)\), "\[IndentingNewLine]", \(\(SelectionEvaluateCreateCell[nb];\)\)}], "Input", CellLabel->"In[78]:=", Editable->False, FontSize->12, CellTags->"Initialization"] }, Open ]], Cell[CellGroupData[{ Cell["Main Menu", "Section", Editable->False, FontSize->16], Cell[CellGroupData[{ Cell[BoxData[ \(\(\( (*\ The\ followings\ are\ the\ codes\ to\ generate\ the\ Main\ Menu\ \ \(\(buttons\)\(.\)\)\ \ *) \)\(\[IndentingNewLine]\)\(\[IndentingNewLine]\)\(NotebookWrite[ nb, {Cell[ BoxData[ToBoxes[ SequenceForm[ Button["\
", Background \[Rule] RGBColor[1, 1, 1], Active \[Rule] False], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[ NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[ NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[ NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True]]]], "\", FontSize \[Rule] 12, FontColor \[Rule] RGBColor[1, 0, 1], FontWeight \[Rule] Bold]}]\)\)\)], "Input", CellLabel->"In[124]:=", Editable->False, FontSize->12, CellTags->"Main Menu"], Cell[BoxData[ InterpretationBox[ RowBox[{ ButtonBox["\<\"Main Menu:\"\>", Active->False, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Input Data\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Input Data"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Plot Data\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Plot Data"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Fit Data\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Fit Data"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Plot Data and Fit\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Plot Data and Fit"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Display Fit Parameters\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Display Fit Parameters"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Save Fit Parameters and Plots to Files\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Save Fit Results"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Sum Channels\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Sum Channels"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Goto Help Menu\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Goto Help Menu"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]]}], SequenceForm[ Button[ "Main Menu:", Background -> RGBColor[ 1, 1, 1], Active -> False], "\n\t", Button[ "Input Data", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Input Data"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Plot Data", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Plot Data"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Fit Data", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Fit Data"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Plot Data and Fit", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Plot Data and Fit"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Display Fit Parameters", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Display Fit Parameters"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Save Fit Parameters and Plots to Files", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Save Fit Results"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Sum Channels", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Sum Channels"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Goto Help Menu", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Goto Help Menu"], SelectionEvaluateCreateCell[ nb]], Active -> True]], Editable->False]], "Output", FontSize->12, FontWeight->"Bold", FontColor->RGBColor[1, 0, 1]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Input Data", "Section", Editable->False, FontSize->16], Cell[CellGroupData[{ Cell[BoxData[ \(NotebookWrite[ nb, {Cell[ BoxData[ToBoxes[ SequenceForm[ Button["\", Background \[Rule] RGBColor[1, 1, 1], Active \[Rule] False], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[ NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[ NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[NotebookLocate["\
"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True]]]], "\", FontSize \[Rule] 12, FontColor \[Rule] RGBColor[1, 0, 1], FontWeight \[Rule] Bold]}]\)], "Input", CellLabel->"In[127]:=", Editable->False, FontSize->12, CellTags->"Input Data"], Cell[BoxData[ InterpretationBox[ RowBox[{ ButtonBox["\<\"Input Data Menu:\"\>", Active->False, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Input Data from Keyboard\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Input Data from Keyboard"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Input Data from File\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Input Data from File"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Input Test Data\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Input Test Data"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Back to Main Menu\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Main Menu"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]]}], SequenceForm[ Button[ "Input Data Menu:", Background -> RGBColor[ 1, 1, 1], Active -> False], "\n\t", Button[ "Input Data from Keyboard", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Input Data from Keyboard"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Input Data from File", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Input Data from File"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Input Test Data", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Input Test Data"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Back to Main Menu", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Main Menu"], SelectionEvaluateCreateCell[ nb]], Active -> True]], Editable->False]], "Output", FontSize->12, FontWeight->"Bold", FontColor->RGBColor[1, 0, 1]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[StyleBox["Input Data from Keyboard", FontSize->14]], "Subsection", Editable->False], Cell[CellGroupData[{ Cell[BoxData[ \(NotebookWrite[ nb, {Cell[ BoxData[ToBoxes[ SequenceForm[ Button["\", Background \[Rule] RGBColor[1, 1, 1], Active -> False], "\<\n\t\>", Button[\*"\"\\"", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction :> NotebookLocate["\"], Active -> True], "\<\n\t\>", Button[\*"\"\\"", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction :> NotebookLocate["\"], Active -> True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction :> CompoundExpression[NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active -> True]]]], "\", FontSize \[Rule] 12, FontColor \[Rule] RGBColor[1, 0, 1], FontWeight \[Rule] Bold]}]\)], "Input", CellLabel->"In[47]:=", Editable->False, FontSize->12, CellTags->"Input Data from Keyboard"], Cell[BoxData[ InterpretationBox[ RowBox[{ ButtonBox["\<\"Input Data Sub Menu:\"\>", Active->False, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Data Type 1: {{\\!\\(x\\_1\\),\\!\\(y\\_1\\)},{\\!\\(x\ \\_2\\),\\!\\(y\\_2\\)},...\"\>", ButtonFunction:>NotebookLocate[ "Data Type 1"], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Data Type 2: {{\\!\\(x\\_1\\),\\!\\(y\\_1\\),\\!\\(\ \[Sigma]\\_y1\\)},{\\!\\(x\\_2\\),\\!\\(y\\_2\\),\\!\\(\[Sigma]\\_y2\\)},...}\ \"\>", ButtonFunction:>NotebookLocate[ "Data Type 2"], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Back to Input Data\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Input Data"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]]}], SequenceForm[ Button[ "Input Data Sub Menu:", Background -> RGBColor[ 1, 1, 1], Active -> False], "\n\t", Button[ "Data Type 1: {{\!\(x\_1\),\!\(y\_1\)},{\!\(x\_2\),\!\(y\_2\)},...", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> NotebookLocate[ "Data Type 1"], Active -> True], "\n\t", Button[ "Data Type 2: \ {{\!\(x\_1\),\!\(y\_1\),\!\(\[Sigma]\_y1\)},{\!\(x\_2\),\!\(y\_2\),\!\(\ \[Sigma]\_y2\)},...}", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> NotebookLocate[ "Data Type 2"], Active -> True], "\n\t", Button[ "Back to Input Data", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Input Data"], SelectionEvaluateCreateCell[ nb]], Active -> True]], Editable->False]], "Output", FontSize->12, FontWeight->"Bold", FontColor->RGBColor[1, 0, 1]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Data Type 1: {{", Cell[BoxData[ \(TraditionalForm\`x\_1\)]], ",", Cell[BoxData[ \(TraditionalForm\`y\_1\)]], "},{", Cell[BoxData[ \(TraditionalForm\`x\_2\)]], ",", Cell[BoxData[ \(TraditionalForm\`y\_2\)]], "},...}" }], "Subsubsection", Editable->False], Cell[BoxData[{\(Clear[dataType, dataInput, xdata, ydata, error, data, npts, xmax, xmin];\), "\[IndentingNewLine]", RowBox[{\(dataType = 1;\), "\[IndentingNewLine]", \( (*\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ *) \), "\[IndentingNewLine]", \( (*\ \(\(**\)\(\ \)\(Add\)\), \ delete\ or\ change\ the\ data\ list\ \(\(below\)\(.\)\)\ *\ *) \), "\[IndentingNewLine]", StyleBox[\( (*\ \(\(**\)\(**\)\(\ \)\(Press\)\)\ "\"\ key\ on\ \ the\ numerical\ \ ** ** *\ *) \), FontColor->GrayLevel[0]], "\[IndentingNewLine]", \( (*\ \(\(**\)\(**\)\)*\ \ \ \ \ \ \ \ keypad\ \ when\ done . \ \ \ \ \ \ \ \ \ \ \ \(\(**\)\(**\)\)*\ *) \), "\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ RowBox[{"**", " ", StyleBox["Last", FontColor->RGBColor[1, 0, 0]]}], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["data", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["point", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["must", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["end", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["without", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["a", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], RowBox[{ StyleBox["comma", FontColor->RGBColor[1, 0, 0]], StyleBox[".", FontColor->RGBColor[1, 0, 0]], " ", "**"}]}], " ", "*)"}], "\[IndentingNewLine]", \( (*\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ *) \), "\[IndentingNewLine]", \( (*\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ x\ \ \ \ \ \ \ \ y\ \ \ \ \ \ \ \ \ \ \ \ \ *) \)}], "\[IndentingNewLine]", RowBox[{\(dataInput = {\[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {\ \ 0. , \ \ \ \ \ 106. }, \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {15. , \ \ \ \ \ \ \ 80. }, \ \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {30. , \ \ \ \ \ \ \ 98. }, \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {45. , \ \ \ \ \ \ \ 75. }, \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {60. , \ \ \ \ \ \ \ 74. \ }, \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {75. , \ \ \ \ \ \ \ 73. }, \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {90. , \ \ \ \ \ \ \ 49. }, \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {105. , \ \ \ \ \ 38. }, \ \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {120. , \ \ \ \ \ 37. }, \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {135. , \ \ \ \ \ 22. }\[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ };\), "\[IndentingNewLine]", RowBox[{"(*", " ", StyleBox[\(Do\ not\ make\ any\ changes\ below\ this\ \ \(\(line\)\(.\)\)\), FontColor->RGBColor[1, 0, 0]], " ", "*)"}], "\[IndentingNewLine]", \( (*\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ *) \)}], "\[IndentingNewLine]", \ \(xLabel = "\";\), "\[IndentingNewLine]", \(yLabel = "\";\), "\ \[IndentingNewLine]", \(plotLabel = "\" <> "\< \>" <> dataString;\), "\[IndentingNewLine]", \({xdata, ydata} = Transpose[dataInput];\), "\[IndentingNewLine]", \(data = Transpose[{xdata, ydata}];\), "\[IndentingNewLine]", \(dataFit = data;\), "\[IndentingNewLine]", \(xmax = scaleFactor\ Max[xdata];\), "\[IndentingNewLine]", \(xmin = scaleFactor\ Min[xdata];\), "\[IndentingNewLine]", \(npts = Length[data];\), "\[IndentingNewLine]", \(initc = 1;\), "\[IndentingNewLine]", \(finalc = npts;\), "\[IndentingNewLine]", \(dataPlot = \(dataFitPlot = ListPlot[data, Frame \[Rule] \ True, PlotRange \[Rule] \ All, Prolog\ \[Rule] \ AbsolutePointSize[3], Axes \[Rule] \ False, FrameLabel \[Rule] \ {xLabel, yLabel}, PlotLabel \[Rule] \ plotLabel]\);\), "\[IndentingNewLine]", RowBox[{\(InputString["\"];\), "\[IndentingNewLine]", \( (*\ \ Default\ the\ errors\ to\ have\ a\ \ value\ of\ 1. \ \ \ *) \)}], "\[IndentingNewLine]", \(error = Table[1, {n, 1, npts}];\), "\[IndentingNewLine]", \(fittingOption = 0;\), "\[IndentingNewLine]", \(weightingOption = 0;\), "\[IndentingNewLine]", \(NotebookLocate["\
"];\), "\ \[IndentingNewLine]", \(SelectionEvaluateCreateCell[nb];\)}], "Input", FontSize->12, CellTags->"Data Type 1"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Data Type 2: {{", Cell[BoxData[ \(TraditionalForm\`x\_1\)]], ",", Cell[BoxData[ \(TraditionalForm\`y\_1\)]], ",", Cell[BoxData[ \(TraditionalForm\`\[Sigma]\_\(y\_1\)\)]], "},{", Cell[BoxData[ \(TraditionalForm\`x\_2\)]], ",", Cell[BoxData[ \(TraditionalForm\`y\_2\)]], ",", Cell[BoxData[ \(TraditionalForm\`\[Sigma]\_\(y\_2\)\)]], "},...}" }], "Subsubsection", Editable->False], Cell[CellGroupData[{ Cell[BoxData[{\(Clear[dataType, dataInput, xdata, ydata, error, data, npts, xmax, xmin];\), "\[IndentingNewLine]", RowBox[{\(dataType = 2;\), "\[IndentingNewLine]", \( (*\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ *) \), "\[IndentingNewLine]", \( (*\ \(\(**\)\(\ \)\(Add\)\), \ delete\ or\ change\ the\ data\ list\ \(\(below\)\(.\)\)\ *\ *) \), "\[IndentingNewLine]", StyleBox[\( (*\ \(\(**\)\(**\)\)*\ Press\ "\"\ key\ on\ the\ numerical\ \ ** ** *\ *) \), FontColor->GrayLevel[0]], "\[IndentingNewLine]", \( (*\ \(\(**\)\(**\)\)*\ \ \ \ \ \ \ \ \ \ \ keypad\ when\ done . \ \ \ \ \ \ \ \ \ \ \(\(**\)\(**\)\)*\ *) \), "\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ RowBox[{"**", " ", StyleBox["Last", FontColor->RGBColor[1, 0, 0]]}], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["data", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["point", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["must", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["end", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["without", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], StyleBox["a", FontColor->RGBColor[1, 0, 0]], StyleBox[" ", FontColor->RGBColor[1, 0, 0]], RowBox[{ StyleBox["comma", FontColor->RGBColor[1, 0, 0]], StyleBox[".", FontColor->RGBColor[1, 0, 0]], " ", "**"}]}], " ", "*)"}], "\[IndentingNewLine]", \( (*\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ *) \), "\[IndentingNewLine]", \( (*\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ x\ \ \ \ \ \ \ \ y\ \ \ \ \ \ dy\ \ \ \ \ *) \)}], "\[IndentingNewLine]", RowBox[{\(dataInput = {\[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {\ 0. , \ \ \ \ \ \ 1352. , \ \ \ \ \ \ \ 37. }, \ \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {45. , \ \ \ \ \ \ \ \ \ 927. , \ \ \ \ \ \ \ 30. }, \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {60. , \ \ \ \ \ \ \ \ 804. , \ \ \ \ \ \ \ \ 28. }, \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {90. , \ \ \ \ \ \ \ \ 889. , \ \ \ \ \ \ \ 30. }, \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {105. , \ \ \ \ \ \ \ \ 855. , \ \ \ \ \ \ \ \ 29. }, \[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {135. , \ \ \ \ \ \ \ \ 881. , \ \ \ \ \ \ \ 30. }\[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ };\), "\[IndentingNewLine]", RowBox[{"(*", " ", StyleBox[\(Do\ not\ make\ any\ changes\ below\ this\ \ \(\(line\)\(.\)\)\), FontColor->RGBColor[1, 0, 0]], " ", "*)"}], "\[IndentingNewLine]", \( (*\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ *) \)}], "\[IndentingNewLine]", \ \(xLabel = "\";\), "\[IndentingNewLine]", \(yLabel = "\";\), "\ \[IndentingNewLine]", \(plotLabel = "\" <> "\< \>" <> dateString;\), "\[IndentingNewLine]", \({xdata, ydata, error} = Transpose[dataInput];\), "\[IndentingNewLine]", \(data = Transpose[{xdata, ydata}];\), "\[IndentingNewLine]", \(dataFit = data;\), "\[IndentingNewLine]", \(xmax = scaleFactor\ Max[xdata];\), "\[IndentingNewLine]", \(xmin = scaleFactor\ Min[xdata];\), "\[IndentingNewLine]", \(npts = Length[data];\), "\[IndentingNewLine]", \(initc = 1;\), "\[IndentingNewLine]", \(finalc = npts;\), "\[IndentingNewLine]", \(dataPlot = \(dataFitPlot = MultipleListPlot[{Table[{{data\[LeftDoubleBracket]i, 1\[RightDoubleBracket], data\[LeftDoubleBracket]i, 2\[RightDoubleBracket]}, ErrorBar[ error\[LeftDoubleBracket]i\[RightDoubleBracket]]}, {i, 1, npts}]}, Frame \[Rule] True, PlotRange \[Rule] \ All, Prolog \[Rule] \ AbsolutePointSize[3], Axes \[Rule] \ False, FrameLabel \[Rule] \ {xLabel, yLabel}, PlotLabel \[Rule] \ plotLabel]\);\), "\[IndentingNewLine]", \(InputString["\"];\), \ "\[IndentingNewLine]", \(fittingOption = 0;\), "\[IndentingNewLine]", \(weightingOption = 0;\), "\[IndentingNewLine]", \(NotebookLocate["\
"];\), "\ \[IndentingNewLine]", \(SelectionEvaluateCreateCell[nb];\)}], "Input", FontSize->12, CellTags->"Data Type 2"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.00705467 -0.730402 0.000960202 [ [.02381 -0.0125 -3 -9 ] [.02381 -0.0125 3 0 ] [.1649 -0.0125 -6 -9 ] [.1649 -0.0125 6 0 ] [.306 -0.0125 -6 -9 ] [.306 -0.0125 6 0 ] [.44709 -0.0125 -6 -9 ] [.44709 -0.0125 6 0 ] [.58818 -0.0125 -6 -9 ] [.58818 -0.0125 6 0 ] [.72928 -0.0125 -9 -9 ] [.72928 -0.0125 9 0 ] [.87037 -0.0125 -9 -9 ] [.87037 -0.0125 9 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -5 -21.5625 ] [.5 -0.0125 5 -9 ] [-0.0125 .03776 -18 -4.5 ] [-0.0125 .03776 0 4.5 ] [-0.0125 .13378 -18 -4.5 ] [-0.0125 .13378 0 4.5 ] [-0.0125 .2298 -24 -4.5 ] [-0.0125 .2298 0 4.5 ] [-0.0125 .32582 -24 -4.5 ] [-0.0125 .32582 0 4.5 ] [-0.0125 .42184 -24 -4.5 ] [-0.0125 .42184 0 4.5 ] [-0.0125 .51786 -24 -4.5 ] [-0.0125 .51786 0 4.5 ] [-0.0125 .61388 -24 -4.5 ] [-0.0125 .61388 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -36.5625 -5 ] [-0.01875 .30902 -24 5 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [.5 .63053 -32 0 ] [.5 .63053 32 12.5625 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .02381 0 m .02381 .00625 L s [(0)] .02381 -0.0125 0 1 Mshowa .1649 0 m .1649 .00625 L s [(20)] .1649 -0.0125 0 1 Mshowa .306 0 m .306 .00625 L s [(40)] .306 -0.0125 0 1 Mshowa .44709 0 m .44709 .00625 L s [(60)] .44709 -0.0125 0 1 Mshowa .58818 0 m .58818 .00625 L s [(80)] .58818 -0.0125 0 1 Mshowa .72928 0 m .72928 .00625 L s [(100)] .72928 -0.0125 0 1 Mshowa .87037 0 m .87037 .00625 L s [(120)] .87037 -0.0125 0 1 Mshowa .125 Mabswid .05908 0 m .05908 .00375 L s .09436 0 m .09436 .00375 L s .12963 0 m .12963 .00375 L s .20018 0 m .20018 .00375 L s .23545 0 m .23545 .00375 L s .27072 0 m .27072 .00375 L s .34127 0 m .34127 .00375 L s .37654 0 m .37654 .00375 L s .41182 0 m .41182 .00375 L s .48236 0 m .48236 .00375 L s .51764 0 m .51764 .00375 L s .55291 0 m .55291 .00375 L s .62346 0 m .62346 .00375 L s .65873 0 m .65873 .00375 L s .694 0 m .694 .00375 L s .76455 0 m .76455 .00375 L s .79982 0 m .79982 .00375 L s .8351 0 m .8351 .00375 L s .90564 0 m .90564 .00375 L s .94092 0 m .94092 .00375 L s .97619 0 m .97619 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -66 -25.5625 Mabsadd m 1 1 Mabs scale currentpoint translate /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end newfontname exch definefont pop } def 0 20.5625 translate 1 -1 scale 63.000 12.813 moveto %%IncludeResource: 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 12.813 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 12.813 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .03776 m .00625 .03776 L s [(800)] -0.0125 .03776 1 0 Mshowa 0 .13378 m .00625 .13378 L s [(900)] -0.0125 .13378 1 0 Mshowa 0 .2298 m .00625 .2298 L s [(1000)] -0.0125 .2298 1 0 Mshowa 0 .32582 m .00625 .32582 L s [(1100)] -0.0125 .32582 1 0 Mshowa 0 .42184 m .00625 .42184 L s [(1200)] -0.0125 .42184 1 0 Mshowa 0 .51786 m .00625 .51786 L s [(1300)] -0.0125 .51786 1 0 Mshowa 0 .61388 m .00625 .61388 L s [(1400)] -0.0125 .61388 1 0 Mshowa .125 Mabswid 0 .05696 m .00375 .05696 L s 0 .07617 m .00375 .07617 L s 0 .09537 m .00375 .09537 L s 0 .11458 m .00375 .11458 L s 0 .15298 m .00375 .15298 L s 0 .17219 m .00375 .17219 L s 0 .19139 m .00375 .19139 L s 0 .2106 m .00375 .2106 L s 0 .249 m .00375 .249 L s 0 .26821 m .00375 .26821 L s 0 .28741 m .00375 .28741 L s 0 .30662 m .00375 .30662 L s 0 .34502 m .00375 .34502 L s 0 .36423 m .00375 .36423 L s 0 .38343 m .00375 .38343 L s 0 .40264 m .00375 .40264 L s 0 .44104 m .00375 .44104 L s 0 .46025 m .00375 .46025 L s 0 .47945 m .00375 .47945 L s 0 .49866 m .00375 .49866 L s 0 .53706 m .00375 .53706 L s 0 .55627 m .00375 .55627 L s 0 .57547 m .00375 .57547 L s 0 .59468 m .00375 .59468 L s 0 .01856 m .00375 .01856 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -96.2813 -10.2813 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10.2813 translate 90 rotate -66 -10.2813 translate /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end newfontname exch definefont pop } def 0 20.5625 translate 1 -1 scale 63.000 12.813 moveto %%IncludeResource: 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 12.813 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 69.000 12.813 moveto %%IncludeResource: 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 .02381 .61178 m .02381 .61803 L s .1649 .61178 m .1649 .61803 L s .306 .61178 m .306 .61803 L s .44709 .61178 m .44709 .61803 L s .58818 .61178 m .58818 .61803 L s .72928 .61178 m .72928 .61803 L s .87037 .61178 m .87037 .61803 L s .125 Mabswid .05908 .61428 m .05908 .61803 L s .09436 .61428 m .09436 .61803 L s .12963 .61428 m .12963 .61803 L s .20018 .61428 m .20018 .61803 L s .23545 .61428 m .23545 .61803 L s .27072 .61428 m .27072 .61803 L s .34127 .61428 m .34127 .61803 L s .37654 .61428 m .37654 .61803 L s .41182 .61428 m .41182 .61803 L s .48236 .61428 m .48236 .61803 L s .51764 .61428 m .51764 .61803 L s .55291 .61428 m .55291 .61803 L s .62346 .61428 m .62346 .61803 L s .65873 .61428 m .65873 .61803 L s .694 .61428 m .694 .61803 L s .76455 .61428 m .76455 .61803 L s .79982 .61428 m .79982 .61803 L s .8351 .61428 m .8351 .61803 L s .90564 .61428 m .90564 .61803 L s .94092 .61428 m .94092 .61803 L s .97619 .61428 m .97619 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .03776 m 1 .03776 L s .99375 .13378 m 1 .13378 L s .99375 .2298 m 1 .2298 L s .99375 .32582 m 1 .32582 L s .99375 .42184 m 1 .42184 L s .99375 .51786 m 1 .51786 L s .99375 .61388 m 1 .61388 L s .125 Mabswid .99625 .05696 m 1 .05696 L s .99625 .07617 m 1 .07617 L s .99625 .09537 m 1 .09537 L s .99625 .11458 m 1 .11458 L s .99625 .15298 m 1 .15298 L s .99625 .17219 m 1 .17219 L s .99625 .19139 m 1 .19139 L s .99625 .2106 m 1 .2106 L s .99625 .249 m 1 .249 L s .99625 .26821 m 1 .26821 L s .99625 .28741 m 1 .28741 L s .99625 .30662 m 1 .30662 L s .99625 .34502 m 1 .34502 L s .99625 .36423 m 1 .36423 L s .99625 .38343 m 1 .38343 L s .99625 .40264 m 1 .40264 L s .99625 .44104 m 1 .44104 L s .99625 .46025 m 1 .46025 L s .99625 .47945 m 1 .47945 L s .99625 .49866 m 1 .49866 L s .99625 .53706 m 1 .53706 L s .99625 .55627 m 1 .55627 L s .99625 .57547 m 1 .57547 L s .99625 .59468 m 1 .59468 L s .99625 .01856 m 1 .01856 L s .25 Mabswid 1 0 m 1 .61803 L s gsave .5 .63053 -93 -4 Mabsadd m 1 1 Mabs scale currentpoint translate /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end newfontname exch definefont pop } def 0 20.5625 translate 1 -1 scale 63.000 12.813 moveto %%IncludeResource: 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 12.813 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Input) show 99.000 12.813 moveto (Data) show 123.000 12.813 moveto %%IncludeResource: 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 .001 w .02381 .60332 m .02381 .53226 L s .02381 .60332 1.5 0 Mabsadd m .02381 .60332 -1.5 0 Mabsadd L s .02381 .53226 1.5 0 Mabsadd m .02381 .53226 -1.5 0 Mabsadd L s .34127 .18851 m .34127 .1309 L s .34127 .18851 1.5 0 Mabsadd m .34127 .18851 -1.5 0 Mabsadd L s .34127 .1309 1.5 0 Mabsadd m .34127 .1309 -1.5 0 Mabsadd L s .44709 .06849 m .44709 .01472 L s .44709 .06849 1.5 0 Mabsadd m .44709 .06849 -1.5 0 Mabsadd L s .44709 .01472 1.5 0 Mabsadd m .44709 .01472 -1.5 0 Mabsadd L s .65873 .15202 m .65873 .09441 L s .65873 .15202 1.5 0 Mabsadd m .65873 .15202 -1.5 0 Mabsadd L s .65873 .09441 1.5 0 Mabsadd m .65873 .09441 -1.5 0 Mabsadd L s .76455 .11842 m .76455 .06273 L s .76455 .11842 1.5 0 Mabsadd m .76455 .11842 -1.5 0 Mabsadd L s .76455 .06273 1.5 0 Mabsadd m .76455 .06273 -1.5 0 Mabsadd L s .97619 .14434 m .97619 .08673 L s .97619 .14434 1.5 0 Mabsadd m .97619 .14434 -1.5 0 Mabsadd L s .97619 .08673 1.5 0 Mabsadd m .97619 .08673 -1.5 0 Mabsadd L s .0001 w .02381 .56779 -1.875 0 Mabsadd m .02381 .56779 0 2.5 Mabsadd L .02381 .56779 1.875 0 Mabsadd L .02381 .56779 0 -2.5 Mabsadd L .02381 .56779 -1.875 0 Mabsadd L closepath F .34127 .15971 -1.875 0 Mabsadd m .34127 .15971 0 2.5 Mabsadd L .34127 .15971 1.875 0 Mabsadd L .34127 .15971 0 -2.5 Mabsadd L .34127 .15971 -1.875 0 Mabsadd L closepath F .44709 .0416 -1.875 0 Mabsadd m .44709 .0416 0 2.5 Mabsadd L .44709 .0416 1.875 0 Mabsadd L .44709 .0416 0 -2.5 Mabsadd L .44709 .0416 -1.875 0 Mabsadd L closepath F .65873 .12322 -1.875 0 Mabsadd m .65873 .12322 0 2.5 Mabsadd L .65873 .12322 1.875 0 Mabsadd L .65873 .12322 0 -2.5 Mabsadd L .65873 .12322 -1.875 0 Mabsadd L closepath F .76455 .09057 -1.875 0 Mabsadd m .76455 .09057 0 2.5 Mabsadd L .76455 .09057 1.875 0 Mabsadd L .76455 .09057 0 -2.5 Mabsadd L .76455 .09057 -1.875 0 Mabsadd L closepath F .97619 .11554 -1.875 0 Mabsadd m .97619 .11554 0 2.5 Mabsadd L .97619 .11554 1.875 0 Mabsadd L .97619 .11554 0 -2.5 Mabsadd L .97619 .11554 -1.875 0 Mabsadd L closepath F 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 177.938}, ImageMargins->{{35, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgool0047oo`03003ooooo0?oooaCoo`03003ooooo00koo`00@Ooo00<0 0?ooool0N?oo1@00U_oo00<00?ooool03_oo0011ool2001kool00`00ooooo`2Eool2000@ool0047o o`03003ooooo07[oo`03003ooooo09Koo`03003ooooo00koo`00:?oo10001?oo10001?oo10001Ooo 00<00?ooool0N_oo00<00?ooool0U_oo00<00?ooool03_oo000Wool00`00ooooo`02ool01000oooo o`001?oo00@00?ooool000Coo`03003ooooo00;oo`03003ooooo07[oo`03003ooooo09Koo`03003o oooo00koo`009ooo00<00?ooool00_oo00@00?ooool000Coo`04003ooooo0004ool00`00ooooo`02 ool00`00ooooo`1iool2002Hool00`00ooooo`0>ool002Ooo`03003ooooo00;oo`04003ooooo0004 ool01000ooooo`001?oo00<00?ooool00_oo0`00N?oo0`00Uooo0P004?oo000Xool40003ool00`00 ooooo`02ool01000ooooo`001?oo00<00?ooool00_oo00<00?ooool0Mooo1@00Uooo00<00?ooool0 3_oo000Wool00`00ooooo`02ool01000ooooo`001?oo00@00?ooool000Coo`03003ooooo00;oo`03 003ooooo07Soo`<009Soo`03003ooooo00koo`009ooo00<00?ooool00_oo00@00?ooool000Coo`04 003ooooo0004ool00`00ooooo`02ool00`00ooooo`1iool2002Hool00`00ooooo`0>ool002Soo`@0 00Coo`@000Coo`@000Goo`03003ooooo07[oo`03003ooooo09Koo`03003ooooo00koo`00@Ooo0P00 Nooo00<00?ooool0UOoo0P004?oo0011ool00`00ooooo`1jool00`00ooooo`2Fool00`00ooooo`0> ool0047oo`03003ooooo07[oo`03003ooooo05?oo`D003koo`03003ooooo00koo`00@Ooo00<00?oo ool0N_oo00<00?ooool0EOoo00<00?ooool0?_oo00<00?ooool03_oo0011ool00`00ooooo`1hool5 001Eool00`00ooooo`0nool00`00ooooo`0>ool0047oo`03003ooooo0=;oo`03003ooooo03koo`03 003ooooo00koo`00@Ooo0P00dooo00<00?ooool0?Ooo0P004?oo0011ool00`00ooooo`3Bool00`00 ooooo`0nool00`00ooooo`0>ool0047oo`03003ooooo0=7oo`80043oo`03003ooooo00koo`00@Ooo 00<00?ooool0dOoo0P00>?oo1@000ooo00<00?ooool03_oo0011ool00`00ooooo`3@ool4000iool0 0`00ooooo`03ool00`00ooooo`0>ool0047oo`800;Coo`@001[oo`8003[oo`03003ooooo00;oo`80 013oo`00@Ooo00<00?ooool0]?oo00<00?ooool06_oo0P00>_oo00<00?ooool00ooo00<00?ooool0 3_oo0011ool00`00ooooo`2dool00`00ooooo`0Kool00`00ooooo`0hool00`00ooooo`03ool00`00 ooooo`0>ool0047oo`03003ooooo0;Coo`03003ooooo01_oo`03003ooooo03Soo`03003ooooo00?o o`03003ooooo00koo`00@Ooo00<00?ooool0]?oo00<00?ooool06ooo00<00?ooool0=ooo0P001Ooo 00<00?ooool03_oo0011ool2002eool00`00ooooo`0Kool00`00ooooo`0fool30004ool2000@ool0 047oo`03003ooooo0;?oo`8001_oo`D003Goo`D000Coo`03003ooooo00koo`00@Ooo00<00?ooool0 /ooo0`00EOoo0`001Ooo00<00?ooool03_oo000Wool40005ool40004ool40005ool00`00ooooo`2b ool5001Eool20005ool00`00ooooo`0>ool002_oo`05003oooooool00004ool01000ooooo`001?oo 00<00?ooool00_oo00<00?ooool0/ooo0`00Eooo00<00?ooool00ooo00<00?ooool03_oo000/ool0 1000ooooo`001?oo00@00?ooool000Coo`03003ooooo00;oo`03003ooooo05[oo`D005Coo`8005So o`03003ooooo00?oo`03003ooooo00koo`00:?oo1@000_oo00<00?ooool00_oo00@00?ooool000Co o`03003ooooo00;oo`<005coo`03003ooooo05Goo`03003ooooo05Koo`03003ooooo00;oo`80013o o`009ooo00<00?ooool00_oo00@00?ooool000Coo`04003ooooo0004ool00`00ooooo`02ool00`00 ooooo`1Lool00`00ooooo`1Eool00`00ooooo`1Fool00`00ooooo`03ool00`00ooooo`0>ool002Oo o`03003ooooo00;oo`04003ooooo0004ool01000ooooo`001?oo00<00?ooool00_oo00<00?ooool0 G?oo00<00?ooool0EOoo00<00?ooool0E_oo00<00?ooool00ooo00<00?ooool03_oo000Wool00`00 ooooo`02ool01000ooooo`001?oo00@00?ooool000Coo`03003ooooo00;oo`03003ooooo05coo`03 003ooooo05Goo`03003ooooo05Coo`D000?oo`03003ooooo00koo`00:?oo10001?oo10001?oo1000 1Ooo00<00?ooool0G?oo00<00?ooool0EOoo00<00?ooool0G?oo00<00?ooool03_oo0011ool2001L ool2001Fool4001Kool2000@ool0047oo`03003ooooo05_oo`<00;Goo`03003ooooo00koo`00@Ooo 00<00?ooool0F_oo1@00]?oo00<00?ooool03_oo0011ool00`00ooooo`1Kool3002eool00`00oooo o`0>ool0047oo`03003ooooo05_oo`800;Koo`03003ooooo00koo`00@Ooo0P00GOoo00<00?ooool0 /ooo0P004?oo0011ool00`00ooooo`1Lool00`00ooooo`2dool00`00ooooo`0>ool0047oo`03003o oooo05coo`03003ooooo0;Coo`03003ooooo00koo`00@Ooo00<00?ooool0G?oo00<00?ooool0]?oo 00<00?ooool03_oo0011ool00`00ooooo`1Lool00`00ooooo`2dool00`00ooooo`0>ool0047oo`03 003ooooo05[oo`D00;Coo`03003ooooo00koo`00@Ooo0P00oooo5?oo0P004?oo0011ool00`00oooo o`3ooolDool00`00ooooo`0>ool0047oo`03003ooooo0?oooaCoo`03003ooooo00koo`00@Ooo00<0 0?ooool0oooo5?oo00<00?ooool03_oo0011ool00`00ooooo`3ooolDool00`00ooooo`0>ool0047o o`800?oooaCoo`80013oo`00@Ooo00<00?ooool0oooo5?oo00<00?ooool03_oo000Pool50003ool4 0004ool40004ool40005ool00`00ooooo`3ooolDool00`00ooooo`0>ool002;oo`03003ooooo00;o o`03003ooooo00;oo`04003ooooo0004ool01000ooooo`001?oo00<00?ooool00_oo00<00?ooool0 oooo5?oo00<00?ooool03_oo000Rool00`00ooooo`02ool00`00ooooo`02ool01000ooooo`001?oo 00@00?ooool000Coo`03003ooooo00;oo`03003ooooo0?oooaCoo`03003ooooo00koo`008_oo00<0 0?ooool00_oo00<00?ooool00_oo00@00?ooool000Coo`04003ooooo0004ool00`00ooooo`02ool3 003ooolCool2000@ool002;oo`03003ooooo00;oo`03003ooooo00;oo`04003ooooo0004ool01000 ooooo`001?oo00<00?ooool00_oo00<00?ooool0oooo5?oo00<00?ooool03_oo000Rool00`00oooo o`02ool00`00ooooo`02ool01000ooooo`001?oo00@00?ooool000Coo`03003ooooo00;oo`03003o oooo0?oooaCoo`03003ooooo00koo`008?oo0`001?oo00<00?ooool00_oo00@00?ooool000Coo`04 003ooooo0004ool00`00ooooo`02ool00`00ooooo`3ooolDool00`00ooooo`0>ool002;oo`03003o oooo00?oo`@000Coo`@000Coo`@000Goo`03003ooooo0?oooaCoo`03003ooooo00koo`00@Ooo00<0 0?ooool0oooo5?oo00<00?ooool03_oo0011ool2003ooolDool2000@ool0047oo`03003ooooo0?oo oaCoo`03003ooooo00koo`00@Ooo00<00?ooool0oooo5?oo00<00?ooool03_oo0011ool00`00oooo o`3ooolDool00`00ooooo`0>ool0047oo`03003ooooo0?oooaCoo`03003ooooo00koo`00@Ooo0P00 oooo5?oo0P004?oo0011ool00`00ooooo`3ooolDool00`00ooooo`0>ool0047oo`03003ooooo0?oo oaCoo`03003ooooo00koo`00@Ooo00<00?ooool0oooo5?oo00<00?ooool03_oo0011ool00`00oooo o`3ooolDool00`00ooooo`0>ool0047oo`800?oooaCoo`80013oo`00@Ooo00<00?ooool0oooo5?oo 00<00?ooool03_oo0011ool00`00ooooo`3ooolDool00`00ooooo`0>ool0047oo`03003ooooo0?oo oaCoo`03003ooooo00koo`00@Ooo00<00?ooool0oooo5?oo00<00?ooool03_oo000Dool00`00oooo o`0Zool00`00ooooo`3ooolDool00`00ooooo`0>ool001Coo`<000Coo`03003ooooo02?oo`800?oo oaCoo`80013oo`005?oo00<00?ooool00P000_oo00<00?ooool08ooo00<00?ooool0oooo5?oo00<0 0?ooool03_oo000Iool30004ool50003ool50003ool40004ool40005ool00`00ooooo`3ooolDool0 0`00ooooo`0>ool001Coo`03003ooooo008000Woo`03003ooooo00Goo`03003ooooo00;oo`03003o oooo00;oo`04003ooooo0004ool00`00ooooo`02ool00`00ooooo`3ooolDool00`00ooooo`0>ool0 01Coo`<000_oo`03003ooooo00Goo`03003ooooo00;oo`03003ooooo00;oo`04003ooooo0004ool0 0`00ooooo`02ool00`00ooooo`3ooolDool00`00ooooo`0>ool001Coo`03003ooooo00_oo`03003o oooo00Goo`03003ooooo00;oo`03003ooooo00;oo`04003ooooo0004ool00`00ooooo`02ool3003o oolCool2000@ool002;oo`03003ooooo00Goo`03003ooooo00;oo`03003ooooo00;oo`04003ooooo 0004ool00`00ooooo`02ool00`00ooooo`3ooolDool00`00ooooo`0>ool002;oo`03003ooooo00Go o`03003ooooo00;oo`03003ooooo00;oo`04003ooooo0004ool00`00ooooo`02ool00`00ooooo`3o oolDool00`00ooooo`0>ool0023oo`<000Goo`<000Coo`03003ooooo00;oo`04003ooooo0004ool0 0`00ooooo`02ool00`00ooooo`3ooolDool00`00ooooo`0>ool002;oo`03003ooooo00Goo`03003o oooo00?oo`@000Coo`@000Goo`03003ooooo0?oooaCoo`03003ooooo00koo`00@Ooo0P00oooo5?oo 0P004?oo0011ool00`00ooooo`3ooolDool00`00ooooo`0>ool0047oo`03003ooooo0?oooaCoo`03 003ooooo00koo`00@Ooo00<00?ooool0oooo5?oo00<00?ooool03_oo0011ool00`00ooooo`3ooolD ool00`00ooooo`0>ool0047oo`03003ooooo0?oooaCoo`03003ooooo00koo`00@Ooo0P00oooo5?oo 0P004?oo0011ool00`00ooooo`3ooolDool00`00ooooo`0>ool0047oo`03003ooooo0?oooaCoo`03 003ooooo00koo`00@Ooo00<00?ooool0oooo5?oo00<00?ooool03_oo0011ool00`00ooooo`3ooolD ool00`00ooooo`0>ool0047oo`800?oooaCoo`80013oo`00@Ooo00<00?ooool0oooo5?oo00<00?oo ool03_oo0011ool00`00ooooo`3ooolDool00`00ooooo`0>ool0047oo`03003ooooo0?oooaCoo`03 003ooooo00koo`00@Ooo00<00?ooool0oooo5?oo00<00?ooool03_oo0011ool2003ooolDool2000@ ool0047oo`03003ooooo0?oooaCoo`03003ooooo00koo`00@Ooo00<00?ooool0oooo5?oo00<00?oo ool03_oo000Pool50002ool50004ool40004ool40005ool00`00ooooo`3ooolDool00`00ooooo`0> ool002;oo`03003ooooo00;oo`05003oooooool00003ool00`00ooooo`02ool01000ooooo`001?oo 00<00?ooool00_oo00<00?ooool0oooo5?oo00<00?ooool03_oo000Rool00`00ooooo`03ool00`00 ooooo`04ool00`00ooooo`02ool01000ooooo`001?oo00<00?ooool00_oo00<00?ooool0oooo5?oo 00<00?ooool03_oo000Rool00`00ooooo`04ool00`00ooooo`03ool00`00ooooo`02ool01000oooo o`001?oo00<00?ooool00_oo0`00oooo4ooo0P004?oo000Rool00`00ooooo`05ool00`00ooooo`02 ool00`00ooooo`02ool01000ooooo`001?oo00<00?ooool00_oo00<00?ooool0oooo5?oo00<00?oo ool03_oo000Rool00`00ooooo`06ool01@00oooooooo00001?oo00@00?ooool000Coo`03003ooooo 00;oo`03003ooooo0?oooaCoo`03003ooooo00koo`008?oo0`001?oo00D00?ooooooo`0000?oo`03 003ooooo00;oo`04003ooooo0004ool00`00ooooo`02ool00`00ooooo`3ooolDool00`00ooooo`0> ool002;oo`03003ooooo00?oo`<000Goo`@000Coo`@000Goo`03003ooooo0?oooaCoo`03003ooooo 00koo`00@Ooo0P00oooo5?oo0P004?oo0011ool00`00ooooo`3ooolDool00`00ooooo`0>ool0047o o`03003ooooo0?oooaCoo`03003ooooo00koo`00@Ooo00<00?ooool0oooo5?oo00<00?ooool03_oo 0011ool00`00ooooo`3ooolDool00`00ooooo`0>ool0047oo`800?oooaCoo`80013oo`00@Ooo00<0 0?ooool0oooo5?oo00<00?ooool03_oo0011ool00`00ooooo`3ooolDool00`00ooooo`0>ool0047o o`03003ooooo0?oooaCoo`03003ooooo00koo`00@Ooo00<00?ooool0oooo5?oo00<00?ooool03_oo 0011ool00`00ooooo`3ooolDool00`00ooooo`0>ool0047oo`800?oooaCoo`80013oo`00@Ooo00<0 0?ooool0oooo5?oo00<00?ooool03_oo0011ool00`00ooooo`3ooolDool00`00ooooo`0>ool0047o o`03003ooooo0?oooaCoo`03003ooooo00koo`00@Ooo00<00?ooool0oooo5?oo00<00?ooool03_oo 0011ool2003ooolDool2000@ool0047oo`03003ooooo0?oooaCoo`03003ooooo00koo`008?oo1@00 0ooo0`001Ooo10001?oo10001Ooo00<00?ooool0oooo5?oo00<00?ooool03_oo000Rool00`00oooo o`02ool01@00oooooooo00000ooo00<00?ooool00_oo00@00?ooool000Coo`03003ooooo00;oo`03 003ooooo0?oooaCoo`03003ooooo00koo`008_oo00<00?ooool01_oo00D00?ooooooo`0000Coo`04 003ooooo0004ool00`00ooooo`02ool00`00ooooo`3ooolDool00`00ooooo`0>ool002;oo`03003o oooo00Koo`05003oooooool00004ool01000ooooo`001?oo00<00?ooool00_oo0`00oooo4ooo0P00 4?oo000Rool00`00ooooo`04ool20004ool00`00ooooo`02ool01000ooooo`001?oo00<00?ooool0 0_oo00<00?ooool0oooo5?oo00<00?ooool03_oo000Rool00`00ooooo`06ool01@00oooooooo0000 1?oo00@00?ooool000Coo`03003ooooo00;oo`03003ooooo0?oooaCoo`03003ooooo00koo`008?oo 0`001?oo00D00?ooooooo`0000?oo`03003ooooo00;oo`04003ooooo0004ool00`00ooooo`02ool0 0`00ooooo`3ooolDool00`00ooooo`0>ool002;oo`03003ooooo00?oo`<000Goo`@000Coo`@000Go o`03003ooooo00;oo`D00?ooo`goo`03003ooooo00koo`00@Ooo00<00?ooool01?oo00<00?ooool0 oooo3Ooo00<00?ooool03_oo0011ool20005ool00`00ooooo`3oool ool0047oo`03003ooooo00Coo`03003ooooo0?ooo`goo`03003ooooo00koo`00@Ooo0P001Ooo00<0 0?ooool0oooo3?oo0P004?oo0011ool00`00ooooo`03ool2003oool?ool00`00ooooo`0>ool0047o o`03003ooooo00?oo`800?ooo`ooo`03003ooooo00koo`00@Ooo00<00?ooool00_oo1000oooo3_oo 00<00?ooool03_oo0011ool00`00ooooo`03ool2003oool?ool00`00ooooo`0>ool0047oo`8000Co o`800?ooo`koo`80013oo`00@Ooo00<00?ooool01?oo00<00?ooool0oooo3Ooo00<00?ooool03_oo 0011ool00`00ooooo`04ool00`00ooooo`3oool=ool00`00ooooo`0>ool0047oo`03003ooooo00Co o`03003ooooo0?ooo`goo`03003ooooo00koo`00@Ooo00<00?ooool01?oo00<00?ooool0oooo3Ooo 00<00?ooool03_oo0011ool00`00ooooo`04ool00`00ooooo`3oool=ool00`00ooooo`0>ool0047o o`8000Goo`03003ooooo0?ooo`coo`80013oo`00@Ooo00<00?ooool01?oo00<00?ooool0oooo3Ooo 00<00?ooool03_oo000Pool50005ool30003ool40004ool40005ool00`00ooooo`02ool5003oool= ool00`00ooooo`0>ool002;oo`03003ooooo00Koo`05003oooooool00004ool01000ooooo`001?oo 00<00?ooool00_oo00<00?ooool0oooo5?oo00<00?ooool03_oo000Rool00`00ooooo`06ool01@00 oooooooo00001?oo00@00?ooool000Coo`03003ooooo00;oo`03003ooooo0?oooaCoo`03003ooooo 00koo`008_oo00<00?ooool00_oo1P000_oo00<00?ooool00_oo00@00?ooool000Coo`03003ooooo 00;oo`<000Coo`03003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Koo`03003ooooo00Ooo`03 003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Koo`03003ooooo00Ooo`03 003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Koo`03003ooooo00Ooo`03 003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Koo`03003ooooo00Ooo`03 003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Koo`03 003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00;oo`80013oo`008_oo00<0 0?ooool00ooo00@00?ooool000?oo`03003ooooo00;oo`04003ooooo0004ool00`00ooooo`02oooo 000H000@ool002;oo`03003ooooo00?oo`04003ooooo0003ool00`00ooooo`02ool01000ooooo`00 1?oo00<00?ooool0oooo:_oo000Pool30006ool00`00ool00003ool00`00ooooo`02ool01000oooo o`001?oo00<00?ooool0oooo:_oo000Rool00`00ooooo`05ool20004ool40004ool4003oool]ool0 0?ooofWoo`00ooooJOoo003ooomYool00;Soo`<00:goo`00^Ooo00<00?ooool0[?oo002Yool50002 ool300001?oo000000000_oo10001Ooo0P0000?oo`0000000ooo0`002?oo10001Ooo0`0000?oo`00 00000ooo0`001?oo0`0000?oo`000000M?oo002[ool00`00ooooo`03ool01@00oooooooo00000ooo 00D00?ooooooo`0000?oo`03003ooooo008000?oo`05003oooooool00008ool01000ooooo`000ooo 00@00?ooooooo`8000?oo`05003oooooool00002ool01000oooooooo0P00MOoo002[ool00`00oooo o`03ool01@00oooooooo00000ooo00D00?ooooooo`0000?oo`05003oooooool00003ool00`00oooo o`0:ool01@00oooooooo00000_oo00<00?ooool00_oo00D00?ooooooo`0000Koo`03003ooooo00;o o`03003ooooo07?oo`00Zooo00<00?ooool00ooo00D00?ooooooo`0000?oo`05003oooooool00003 ool01@00oooooooo00000ooo00<00?ooool02_oo00D00?ooooooo`0000?oo`D000?oo`03003ooooo 00Goo`D007Goo`00Zooo00<00?ooool00ooo0P000_oo00@00?ooooooo`8000;oo`05003oooooool0 0003ool01@00oooooooo00003?oo00D00?ooooooo`0000;oo`03003ooooo00;oo`05003oooooool0 0006ool00`00ooooo`02ool00`00ooooo`1cool00:_oo`03003ooooo00;oo`800003ool0000000?o o`800003ool0000000?oo`8000;oo`8000;oo`D000Woo`05003oooooool00003ool40003ool50004 ool4001fool00:_oo`03003ooooo01_oo`03003ooooo00[oo`04003ooooo000"], ImageRangeCache->{{{115, 402}, {241.062, 64.125}} -> {-110.445, 947.242, \ 0.638253, 4.68929}}] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[StyleBox["Input Test Data", FontSize->14]], "Subsection", Editable->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(Clear[dataType, dataInput, xdata, ydata, error, data, npts, xmax, xmin];\)\), "\n", \(\(dataType = 1;\)\), "\[IndentingNewLine]", \(\(testData = Input["\"];\)\), \ "\[IndentingNewLine]", \(\(Which[\[IndentingNewLine]testData \[Equal] \ 1, \[IndentingNewLine]Clear[xdata, ydata, yyy, yyy1, yyy2, yyy3]; \[IndentingNewLine]xdata = Table[i, {i, 1, 500}]; \[IndentingNewLine]yyy1 = Table[0. , {i, 1, 500}]; \[IndentingNewLine]Do[ yyy1\[LeftDoubleBracket]i\[RightDoubleBracket] = 80. \ \[ExponentialE]\^\(-\(\((xdata\[LeftDoubleBracket]i\ \[RightDoubleBracket] - 300)\)\^2\/\(2\ 10\^2\)\)\), {i, 250, 350}]; \[IndentingNewLine]yyy2 = Table[0. , {i, 1, 500}]; \[IndentingNewLine]Do[ yyy2\[LeftDoubleBracket]i\[RightDoubleBracket] = 70. \ \[ExponentialE]\^\(-\(\((xdata\[LeftDoubleBracket]i\ \[RightDoubleBracket] - 335)\)\^2\/\(2\ 10\^2\)\)\), {i, 285, 385}]; \[IndentingNewLine]yyy3 = 100. \ - \ 0.1\ xdata; \[IndentingNewLine]yyy = yyy1 + yyy2 + yyy3; \[IndentingNewLine]ydata = yyy + Sqrt[yyy]\ Table[ 2\ \((Random[] - 0.5)\), {i, 1, 500}], \[IndentingNewLine]testData \[Equal] \ 2, \[IndentingNewLine]\(Clear[xdata, ydata, yyy, yyy1, yyy2, yyy3];\)\[IndentingNewLine]\(xdata = Table[i, {i, 1, 500}];\)\[IndentingNewLine]\(yyy1 = Table[0. , {i, 1, 500}];\)\[IndentingNewLine]Do[ yyy1\[LeftDoubleBracket]i\[RightDoubleBracket] = 80. \ 10\^2/\((\((xdata\[LeftDoubleBracket]i\ \[RightDoubleBracket] - 300)\)\^2 + 10\^2)\), {i, 250, 350}]; \[IndentingNewLine]\(yyy2 = Table[0. , {i, 1, 500}];\)\[IndentingNewLine]Do[ yyy2\[LeftDoubleBracket]i\[RightDoubleBracket] = 70. \ 10\^2/\((\((xdata\[LeftDoubleBracket]i\ \[RightDoubleBracket] - 350)\)\^2 + 10\^2)\), {i, 300, 400}]; \[IndentingNewLine]yyy3 = 100. \ - \ 0.1\ xdata; \[IndentingNewLine]\(yyy = yyy1 + yyy2 + yyy3;\)\[IndentingNewLine]\(ydata = yyy + Sqrt[yyy]\ Table[ 2\ \((Random[] - 0.5)\), {i, 1, 500}]\), \[IndentingNewLine]testData \[Equal] \ 3, \[IndentingNewLine]xdata = Table[i, {i, 1, 1000, 10}]; \[IndentingNewLine]yyy = 100. \ Exp[\(-xdata\)/50. ] + 75. \ Exp[\(-xdata\)/700. ]; \[IndentingNewLine]ydata = yyy\ + \ Sqrt[yyy]\ Table[ 2\ \((Random[] - 0.5)\), {i, 1, 1000, 10}]\[IndentingNewLine]\ \ \ \ \ \ \ \ \ \ \ ];\)\), "\n", \(\(xLabel = "\";\)\), "\[IndentingNewLine]", \(\(yLabel = "\";\)\), "\[IndentingNewLine]", \(\(plotLabel = "\" <> "\< \>" <> dateString;\)\), "\[IndentingNewLine]", \(\(data = Transpose[{xdata, ydata}];\)\), "\n", \(\(dataFit = data;\)\), "\[IndentingNewLine]", \(\(xmax = scaleFactor\ Max[xdata];\)\), "\n", \(\(xmin = scaleFactor\ Min[xdata];\)\), "\n", \(\(npts = Length[data];\)\), "\[IndentingNewLine]", \(\(initc = 1;\)\), "\[IndentingNewLine]", \(\(finalc = npts;\)\), "\[IndentingNewLine]", \(\(dataRange = {{xdata\[LeftDoubleBracket]1\[RightDoubleBracket], ydata\[LeftDoubleBracket]1\[RightDoubleBracket]}, {xdata\ \[LeftDoubleBracket]npts\[RightDoubleBracket], ydata\[LeftDoubleBracket]npts\[RightDoubleBracket]}};\)\), "\ \[IndentingNewLine]", \(\(error = \@ydata;\)\), "\[IndentingNewLine]", \(\(dataPlot = \(dataFitPlot = ListPlot[data, Frame \[Rule] \ True, PlotRange \[Rule] \ All, Prolog\ \[Rule] \ AbsolutePointSize[3], Axes \[Rule] \ False, FrameLabel \[Rule] \ {xLabel, yLabel}, PlotLabel \[Rule] \ plotLabel]\);\)\), "\[IndentingNewLine]", \(\(InputString["\"];\)\), "\[IndentingNewLine]", \(\(fittingOption = 0;\)\), "\[IndentingNewLine]", \(\(weightingOption = 0;\)\), "\n", \(\(NotebookLocate["\
"];\)\), "\[IndentingNewLine]", \(\(SelectionEvaluateCreateCell[nb];\)\)}], "Input", CellLabel->"In[411]:=", Editable->False, FontSize->12, CellTags->"Input Test Data"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0219009 0.00190858 -0.208189 0.00510978 [ [.0219 -0.0125 -3 -9 ] [.0219 -0.0125 3 0 ] [.21276 -0.0125 -9 -9 ] [.21276 -0.0125 9 0 ] [.40362 -0.0125 -9 -9 ] [.40362 -0.0125 9 0 ] [.59447 -0.0125 -9 -9 ] [.59447 -0.0125 9 0 ] [.78533 -0.0125 -9 -9 ] [.78533 -0.0125 9 0 ] [.97619 -0.0125 -9 -9 ] [.97619 -0.0125 9 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -5 -18.8125 ] [.5 -0.0125 5 -9 ] [-0.0125 .0984 -12 -4.5 ] [-0.0125 .0984 0 4.5 ] [-0.0125 .20059 -12 -4.5 ] [-0.0125 .20059 0 4.5 ] [-0.0125 .30279 -18 -4.5 ] [-0.0125 .30279 0 4.5 ] [-0.0125 .40498 -18 -4.5 ] [-0.0125 .40498 0 4.5 ] [-0.0125 .50718 -18 -4.5 ] [-0.0125 .50718 0 4.5 ] [-0.0125 .60938 -18 -4.5 ] [-0.0125 .60938 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -27.8125 -5.03125 ] [-0.01875 .30902 -18 5.03125 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [.5 .63053 -71 0 ] [.5 .63053 71 9.8125 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .0219 0 m .0219 .00625 L s [(0)] .0219 -0.0125 0 1 Mshowa .21276 0 m .21276 .00625 L s [(100)] .21276 -0.0125 0 1 Mshowa .40362 0 m .40362 .00625 L s [(200)] .40362 -0.0125 0 1 Mshowa .59447 0 m .59447 .00625 L s [(300)] .59447 -0.0125 0 1 Mshowa .78533 0 m .78533 .00625 L s [(400)] .78533 -0.0125 0 1 Mshowa .97619 0 m .97619 .00625 L s [(500)] .97619 -0.0125 0 1 Mshowa .125 Mabswid .06007 0 m .06007 .00375 L s .09824 0 m .09824 .00375 L s .13642 0 m .13642 .00375 L s .17459 0 m .17459 .00375 L s .25093 0 m .25093 .00375 L s .2891 0 m .2891 .00375 L s .32727 0 m .32727 .00375 L s .36545 0 m .36545 .00375 L s .44179 0 m .44179 .00375 L s .47996 0 m .47996 .00375 L s .51813 0 m .51813 .00375 L s .5563 0 m .5563 .00375 L s .63265 0 m .63265 .00375 L s .67082 0 m .67082 .00375 L s .70899 0 m .70899 .00375 L s .74716 0 m .74716 .00375 L s .8235 0 m .8235 .00375 L s .86168 0 m .86168 .00375 L s .89985 0 m .89985 .00375 L s .93802 0 m .93802 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -66 -22.8125 Mabsadd m 1 1 Mabs scale currentpoint translate 0 17.8125 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 11.250 moveto %%IncludeResource: 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 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .0984 m .00625 .0984 L s [(60)] -0.0125 .0984 1 0 Mshowa 0 .20059 m .00625 .20059 L s [(80)] -0.0125 .20059 1 0 Mshowa 0 .30279 m .00625 .30279 L s [(100)] -0.0125 .30279 1 0 Mshowa 0 .40498 m .00625 .40498 L s [(120)] -0.0125 .40498 1 0 Mshowa 0 .50718 m .00625 .50718 L s [(140)] -0.0125 .50718 1 0 Mshowa 0 .60938 m .00625 .60938 L s [(160)] -0.0125 .60938 1 0 Mshowa .125 Mabswid 0 .02175 m .00375 .02175 L s 0 .0473 m .00375 .0473 L s 0 .07285 m .00375 .07285 L s 0 .12395 m .00375 .12395 L s 0 .1495 m .00375 .1495 L s 0 .17504 m .00375 .17504 L s 0 .22614 m .00375 .22614 L s 0 .25169 m .00375 .25169 L s 0 .27724 m .00375 .27724 L s 0 .32834 m .00375 .32834 L s 0 .35389 m .00375 .35389 L s 0 .37944 m .00375 .37944 L s 0 .43053 m .00375 .43053 L s 0 .45608 m .00375 .45608 L s 0 .48163 m .00375 .48163 L s 0 .53273 m .00375 .53273 L s 0 .55828 m .00375 .55828 L s 0 .58383 m .00375 .58383 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -88.9375 -8.90625 Mabsadd m 1 1 Mabs scale currentpoint translate 66.0312 8.90625 translate 90 rotate -66.0312 -8.90625 translate 0 17.8125 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 11.250 moveto %%IncludeResource: 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.062 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 69.062 11.250 moveto %%IncludeResource: 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 .0219 .61178 m .0219 .61803 L s .21276 .61178 m .21276 .61803 L s .40362 .61178 m .40362 .61803 L s .59447 .61178 m .59447 .61803 L s .78533 .61178 m .78533 .61803 L s .97619 .61178 m .97619 .61803 L s .125 Mabswid .06007 .61428 m .06007 .61803 L s .09824 .61428 m .09824 .61803 L s .13642 .61428 m .13642 .61803 L s .17459 .61428 m .17459 .61803 L s .25093 .61428 m .25093 .61803 L s .2891 .61428 m .2891 .61803 L s .32727 .61428 m .32727 .61803 L s .36545 .61428 m .36545 .61803 L s .44179 .61428 m .44179 .61803 L s .47996 .61428 m .47996 .61803 L s .51813 .61428 m .51813 .61803 L s .5563 .61428 m .5563 .61803 L s .63265 .61428 m .63265 .61803 L s .67082 .61428 m .67082 .61803 L s .70899 .61428 m .70899 .61803 L s .74716 .61428 m .74716 .61803 L s .8235 .61428 m .8235 .61803 L s .86168 .61428 m .86168 .61803 L s .89985 .61428 m .89985 .61803 L s .93802 .61428 m .93802 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .0984 m 1 .0984 L s .99375 .20059 m 1 .20059 L s .99375 .30279 m 1 .30279 L s .99375 .40498 m 1 .40498 L s .99375 .50718 m 1 .50718 L s .99375 .60938 m 1 .60938 L s .125 Mabswid .99625 .02175 m 1 .02175 L s .99625 .0473 m 1 .0473 L s .99625 .07285 m 1 .07285 L s .99625 .12395 m 1 .12395 L s .99625 .1495 m 1 .1495 L s .99625 .17504 m 1 .17504 L s .99625 .22614 m 1 .22614 L s .99625 .25169 m 1 .25169 L s .99625 .27724 m 1 .27724 L s .99625 .32834 m 1 .32834 L s .99625 .35389 m 1 .35389 L s .99625 .37944 m 1 .37944 L s .99625 .43053 m 1 .43053 L s .99625 .45608 m 1 .45608 L s .99625 .48163 m 1 .48163 L s .99625 .53273 m 1 .53273 L s .99625 .55828 m 1 .55828 L s .99625 .58383 m 1 .58383 L s .25 Mabswid 1 0 m 1 .61803 L s gsave .5 .63053 -132 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 17.8125 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 11.250 moveto %%IncludeResource: 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 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Input) show 99.000 11.250 moveto (Data) show 147.000 11.250 moveto (5) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 153.000 11.250 moveto (\\220) show 159.000 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (21) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 171.000 11.250 moveto (\\220) show 177.000 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2003) show 201.000 11.250 moveto %%IncludeResource: 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 3 Mabswid .02381 .34488 Mdot .02572 .35201 Mdot .02763 .32472 Mdot .02954 .25083 Mdot .03144 .28175 Mdot .03335 .27726 Mdot .03526 .25269 Mdot .03717 .26361 Mdot .03908 .33221 Mdot .04099 .30693 Mdot .0429 .24661 Mdot .0448 .25356 Mdot .04671 .30129 Mdot .04862 .32572 Mdot .05053 .25832 Mdot .05244 .34093 Mdot .05435 .25877 Mdot .05626 .29396 Mdot .05816 .31344 Mdot .06007 .31594 Mdot .06198 .24427 Mdot .06389 .34157 Mdot .0658 .24739 Mdot .06771 .27082 Mdot .06962 .2507 Mdot .07152 .23935 Mdot .07343 .27266 Mdot .07534 .26774 Mdot .07725 .31735 Mdot .07916 .30993 Mdot .08107 .26632 Mdot .08298 .25013 Mdot .08488 .33189 Mdot .08679 .24848 Mdot .0887 .26406 Mdot .09061 .24056 Mdot .09252 .27452 Mdot .09443 .26691 Mdot .09634 .24832 Mdot .09824 .24293 Mdot .10015 .25736 Mdot .10206 .31455 Mdot .10397 .27623 Mdot .10588 .26785 Mdot .10779 .25263 Mdot .1097 .31295 Mdot .1116 .26742 Mdot .11351 .23544 Mdot .11542 .23964 Mdot .11733 .31056 Mdot .11924 .23175 Mdot .12115 .30371 Mdot .12306 .2584 Mdot .12496 .23655 Mdot .12687 .29985 Mdot .12878 .28782 Mdot .13069 .26062 Mdot .1326 .32066 Mdot .13451 .26877 Mdot .13642 .27949 Mdot .13832 .31736 Mdot .14023 .28528 Mdot .14214 .25137 Mdot .14405 .26692 Mdot .14596 .28999 Mdot .14787 .29979 Mdot .14978 .30325 Mdot .15168 .22785 Mdot .15359 .26542 Mdot .1555 .31372 Mdot .15741 .26309 Mdot .15932 .21896 Mdot .16123 .2518 Mdot .16314 .22951 Mdot .16504 .25632 Mdot .16695 .23899 Mdot .16886 .21779 Mdot .17077 .21663 Mdot .17268 .27849 Mdot .17459 .27253 Mdot .1765 .2777 Mdot .1784 .21675 Mdot .18031 .2313 Mdot .18222 .2143 Mdot .18413 .27934 Mdot .18604 .24966 Mdot .18795 .29712 Mdot .18986 .26428 Mdot .19176 .30588 Mdot .19367 .26605 Mdot .19558 .21203 Mdot .19749 .2532 Mdot .1994 .25715 Mdot .20131 .26653 Mdot .20322 .26207 Mdot .20512 .24901 Mdot .20703 .22006 Mdot .20894 .25093 Mdot .21085 .21954 Mdot .21276 .22314 Mdot .21467 .2147 Mdot .21658 .24617 Mdot .21848 .25011 Mdot .22039 .25905 Mdot .2223 .24499 Mdot .22421 .23938 Mdot .22612 .22847 Mdot .22803 .25369 Mdot .22994 .27146 Mdot .23184 .29463 Mdot .23375 .23638 Mdot .23566 .29341 Mdot .23757 .26957 Mdot .23948 .23525 Mdot .24139 .22996 Mdot .2433 .24577 Mdot .2452 .21759 Mdot .24711 .26959 Mdot .24902 .26819 Mdot .25093 .20045 Mdot .25284 .20042 Mdot .25475 .22137 Mdot .25666 .25046 Mdot .25856 .27449 Mdot .26047 .28226 Mdot .26238 .27158 Mdot .26429 .20069 Mdot .2662 .21537 Mdot .26811 .23652 Mdot .27002 .23092 Mdot .27192 .26574 Mdot .27383 .25498 Mdot .27574 .25801 Mdot .27765 .22905 Mdot .27956 .22567 Mdot .28147 .25318 Mdot .28338 .2792 Mdot .28528 .18874 Mdot .28719 .19011 Mdot .2891 .20149 Mdot .29101 .25476 Mdot .29292 .20739 Mdot .29483 .20962 Mdot .29674 .1927 Mdot .29864 .24539 Mdot .30055 .27145 Mdot .30246 .24444 Mdot .30437 .20333 Mdot .30628 .2477 Mdot .30819 .18948 Mdot .3101 .23196 Mdot .312 .27011 Mdot .31391 .19893 Mdot .31582 .23989 Mdot .31773 .2474 Mdot .31964 .20165 Mdot .32155 .221 Mdot .32346 .19612 Mdot .32537 .20647 Mdot .32727 .22688 Mdot .32918 .22 Mdot .33109 .19029 Mdot .333 .19878 Mdot .33491 .20744 Mdot .33682 .24097 Mdot .33873 .25749 Mdot .34063 .26324 Mdot .34254 .19481 Mdot .34445 .17584 Mdot .34636 .25926 Mdot .34827 .19804 Mdot .35018 .16981 Mdot .35209 .19961 Mdot .35399 .24681 Mdot .3559 .2362 Mdot .35781 .16992 Mdot .35972 .17656 Mdot .36163 .1828 Mdot .36354 .25693 Mdot .36545 .23537 Mdot .36735 .22239 Mdot .36926 .2526 Mdot .37117 .22345 Mdot .37308 .18135 Mdot .37499 .1747 Mdot .3769 .23365 Mdot .37881 .19572 Mdot .38071 .2368 Mdot .38262 .19659 Mdot .38453 .23858 Mdot .38644 .19454 Mdot .38835 .21056 Mdot .39026 .18867 Mdot .39217 .23962 Mdot .39407 .1638 Mdot .39598 .20712 Mdot .39789 .24701 Mdot .3998 .15928 Mdot .40171 .18509 Mdot .40362 .20167 Mdot .40553 .23444 Mdot .40743 .2316 Mdot .40934 .18377 Mdot .41125 .22102 Mdot .41316 .17484 Mdot .41507 .23283 Mdot .41698 .21331 Mdot .41889 .20046 Mdot .42079 .16047 Mdot .4227 .15976 Mdot .42461 .17718 Mdot .42652 .21414 Mdot .42843 .21333 Mdot .43034 .17073 Mdot .43225 .23095 Mdot .43415 .16101 Mdot .43606 .18129 Mdot .43797 .1785 Mdot .43988 .22241 Mdot .44179 .19976 Mdot .4437 .18016 Mdot .44561 .17312 Mdot .44751 .19102 Mdot .44942 .15162 Mdot .45133 .18929 Mdot .45324 .18453 Mdot .45515 .1591 Mdot .45706 .17244 Mdot .45897 .16522 Mdot .46087 .19257 Mdot .46278 .1859 Mdot .46469 .21132 Mdot .4666 .15346 Mdot .46851 .18096 Mdot .47042 .15668 Mdot .47233 .14516 Mdot .47423 .17706 Mdot .47614 .15668 Mdot .47805 .16185 Mdot .47996 .21869 Mdot .48187 .14096 Mdot .48378 .21189 Mdot .48569 .17328 Mdot .48759 .16287 Mdot .4895 .19298 Mdot .49141 .18137 Mdot .49332 .21345 Mdot .49523 .1527 Mdot .49714 .14517 Mdot .49905 .1378 Mdot .50095 .19435 Mdot .50286 .20855 Mdot .50477 .20761 Mdot .50668 .1728 Mdot .50859 .14703 Mdot .5105 .13571 Mdot .51241 .19125 Mdot .51431 .12901 Mdot .51622 .12676 Mdot .51813 .12637 Mdot .52004 .14994 Mdot .52195 .19534 Mdot .52386 .18758 Mdot .52577 .13082 Mdot .52767 .14287 Mdot .52958 .20578 Mdot .53149 .14827 Mdot .5334 .18951 Mdot .53531 .17195 Mdot .53722 .15892 Mdot .53913 .15791 Mdot .54103 .1724 Mdot .54294 .1634 Mdot .54485 .15914 Mdot .54676 .19216 Mdot .54867 .19501 Mdot .55058 .18977 Mdot .55249 .22478 Mdot .55439 .19818 Mdot .5563 .21752 Mdot .55821 .25192 Mdot .56012 .26651 Mdot .56203 .24679 Mdot .56394 .27368 Mdot .56585 .2893 Mdot .56775 .35988 Mdot .56966 .35345 Mdot .57157 .3496 Mdot .57348 .35469 Mdot .57539 .3528 Mdot .5773 .41914 Mdot .57921 .47498 Mdot .58111 .50218 Mdot .58302 .51488 Mdot .58493 .46135 Mdot .58684 .49297 Mdot .58875 .52552 Mdot .59066 .53558 Mdot .59257 .54996 Mdot .59447 .57045 Mdot .59638 .60332 Mdot .59829 .55908 Mdot .6002 .48134 Mdot .60211 .47429 Mdot .60402 .46331 Mdot .60593 .52743 Mdot .60783 .48459 Mdot .60974 .4563 Mdot .61165 .44195 Mdot .61356 .44192 Mdot .61547 .4304 Mdot .61738 .32295 Mdot .61929 .33136 Mdot .62119 .36125 Mdot .6231 .31864 Mdot .62501 .30098 Mdot .62692 .31582 Mdot .62883 .26183 Mdot .63074 .29452 Mdot .63265 .27673 Mdot .63455 .28803 Mdot .63646 .34941 Mdot .63837 .3877 Mdot .64028 .36398 Mdot .64219 .35405 Mdot .6441 .34836 Mdot .64601 .45355 Mdot .64791 .42494 Mdot .64982 .4093 Mdot .65173 .43679 Mdot .65364 .44662 Mdot .65555 .53368 Mdot .65746 .50048 Mdot .65937 .49492 Mdot .66127 .4822 Mdot .66318 .53378 Mdot .66509 .4587 Mdot .667 .5077 Mdot .66891 .5154 Mdot .67082 .44614 Mdot .67273 .45366 Mdot .67463 .43346 Mdot .67654 .39734 Mdot .67845 .34842 Mdot .68036 .3456 Mdot .68227 .27183 Mdot .68418 .31477 Mdot .68609 .30478 Mdot .688 .2276 Mdot .6899 .27735 Mdot .69181 .24406 Mdot .69372 .18398 Mdot .69563 .23345 Mdot .69754 .18434 Mdot .69945 .16107 Mdot .70136 .14063 Mdot .70326 .13624 Mdot .70517 .18719 Mdot .70708 .17884 Mdot .70899 .12503 Mdot .7109 .08952 Mdot .71281 .10177 Mdot .71472 .16505 Mdot .71662 .15294 Mdot .71853 .10198 Mdot .72044 .11601 Mdot .72235 .10941 Mdot .72426 .11904 Mdot .72617 .13623 Mdot .72808 .10986 Mdot .72998 .13429 Mdot .73189 .13509 Mdot .7338 .11855 Mdot .73571 .11617 Mdot .73762 .07311 Mdot .73953 .11268 Mdot .74144 .12076 Mdot .74334 .0704 Mdot .74525 .11936 Mdot .74716 .08858 Mdot .74907 .09337 Mdot .75098 .06899 Mdot .75289 .11987 Mdot .7548 .13582 Mdot .7567 .09077 Mdot .75861 .13166 Mdot .76052 .11834 Mdot .76243 .14367 Mdot .76434 .06665 Mdot .76625 .09225 Mdot .76816 .08419 Mdot .77006 .09897 Mdot .77197 .08409 Mdot .77388 .13458 Mdot .77579 .10184 Mdot .7777 .11509 Mdot .77961 .11581 Mdot .78152 .08856 Mdot .78342 .09761 Mdot .78533 .07151 Mdot .78724 .06381 Mdot .78915 .08554 Mdot .79106 .12504 Mdot .79297 .12866 Mdot .79488 .11575 Mdot .79678 .08201 Mdot .79869 .07102 Mdot .8006 .05853 Mdot .80251 .08934 Mdot .80442 .09367 Mdot .80633 .09524 Mdot .80824 .05742 Mdot .81014 .08479 Mdot .81205 .06354 Mdot .81396 .07253 Mdot .81587 .09799 Mdot .81778 .06129 Mdot .81969 .06811 Mdot .8216 .10863 Mdot .8235 .12048 Mdot .82541 .08267 Mdot .82732 .11563 Mdot .82923 .06898 Mdot .83114 .10589 Mdot .83305 .07528 Mdot .83496 .08637 Mdot .83686 .07807 Mdot .83877 .11077 Mdot .84068 .09239 Mdot .84259 .0588 Mdot .8445 .06082 Mdot .84641 .10517 Mdot .84832 .0562 Mdot .85022 .09491 Mdot .85213 .09485 Mdot .85404 .0988 Mdot .85595 .0994 Mdot .85786 .08165 Mdot .85977 .07231 Mdot .86168 .05085 Mdot .86358 .08692 Mdot .86549 .06207 Mdot .8674 .08889 Mdot .86931 .05538 Mdot .87122 .05167 Mdot .87313 .07023 Mdot .87504 .0661 Mdot .87694 .07204 Mdot .87885 .09777 Mdot .88076 .10487 Mdot .88267 .10834 Mdot .88458 .08172 Mdot .88649 .04922 Mdot .8884 .08871 Mdot .8903 .08972 Mdot .89221 .09469 Mdot .89412 .0344 Mdot .89603 .03539 Mdot .89794 .03599 Mdot .89985 .03661 Mdot .90176 .05052 Mdot .90366 .06834 Mdot .90557 .07754 Mdot .90748 .09861 Mdot .90939 .07664 Mdot .9113 .04349 Mdot .91321 .10057 Mdot .91512 .07926 Mdot .91702 .06054 Mdot .91893 .08329 Mdot .92084 .06932 Mdot .92275 .04182 Mdot .92466 .07173 Mdot .92657 .08691 Mdot .92848 .06907 Mdot .93038 .06717 Mdot .93229 .05429 Mdot .9342 .03035 Mdot .93611 .08488 Mdot .93802 .07759 Mdot .93993 .04955 Mdot .94184 .02426 Mdot .94374 .07753 Mdot .94565 .0692 Mdot .94756 .0272 Mdot .94947 .05739 Mdot .95138 .02773 Mdot .95329 .07149 Mdot .9552 .05059 Mdot .9571 .03954 Mdot .95901 .02666 Mdot .96092 .0177 Mdot .96283 .01472 Mdot .96474 .05371 Mdot .96665 .05399 Mdot .96856 .07139 Mdot .97046 .03867 Mdot .97237 .06213 Mdot .97428 .07932 Mdot .97619 .02569 Mdot 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath % End of Graphics MathPictureEnd \ \>"], "Graphics", CellLabel->"From In[411]:=", ImageSize->{288, 177.938}, ImageMargins->{{35, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg[oo`05003oooooool00031ool00>_o o`03003oo`000<;oo`00k?oo00<00?ooool0`Ooo003[ool00`00ool00032ool00>[oo`8000;oo`03 003ooooo0;ooo`00jOoo0`000_oo0`00_ooo003ooonaool00?oook7oo`00oooo/Ooo003ooonaool0 0?oook7oo`00AOoo0`00=Ooo1P001?oo0`001_oo0`00;?oo1P001Ooo0`001_oo0`00:ooo1@001_oo 0`001_oo0`00;Ooo10001Ooo0`001_oo0`00;?oo10001_oo0`001_oo0`005?oo0014ool20002ool0 0`00ooooo`0dool00`00ooooo`04ool20002ool00`00ooooo`02ool20002ool00`00ooooo`0Zool0 1@00oooooooo00001?oo0P000_oo00<00?ooool00_oo0P000_oo00<00?ooool0;Ooo00<00?ooool0 0_oo0P000_oo00<00?ooool00_oo0P000_oo00<00?ooool0;?oo00<00?ooool00ooo0P000_oo00<0 0?ooool00_oo0P000_oo00<00?ooool0;Ooo00<00?ooool00_oo0P000_oo00<00?ooool00_oo0P00 0_oo00<00?ooool04Ooo0014ool00`00ooooo`02ool00`00ooooo`0cool00`00ooooo`04ool00`00 ooooo`02ool01@00oooooooo00001?oo00<00?ooool0:_oo00<00?ooool01Ooo00<00?ooool00_oo 00D00?ooooooo`0000Coo`03003ooooo02coo`03003ooooo00;oo`03003ooooo00;oo`05003ooooo ool00004ool00`00ooooo`0Wool60004ool00`00ooooo`02ool01@00oooooooo00001?oo00<00?oo ool0;Ooo00D00?ooooooo`0000Coo`05003oooooool00004ool00`00ooooo`0@ool004Coo`03003o oooo00;oo`03003ooooo03?oo`03003ooooo00Coo`03003ooooo00;oo`05003oooooool00004ool0 0`00ooooo`0[ool00`00ooooo`04ool00`00ooooo`02ool01@00oooooooo00001?oo00<00?ooool0 ;?oo00<00?ooool00_oo00<00?ooool00_oo00D00?ooooooo`0000Coo`03003ooooo02Ooo`05003o ooooool00005ool00`00ooooo`02ool01@00oooooooo00001?oo00<00?ooool0;Ooo00D00?oooooo o`0000Coo`05003oooooool00004ool00`00ooooo`0@ool004Coo`03003ooooo00;oo`03003ooooo 03?oo`03003ooooo00Coo`03003ooooo00;oo`05003oooooool00004ool00`00ooooo`0/ool00`00 ooooo`03ool00`00ooooo`02ool01@00oooooooo00001?oo00<00?ooool0:ooo0P001?oo00<00?oo ool00_oo00D00?ooooooo`0000Coo`03003ooooo02Soo`04003ooooo0005ool00`00ooooo`02ool0 1@00oooooooo00001?oo00<00?ooool0;?oo00<00?ooool00_oo00<00?ooool00_oo00D00?oooooo o`0000Coo`03003ooooo013oo`00A?oo00<00?ooool00_oo00<00?ooool0ool80006ool00`00ool000020008ool60005ool40002ool01000oooooooo 1@007?oo00<00?ooool04ooo000[ool40005ool00`00ooooo`02ool00`00ooooo`03ool00`00oooo o`3dool5000?ool400000ooo003oo`09ool00`00ooooo`02ool300000ooo000000040006ool40007 ool4000Lool00`00ooooo`0Cool002_oo`03003ooooo00Koo`03003ooooo00;oo`03003ooooo00?o o`03003ooooo0?Goo`03003oo`0000@000koo`03003ooooo00coo``000Soo`@000Woo`03003ooooo 01_oo`03003ooooo01?oo`00;?oo00<00?ooool01Ooo00D00?ooooooo`0000Koo`03003ooooo0?Ko o`H00004ool00000000Hool400000ooo0000000300000ooo003oo`09ool3000Wool00`00ooooo`0C ool002goo`@000Coo`<000Ooo`03003ooooo0?Koo`X000[oo`@000;oo`<000Koo`T000goo`03003o oooo02Koo`03003ooooo01?oo`00?ooo00<00?ooool0mOoo4P000_oo1@0000?oo`0000000P001ooo 10000_oo00<00?ooool0=Ooo00<00?ooool04ooo000oool00`00ooooo`3foolA0003ool40002ool3 0007ool4000jool00`00ooooo`0Cool003ooo`03003ooooo0?;oo`<000;oo`<00003ool0000000X0 00Coo`8000;oo`<000Ooo`@003_oo`03003ooooo01?oo`00?ooo0P00/?oo1000?_oo10000ooo00@0 0?ooooooo`D00005ool00?ooool00008ool40008ool3000jool2000Eool003ooo`03003ooooo0:ko o`P003coo`<000Woo`03003ooooo00koo`<000Woo`03003ooooo03[oo`03003ooooo01?oo`00?ooo 00<00?ooool0[_oo2000?Ooo00<00?ooool00ooo0`001ooo0`002?oo1000A_oo00<00?ooool04ooo 000oool00`00ooooo`2]ool500001?oo00000000>_oo0`001Ooo1@001Ooo10000ooo0`000ooo0`00 A_oo00<00?ooool04ooo000oool00`00ooooo`2Yool80003ool00`00ooooo`0hool40004ool60004 ool50002ool40004ool00`00ooooo`15ool00`00ooooo`0Cool003ooo`03003ooooo0:?oo`<000;o o`@00004ool000000003ool3000jool30005ool50005ool30004ool3001ooo1000H?oo00<00?ooool04ooo000oool00`00ooooo`27 ool30005ool30007ool400000ooo000000040004ool30007ool00`00ooooo`02ool5000iool3001P ool00`00ooooo`0Cool003ooo`03003ooooo08Koo`@000Coo`@00004ool000000003ool40002ool9 00000ooo003oo`0;ool6000cool30004ool00`00ooooo`1Oool00`00ooooo`0Cool003ooo`03003o oooo08Goo`D000?oo`T000Coo`D00003ool0000000H000ooo`D003;oo`@000;oo`<0067oo`03003o oooo01?oo`00?ooo00<00?ooool0Q?oo1@001Ooo0`000_oo0`001Ooo10000ooo1P004?oo1000ool50004ool00`00ooooo`05ool00`00ooooo`0Aool3 0005ool40007ool00`00ooooo`2Gool00`00ooooo`0Cool002_oo`03003ooooo00;oo`05003ooooo ool00004ool00`00ooooo`03ool00`00ooooo`10ool3000Fool00`00ooooo`05ool500000ooo003o o`03ool8000?ool7000Cool30004ool30003ool40006ool3002Qool00`00ooooo`0Cool002_oo`03 003ooooo00;oo`05003oooooool00003ool00`00ooooo`04ool00`00ooooo`0lool70004ool3000H ool40007ool300001?oo000000003_oo1`001?oo1`002?oo10000ooo1`0000Coo`00000000Ooo`03 003ooooo0:3oo`03003ooooo01?oo`00;?oo10001Ooo0`001ooo00<00?ooool0=ooo200000Coo`00 000000?oo`@000Ooo`<000Goo`<000Ooo`<000Soo`05003oooooool0000@ool300000ooo003oo`03 ool80009ool30004ool60002ool00`00ooooo`0>ool3002Hool00`00ooooo`0Cool003ooo`03003o oooo03Coo`/000;oo`03003ooooo00H000Koo`@000Coo`@000Soo`03003ooooo00Soo`<001;oo`03 003ooooo00Koo`L000[oo`03003ooooo00;oo`<00004ool00000000Bool4002Hool00`00ooooo`0C ool003ooo`03003ooooo03?oo`/000Goo`H000Soo`<00005ool00000003oo`03000@ool6000:ool4 000;ool40002ool20002ool3000:ool40002ool00`00ooooo`0Bool3002Hool00`00ooooo`0Cool0 03ooo`03003ooooo03Coo`<00005ool00000ool00008ool50009ool00`00ool000030002ool00`00 ooooo`03000;ool70009ool5000:ool40006ool4000;ool3000Fool3002Iool00`00ooooo`0Cool0 03ooo`03003ooooo037oo`<00004ool00000000=ool40002ool30007ool30004ool4000ool30007ool60002ool4000Xool00`00ooooo`0[ool6001Wool00`00 ooooo`0Cool003ooo`03003ooooo02Coo`L000Ooo`05003oooooool00004ool3000>ool70006ool4 00000ooo003oo`08ool30004ool00`00ooooo`06ool;0005ool70003ool3001Gool5001Wool00`00 ooooo`0Cool003ooo`03003ooooo01Goo`<000Coo`<000Coo`P000_oo`<000?oo`03003ooooo00_o o`P000Koo`@000goo`@000Coo`<000?oo`L00003ool0000000H000;oo`H000Coo`03003ooooo05So o`<006Ooo`03003ooooo01?oo`00?ooo00<00?ooool05?oo10000ooo1P000_oo100000Coo`000000 00[oo`@0013oo`P000Soo`<000goo`@000?oo`@000Coo`H000;oo`L000?oo`04003ooooo001Qool0 0`00ooooo`1Vool00`00ooooo`0Cool003ooo`03003ooooo00_oo`<000Coo`H000Coo`D000?oo`<0 00;oo`03003ooooo00[oo`<000koo`H00004ool00?ooool30006ool00`00ooooo`07ool40002ool3 0004ool30003ool30002ool00`00ooooo`02ool6000hool3000Zool3001Yool00`00ooooo`0Cool0 03ooo`03003ooooo00[oo`@000?oo`H000?oo`L000Coo`03003ooooo00ooo`03003ooooo00?oo`<0 00Coo`P000Coo`@000ooo`L00004ool000000004ool01000oooooooo10002Ooo00<00?oo00000`00 =Ooo1000:Ooo1000JOoo00<00?ooool04ooo000oool00`00ooooo`07ool300001?oo000000001?oo 1P0000?oo`0000001P003Ooo0`000ooo0`001Ooo10000ooo2@001Ooo0`0000Coo`00000000coo`X0 00Woo`<000_oo`@003Goo`@002[oo`<006Woo`03003ooooo01?oo`00?ooo0P001ooo2@001?oo2P00 00Goo`0000000?oo00<000Soo`@000;oo`@000Koo`<00003ool0000000/000Coo`03003oo`0000<0 00?oo`T00003ool0000000<00004ool00000000:ool01000oooooooo0`001ooo0`00=?oo1000;?oo 00<00?ooool0Iooo0P005Ooo000oool00`00ooooo`07ool:0003ool400001?oo000000000ooo1P00 2Ooo0`000ooo1@001Ooo00<00?oo00003@001ooo0`000_oo2P001?oo00D00?ooooooo`0000Goo`<0 00Goo`D000Soo`03003ooooo03Coo`<009Ooo`03003ooooo01?oo`00?ooo00<00?ooool02?oo2P00 1?oo00D00?ooooooo`0000?oo`L000;oo`H000;oo`03003ooooo00?oo`@000Soo`@00004ool00?oo ool50008ool00`00ooooo`02ool9000=ool60002ool60010ool00`00ooooo`2Fool00`00ooooo`0C ool003ooo`03003ooooo00Woo`<00003ool0000000<000Woo`<00006ool00000003oo`000_oo1`00 1_oo1P002Ooo10000_oo1@003ooo10000_oo00<00?ooool03Ooo1@000ooo1000F?oo0`00Oooo00<0 0?ooool04ooo000oool00`00ooooo`08ool40003ool30006ool90006ool600001Ooo00000000ool0 100000?oo`00ool01Ooo20000ooo0`003ooo0`004ooo1P001?oo00<00?ooool0@Ooo0`004ooo1000 Oooo00<00?ooool04ooo000oool00`00ooooo`09ool30004ool00`00ooooo`04ool900000ooo0000 00030002ool00`00ooooo`0;0007ool90004ool00`00ooooo`02ool70004ool4000Dool40018ool4 000Dool3001oool00`00ooooo`0Cool003ooo`03003ooooo00[oo`03003ooooo00Ooo`L00003ool0 000000P000Coo`L00004ool000000004ool30002ool70007ool:00001Ooo00000000ool00`001ooo 0`0000Coo`00000000Ooo`03003ooooo04Woo`<001Goo`03003ooooo00ooo`<006coo`03003ooooo 01?oo`00?ooo00<00?ooool04ooo1`000_oo0`000_oo1@001Ooo0`0000?oo`00ool00_oo00<00?oo ool00_oo10000ooo00D00?oo003oo`0000Ooo`l000;oo`03003ooooo00Goo`P005Coo`<002Goo`@0 06coo`03003ooooo01?oo`00?ooo00<00?ooool02?oo0`002Ooo1@000_oo100000Koo`0000000?oo 0007ool00`00ooooo`09ool5000?ool300001?oo003ooooo1`002ooo0`0000Coo`00000005?oo`@0 01Goo`<000koo`H006Woo`03003ooooo01?oo`00?ooo0P002?oo10002_oo00<00?oo00001?oo1`00 2Ooo0`002?oo20003_oo00<00?ooool01_oo0`001_oo0`001?oo00D00?ooooooo`0005Goo`<001Co o`@000ooo`D006Soo`8001Goo`00?ooo00<00?ooool01ooo10004_oo00<00?ooool00`002?oo1000 2Ooo1`006?oo0`001?oo1000Gooo00<00?ooool05?oo0`004Ooo0`00JOoo00<00?ooool04ooo000o ool00`00ooooo`06ool4000Gool00`00ooooo`08ool40009ool00`00ool00003000Gool40005ool3 001gool00`00ooooo`0Aool00`00ooooo`1Xool00`00ooooo`0Cool003ooo`03003ooooo00Ooo`<0 01ooo`T000_oo`03003ooooo01Ooo`<000Koo`03003ooooo05koo`<001Coo`<007goo`03003ooooo 01?oo`00?ooo00<00?ooool02?oo00<00?ooool07Ooo100000?oo`0000000`009_oo00<00?ooool0 IOoo10004ooo1000OOoo00<00?ooool04ooo000Jool5000Pool00`00ooooo`0@ool3000Fool30002 ool4000Kool4001`ool3000Cool4001mool00`00ooooo`0Cool001goo`03003ooooo00;oo`H000Co o`<000Koo`<000Ooo`03003ooooo00ooo`@001Ooo`03003ooooo00?oo`03003ooooo00_oo`<000_o o`D0077oo`03003ooooo017oo`@007koo`03003ooooo01?oo`007_oo00<00?ooool00ooo00<00?oo ool01?oo0P000_oo00<00?ooool00_oo0P000_oo00<00?ooool01?oo00<00?ooool03Ooo1P005Ooo 0`001Ooo0`002_oo10003?oo1000Q?oo1@00O_oo00<00?ooool04ooo000Nool00`00ooooo`03ool0 0`00ooooo`04ool00`00ooooo`02ool01@00oooooooo00001?oo00<00?ooool00ooo00<00?ooool0 3?oo100000?oo`00ool04ooo1@001?oo10002ooo0`003Ooo0P00Q?oo1@00Oooo00<00?ooool04ooo 000Nool20004ool00`00ooooo`04ool00`00ooooo`02ool01@00oooooooo00001?oo00<00?ooool0 0ooo0`002ooo1@005Ooo1P001?oo10003?oo0`00Tooo0`004_oo0`00JOoo0`005Ooo000Mool00`00 ool00004ool00`00ooooo`04ool00`00ooooo`02ool01@00oooooooo00001?oo00<00?ooool00ooo 00<00?ooool02_oo1@002Ooo0`002ooo10001_oo0`002ooo1000U?oo00<00?ooool04?oo1000Jooo 00<00?ooool04ooo000Lool01@00oooooooo00000ooo00<00?ooool01?oo00<00?ooool00_oo00D0 0?ooooooo`0000Coo`03003ooooo00?oo`03003ooooo00_oo`<000Woo`@000Ooo`H000Woo`03003o oooo00_oo`<00:Soo`<006_oo`03003ooooo01?oo`007?oo00D00?ooooooo`0000?oo`03003ooooo 00Coo`03003ooooo00;oo`05003oooooool00004ool00`00ooooo`03ool00`00ooooo`0ool40003ool3001kool00`00ooooo`0Cool003ooo`03003ooooo 0<7oo`<0013oo`<000;oo`@007_oo`03003ooooo01?oo`00?ooo00<00?ooool0`_oo00<00?ooool0 4?oo00<00?ooool00_oo0`00Nooo00<00?ooool04ooo000oool00`00ooooo`3Kool00`00ooooo`1j ool00`00ooooo`0Cool003ooo`03003ooooo0?oooeWoo`03003ooooo01?oo`00?ooo00<00?ooool0 ooooFOoo00<00?ooool04ooo000oool00`00ooooo`3ooomIool00`00ooooo`0Cool003ooo`800?oo oeWoo`8001Goo`00?ooo00<00?ooool0f_oo0`00Nooo00<00?ooool04ooo000oool00`00ooooo`3I ool4001kool00`00ooooo`0Cool003ooo`03003ooooo0=[oo`<007_oo`03003ooooo01?oo`00?ooo 00<00?ooool0fooo00<00?ooool0N_oo00<00?ooool04ooo000Rool60002ool60005ool30007ool0 0`00ooooo`3Wool3001^ool00`00ooooo`0Cool002Coo`03003ooooo00Coo`05003oooooool00004 ool20002ool00`00ooooo`04ool00`00ooooo`3Vool4001^ool00`00ooooo`0Cool002Coo`03003o oooo00Goo`03003ooooo00Goo`03003ooooo00;oo`03003ooooo00?oo`03003ooooo0>Ooo`<006ko o`03003ooooo01?oo`009?oo00<00?ooool01_oo00<00?ooool01?oo00<00?ooool00_oo00<00?oo ool00ooo00<00?ooool0j?oo00<00?ooool0KOoo00<00?ooool04ooo000Tool00`00ooooo`07ool0 0`00ooooo`03ool00`00ooooo`02ool00`00ooooo`03ool3003Nool3001eool3000Eool002Coo`03 003ooooo00Soo`03003ooooo00;oo`03003ooooo00;oo`03003ooooo00?oo`03003ooooo0=goo`@0 07Ooo`03003ooooo01?oo`009?oo00<00?ooool02?oo00<00?ooool00_oo00<00?ooool00_oo00<0 0?ooool00ooo00<00?ooool0g_oo0`00Mooo00<00?ooool04ooo000Tool00`00ooooo`03ool00`00 ooooo`02ool00`00ooooo`02ool01@00oooooooo00001_oo00<00?ooool0aOoo0`005ooo00<00?oo ool0M_oo00<00?ooool04ooo000Rool30005ool50006ool30007ool00`00ooooo`34ool4002@ool0 0`00ooooo`0Cool003ooo`03003ooooo0 ool00`00ooooo`03ool00`00ooooo`04ool00`00ooooo`03ool00`00ooooo`09ool00`00ooooo`0Z ool00`00ooooo`04ool00`00ooooo`07ool00`00ooooo`05ool00`00ooooo`06ool00`00ooooo`07 ool00`00ooooo`03ool00`00ooooo`02ool01@00oooooooo00001?oo00<00?ooool01?oo0P00G_oo 0029ool00`00ooooo`04ool20003ool00`00ooooo`020004ool01@00oooooooo00001?oo00<00?oo ool00_oo00<00?ooool03_oo00<00?ooool00ooo00<00?ooool01?oo00<00?ooool00ooo00<00?oo ool02Ooo00<00?ooool09_oo10002?oo00<00?ooool01ooo00<00?ooool01?oo00<00?ooool01ooo 00<00?ooool01ooo00<00?ooool00_oo00<00?ooool00_oo00D00?ooooooo`0000Coo`03003ooooo 00?oo`8005ooo`00ROoo00<00?ooool00ooo0P0000Coo`00000000;oo`800003ool00000008000;o o`<000;oo`<000?oo`D000goo`03003ooooo00;oo`04003oooooool40005ool50004ool4000Yool0 0`00ooooo`09ool00`00ooooo`07ool00`00ooooo`04ool00`00ooooo`07ool00`00ooooo`07ool0 0`00ooooo`02ool00`00ooooo`02ool01@00oooooooo00001?oo00<00?ooool01Ooo00<00?ooool0 G?oo0029ool00`00ooooo`0Pool00`00ooooo`0>ool01000oooooooo0P003Ooo00<00?ooool0<_oo 00<00?ooool02Ooo00<00?ooool00_oo00<00?ooool00_oo00<00?ooool01?oo00<00?ooool01ooo 00<00?ooool00_oo00<00?ooool00_oo00<00?ooool00_oo00D00?ooooooo`0000Coo`05003ooooo ool00008ool00`00ooooo`1Lool008Ooo`H001ooo`03003ooooo00goo`H000koo`03003ooooo03;o o`D000Soo`04003oooooool50005ool3000:ool01000oooooooo1@001_oo0`001_oo0`001Ooo1000 Gooo003ooonaool00001\ \>"], ImageRangeCache->{{{0, 431}, {265.875, 0}} -> {-107.652, 22.3673, 2.26691, \ 0.846723}}] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[StyleBox["Input Data from File", FontSize->14]], "Subsection", Editable->False], Cell[CellGroupData[{ Cell[BoxData[ \(NotebookWrite[ nb, {Cell[ BoxData[ToBoxes[ SequenceForm[ Button["\", Background \[Rule] RGBColor[1, 1, 1], Active \[Rule] False], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[ NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], ButtonFunction \[RuleDelayed] CompoundExpression[NotebookLocate["\"], SelectionEvaluateCreateCell[nb]], Active \[Rule] True]]]], "\", FontSize \[Rule] 12, FontColor \[Rule] RGBColor[1, 0, 1], FontWeight \[Rule] Bold]}]\)], "Input", CellLabel->"In[133]:=", Editable->False, FontSize->12, CellTags->"Input Data from File"], Cell[BoxData[ InterpretationBox[ RowBox[{ ButtonBox["\<\"Input Data Sub Menu:\"\>", Active->False, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Set Directory\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Set Directory"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"List Files\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "List Files"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Open and Read File\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Open and Read File"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]], "\[InvisibleSpace]", "\<\"\\n\\t\"\>", "\[InvisibleSpace]", ButtonBox["\<\"Back to Input Data\"\>", ButtonFunction:>CompoundExpression[ NotebookLocate[ "Input Data"], SelectionEvaluateCreateCell[ nb]], Active->True, Background->GrayLevel[1]]}], SequenceForm[ Button[ "Input Data Sub Menu:", Background -> RGBColor[ 1, 1, 1], Active -> False], "\n\t", Button[ "Set Directory", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Set Directory"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "List Files", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "List Files"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Open and Read File", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Open and Read File"], SelectionEvaluateCreateCell[ nb]], Active -> True], "\n\t", Button[ "Back to Input Data", Background -> RGBColor[ 1, 1, 1], ButtonFunction :> CompoundExpression[ NotebookLocate[ "Input Data"], SelectionEvaluateCreateCell[ nb]], Active -> True]], Editable->False]], "Output", FontSize->12, FontWeight->"Bold", FontColor->RGBColor[1, 0, 1]] }, Open ]], Cell[CellGroupData[{ Cell["Set Current Working Directory", "Subsubsection", Editable->False], Cell[BoxData[{ \(\(workingDirectory = InputString["\"];\)\), "\[IndentingNewLine]", \(\(SetDirectory[workingDirectory];\)\), "\[IndentingNewLine]", \(\(NotebookLocate["\"];\)\), \ "\[IndentingNewLine]", \(\(SelectionEvaluateCreateCell[nb];\)\)}], "Input", CellLabel->"In[129]:=", Editable->False, FontSize->12, CellTags->"Set Directory"] }, Open ]], Cell[CellGroupData[{ Cell["List All Files in Current Working Directory", "Subsubsection", Editable->False], Cell[CellGroupData[{ Cell[BoxData[{ \(fileType = Input["\"]; Which[\[IndentingNewLine]fileType \[Equal] 1, \[IndentingNewLine]files = FileNames[], \[IndentingNewLine]fileType \[Equal] 2, \[IndentingNewLine]files = FileNames["\<*.dat\>", IgnoreCase \[Rule] True], \[IndentingNewLine]fileType \[Equal] 3, \[IndentingNewLine]files = FileNames["\<*.txt\>", IgnoreCase \[Rule] True], \[IndentingNewLine]fileType \[Equal] 4, \[IndentingNewLine]files = FileNames["\<*.nb\>", IgnoreCase \[Rule] True]\[IndentingNewLine]\ \ \ \ \ \ ];\), "\[IndentingNewLine]", \(\(numberOfFiles = Length[files];\)\), "\[IndentingNewLine]", \(\(fileIndex = Table[i, {i, 1, numberOfFiles}];\)\), "\[IndentingNewLine]", \(TableForm[{fileIndex, files} // Transpose, TableHeadings \[Rule] \ {None, {"\", "\"}}, TableAlignments \[Rule] \ {Right}]\), "\[IndentingNewLine]", \(\(index = Input["\0 to pick a file (number in front of \n\t the file name)\>"];\)\), "\ \[IndentingNewLine]", \(\(If[index < 0 \[Or] index > numberOfFiles, index = 0];\)\), "\[IndentingNewLine]", \(\(Which[\[IndentingNewLine]index == 0, \[IndentingNewLine]NotebookLocate["\"]; \ \[IndentingNewLine]SelectionEvaluateCreateCell[ nb], \[IndentingNewLine]index > 0, \[IndentingNewLine]filename = files\[LeftDoubleBracket] index\[RightDoubleBracket]; \ \[IndentingNewLine]NotebookLocate["\"]; \ \[IndentingNewLine]SelectionEvaluateCreateCell[ nb]\[IndentingNewLine]\ \ \ \ \ \ \ \ \ ];\)\)}], "Input", CellLabel->"In[134]:=", Editable->False, FontSize->12, CellTags->"List Files"], Cell[BoxData[ TagBox[GridBox[{ {"\<\"Index\"\>", "\<\"File Name\"\>"}, {"1", "\<\"cdata2.dat\"\>"}, {"2", "\<\"cdata.dat\"\>"}, {"3", "\<\"cdataOne1.dat\"\>"}, {"4", "\<\"cdataOne.dat\"\>"}, {"5", "\<\"cdataTwo1.dat\"\>"}, {"6", "\<\"cdataTwo.dat\"\>"}, {"7", "\<\"Co.dat\"\>"}, {"8", "\<\"Cs.dat\"\>"}, {"9", "\<\"FHz.dat\"\>"}, {"10", "\<\"InDecay.dat\"\>"}, {"11", "\<\"Na.dat\"\>"} }, RowSpacings->1, ColumnSpacings->3, RowAlignments->Baseline, ColumnAlignments->{Right}], Function[ BoxForm`e$, TableForm[ BoxForm`e$, TableHeadings -> {None, {"Index", "File Name"}}, TableAlignments -> {Right}]]]], "Output", CellLabel->"Out[137]//TableForm="] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Open and Read Input Data from File", "Subsubsection", Editable->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(If[ index == 0, \[IndentingNewLine]filename = InputString["\"]];\)\), "\[IndentingNewLine]", \(\(inputOption = Input["\"];\)\), \ "\[IndentingNewLine]", \(\(in = OpenRead[filename];\)\), "\[IndentingNewLine]", \(\(linesOfData = ReadList[in, String, 5];\)\), "\[IndentingNewLine]", \(If[inputOption \[Equal] \ 2, Print["\"]]\), "\[IndentingNewLine]", \ \(If[inputOption \[Equal] \ 2, TableForm[linesOfData]]\), "\[IndentingNewLine]", \(\(Close[in];\)\), "\[IndentingNewLine]", \(\(Which[\[IndentingNewLine]inputOption \[Equal] \ 1, \[IndentingNewLine]factor = Input["\"], \[IndentingNewLine]inputOption \[Equal] 2, \[IndentingNewLine]headerLines = Input["\"]; \ \[IndentingNewLine]Clear[dataType, dataInput, xdata, ydata, error, data, npts, xmax, xmin]; \[IndentingNewLine]readOption = Input["\"], \[IndentingNewLine]inputOption \ \[Equal] \ 3, \[IndentingNewLine]factor = Input["\"]\[IndentingNewLine]];\)\), "\[IndentingNewLine]", \(\(in = OpenRead[filename];\)\), "\[IndentingNewLine]", \(\(If[headerLines > 0, Skip[in, String, headerLines]];\)\[IndentingNewLine] (*dataInput = \(ReadList[in, Number, RecordLists \[Rule] True]\n {xdata, ydataDummy} = \(Transpose[dataInput]\n npts = Length[ydataDummy]\)\)*) \), "\[IndentingNewLine]", \(\(Which[\[IndentingNewLine]readOption == 1, \[IndentingNewLine]dataType = 1; \[IndentingNewLine]ydataDummy = ReadList[in, Number]; \[IndentingNewLine]npts = Length[ydataDummy]; \[IndentingNewLine]xdata = Table[i, {1, npts}], \[IndentingNewLine]readOption == 2, \[IndentingNewLine]dataType = 1; \[IndentingNewLine]dataInput = ReadList[in, Number, RecordLists \[Rule] \ True]; \[IndentingNewLine]{xdata, ydataDummy} = Transpose[dataInput]; \[IndentingNewLine]npts = Length[ydataDummy], \[IndentingNewLine]readOption == 3, \[IndentingNewLine]dataType = 2; \[IndentingNewLine]dataInput = ReadList[in, Number, RecordLists \[Rule] \ True]; \[IndentingNewLine]{xdata, ydataDummy, errorDummy} = Transpose[dataInput]; \[IndentingNewLine]npts = Length[ydataDummy], \[IndentingNewLine]readOption \[Equal] 4, \[IndentingNewLine]dataType = 1; \n\ \ \ \ dataInput = ReadList[in, Number, RecordLists \[Rule] True]; \n\ \ \ \ {xdata, ydataDummy, Dummy} = Transpose[dataInput]; \n\ \ \ \ \ npts = Length[ydataDummy], \[IndentingNewLine]\ readOption \[Equal] 5, \[IndentingNewLine]\ dataType = 1; \n\ \ \ \ \ dataInput = ReadList[in, Number, RecordLists \[Rule] True]; \n\ \ \ \ {xdata, Dummy, ydataDummy} = Transpose[dataInput]; \n\ \ \ \ \ npts = Length[ydataDummy]\[IndentingNewLine]\ \ \ \ \ ];\)\), "\ \[IndentingNewLine]", \(\(Which[\[IndentingNewLine]inputOption \[Equal] \ 1, \[IndentingNewLine]ydataSave = ydata; \[IndentingNewLine]ydata = ydata + factor\ ydataDummy; \[IndentingNewLine]If\ [ dataType \[Equal] \ 2, errorSave = error]; \[IndentingNewLine]If\ [ dataType \[Equal] \ 2, \ error = \@\(errorSave\^2 + \((factor\ errorDummy)\)\^2\)]; \ \[IndentingNewLine]Clear[ydataDummy, \ ydataSave]; \[IndentingNewLine]If\ [ dataType \[Equal] \ 2, \ Clear[errorDummy, \ errorSave]], \[IndentingNewLine]inputOption \[Equal] \ 2, \[IndentingNewLine]ydata = ydataDummy; \[IndentingNewLine]If\ [ dataType \[Equal] \ 2, error = errorDummy]; \[IndentingNewLine]Clear[ ydataDummy]; \[IndentingNewLine]If\ [dataType \[Equal] \ 2, \ Clear[errorDummy]], \[IndentingNewLine]inputOption \[Equal] \ 3, \[IndentingNewLine]ydataSave = ydata; \[IndentingNewLine]ydata = ydata - factor\ ydataDummy; \[IndentingNewLine]If\ [ dataType \[Equal] \ 2, errorSave = error]; \[IndentingNewLine]If\ [ dataType \[Equal] \ 2, \ error = \@\(errorSave\^2 + \((factor\ errorDummy)\)\^2\)]; \ \[IndentingNewLine]Clear[ydataDummy, \ ydataSave]; \[IndentingNewLine]If\ [ dataType \[Equal] \ 2, \ Clear[errorDummy, \ errorSave]]\[IndentingNewLine]];\)\), "\[IndentingNewLine]", \(\(Close[in];\)\), "\[IndentingNewLine]", \(\(xLabel = "\";\)\), "\[IndentingNewLine]", \(\(yLabel = "\";\)\), "\[IndentingNewLine]", \(\(plotLabel = "\" <> "\< \>" <> dateString;\)\), "\[IndentingNewLine]", \(\(data = Transpose[{xdata, ydata}];\)\), "\[IndentingNewLine]", \(\(dataFit = data;\)\), "\[IndentingNewLine]", \(\(xmax = scaleFactor\ Max[xdata];\)\), "\[IndentingNewLine]", \(\(xmin = scaleFactor\ Min[xdata];\)\), "\[IndentingNewLine]", \(\(npts = Length[data];\)\), "\[IndentingNewLine]", \(\(initc = 1;\)\), "\[IndentingNewLine]", \(\(finalc = npts;\)\), "\[IndentingNewLine]", \(\(dataRange = {{xdata\[LeftDoubleBracket]1\[RightDoubleBracket], ydata\[LeftDoubleBracket]1\[RightDoubleBracket]}, {xdata\ \[LeftDoubleBracket]npts\[RightDoubleBracket], ydata\[LeftDoubleBracket]npts\[RightDoubleBracket]}};\)\), "\ \[IndentingNewLine]", \(\(If[dataType == 1, error = Table[1, {n, 1, npts}]];\)\), "\[IndentingNewLine]", \(\(Which[\[IndentingNewLine]dataType == 1, \[IndentingNewLine]dataPlot = \(dataFitPlot = ListPlot[data, Frame \[Rule] \ True, PlotRange \[Rule] \ All, Prolog\ \[Rule] \ AbsolutePointSize[3], Axes \[Rule] \ False, FrameLabel \[Rule] \ {xLabel, yLabel}, PlotLabel \[Rule] \ plotLabel]\), \[IndentingNewLine]dataType == 2, \[IndentingNewLine]dataPlot = \(dataFitPlot = MultipleListPlot[{Table[{{data\[LeftDoubleBracket]i, 1\[RightDoubleBracket], data\[LeftDoubleBracket]i, 2\[RightDoubleBracket]}, ErrorBar[ error\[LeftDoubleBracket]i\[RightDoubleBracket]]}, {i, 1, npts}]}, Frame \[Rule] True, PlotRange \[Rule] \ All, Prolog \[Rule] \ AbsolutePointSize[3], Axes \[Rule] \ False, FrameLabel \[Rule] \ {xLabel, yLabel}, PlotLabel \[Rule] \ plotLabel]\)\[IndentingNewLine]\ \ \ \ \ \ ];\)\), "\ \[IndentingNewLine]", \(\(InputString["\"];\)\), "\[IndentingNewLine]", \(\(fittingOption = 0;\)\), "\[IndentingNewLine]", \(\(weightingOption = 0;\)\), "\[IndentingNewLine]", \(\(index = 0;\)\), "\[IndentingNewLine]", \(\(NotebookLocate["\
"];\)\), "\[IndentingNewLine]", \(\(SelectionEvaluateCreateCell[nb];\)\)}], "Input", CellLabel->"In[141]:=", Editable->False, FontSize->12, CellTags->"Open and Read File"], Cell[BoxData[ \("First 5 lines of data file are:"\)], "Print", CellLabel->"From In[141]:="], Cell[BoxData[ InterpretationBox[GridBox[{ {"\<\"1 0\"\>"}, {"\<\"2 0\"\>"}, {"\<\"3 0\"\>"}, {"\<\"4 0\"\>"}, {"\<\"5 0\"\>"} }, RowSpacings->1, ColumnSpacings->3, RowAlignments->Baseline, ColumnAlignments->{Left}], TableForm[ {"1 0", "2 0", "3 0", "4 0", "5 0"}]]], "Output", CellLabel->"Out[146]//TableForm="], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0219458 0.00186376 0.0147151 0.0038221 [ [.02195 -0.0125 -3 -9 ] [.02195 -0.0125 3 0 ] [.20832 -0.0125 -9 -9 ] [.20832 -0.0125 9 0 ] [.3947 -0.0125 -9 -9 ] [.3947 -0.0125 9 0 ] [.58107 -0.0125 -9 -9 ] [.58107 -0.0125 9 0 ] [.76745 -0.0125 -9 -9 ] [.76745 -0.0125 9 0 ] [.95383 -0.0125 -9 -9 ] [.95383 -0.0125 9 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -5 -18.8125 ] [.5 -0.0125 5 -9 ] [-0.0125 .01472 -6 -4.5 ] [-0.0125 .01472 0 4.5 ] [-0.0125 .11027 -12 -4.5 ] [-0.0125 .11027 0 4.5 ] [-0.0125 .20582 -12 -4.5 ] [-0.0125 .20582 0 4.5 ] [-0.0125 .30137 -12 -4.5 ] [-0.0125 .30137 0 4.5 ] [-0.0125 .39693 -18 -4.5 ] [-0.0125 .39693 0 4.5 ] [-0.0125 .49248 -18 -4.5 ] [-0.0125 .49248 0 4.5 ] [-0.0125 .58803 -18 -4.5 ] [-0.0125 .58803 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -27.8125 -5.03125 ] [-0.01875 .30902 -18 5.03125 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [.5 .63053 -68 0 ] [.5 .63053 68 9.8125 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .02195 0 m .02195 .00625 L s [(0)] .02195 -0.0125 0 1 Mshowa .20832 0 m .20832 .00625 L s [(100)] .20832 -0.0125 0 1 Mshowa .3947 0 m .3947 .00625 L s [(200)] .3947 -0.0125 0 1 Mshowa .58107 0 m .58107 .00625 L s [(300)] .58107 -0.0125 0 1 Mshowa .76745 0 m .76745 .00625 L s [(400)] .76745 -0.0125 0 1 Mshowa .95383 0 m .95383 .00625 L s [(500)] .95383 -0.0125 0 1 Mshowa .125 Mabswid .05922 0 m .05922 .00375 L s .0965 0 m .0965 .00375 L s .13377 0 m .13377 .00375 L s .17105 0 m .17105 .00375 L s .2456 0 m .2456 .00375 L s .28287 0 m .28287 .00375 L s .32015 0 m .32015 .00375 L s .35742 0 m .35742 .00375 L s .43197 0 m .43197 .00375 L s .46925 0 m .46925 .00375 L s .50652 0 m .50652 .00375 L s .5438 0 m .5438 .00375 L s .61835 0 m .61835 .00375 L s .65562 0 m .65562 .00375 L s .6929 0 m .6929 .00375 L s .73017 0 m .73017 .00375 L s .80472 0 m .80472 .00375 L s .842 0 m .842 .00375 L s .87927 0 m .87927 .00375 L s .91655 0 m .91655 .00375 L s .9911 0 m .9911 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -66 -22.8125 Mabsadd m 1 1 Mabs scale currentpoint translate 0 17.8125 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 11.250 moveto %%IncludeResource: 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 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .01472 m .00625 .01472 L s [(0)] -0.0125 .01472 1 0 Mshowa 0 .11027 m .00625 .11027 L s [(25)] -0.0125 .11027 1 0 Mshowa 0 .20582 m .00625 .20582 L s [(50)] -0.0125 .20582 1 0 Mshowa 0 .30137 m .00625 .30137 L s [(75)] -0.0125 .30137 1 0 Mshowa 0 .39693 m .00625 .39693 L s [(100)] -0.0125 .39693 1 0 Mshowa 0 .49248 m .00625 .49248 L s [(125)] -0.0125 .49248 1 0 Mshowa 0 .58803 m .00625 .58803 L s [(150)] -0.0125 .58803 1 0 Mshowa .125 Mabswid 0 .03383 m .00375 .03383 L s 0 .05294 m .00375 .05294 L s 0 .07205 m .00375 .07205 L s 0 .09116 m .00375 .09116 L s 0 .12938 m .00375 .12938 L s 0 .14849 m .00375 .14849 L s 0 .1676 m .00375 .1676 L s 0 .18671 m .00375 .18671 L s 0 .22493 m .00375 .22493 L s 0 .24404 m .00375 .24404 L s 0 .26315 m .00375 .26315 L s 0 .28226 m .00375 .28226 L s 0 .32048 m .00375 .32048 L s 0 .33959 m .00375 .33959 L s 0 .3587 m .00375 .3587 L s 0 .37781 m .00375 .37781 L s 0 .41604 m .00375 .41604 L s 0 .43515 m .00375 .43515 L s 0 .45426 m .00375 .45426 L s 0 .47337 m .00375 .47337 L s 0 .51159 m .00375 .51159 L s 0 .5307 m .00375 .5307 L s 0 .54981 m .00375 .54981 L s 0 .56892 m .00375 .56892 L s 0 .60714 m .00375 .60714 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -88.9375 -8.90625 Mabsadd m 1 1 Mabs scale currentpoint translate 66.0312 8.90625 translate 90 rotate -66.0312 -8.90625 translate 0 17.8125 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 11.250 moveto %%IncludeResource: 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.062 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 69.062 11.250 moveto %%IncludeResource: 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 .02195 .61178 m .02195 .61803 L s .20832 .61178 m .20832 .61803 L s .3947 .61178 m .3947 .61803 L s .58107 .61178 m .58107 .61803 L s .76745 .61178 m .76745 .61803 L s .95383 .61178 m .95383 .61803 L s .125 Mabswid .05922 .61428 m .05922 .61803 L s .0965 .61428 m .0965 .61803 L s .13377 .61428 m .13377 .61803 L s .17105 .61428 m .17105 .61803 L s .2456 .61428 m .2456 .61803 L s .28287 .61428 m .28287 .61803 L s .32015 .61428 m .32015 .61803 L s .35742 .61428 m .35742 .61803 L s .43197 .61428 m .43197 .61803 L s .46925 .61428 m .46925 .61803 L s .50652 .61428 m .50652 .61803 L s .5438 .61428 m .5438 .61803 L s .61835 .61428 m .61835 .61803 L s .65562 .61428 m .65562 .61803 L s .6929 .61428 m .6929 .61803 L s .73017 .61428 m .73017 .61803 L s .80472 .61428 m .80472 .61803 L s .842 .61428 m .842 .61803 L s .87927 .61428 m .87927 .61803 L s .91655 .61428 m .91655 .61803 L s .9911 .61428 m .9911 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .01472 m 1 .01472 L s .99375 .11027 m 1 .11027 L s .99375 .20582 m 1 .20582 L s .99375 .30137 m 1 .30137 L s .99375 .39693 m 1 .39693 L s .99375 .49248 m 1 .49248 L s .99375 .58803 m 1 .58803 L s .125 Mabswid .99625 .03383 m 1 .03383 L s .99625 .05294 m 1 .05294 L s .99625 .07205 m 1 .07205 L s .99625 .09116 m 1 .09116 L s .99625 .12938 m 1 .12938 L s .99625 .14849 m 1 .14849 L s .99625 .1676 m 1 .1676 L s .99625 .18671 m 1 .18671 L s .99625 .22493 m 1 .22493 L s .99625 .24404 m 1 .24404 L s .99625 .26315 m 1 .26315 L s .99625 .28226 m 1 .28226 L s .99625 .32048 m 1 .32048 L s .99625 .33959 m 1 .33959 L s .99625 .3587 m 1 .3587 L s .99625 .37781 m 1 .37781 L s .99625 .41604 m 1 .41604 L s .99625 .43515 m 1 .43515 L s .99625 .45426 m 1 .45426 L s .99625 .47337 m 1 .47337 L s .99625 .51159 m 1 .51159 L s .99625 .5307 m 1 .5307 L s .99625 .54981 m 1 .54981 L s .99625 .56892 m 1 .56892 L s .99625 .60714 m 1 .60714 L s .25 Mabswid 1 0 m 1 .61803 L s gsave .5 .63053 -129 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 17.8125 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 11.250 moveto %%IncludeResource: 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 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Input) show 99.000 11.250 moveto (Data) show 141.000 11.250 moveto (5) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 147.000 11.250 moveto (\\220) show 153.000 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (23) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 165.000 11.250 moveto (\\220) show 171.000 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2003) show 195.000 11.250 moveto %%IncludeResource: 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 3 Mabswid .02381 .01472 Mdot .02567 .01472 Mdot .02754 .01472 Mdot .0294 .01472 Mdot .03126 .01472 Mdot .03313 .01472 Mdot .03499 .01472 Mdot .03686 .01472 Mdot .03872 .01472 Mdot .04058 .01472 Mdot .04245 .01472 Mdot .04431 .01472 Mdot .04617 .01472 Mdot .04804 .01472 Mdot .0499 .01472 Mdot .05177 .01472 Mdot .05363 .01472 Mdot .05549 .01472 Mdot .05736 .01472 Mdot .05922 .01472 Mdot .06108 .01472 Mdot .06295 .01472 Mdot .06481 .01472 Mdot .06668 .01472 Mdot .06854 .01472 Mdot .0704 .01472 Mdot .07227 .01472 Mdot .07413 .01854 Mdot .07599 .01472 Mdot .07786 .01472 Mdot .07972 .01472 Mdot .08159 .01854 Mdot .08345 .01472 Mdot .08531 .01472 Mdot .08718 .01472 Mdot .08904 .01472 Mdot .0909 .01472 Mdot .09277 .01472 Mdot .09463 .01472 Mdot .0965 .01472 Mdot .09836 .01472 Mdot .10022 .01472 Mdot .10209 .01472 Mdot .10395 .01472 Mdot .10581 .01472 Mdot .10768 .01472 Mdot .10954 .01472 Mdot .11141 .01854 Mdot .11327 .01472 Mdot .11513 .01472 Mdot .117 .01472 Mdot .11886 .01472 Mdot .12073 .01472 Mdot .12259 .01472 Mdot .12445 .01854 Mdot .12632 .01472 Mdot .12818 .01472 Mdot .13004 .01472 Mdot .13191 .01472 Mdot .13377 .01472 Mdot .13564 .01472 Mdot .1375 .01472 Mdot .13936 .01472 Mdot .14123 .01472 Mdot .14309 .01472 Mdot .14495 .01472 Mdot .14682 .01472 Mdot .14868 .01472 Mdot .15055 .01472 Mdot .15241 .01472 Mdot .15427 .01472 Mdot .15614 .01854 Mdot .158 .01472 Mdot .15986 .01472 Mdot .16173 .01854 Mdot .16359 .01472 Mdot .16546 .01472 Mdot .16732 .01472 Mdot .16918 .01472 Mdot .17105 .01472 Mdot .17291 .01472 Mdot .17477 .01472 Mdot .17664 .01472 Mdot .1785 .01472 Mdot .18037 .01472 Mdot .18223 .01472 Mdot .18409 .01472 Mdot .18596 .01472 Mdot .18782 .01472 Mdot .18968 .01472 Mdot .19155 .01472 Mdot .19341 .01472 Mdot .19528 .01472 Mdot .19714 .01472 Mdot .199 .01472 Mdot .20087 .01854 Mdot .20273 .02618 Mdot .20459 .02236 Mdot .20646 .02236 Mdot .20832 .01472 Mdot .21019 .01472 Mdot .21205 .01472 Mdot .21391 .01472 Mdot .21578 .01472 Mdot .21764 .01472 Mdot .2195 .01472 Mdot .22137 .01472 Mdot .22323 .01472 Mdot .2251 .01472 Mdot .22696 .01854 Mdot .22882 .02236 Mdot .23069 .04529 Mdot .23255 .05294 Mdot .23441 .04911 Mdot .23628 .07587 Mdot .23814 .12173 Mdot .24001 .1332 Mdot .24187 .17907 Mdot .24373 .20964 Mdot .2456 .18671 Mdot .24746 .22111 Mdot .24932 .25551 Mdot .25119 .26315 Mdot .25305 .22875 Mdot .25492 .31284 Mdot .25678 .26315 Mdot .25864 .30902 Mdot .26051 .34724 Mdot .26237 .34724 Mdot .26423 .38164 Mdot .2661 .41604 Mdot .26796 .44661 Mdot .26983 .43132 Mdot .27169 .32048 Mdot .27355 .45808 Mdot .27542 .46955 Mdot .27728 .43515 Mdot .27914 .41986 Mdot .28101 .47719 Mdot .28287 .51541 Mdot .28474 .48483 Mdot .2866 .59567 Mdot .28846 .54599 Mdot .29033 .55363 Mdot .29219 .53834 Mdot .29405 .53834 Mdot .29592 .60332 Mdot .29778 .55745 Mdot .29965 .58039 Mdot .30151 .51159 Mdot .30337 .51541 Mdot .30524 .55363 Mdot .3071 .52305 Mdot .30896 .52305 Mdot .31083 .51541 Mdot .31269 .5307 Mdot .31456 .46572 Mdot .31642 .41604 Mdot .31828 .41221 Mdot .32015 .47719 Mdot .32201 .44661 Mdot .32387 .40457 Mdot .32574 .43897 Mdot .3276 .42368 Mdot .32947 .38164 Mdot .33133 .36635 Mdot .33319 .35488 Mdot .33506 .37399 Mdot .33692 .35106 Mdot .33878 .33195 Mdot .34065 .32048 Mdot .34251 .35488 Mdot .34438 .33577 Mdot .34624 .31284 Mdot .3481 .30519 Mdot .34997 .29373 Mdot .35183 .37399 Mdot .35369 .26697 Mdot .35556 .30137 Mdot .35742 .34342 Mdot .35929 .24404 Mdot .36115 .31666 Mdot .36301 .30902 Mdot .36488 .28991 Mdot .36674 .27844 Mdot .3686 .29755 Mdot .37047 .31666 Mdot .37233 .22493 Mdot .3742 .28608 Mdot .37606 .21729 Mdot .37792 .22493 Mdot .37979 .26315 Mdot .38165 .25169 Mdot .38352 .27462 Mdot .38538 .23257 Mdot .38724 .26315 Mdot .38911 .24022 Mdot .39097 .25933 Mdot .39283 .22493 Mdot .3947 .2708 Mdot .39656 .30137 Mdot .39843 .2708 Mdot .40029 .26315 Mdot .40215 .24404 Mdot .40402 .30137 Mdot .40588 .26697 Mdot .40774 .2364 Mdot .40961 .2364 Mdot .41147 .19053 Mdot .41334 .25551 Mdot .4152 .26697 Mdot .41706 .20582 Mdot .41893 .19818 Mdot .42079 .22111 Mdot .42265 .202 Mdot .42452 .25169 Mdot .42638 .202 Mdot .42825 .21346 Mdot .43011 .18289 Mdot .43197 .18289 Mdot .43384 .17524 Mdot .4357 .20964 Mdot .43756 .21729 Mdot .43943 .28226 Mdot .44129 .22875 Mdot .44316 .23257 Mdot .44502 .2364 Mdot .44688 .19435 Mdot .44875 .19435 Mdot .45061 .21346 Mdot .45247 .17524 Mdot .45434 .20964 Mdot .4562 .24786 Mdot .45807 .25169 Mdot .45993 .18671 Mdot .46179 .19818 Mdot .46366 .17907 Mdot .46552 .19435 Mdot .46738 .19435 Mdot .46925 .16378 Mdot .47111 .202 Mdot .47298 .22493 Mdot .47484 .17142 Mdot .4767 .21729 Mdot .47857 .17142 Mdot .48043 .19818 Mdot .48229 .15231 Mdot .48416 .16378 Mdot .48602 .19435 Mdot .48789 .18289 Mdot .48975 .15613 Mdot .49161 .24022 Mdot .49348 .14849 Mdot .49534 .18671 Mdot .4972 .15995 Mdot .49907 .15231 Mdot .50093 .18671 Mdot .5028 .1676 Mdot .50466 .15613 Mdot .50652 .17142 Mdot .50839 .16378 Mdot .51025 .202 Mdot .51211 .18289 Mdot .51398 .18671 Mdot .51584 .15995 Mdot .51771 .1676 Mdot .51957 .17524 Mdot .52143 .21346 Mdot .5233 .18671 Mdot .52516 .202 Mdot .52702 .19053 Mdot .52889 .22111 Mdot .53075 .19053 Mdot .53262 .21346 Mdot .53448 .15231 Mdot .53634 .19818 Mdot .53821 .12938 Mdot .54007 .18671 Mdot .54193 .19818 Mdot .5438 .21346 Mdot .54566 .17142 Mdot .54753 .19435 Mdot .54939 .15995 Mdot .55125 .18289 Mdot .55312 .19053 Mdot .55498 .17524 Mdot .55684 .15231 Mdot .55871 .17142 Mdot .56057 .17142 Mdot .56244 .202 Mdot .5643 .202 Mdot .56616 .18671 Mdot .56803 .1676 Mdot .56989 .16378 Mdot .57175 .17142 Mdot .57362 .13702 Mdot .57548 .1676 Mdot .57735 .19435 Mdot .57921 .17142 Mdot .58107 .18671 Mdot .58294 .12173 Mdot .5848 .20582 Mdot .58666 .12938 Mdot .58853 .1676 Mdot .59039 .1676 Mdot .59226 .12173 Mdot .59412 .12556 Mdot .59598 .12938 Mdot .59785 .12938 Mdot .59971 .11409 Mdot .60157 .1676 Mdot .60344 .09116 Mdot .6053 .12938 Mdot .60717 .13702 Mdot .60903 .10645 Mdot .61089 .12556 Mdot .61276 .12173 Mdot .61462 .10262 Mdot .61648 .10645 Mdot .61835 .13702 Mdot .62021 .11409 Mdot .62208 .11791 Mdot .62394 .12938 Mdot .6258 .10645 Mdot .62767 .11409 Mdot .62953 .10262 Mdot .6314 .11409 Mdot .63326 .12173 Mdot .63512 .11409 Mdot .63699 .10262 Mdot .63885 .11791 Mdot .64071 .08734 Mdot .64258 .13702 Mdot .64444 .14467 Mdot .64631 .12556 Mdot .64817 .1332 Mdot .65003 .12938 Mdot .6519 .10645 Mdot .65376 .07969 Mdot .65562 .12938 Mdot .65749 .11409 Mdot .65935 .10645 Mdot .66122 .11027 Mdot .66308 .0988 Mdot .66494 .12173 Mdot .66681 .11027 Mdot .66867 .11027 Mdot .67053 .11791 Mdot .6724 .07205 Mdot .67426 .11027 Mdot .67613 .09116 Mdot .67799 .13702 Mdot .67985 .1332 Mdot .68172 .12173 Mdot .68358 .08351 Mdot .68544 .15995 Mdot .68731 .1676 Mdot .68917 .14084 Mdot .69104 .20964 Mdot .6929 .19818 Mdot .69476 .25551 Mdot .69663 .26697 Mdot .69849 .33195 Mdot .70035 .34342 Mdot .70222 .4275 Mdot .70408 .34724 Mdot .70595 .3587 Mdot .70781 .39693 Mdot .70967 .38546 Mdot .71154 .36635 Mdot .7134 .37781 Mdot .71526 .38546 Mdot .71713 .37017 Mdot .71899 .32048 Mdot .72086 .32048 Mdot .72272 .2708 Mdot .72458 .24022 Mdot .72645 .22875 Mdot .72831 .27844 Mdot .73017 .21346 Mdot .73204 .15613 Mdot .7339 .11791 Mdot .73577 .14849 Mdot .73763 .12173 Mdot .73949 .11409 Mdot .74136 .10645 Mdot .74322 .07205 Mdot .74508 .07969 Mdot .74695 .07969 Mdot .74881 .05294 Mdot .75068 .04147 Mdot .75254 .0644 Mdot .7544 .07205 Mdot .75627 .07587 Mdot .75813 .05294 Mdot .75999 .07205 Mdot .76186 .09116 Mdot .76372 .05294 Mdot .76559 .06058 Mdot .76745 .08734 Mdot .76931 .11027 Mdot .77118 .11791 Mdot .77304 .1332 Mdot .7749 .15995 Mdot .77677 .15613 Mdot .77863 .15995 Mdot .7805 .21346 Mdot .78236 .21346 Mdot .78422 .26315 Mdot .78609 .19818 Mdot .78795 .26697 Mdot .78981 .32048 Mdot .79168 .24786 Mdot .79354 .26697 Mdot .79541 .28991 Mdot .79727 .32048 Mdot .79913 .3587 Mdot .801 .25169 Mdot .80286 .28226 Mdot .80472 .26697 Mdot .80659 .24022 Mdot .80845 .24786 Mdot .81032 .24786 Mdot .81218 .21346 Mdot .81404 .19053 Mdot .81591 .19435 Mdot .81777 .17907 Mdot .81963 .0988 Mdot .8215 .10262 Mdot .82336 .16378 Mdot .82523 .12556 Mdot .82709 .12556 Mdot .82895 .12556 Mdot .83082 .06822 Mdot .83268 .06822 Mdot .83454 .05676 Mdot .83641 .04911 Mdot .83827 .05294 Mdot .84014 .04529 Mdot .842 .04911 Mdot .84386 .04529 Mdot .84573 .03 Mdot .84759 .03 Mdot .84945 .04147 Mdot .85132 .02236 Mdot .85318 .02236 Mdot .85505 .03383 Mdot .85691 .03765 Mdot .85877 .01854 Mdot .86064 .02618 Mdot .8625 .02236 Mdot .86436 .01854 Mdot .86623 .02236 Mdot .86809 .01854 Mdot .86996 .01854 Mdot .87182 .02236 Mdot .87368 .02236 Mdot .87555 .01472 Mdot .87741 .02618 Mdot .87927 .01472 Mdot .88114 .01854 Mdot .883 .01472 Mdot .88487 .02236 Mdot .88673 .01854 Mdot .88859 .01854 Mdot .89046 .02618 Mdot .89232 .01854 Mdot .89419 .02236 Mdot .89605 .01472 Mdot .89791 .01854 Mdot .89978 .02236 Mdot .90164 .01472 Mdot .9035 .01854 Mdot .90537 .01854 Mdot .90723 .01854 Mdot .9091 .01472 Mdot .91096 .01854 Mdot .91282 .01472 Mdot .91469 .01472 Mdot .91655 .01854 Mdot .91841 .01472 Mdot .92028 .01472 Mdot .92214 .01472 Mdot .92401 .02618 Mdot .92587 .01854 Mdot .92773 .01472 Mdot .9296 .01854 Mdot .93146 .01472 Mdot .93332 .01854 Mdot .93519 .01472 Mdot .93705 .01854 Mdot .93892 .01472 Mdot .94078 .01472 Mdot .94264 .01854 Mdot .94451 .01854 Mdot .94637 .01472 Mdot .94823 .01472 Mdot .9501 .01472 Mdot .95196 .01472 Mdot .95383 .01472 Mdot .95569 .01472 Mdot .95755 .01472 Mdot .95942 .01472 Mdot .96128 .01472 Mdot .96314 .01472 Mdot .96501 .01472 Mdot .96687 .01472 Mdot .96874 .01472 Mdot .9706 .01472 Mdot .97246 .01472 Mdot .97433 .01472 Mdot .97619 .01472 Mdot 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath % End of Graphics MathPictureEnd \ \>"], "Graphics", CellLabel->"From In[141]:=", ImageSize->{288, 177.938}, ImageMargins->{{35, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHggoo`05003oooooool0002nool00>ko o`03003oo`000;ooo`00kooo00<00?ooool0__oo003^ool00`00ool0002oool00>goo`8000;oo`03 003ooooo0;coo`00k?oo0`000_oo0`00_?oo003ooonaool00?oook7oo`00oooo/Ooo003ooonaool0 0?oook7oo`00B?oo0`00ool00`00ooooo`0Aool004;oo`800?oo0`004ooo000`ool00`00ooooo`07ool00`00ooooo`05ool00`00ooooo`3;ool400000ooo003o o`090004ool:000Bool40008ool3001=ool00`00ooooo`0Aool0037oo`03003ooooo00;oo`@000So o`03003ooooo0ool60007ool4001=ool00`00ooooo`0Aool002coo`03 003ooooo00;oo`03003ooooo00;oo`03003ooooo00Woo`03003ooooo04goo`@007Coo`P000;oo`@0 0003ool0000000T000;oo`X000ooo`D000Soo`<0013oo`@003Woo`03003ooooo017oo`00;?oo1@00 1Ooo1@001ooo00<00?ooool0C_oo0`00MOoo1`000_oo10000_oo00<00?oo00001`000ooo10000_oo 0`004?oo10002Ooo00<00?ooool03_oo1@00>Ooo00<00?ooool04Ooo0012ool00`00ooooo`1?ool0 0`00ooooo`1Uool3000=ool<00001_oo00000000ool000?oo`H00003ool00?oo00Coo`03003ooooo 017oo`03003ooooo01[oo`@003Woo`03003ooooo017oo`00@_oo0P00D?oo0`00I?oo10003?oo3000 00?oo`0000000P001Ooo1P001_oo0`007Ooo0`004?oo0P00>Ooo0P004ooo0012ool00`00ooooo`1> ool4001Uool30009ool300001Ooo00000000ool01P0000?oo`0000000`001?oo1`001Ooo10007?oo 1000C?oo00<00?ooool04Ooo0012ool00`00ooooo`1?ool3001Vool00`00ooooo`07ool40002ool0 1000oooooooo2P001?oo1`001Ooo1@007Ooo0`00C?oo00<00?ooool04Ooo0012ool00`00ooooo`1@ ool00`00ooooo`1`ool30008ool300001?oo000000001_oo10002?oo0`0000Coo`00000001_oo`03 003ooooo04_oo`03003ooooo017oo`00@_oo00<00?ooool0a?oo00<00?ooool02?oo00D00?oooooo o`0000Ooo`<000[oo`03003oo`0000<006Woo`03003ooooo017oo`00@_oo00<00?ooool0Yooo0`00 ool00`00ooooo`0;ool4001Iool00`00ooooo`0Aool004;oo`800:Coo`<00003ool0000000<000Wo o`<000Goo`<001coo`03003ooooo01coo`<005Soo`8001?oo`00@_oo00<00?ooool0X_oo30001_oo 10001?oo1000>_oo0`003?oo0`00Booo00<00?ooool04Ooo0012ool00`00ooooo`2Sool;00001?oo 000000000ooo0`000_oo1P00:_oo0`003?oo10002ooo1@00B_oo00<00?ooool04Ooo0012ool00`00 ooooo`2Tool00`00ool0000;0004ool00`00ooooo`0400000ooo003oo`0Yool4000=ool3000;ool5 001:ool00`00ooooo`0Aool004;oo`03003ooooo09ooo`<000;oo`L00003ool0000000@000Soo`<0 00Coo`<002Koo`<000koo`03003ooooo00_oo`@000coo`<003_oo`03003ooooo017oo`00@_oo00<0 0?ooool0W_oo100000?oo`0000000P000_oo2@002Ooo00<00?ooool00_oo1P000_oo1`006ooo0`00 7Ooo0P003?oo1000>ooo00<00?ooool04Ooo0012ool2002Pool80002ool90007ool30002oolA000J ool4000/ool3000jool2000Cool004;oo`03003ooooo0:3oo`H000Coo`P000Koo`@00003ool00000 010001_oo`<002goo`03003ooooo03[oo`03003ooooo017oo`00@_oo00<00?ooool0T_oo0`001?oo 0`001Ooo10001_oo100000Coo`00000000Koo`P00003ool0000000@00003ool0000000;oo`03003o oooo01_oo`03003ooooo06Woo`03003ooooo017oo`00@_oo00<00?ooool0D?oo0`00?_oo10000ooo 100000Coo`00000000;oo`8000Woo`03003oo`0000<000Ooo`H000?oo`04003ooooo001@ool3000m ool00`00ooooo`0Aool004;oo`03003ooooo04ooo`@003koo`@000Coo`L000Goo`<000Goo`H000So o`@005Ooo`@003goo`03003ooooo017oo`00@_oo00<00?ooool0D?oo0`00?Ooo1@001Ooo00<00?oo ool00`001?oo10001?oo100000?oo`00ool01ooo1000FOoo0`00?Ooo00<00?ooool04Ooo0012ool0 0`00ooooo`1Aool3000mool40006ool40006ool?0003ool300001?oo000000000_oo0`000_oo0`00 D?oo00<00?ooool0??oo00<00?ooool04Ooo0012ool2001Aool4000gool30004ool20006ool40008 oolD0002ool700000ooo00000002001>ool3000mool2000Cool004;oo`03003ooooo057oo`<003Ko o`@000Woo`<00003ool0000000@000?oo`<00003ool0000000<00003ool0000000l00005ool00000 003oo`04001=ool5000mool00`00ooooo`0Aool004;oo`03003ooooo05;oo`03003ooooo03Koo`<0 00Soo`@000;oo`D000;oo`@000;oo`03003oo`0000?oo`03003ooooo00D00003ool0000000D000;o o`03003oo`0000<004ooo`@003goo`03003ooooo017oo`00;Ooo10001_oo0`002?oo00<00?ooool0 S?oo10001ooo0`000_oo1@0000?oo`0000000`003Ooo2P001_oo0`009Ooo0`007Ooo0`002?oo0`00 ?Ooo00<00?ooool04Ooo000aool00`00ooooo`02ool20002ool00`00ooooo`05ool00`00ooooo`2< ool70005ool00`00ooooo`0;0007ool30002ool:0003ool40002ool00`00ooooo`0Sool4000Lool4 0009ool00`00ooooo`0lool00`00ooooo`0Aool003;oo`05003oooooool00004ool00`00ooooo`04 ool00`00ooooo`2=ool60009ool90007ool400000ooo0000000200000ooo000000030003ool50004 ool3000Rool3000Mool30018ool00`00ooooo`0Aool003;oo`05003oooooool00004ool00`00oooo o`04ool00`00ooooo`2ooo00<00?oo00001@000_oo10005Ooo0`0000?oo`00000010003Ooo00<00?ooool08?oo 10002_oo0`003ooo0`001ooo0`00?ooo00<00?ooool04Ooo000]ool00`00ooooo`06ool00`00oooo o`02ool00`00ooooo`04ool00`00ooooo`1@ool3000[ool3000>ool=0005ool3000ool40006ool4000oool00`00ooooo`0Aool002goo`03003ooooo00Koo`05003ooooo ool00007ool00`00ooooo`1Aool00`00ooooo`0Yool4000?ool700001?oo000000001Ooo10003Ooo 0`0000?oo`0000001000<_oo00<00?ooool02Ooo0`003ooo0`001ooo0`00?ooo00<00?ooool04Ooo 000]ool50005ool30008ool00`00ooooo`1Bool3000Yool3000=ool40002ool30002ool00`00oooo o`05ool3000>ool50002ool00`00ooooo`0nool00`00ooooo`0?ool00`00ooooo`07ool00`00oooo o`0nool00`00ooooo`0Aool004;oo`03003ooooo057oo`@002Soo`D000;oo`<000Koo`@000Coo`03 003ooooo00Soo`<000ooo`@00:7oo`03003ooooo017oo`00@_oo0P00Dooo1@009Ooo1P0000?oo`00 00000P001ooo0`001?oo0`001ooo10004?oo0`00@_oo0`00Fooo0P004ooo0012ool00`00ooooo`1C ool4000Vool50002ool30008ool00`00ooooo`02ool40008ool3000Aool00`00ooooo`10ool4001L ool00`00ooooo`0Aool004;oo`03003ooooo05Coo`<002Ooo`04003oo`00ool4000?ool40008ool0 0`00ooooo`1Dool3001Lool00`00ooooo`0Aool004;oo`03003ooooo05Goo`03003ooooo02Woo`@0 00Coo`@000Soo`@0063oo`03003ooooo05_oo`03003ooooo017oo`00@_oo00<00?ooool0P_oo1000 0_oo1@002?oo10003Ooo0`00C_oo0`006_oo0`00@?oo00<00?ooool04Ooo0012ool00`00ooooo`22 ool40003ool40009ool3000ool20008ool00`00ooooo`05ool3001eool50003ool00`00ooooo`05ool6003:ool3 000Cool001ooo`03003oo`0000ooo`03003ooooo00;oo`@000Soo`03003ooooo05Koo`<001_oo`D0 0004ool000000009ool01000ooooo`00cOoo00<00?ooool04Ooo000Nool01@00oooooooo00003_oo 00<00?ooool00_oo00<00?ooool02Ooo00<00?ooool0E?oo1@006ooo100000?oo`0000000P00f_oo 00<00?ooool04Ooo000Nool01@00oooooooo00002Ooo00<00?ooool00ooo00D00?ooooooo`0000_o o`03003ooooo05?oo`H001[oo`@000?oo`<00=[oo`03003ooooo017oo`007Ooo00<00?ooool00ooo 00<00?ooool01_oo1`000ooo1@001ooo00<00?ooool0E?oo10007?oo0`000_oo1P00f?oo00<00?oo ool04Ooo000Lool30003ool3000Mool00`00ooooo`1Eool00`00ooooo`02ool3000Eool40002ool7 001fool4000Eool50014ool00`00ooooo`0Aool004;oo`8005[oo`@001Coo`@000Coo`H007Goo`D0 01Coo`H004?oo`8001?oo`00@_oo00<00?ooool0F_oo0`005Ooo0`001Ooo00@00?ooool007Ooo`@0 01Goo`D004Coo`03003ooooo017oo`00@_oo00<00?ooool0Fooo00<00?ooool05Ooo00<00?ooool0 P?oo0P005ooo00<00?oo0000AOoo00<00?ooool04Ooo0012ool00`00ooooo`1aool3001jool3001V ool00`00ooooo`0Aool004;oo`03003ooooo073oo`H007Ooo`@006Koo`03003ooooo017oo`00@_oo 00<00?ooool0LOoo1@00N?oo0`00I_oo00<00?ooool04Ooo0012ool00`00ooooo`1bool4001iool0 0`00ooooo`1Uool00`00ooooo`0Aool004;oo`8007Goo`04003oooooool3001dool3001Tool2000C ool004;oo`03003ooooo05Koo`@001goo`@007?oo`D006Coo`03003ooooo017oo`00@_oo00<00?oo ool0EOoo1@007_oo0`00M?oo1000I?oo00<00?ooool04Ooo0012ool00`00ooooo`1Fool4000Gool3 0005ool00`00ooooo`1dool3001Tool00`00ooooo`0Aool004;oo`03003ooooo05Ooo`8001Koo`L0 07_oo`03003ooooo06?oo`03003ooooo017oo`00@_oo00<00?ooool0K_oo2000Nooo0`007Ooo0`00 @ooo00<00?ooool04Ooo0012ool00`00ooooo`1_ool7001jool4000Lool40013ool00`00ooooo`0A ool004;oo`80077oo`05003oooooool0001lool3000Mool30012ool2000Cool004;oo`03003ooooo 06ooo`<0083oo`@001coo`03003ooooo04;oo`03003ooooo017oo`00@_oo00<00?ooool0K_oo1000 P?oo1P00Gooo00<00?ooool04Ooo0012ool00`00ooooo`1_ool30021ool5001Oool00`00ooooo`0A ool004;oo`03003ooooo073oo`<000?oo`<007_oo`@005ooo`03003ooooo017oo`00@_oo00<00?oo ool0Kooo10000_oo1000N_oo1000H?oo00<00?ooool04Ooo0012ool2001Iool3000Cool50003ool3 001iool4001Pool2000Cool004;oo`03003ooooo05Ooo`@001;oo`D000Goo`03003ooooo07Woo`<0 067oo`03003ooooo017oo`00@_oo00<00?ooool0F?oo0`004ooo0`00POoo1@00H?oo00<00?ooool0 4Ooo000Tool60004ool30006ool30008ool00`00ooooo`1Iool00`00ooooo`0Cool00`00ooooo`1o ool6001Pool00`00ooooo`0Aool002Koo`03003ooooo00Coo`8000;oo`03003ooooo00;oo`8000;o o`03003ooooo00Goo`03003ooooo0?;oo`D0063oo`03003ooooo017oo`009_oo00<00?ooool01?oo 00<00?ooool00_oo00D00?ooooooo`0000Coo`03003ooooo00Coo`03003ooooo0??oo`03003oo`00 067oo`03003ooooo017oo`009_oo00<00?ooool01?oo00<00?ooool00_oo00D00?ooooooo`0000Co o`03003ooooo00Coo`03003ooooo0?7oo`<006?oo`03003ooooo017oo`009_oo00<00?ooool01?oo 00<00?ooool00_oo00D00?ooooooo`0000Coo`03003ooooo00Coo`<00?3oo`@0067oo`<001?oo`00 9_oo00<00?ooool01?oo00<00?ooool00_oo00D00?ooooooo`0000Coo`03003ooooo00Coo`03003o oooo06coo`<008;oo`<006?oo`03003ooooo017oo`009_oo00<00?ooool01?oo00<00?ooool00_oo 00D00?ooooooo`0000Coo`03003ooooo00Coo`03003ooooo06_oo`@008?oo`03003ooooo06;oo`03 003ooooo017oo`009_oo00<00?ooool01?oo00D00?ooooooo`0000Coo`05003oooooool00007ool0 0`00ooooo`1/ool3003Xool00`00ooooo`0Aool002Coo`<000Ooo`<000Koo`<000Soo`03003ooooo 06[oo`@00>Woo`03003ooooo017oo`00@_oo00<00?ooool0F?oo0`003_oo1000j_oo00<00?ooool0 4Ooo0012ool2001Hool40002ool30009ool4003Yool2000Cool004;oo`03003ooooo05Soo`<00003 ool00000008000[oo`<00>[oo`03003ooooo017oo`00@_oo00<00?ooool0FOoo00@00?ooooooo`<0 00_oo`03003oo`0000800>Ooo`03003ooooo017oo`00@_oo00<00?ooool0G_oo00<00?ooool02ooo 1000Oooo0`00IOoo00<00?ooool04Ooo0012ool00`00ooooo`1Iool3000Aool3001nool4001Uool0 0`00ooooo`0Aool004;oo`03003ooooo05Soo`@001;oo`03003ooooo07koo`<006Goo`03003ooooo 017oo`00@_oo00<00?ooool0FOoo1P00TOoo00<00?ooool0I?oo00<00?ooool04Ooo0012ool2001K ool5000>ool3003Vool2000Cool004;oo`03003ooooo05coo`<000goo`@00>Ooo`03003ooooo017o o`00@_oo00<00?ooool0GOoo00<00?ooool03Ooo0`00iooo00<00?ooool04Ooo0012ool00`00oooo o`1Iool3000@ool3003Xool00`00ooooo`0Aool004;oo`03003ooooo05Soo`@000ooo`@00>Soo`03 003ooooo017oo`00@_oo00<00?ooool0FOoo0`004?oo0`00j?oo00<00?ooool04Ooo0012ool00`00 ooooo`1Jool00`00ooooo`0@ool00`00ooooo`3Wool00`00ooooo`0Aool004;oo`8005coo`<00?So o`8001?oo`00@_oo00<00?ooool0F_oo1000nOoo00<00?ooool04Ooo0012ool00`00ooooo`1Kool3 000;ool3003[ool00`00ooooo`0Aool004;oo`03003ooooo05coo`03003ooooo00Woo`@00>_oo`03 003ooooo017oo`00@_oo00<00?ooool0Fooo0`002ooo0`00jooo00<00?ooool04Ooo0012ool00`00 ooooo`1Jool4000So o`8001?oo`00@_oo00<00?ooool0G?oo10002_oo1000jOoo00<00?ooool04Ooo0012ool00`00oooo o`1Mool3000;ool3003Yool00`00ooooo`0Aool002Coo`H000;oo`H000Coo`@000Soo`03003ooooo 05koo`@000[oo`03003ooooo0>Soo`03003ooooo017oo`009_oo00<00?ooool01?oo00D00?oooooo o`0000Soo`03003ooooo00Goo`03003ooooo05koo`@00?Goo`03003ooooo017oo`009_oo00<00?oo ool01Ooo00<00?ooool02_oo00<00?ooool01?oo00<00?ooool0Gooo0`00mOoo00<00?ooool04Ooo 000Vool00`00ooooo`06ool00`00ooooo`09ool00`00ooooo`04ool00`00ooooo`1Pool00`00oooo o`3dool00`00ooooo`0Aool002Koo`03003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Goo`<0 0?oooeKoo`<001?oo`009_oo00<00?ooool02?oo00<00?ooool00_oo10002?oo00<00?ooool0oooo F?oo00<00?ooool04Ooo000Vool00`00ooooo`08ool00`00ooooo`02ool00`00ooooo`09ool00`00 ooooo`3ooomHool00`00ooooo`0Aool002Koo`03003ooooo00?oo`03003ooooo00;oo`03003ooooo 00;oo`03003ooooo00Woo`03003ooooo0?oooeSoo`03003ooooo017oo`009?oo0`001Ooo1@001Ooo 1@001ooo00<00?ooool0ooooF?oo00<00?ooool04Ooo0012ool00`00ooooo`1Tool3003`ool00`00 ooooo`0Aool004;oo`03003ooooo06?oo`@00?3oo`03003ooooo017oo`00@_oo0P00Gooo0`000ooo 1`00jooo0P004ooo0012ool00`00ooooo`1Mool40003ool7003/ool00`00ooooo`0Aool004;oo`03 003ooooo05koo`<000Coo`H00>coo`03003ooooo017oo`00@_oo00<00?ooool0Gooo00<00?ooool0 0ooo1@00kOoo00<00?ooool04Ooo0012ool00`00ooooo`1Vool4003]ool00`00ooooo`0Aool004;o o`03003ooooo06Ooo`@00>coo`03003ooooo017oo`00@_oo0P00J?oo1000jooo0P004ooo0012ool0 0`00ooooo`1Xool3003/ool00`00ooooo`0Aool004;oo`03003ooooo067oo`@000Coo`03003ooooo 0>_oo`03003ooooo017oo`00@_oo00<00?ooool0H?oo1@00l_oo00<00?ooool04Ooo0012ool00`00 ooooo`1Pool5003bool00`00ooooo`0Aool004;oo`03003ooooo05ooo`D00??oo`03003ooooo017o o`00@_oo00<00?ooool0H?oo0`00m?oo00<00?ooool04Ooo0012ool2001Rool30002ool3003]ool2 000Cool004;oo`03003ooooo063oo`T00>koo`03003ooooo017oo`00@_oo00<00?ooool0HOoo2000 k_oo00<00?ooool04Ooo0012ool00`00ooooo`1Rool400000ooo003oo`3^ool00`00ooooo`0Aool0 04;oo`03003ooooo06Coo`03003ooooo0?3oo`03003ooooo017oo`00@_oo00<00?ooool0ooooF?oo 00<00?ooool04Ooo0012ool2003ooomHool2000Cool004;oo`03003ooooo0?oooeSoo`03003ooooo 017oo`00@_oo00<00?ooool0ooooF?oo00<00?ooool04Ooo0012ool00`00ooooo`1Tool3003`ool0 0`00ooooo`0Aool002Coo`H000?oo`@000Koo`<000Soo`03003ooooo06?oo`@00?3oo`03003ooooo 017oo`009_oo00<00?ooool02?oo00<00?ooool00_oo0P000_oo00<00?ooool01Ooo00<00?ooool0 I?oo0`00l?oo00<00?ooool04Ooo000Vool00`00ooooo`09ool01@00oooooooo00001?oo00<00?oo ool01?oo00<00?ooool0IOoo00<00?ooool0kooo00<00?ooool04Ooo000Vool00`00ooooo`09ool0 1@00oooooooo00001?oo00<00?ooool01?oo0`00ooooE_oo0`004ooo000Vool00`00ooooo`08ool0 0`00ooooo`02ool00`00ooooo`02ool00`00ooooo`04ool00`00ooooo`1Oool3003eool00`00oooo o`0Aool002Koo`03003ooooo00Coo`@000Goo`03003ooooo00;oo`03003ooooo00Coo`03003ooooo 05koo`@00?Goo`03003ooooo017oo`009_oo00<00?ooool01?oo00<00?ooool01_oo00<00?ooool0 0_oo00<00?ooool01?oo00<00?ooool0Gooo0`00mOoo00<00?ooool04Ooo000Vool00`00ooooo`04 ool00`00ooooo`06ool01@00oooooooo00001ooo00<00?ooool0H?oo00<00?ooool00`00lOoo00<0 0?ooool04Ooo000Tool30006ool50005ool30008ool00`00ooooo`1Rool4003aool00`00ooooo`0A ool004;oo`03003ooooo06?oo`<00?7oo`03003ooooo017oo`00@_oo0P00IOoo00<00?ooool0kooo 0P004ooo0012ool00`00ooooo`04ool00`00ooooo`0nool00`00ooooo`0nool00`00ooooo`0mool0 0`00ooooo`0nool00`00ooooo`0mool00`00ooooo`0=ool00`00ooooo`0Aool004;oo`03003ooooo 00Coo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo 00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo 00[oo`03003ooooo00Woo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo 00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo 00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00Woo`03003ooooo 00[oo`03003ooooo00[oo`04003ooooo000Cool004;oool005`001?oo`00oooo/Ooo003ooonaool0 0?oook7oo`00oooo/Ooo003ooonaool00?oook7oo`00W_oo1@00oooo3_oo002Oool00`00ooooo`3o ool?ool009ooo`03003ooooo06[oo`03003ooooo01Soo`03003ooooo08Koo`00S_oo1P000_oo0`00 00?oo`0000000P0000?oo`00ool010001Ooo1P001?oo10002ooo1P001?oo0`0000Coo`00000000Co o`@000?oo`<00004ool00000000Mool40006ool00`00ooooo`04ool60003ool50006ool00`00oooo o`04ool60005ool30006ool30004ool5001Qool0093oo`03003ooooo00Coo`03003ooooo00;oo`03 003ooooo008000Coo`05003oooooool00003ool20004ool00`00ooooo`0>ool00`00ooooo`02ool0 1000ooooo`000ooo0P001Ooo00<00?ooool01?oo00@00?ooooooo`8002?oo`03003ooooo00?oo`03 003ooooo00Goo`05003oooooool00008ool00`00ooooo`03ool00`00ooooo`05ool01@00oooooooo 00001?oo0P000_oo00<00?ooool00_oo0P000_oo00<00?ooool01_oo00<00?ooool0G_oo002@ool0 0`00ooooo`04ool00`00ooooo`02ool01000ooooo`001_oo00@00?ooool000Coo`03003ooooo00;o o`03003ooooo00koo`03003ooooo00;oo`04003ooooo0004ool00`00ooooo`03ool00`00ooooo`04 ool00`00ooooo`02ool00`00ooooo`0Rool00`00ooooo`02ool00`00ooooo`06ool00`00ooooo`09 ool00`00ooooo`03ool00`00ooooo`06ool00`00ooooo`05ool00`00ooooo`02ool01@00oooooooo 00001?oo00<00?ooool01Ooo00<00?ooool0G_oo002@ool00`00ooooo`04ool00`00ooooo`02ool0 1000ooooo`001_oo00@00?ooool000Coo`03003ooooo00;oo`03003ooooo00koo`03003ooooo00?o o`03003ooooo00D000Goo`03003ooooo00Goo`D002Coo`03003ooooo00?oo`03003ooooo00Koo`03 003ooooo00Soo`03003ooooo00Coo`03003ooooo00Koo`03003ooooo00Coo`03003ooooo00;oo`05 003oooooool00004ool00`00ooooo`05ool00`00ooooo`1Nool0093oo`03003ooooo00Coo`03003o oooo00;oo`04003ooooo0006ool01000ooooo`001?oo00<00?ooool00_oo00<00?ooool03_oo00<0 0?ooool00ooo00<00?ooool01?oo00<00?ooool00ooo00<00?ooool02Ooo00<00?ooool08Ooo00<0 0?ooool01?oo00<00?ooool01ooo00<00?ooool01_oo0P001_oo00<00?ooool01ooo00<00?ooool0 0ooo00<00?ooool00_oo00D00?ooooooo`0000Coo`03003ooooo00Coo`80063oo`00T?oo00<00?oo ool01?oo0P000ooo00<00?ooool00P001?oo00D00?ooooooo`0000Coo`03003ooooo00;oo`03003o oooo00koo`03003ooooo00?oo`03003ooooo00Coo`03003ooooo00?oo`03003ooooo00Woo`03003o oooo01goo`@000Soo`03003ooooo00Ooo`03003ooooo00Coo`8000Soo`03003ooooo00Ooo`03003o oooo00;oo`03003ooooo00;oo`05003oooooool00004ool00`00ooooo`03ool2001Qool0093oo`03 003ooooo00?oo`800004ool000000002ool200000ooo000000020002ool30002ool30003ool5000= ool00`00ooooo`02ool01000oooooooo10001Ooo1@001?oo10008?oo00<00?ooool02Ooo00<00?oo ool01ooo00<00?ooool01_oo00<00?ooool01Ooo00<00?ooool01ooo00<00?ooool00_oo00<00?oo ool00_oo00D00?ooooooo`0000Coo`03003ooooo00Goo`03003ooooo05koo`00T?oo00<00?ooool0 8?oo00<00?ooool03_oo00@00?ooooooo`8000goo`03003ooooo02Woo`03003ooooo00Woo`03003o oooo00;oo`03003ooooo00;oo`03003ooooo00Koo`03003ooooo00Goo`03003ooooo00;oo`03003o oooo00;oo`03003ooooo00;oo`05003oooooool00004ool01@00oooooooo00002?oo00<00?ooool0 G_oo002>ool6000Oool00`00ooooo`0=ool6000>ool00`00ooooo`0Yool50008ool01000oooooooo 1@001Ooo10002Ooo00@00?ooooooo`D000Koo`<000Koo`<000Goo`@0067oo`00oooo/Ooo0000\ \>"], ImageRangeCache->{{{0, 431}, {265.875, 0}} -> {-114.178, -28.4168, 2.32142, \ 1.13199}}] }, Open ]] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Plot Data", "Section", Editable->False, FontSize->16], Cell[CellGroupData[{ Cell[BoxData[{ \(\(Show[dataFitPlot];\)\), "\[IndentingNewLine]", \(\(InputString["\"];\)\), "\[IndentingNewLine]", \(\(NotebookLocate["\
"];\)\), "\[IndentingNewLine]", \(\(SelectionEvaluateCreateCell[nb];\)\)}], "Input", CellLabel->"In[174]:=", Editable->False, FontSize->12, CellTags->"Plot Data"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0219458 0.00186376 0.0147151 0.0038221 [ [.02195 -0.0125 -3 -9 ] [.02195 -0.0125 3 0 ] [.20832 -0.0125 -9 -9 ] [.20832 -0.0125 9 0 ] [.3947 -0.0125 -9 -9 ] [.3947 -0.0125 9 0 ] [.58107 -0.0125 -9 -9 ] [.58107 -0.0125 9 0 ] [.76745 -0.0125 -9 -9 ] [.76745 -0.0125 9 0 ] [.95383 -0.0125 -9 -9 ] [.95383 -0.0125 9 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -5 -18.8125 ] [.5 -0.0125 5 -9 ] [-0.0125 .01472 -6 -4.5 ] [-0.0125 .01472 0 4.5 ] [-0.0125 .11027 -12 -4.5 ] [-0.0125 .11027 0 4.5 ] [-0.0125 .20582 -12 -4.5 ] [-0.0125 .20582 0 4.5 ] [-0.0125 .30137 -12 -4.5 ] [-0.0125 .30137 0 4.5 ] [-0.0125 .39693 -18 -4.5 ] [-0.0125 .39693 0 4.5 ] [-0.0125 .49248 -18 -4.5 ] [-0.0125 .49248 0 4.5 ] [-0.0125 .58803 -18 -4.5 ] [-0.0125 .58803 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -27.8125 -5.03125 ] [-0.01875 .30902 -18 5.03125 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [.5 .63053 -68 0 ] [.5 .63053 68 9.8125 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .02195 0 m .02195 .00625 L s [(0)] .02195 -0.0125 0 1 Mshowa .20832 0 m .20832 .00625 L s [(100)] .20832 -0.0125 0 1 Mshowa .3947 0 m .3947 .00625 L s [(200)] .3947 -0.0125 0 1 Mshowa .58107 0 m .58107 .00625 L s [(300)] .58107 -0.0125 0 1 Mshowa .76745 0 m .76745 .00625 L s [(400)] .76745 -0.0125 0 1 Mshowa .95383 0 m .95383 .00625 L s [(500)] .95383 -0.0125 0 1 Mshowa .125 Mabswid .05922 0 m .05922 .00375 L s .0965 0 m .0965 .00375 L s .13377 0 m .13377 .00375 L s .17105 0 m .17105 .00375 L s .2456 0 m .2456 .00375 L s .28287 0 m .28287 .00375 L s .32015 0 m .32015 .00375 L s .35742 0 m .35742 .00375 L s .43197 0 m .43197 .00375 L s .46925 0 m .46925 .00375 L s .50652 0 m .50652 .00375 L s .5438 0 m .5438 .00375 L s .61835 0 m .61835 .00375 L s .65562 0 m .65562 .00375 L s .6929 0 m .6929 .00375 L s .73017 0 m .73017 .00375 L s .80472 0 m .80472 .00375 L s .842 0 m .842 .00375 L s .87927 0 m .87927 .00375 L s .91655 0 m .91655 .00375 L s .9911 0 m .9911 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -66 -22.8125 Mabsadd m 1 1 Mabs scale currentpoint translate 0 17.8125 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 11.250 moveto %%IncludeResource: 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 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .01472 m .00625 .01472 L s [(0)] -0.0125 .01472 1 0 Mshowa 0 .11027 m .00625 .11027 L s [(25)] -0.0125 .11027 1 0 Mshowa 0 .20582 m .00625 .20582 L s [(50)] -0.0125 .20582 1 0 Mshowa 0 .30137 m .00625 .30137 L s [(75)] -0.0125 .30137 1 0 Mshowa 0 .39693 m .00625 .39693 L s [(100)] -0.0125 .39693 1 0 Mshowa 0 .49248 m .00625 .49248 L s [(125)] -0.0125 .49248 1 0 Mshowa 0 .58803 m .00625 .58803 L s [(150)] -0.0125 .58803 1 0 Mshowa .125 Mabswid 0 .03383 m .00375 .03383 L s 0 .05294 m .00375 .05294 L s 0 .07205 m .00375 .07205 L s 0 .09116 m .00375 .09116 L s 0 .12938 m .00375 .12938 L s 0 .14849 m .00375 .14849 L s 0 .1676 m .00375 .1676 L s 0 .18671 m .00375 .18671 L s 0 .22493 m .00375 .22493 L s 0 .24404 m .00375 .24404 L s 0 .26315 m .00375 .26315 L s 0 .28226 m .00375 .28226 L s 0 .32048 m .00375 .32048 L s 0 .33959 m .00375 .33959 L s 0 .3587 m .00375 .3587 L s 0 .37781 m .00375 .37781 L s 0 .41604 m .00375 .41604 L s 0 .43515 m .00375 .43515 L s 0 .45426 m .00375 .45426 L s 0 .47337 m .00375 .47337 L s 0 .51159 m .00375 .51159 L s 0 .5307 m .00375 .5307 L s 0 .54981 m .00375 .54981 L s 0 .56892 m .00375 .56892 L s 0 .60714 m .00375 .60714 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -88.9375 -8.90625 Mabsadd m 1 1 Mabs scale currentpoint translate 66.0312 8.90625 translate 90 rotate -66.0312 -8.90625 translate 0 17.8125 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 11.250 moveto %%IncludeResource: 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.062 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 69.062 11.250 moveto %%IncludeResource: 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 .02195 .61178 m .02195 .61803 L s .20832 .61178 m .20832 .61803 L s .3947 .61178 m .3947 .61803 L s .58107 .61178 m .58107 .61803 L s .76745 .61178 m .76745 .61803 L s .95383 .61178 m .95383 .61803 L s .125 Mabswid .05922 .61428 m .05922 .61803 L s .0965 .61428 m .0965 .61803 L s .13377 .61428 m .13377 .61803 L s .17105 .61428 m .17105 .61803 L s .2456 .61428 m .2456 .61803 L s .28287 .61428 m .28287 .61803 L s .32015 .61428 m .32015 .61803 L s .35742 .61428 m .35742 .61803 L s .43197 .61428 m .43197 .61803 L s .46925 .61428 m .46925 .61803 L s .50652 .61428 m .50652 .61803 L s .5438 .61428 m .5438 .61803 L s .61835 .61428 m .61835 .61803 L s .65562 .61428 m .65562 .61803 L s .6929 .61428 m .6929 .61803 L s .73017 .61428 m .73017 .61803 L s .80472 .61428 m .80472 .61803 L s .842 .61428 m .842 .61803 L s .87927 .61428 m .87927 .61803 L s .91655 .61428 m .91655 .61803 L s .9911 .61428 m .9911 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .01472 m 1 .01472 L s .99375 .11027 m 1 .11027 L s .99375 .20582 m 1 .20582 L s .99375 .30137 m 1 .30137 L s .99375 .39693 m 1 .39693 L s .99375 .49248 m 1 .49248 L s .99375 .58803 m 1 .58803 L s .125 Mabswid .99625 .03383 m 1 .03383 L s .99625 .05294 m 1 .05294 L s .99625 .07205 m 1 .07205 L s .99625 .09116 m 1 .09116 L s .99625 .12938 m 1 .12938 L s .99625 .14849 m 1 .14849 L s .99625 .1676 m 1 .1676 L s .99625 .18671 m 1 .18671 L s .99625 .22493 m 1 .22493 L s .99625 .24404 m 1 .24404 L s .99625 .26315 m 1 .26315 L s .99625 .28226 m 1 .28226 L s .99625 .32048 m 1 .32048 L s .99625 .33959 m 1 .33959 L s .99625 .3587 m 1 .3587 L s .99625 .37781 m 1 .37781 L s .99625 .41604 m 1 .41604 L s .99625 .43515 m 1 .43515 L s .99625 .45426 m 1 .45426 L s .99625 .47337 m 1 .47337 L s .99625 .51159 m 1 .51159 L s .99625 .5307 m 1 .5307 L s .99625 .54981 m 1 .54981 L s .99625 .56892 m 1 .56892 L s .99625 .60714 m 1 .60714 L s .25 Mabswid 1 0 m 1 .61803 L s gsave .5 .63053 -129 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 17.8125 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 11.250 moveto %%IncludeResource: 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 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Input) show 99.000 11.250 moveto (Data) show 141.000 11.250 moveto (5) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 147.000 11.250 moveto (\\220) show 153.000 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (23) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 165.000 11.250 moveto (\\220) show 171.000 11.250 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2003) show 195.000 11.250 moveto %%IncludeResource: 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 3 Mabswid .02381 .01472 Mdot .02567 .01472 Mdot .02754 .01472 Mdot .0294 .01472 Mdot .03126 .01472 Mdot .03313 .01472 Mdot .03499 .01472 Mdot .03686 .01472 Mdot .03872 .01472 Mdot .04058 .01472 Mdot .04245 .01472 Mdot .04431 .01472 Mdot .04617 .01472 Mdot .04804 .01472 Mdot .0499 .01472 Mdot .05177 .01472 Mdot .05363 .01472 Mdot .05549 .01472 Mdot .05736 .01472 Mdot .05922 .01472 Mdot .06108 .01472 Mdot .06295 .01472 Mdot .06481 .01472 Mdot .06668 .01472 Mdot .06854 .01472 Mdot .0704 .01472 Mdot .07227 .01472 Mdot .07413 .01854 Mdot .07599 .01472 Mdot .07786 .01472 Mdot .07972 .01472 Mdot .08159 .01854 Mdot .08345 .01472 Mdot .08531 .01472 Mdot .08718 .01472 Mdot .08904 .01472 Mdot .0909 .01472 Mdot .09277 .01472 Mdot .09463 .01472 Mdot .0965 .01472 Mdot .09836 .01472 Mdot .10022 .01472 Mdot .10209 .01472 Mdot .10395 .01472 Mdot .10581 .01472 Mdot .10768 .01472 Mdot .10954 .01472 Mdot .11141 .01854 Mdot .11327 .01472 Mdot .11513 .01472 Mdot .117 .01472 Mdot .11886 .01472 Mdot .12073 .01472 Mdot .12259 .01472 Mdot .12445 .01854 Mdot .12632 .01472 Mdot .12818 .01472 Mdot .13004 .01472 Mdot .13191 .01472 Mdot .13377 .01472 Mdot .13564 .01472 Mdot .1375 .01472 Mdot .13936 .01472 Mdot .14123 .01472 Mdot .14309 .01472 Mdot .14495 .01472 Mdot .14682 .01472 Mdot .14868 .01472 Mdot .15055 .01472 Mdot .15241 .01472 Mdot .15427 .01472 Mdot .15614 .01854 Mdot .158 .01472 Mdot .15986 .01472 Mdot .16173 .01854 Mdot .16359 .01472 Mdot .16546 .01472 Mdot .16732 .01472 Mdot .16918 .01472 Mdot .17105 .01472 Mdot .17291 .01472 Mdot .17477 .01472 Mdot .17664 .01472 Mdot .1785 .01472 Mdot .18037 .01472 Mdot .18223 .01472 Mdot .18409 .01472 Mdot .18596 .01472 Mdot .18782 .01472 Mdot .18968 .01472 Mdot .19155 .01472 Mdot .19341 .01472 Mdot .19528 .01472 Mdot .19714 .01472 Mdot .199 .01472 Mdot .20087 .01854 Mdot .20273 .02618 Mdot .20459 .02236 Mdot .20646 .02236 Mdot .20832 .01472 Mdot .21019 .01472 Mdot .21205 .01472 Mdot .21391 .01472 Mdot .21578 .01472 Mdot .21764 .01472 Mdot .2195 .01472 Mdot .22137 .01472 Mdot .22323 .01472 Mdot .2251 .01472 Mdot .22696 .01854 Mdot .22882 .02236 Mdot .23069 .04529 Mdot .23255 .05294 Mdot .23441 .04911 Mdot .23628 .07587 Mdot .23814 .12173 Mdot .24001 .1332 Mdot .24187 .17907 Mdot .24373 .20964 Mdot .2456 .18671 Mdot .24746 .22111 Mdot .24932 .25551 Mdot .25119 .26315 Mdot .25305 .22875 Mdot .25492 .31284 Mdot .25678 .26315 Mdot .25864 .30902 Mdot .26051 .34724 Mdot .26237 .34724 Mdot .26423 .38164 Mdot .2661 .41604 Mdot .26796 .44661 Mdot .26983 .43132 Mdot .27169 .32048 Mdot .27355 .45808 Mdot .27542 .46955 Mdot .27728 .43515 Mdot .27914 .41986 Mdot .28101 .47719 Mdot .28287 .51541 Mdot .28474 .48483 Mdot .2866 .59567 Mdot .28846 .54599 Mdot .29033 .55363 Mdot .29219 .53834 Mdot .29405 .53834 Mdot .29592 .60332 Mdot .29778 .55745 Mdot .29965 .58039 Mdot .30151 .51159 Mdot .30337 .51541 Mdot .30524 .55363 Mdot .3071 .52305 Mdot .30896 .52305 Mdot .31083 .51541 Mdot .31269 .5307 Mdot .31456 .46572 Mdot .31642 .41604 Mdot .31828 .41221 Mdot .32015 .47719 Mdot .32201 .44661 Mdot .32387 .40457 Mdot .32574 .43897 Mdot .3276 .42368 Mdot .32947 .38164 Mdot .33133 .36635 Mdot .33319 .35488 Mdot .33506 .37399 Mdot .33692 .35106 Mdot .33878 .33195 Mdot .34065 .32048 Mdot .34251 .35488 Mdot .34438 .33577 Mdot .34624 .31284 Mdot .3481 .30519 Mdot .34997 .29373 Mdot .35183 .37399 Mdot .35369 .26697 Mdot .35556 .30137 Mdot .35742 .34342 Mdot .35929 .24404 Mdot .36115 .31666 Mdot .36301 .30902 Mdot .36488 .28991 Mdot .36674 .27844 Mdot .3686 .29755 Mdot .37047 .31666 Mdot .37233 .22493 Mdot .3742 .28608 Mdot .37606 .21729 Mdot .37792 .22493 Mdot .37979 .26315 Mdot .38165 .25169 Mdot .38352 .27462 Mdot .38538 .23257 Mdot .38724 .26315 Mdot .38911 .24022 Mdot .39097 .25933 Mdot .39283 .22493 Mdot .3947 .2708 Mdot .39656 .30137 Mdot .39843 .2708 Mdot .40029 .26315 Mdot .40215 .24404 Mdot .40402 .30137 Mdot .40588 .26697 Mdot .40774 .2364 Mdot .40961 .2364 Mdot .41147 .19053 Mdot .41334 .25551 Mdot .4152 .26697 Mdot .41706 .20582 Mdot .41893 .19818 Mdot .42079 .22111 Mdot .42265 .202 Mdot .42452 .25169 Mdot .42638 .202 Mdot .42825 .21346 Mdot .43011 .18289 Mdot .43197 .18289 Mdot .43384 .17524 Mdot .4357 .20964 Mdot .43756 .21729 Mdot .43943 .28226 Mdot .44129 .22875 Mdot .44316 .23257 Mdot .44502 .2364 Mdot .44688 .19435 Mdot .44875 .19435 Mdot .45061 .21346 Mdot .45247 .17524 Mdot .45434 .20964 Mdot .4562 .24786 Mdot .45807 .25169 Mdot .45993 .18671 Mdot .46179 .19818 Mdot .46366 .17907 Mdot .46552 .19435 Mdot .46738 .19435 Mdot .46925 .16378 Mdot .47111 .202 Mdot .47298 .22493 Mdot .47484 .17142 Mdot .4767 .21729 Mdot .47857 .17142 Mdot .48043 .19818 Mdot .48229 .15231 Mdot .48416 .16378 Mdot .48602 .19435 Mdot .48789 .18289 Mdot .48975 .15613 Mdot .49161 .24022 Mdot .49348 .14849 Mdot .49534 .18671 Mdot .4972 .15995 Mdot .49907 .15231 Mdot .50093 .18671 Mdot .5028 .1676 Mdot .50466 .15613 Mdot .50652 .17142 Mdot .50839 .16378 Mdot .51025 .202 Mdot .51211 .18289 Mdot .51398 .18671 Mdot .51584 .15995 Mdot .51771 .1676 Mdot .51957 .17524 Mdot .52143 .21346 Mdot .5233 .18671 Mdot .52516 .202 Mdot .52702 .19053 Mdot .52889 .22111 Mdot .53075 .19053 Mdot .53262 .21346 Mdot .53448 .15231 Mdot .53634 .19818 Mdot .53821 .12938 Mdot .54007 .18671 Mdot .54193 .19818 Mdot .5438 .21346 Mdot .54566 .17142 Mdot .54753 .19435 Mdot .54939 .15995 Mdot .55125 .18289 Mdot .55312 .19053 Mdot .55498 .17524 Mdot .55684 .15231 Mdot .55871 .17142 Mdot .56057 .17142 Mdot .56244 .202 Mdot .5643 .202 Mdot .56616 .18671 Mdot .56803 .1676 Mdot .56989 .16378 Mdot .57175 .17142 Mdot .57362 .13702 Mdot .57548 .1676 Mdot .57735 .19435 Mdot .57921 .17142 Mdot .58107 .18671 Mdot .58294 .12173 Mdot .5848 .20582 Mdot .58666 .12938 Mdot .58853 .1676 Mdot .59039 .1676 Mdot .59226 .12173 Mdot .59412 .12556 Mdot .59598 .12938 Mdot .59785 .12938 Mdot .59971 .11409 Mdot .60157 .1676 Mdot .60344 .09116 Mdot .6053 .12938 Mdot .60717 .13702 Mdot .60903 .10645 Mdot .61089 .12556 Mdot .61276 .12173 Mdot .61462 .10262 Mdot .61648 .10645 Mdot .61835 .13702 Mdot .62021 .11409 Mdot .62208 .11791 Mdot .62394 .12938 Mdot .6258 .10645 Mdot .62767 .11409 Mdot .62953 .10262 Mdot .6314 .11409 Mdot .63326 .12173 Mdot .63512 .11409 Mdot .63699 .10262 Mdot .63885 .11791 Mdot .64071 .08734 Mdot .64258 .13702 Mdot .64444 .14467 Mdot .64631 .12556 Mdot .64817 .1332 Mdot .65003 .12938 Mdot .6519 .10645 Mdot .65376 .07969 Mdot .65562 .12938 Mdot .65749 .11409 Mdot .65935 .10645 Mdot .66122 .11027 Mdot .66308 .0988 Mdot .66494 .12173 Mdot .66681 .11027 Mdot .66867 .11027 Mdot .67053 .11791 Mdot .6724 .07205 Mdot .67426 .11027 Mdot .67613 .09116 Mdot .67799 .13702 Mdot .67985 .1332 Mdot .68172 .12173 Mdot .68358 .08351 Mdot .68544 .15995 Mdot .68731 .1676 Mdot .68917 .14084 Mdot .69104 .20964 Mdot .6929 .19818 Mdot .69476 .25551 Mdot .69663 .26697 Mdot .69849 .33195 Mdot .70035 .34342 Mdot .70222 .4275 Mdot .70408 .34724 Mdot .70595 .3587 Mdot .70781 .39693 Mdot .70967 .38546 Mdot .71154 .36635 Mdot .7134 .37781 Mdot .71526 .38546 Mdot .71713 .37017 Mdot .71899 .32048 Mdot .72086 .32048 Mdot .72272 .2708 Mdot .72458 .24022 Mdot .72645 .22875 Mdot .72831 .27844 Mdot .73017 .21346 Mdot .73204 .15613 Mdot .7339 .11791 Mdot .73577 .14849 Mdot .73763 .12173 Mdot .73949 .11409 Mdot .74136 .10645 Mdot .74322 .07205 Mdot .74508 .07969 Mdot .74695 .07969 Mdot .74881 .05294 Mdot .75068 .04147 Mdot .75254 .0644 Mdot .7544 .07205 Mdot .75627 .07587 Mdot .75813 .05294 Mdot .75999 .07205 Mdot .76186 .09116 Mdot .76372 .05294 Mdot .76559 .06058 Mdot .76745 .08734 Mdot .76931 .11027 Mdot .77118 .11791 Mdot .77304 .1332 Mdot .7749 .15995 Mdot .77677 .15613 Mdot .77863 .15995 Mdot .7805 .21346 Mdot .78236 .21346 Mdot .78422 .26315 Mdot .78609 .19818 Mdot .78795 .26697 Mdot .78981 .32048 Mdot .79168 .24786 Mdot .79354 .26697 Mdot .79541 .28991 Mdot .79727 .32048 Mdot .79913 .3587 Mdot .801 .25169 Mdot .80286 .28226 Mdot .80472 .26697 Mdot .80659 .24022 Mdot .80845 .24786 Mdot .81032 .24786 Mdot .81218 .21346 Mdot .81404 .19053 Mdot .81591 .19435 Mdot .81777 .17907 Mdot .81963 .0988 Mdot .8215 .10262 Mdot .82336 .16378 Mdot .82523 .12556 Mdot .82709 .12556 Mdot .82895 .12556 Mdot .83082 .06822 Mdot .83268 .06822 Mdot .83454 .05676 Mdot .83641 .04911 Mdot .83827 .05294 Mdot .84014 .04529 Mdot .842 .04911 Mdot .84386 .04529 Mdot .84573 .03 Mdot .84759 .03 Mdot .84945 .04147 Mdot .85132 .02236 Mdot .85318 .02236 Mdot .85505 .03383 Mdot .85691 .03765 Mdot .85877 .01854 Mdot .86064 .02618 Mdot .8625 .02236 Mdot .86436 .01854 Mdot .86623 .02236 Mdot .86809 .01854 Mdot .86996 .01854 Mdot .87182 .02236 Mdot .87368 .02236 Mdot .87555 .01472 Mdot .87741 .02618 Mdot .87927 .01472 Mdot .88114 .01854 Mdot .883 .01472 Mdot .88487 .02236 Mdot .88673 .01854 Mdot .88859 .01854 Mdot .89046 .02618 Mdot .89232 .01854 Mdot .89419 .02236 Mdot .89605 .01472 Mdot .89791 .01854 Mdot .89978 .02236 Mdot .90164 .01472 Mdot .9035 .01854 Mdot .90537 .01854 Mdot .90723 .01854 Mdot .9091 .01472 Mdot .91096 .01854 Mdot .91282 .01472 Mdot .91469 .01472 Mdot .91655 .01854 Mdot .91841 .01472 Mdot .92028 .01472 Mdot .92214 .01472 Mdot .92401 .02618 Mdot .92587 .01854 Mdot .92773 .01472 Mdot .9296 .01854 Mdot .93146 .01472 Mdot .93332 .01854 Mdot .93519 .01472 Mdot .93705 .01854 Mdot .93892 .01472 Mdot .94078 .01472 Mdot .94264 .01854 Mdot .94451 .01854 Mdot .94637 .01472 Mdot .94823 .01472 Mdot .9501 .01472 Mdot .95196 .01472 Mdot .95383 .01472 Mdot .95569 .01472 Mdot .95755 .01472 Mdot .95942 .01472 Mdot .96128 .01472 Mdot .96314 .01472 Mdot .96501 .01472 Mdot .96687 .01472 Mdot .96874 .01472 Mdot .9706 .01472 Mdot .97246 .01472 Mdot .97433 .01472 Mdot .97619 .01472 Mdot 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath % End of Graphics MathPictureEnd \ \>"], "Graphics", CellLabel->"From In[174]:=", ImageSize->{288, 177.938}, ImageMargins->{{35, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHggoo`05003oooooool0002nool00>ko o`03003oo`000;ooo`00kooo00<00?ooool0__oo003^ool00`00ool0002oool00>goo`8000;oo`03 003ooooo0;coo`00k?oo0`000_oo0`00_?oo003ooonaool00?oook7oo`00oooo/Ooo003ooonaool0 0?oook7oo`00B?oo0`00ool00`00ooooo`0Aool004;oo`800?oo0`004ooo000`ool00`00ooooo`07ool00`00ooooo`05ool00`00ooooo`3;ool400000ooo003o o`090004ool:000Bool40008ool3001=ool00`00ooooo`0Aool0037oo`03003ooooo00;oo`@000So o`03003ooooo0ool60007ool4001=ool00`00ooooo`0Aool002coo`03 003ooooo00;oo`03003ooooo00;oo`03003ooooo00Woo`03003ooooo04goo`@007Coo`P000;oo`@0 0003ool0000000T000;oo`X000ooo`D000Soo`<0013oo`@003Woo`03003ooooo017oo`00;?oo1@00 1Ooo1@001ooo00<00?ooool0C_oo0`00MOoo1`000_oo10000_oo00<00?oo00001`000ooo10000_oo 0`004?oo10002Ooo00<00?ooool03_oo1@00>Ooo00<00?ooool04Ooo0012ool00`00ooooo`1?ool0 0`00ooooo`1Uool3000=ool<00001_oo00000000ool000?oo`H00003ool00?oo00Coo`03003ooooo 017oo`03003ooooo01[oo`@003Woo`03003ooooo017oo`00@_oo0P00D?oo0`00I?oo10003?oo3000 00?oo`0000000P001Ooo1P001_oo0`007Ooo0`004?oo0P00>Ooo0P004ooo0012ool00`00ooooo`1> ool4001Uool30009ool300001Ooo00000000ool01P0000?oo`0000000`001?oo1`001Ooo10007?oo 1000C?oo00<00?ooool04Ooo0012ool00`00ooooo`1?ool3001Vool00`00ooooo`07ool40002ool0 1000oooooooo2P001?oo1`001Ooo1@007Ooo0`00C?oo00<00?ooool04Ooo0012ool00`00ooooo`1@ ool00`00ooooo`1`ool30008ool300001?oo000000001_oo10002?oo0`0000Coo`00000001_oo`03 003ooooo04_oo`03003ooooo017oo`00@_oo00<00?ooool0a?oo00<00?ooool02?oo00D00?oooooo o`0000Ooo`<000[oo`03003oo`0000<006Woo`03003ooooo017oo`00@_oo00<00?ooool0Yooo0`00 ool00`00ooooo`0;ool4001Iool00`00ooooo`0Aool004;oo`800:Coo`<00003ool0000000<000Wo o`<000Goo`<001coo`03003ooooo01coo`<005Soo`8001?oo`00@_oo00<00?ooool0X_oo30001_oo 10001?oo1000>_oo0`003?oo0`00Booo00<00?ooool04Ooo0012ool00`00ooooo`2Sool;00001?oo 000000000ooo0`000_oo1P00:_oo0`003?oo10002ooo1@00B_oo00<00?ooool04Ooo0012ool00`00 ooooo`2Tool00`00ool0000;0004ool00`00ooooo`0400000ooo003oo`0Yool4000=ool3000;ool5 001:ool00`00ooooo`0Aool004;oo`03003ooooo09ooo`<000;oo`L00003ool0000000@000Soo`<0 00Coo`<002Koo`<000koo`03003ooooo00_oo`@000coo`<003_oo`03003ooooo017oo`00@_oo00<0 0?ooool0W_oo100000?oo`0000000P000_oo2@002Ooo00<00?ooool00_oo1P000_oo1`006ooo0`00 7Ooo0P003?oo1000>ooo00<00?ooool04Ooo0012ool2002Pool80002ool90007ool30002oolA000J ool4000/ool3000jool2000Cool004;oo`03003ooooo0:3oo`H000Coo`P000Koo`@00003ool00000 010001_oo`<002goo`03003ooooo03[oo`03003ooooo017oo`00@_oo00<00?ooool0T_oo0`001?oo 0`001Ooo10001_oo100000Coo`00000000Koo`P00003ool0000000@00003ool0000000;oo`03003o oooo01_oo`03003ooooo06Woo`03003ooooo017oo`00@_oo00<00?ooool0D?oo0`00?_oo10000ooo 100000Coo`00000000;oo`8000Woo`03003oo`0000<000Ooo`H000?oo`04003ooooo001@ool3000m ool00`00ooooo`0Aool004;oo`03003ooooo04ooo`@003koo`@000Coo`L000Goo`<000Goo`H000So o`@005Ooo`@003goo`03003ooooo017oo`00@_oo00<00?ooool0D?oo0`00?Ooo1@001Ooo00<00?oo ool00`001?oo10001?oo100000?oo`00ool01ooo1000FOoo0`00?Ooo00<00?ooool04Ooo0012ool0 0`00ooooo`1Aool3000mool40006ool40006ool?0003ool300001?oo000000000_oo0`000_oo0`00 D?oo00<00?ooool0??oo00<00?ooool04Ooo0012ool2001Aool4000gool30004ool20006ool40008 oolD0002ool700000ooo00000002001>ool3000mool2000Cool004;oo`03003ooooo057oo`<003Ko o`@000Woo`<00003ool0000000@000?oo`<00003ool0000000<00003ool0000000l00005ool00000 003oo`04001=ool5000mool00`00ooooo`0Aool004;oo`03003ooooo05;oo`03003ooooo03Koo`<0 00Soo`@000;oo`D000;oo`@000;oo`03003oo`0000?oo`03003ooooo00D00003ool0000000D000;o o`03003oo`0000<004ooo`@003goo`03003ooooo017oo`00;Ooo10001_oo0`002?oo00<00?ooool0 S?oo10001ooo0`000_oo1@0000?oo`0000000`003Ooo2P001_oo0`009Ooo0`007Ooo0`002?oo0`00 ?Ooo00<00?ooool04Ooo000aool00`00ooooo`02ool20002ool00`00ooooo`05ool00`00ooooo`2< ool70005ool00`00ooooo`0;0007ool30002ool:0003ool40002ool00`00ooooo`0Sool4000Lool4 0009ool00`00ooooo`0lool00`00ooooo`0Aool003;oo`05003oooooool00004ool00`00ooooo`04 ool00`00ooooo`2=ool60009ool90007ool400000ooo0000000200000ooo000000030003ool50004 ool3000Rool3000Mool30018ool00`00ooooo`0Aool003;oo`05003oooooool00004ool00`00oooo o`04ool00`00ooooo`2ooo00<00?oo00001@000_oo10005Ooo0`0000?oo`00000010003Ooo00<00?ooool08?oo 10002_oo0`003ooo0`001ooo0`00?ooo00<00?ooool04Ooo000]ool00`00ooooo`06ool00`00oooo o`02ool00`00ooooo`04ool00`00ooooo`1@ool3000[ool3000>ool=0005ool3000ool40006ool4000oool00`00ooooo`0Aool002goo`03003ooooo00Koo`05003ooooo ool00007ool00`00ooooo`1Aool00`00ooooo`0Yool4000?ool700001?oo000000001Ooo10003Ooo 0`0000?oo`0000001000<_oo00<00?ooool02Ooo0`003ooo0`001ooo0`00?ooo00<00?ooool04Ooo 000]ool50005ool30008ool00`00ooooo`1Bool3000Yool3000=ool40002ool30002ool00`00oooo o`05ool3000>ool50002ool00`00ooooo`0nool00`00ooooo`0?ool00`00ooooo`07ool00`00oooo o`0nool00`00ooooo`0Aool004;oo`03003ooooo057oo`@002Soo`D000;oo`<000Koo`@000Coo`03 003ooooo00Soo`<000ooo`@00:7oo`03003ooooo017oo`00@_oo0P00Dooo1@009Ooo1P0000?oo`00 00000P001ooo0`001?oo0`001ooo10004?oo0`00@_oo0`00Fooo0P004ooo0012ool00`00ooooo`1C ool4000Vool50002ool30008ool00`00ooooo`02ool40008ool3000Aool00`00ooooo`10ool4001L ool00`00ooooo`0Aool004;oo`03003ooooo05Coo`<002Ooo`04003oo`00ool4000?ool40008ool0 0`00ooooo`1Dool3001Lool00`00ooooo`0Aool004;oo`03003ooooo05Goo`03003ooooo02Woo`@0 00Coo`@000Soo`@0063oo`03003ooooo05_oo`03003ooooo017oo`00@_oo00<00?ooool0P_oo1000 0_oo1@002?oo10003Ooo0`00C_oo0`006_oo0`00@?oo00<00?ooool04Ooo0012ool00`00ooooo`22 ool40003ool40009ool3000ool20008ool00`00ooooo`05ool3001eool50003ool00`00ooooo`05ool6003:ool3 000Cool001ooo`03003oo`0000ooo`03003ooooo00;oo`@000Soo`03003ooooo05Koo`<001_oo`D0 0004ool000000009ool01000ooooo`00cOoo00<00?ooool04Ooo000Nool01@00oooooooo00003_oo 00<00?ooool00_oo00<00?ooool02Ooo00<00?ooool0E?oo1@006ooo100000?oo`0000000P00f_oo 00<00?ooool04Ooo000Nool01@00oooooooo00002Ooo00<00?ooool00ooo00D00?ooooooo`0000_o o`03003ooooo05?oo`H001[oo`@000?oo`<00=[oo`03003ooooo017oo`007Ooo00<00?ooool00ooo 00<00?ooool01_oo1`000ooo1@001ooo00<00?ooool0E?oo10007?oo0`000_oo1P00f?oo00<00?oo ool04Ooo000Lool30003ool3000Mool00`00ooooo`1Eool00`00ooooo`02ool3000Eool40002ool7 001fool4000Eool50014ool00`00ooooo`0Aool004;oo`8005[oo`@001Coo`@000Coo`H007Goo`D0 01Coo`H004?oo`8001?oo`00@_oo00<00?ooool0F_oo0`005Ooo0`001Ooo00@00?ooool007Ooo`@0 01Goo`D004Coo`03003ooooo017oo`00@_oo00<00?ooool0Fooo00<00?ooool05Ooo00<00?ooool0 P?oo0P005ooo00<00?oo0000AOoo00<00?ooool04Ooo0012ool00`00ooooo`1aool3001jool3001V ool00`00ooooo`0Aool004;oo`03003ooooo073oo`H007Ooo`@006Koo`03003ooooo017oo`00@_oo 00<00?ooool0LOoo1@00N?oo0`00I_oo00<00?ooool04Ooo0012ool00`00ooooo`1bool4001iool0 0`00ooooo`1Uool00`00ooooo`0Aool004;oo`8007Goo`04003oooooool3001dool3001Tool2000C ool004;oo`03003ooooo05Koo`@001goo`@007?oo`D006Coo`03003ooooo017oo`00@_oo00<00?oo ool0EOoo1@007_oo0`00M?oo1000I?oo00<00?ooool04Ooo0012ool00`00ooooo`1Fool4000Gool3 0005ool00`00ooooo`1dool3001Tool00`00ooooo`0Aool004;oo`03003ooooo05Ooo`8001Koo`L0 07_oo`03003ooooo06?oo`03003ooooo017oo`00@_oo00<00?ooool0K_oo2000Nooo0`007Ooo0`00 @ooo00<00?ooool04Ooo0012ool00`00ooooo`1_ool7001jool4000Lool40013ool00`00ooooo`0A ool004;oo`80077oo`05003oooooool0001lool3000Mool30012ool2000Cool004;oo`03003ooooo 06ooo`<0083oo`@001coo`03003ooooo04;oo`03003ooooo017oo`00@_oo00<00?ooool0K_oo1000 P?oo1P00Gooo00<00?ooool04Ooo0012ool00`00ooooo`1_ool30021ool5001Oool00`00ooooo`0A ool004;oo`03003ooooo073oo`<000?oo`<007_oo`@005ooo`03003ooooo017oo`00@_oo00<00?oo ool0Kooo10000_oo1000N_oo1000H?oo00<00?ooool04Ooo0012ool2001Iool3000Cool50003ool3 001iool4001Pool2000Cool004;oo`03003ooooo05Ooo`@001;oo`D000Goo`03003ooooo07Woo`<0 067oo`03003ooooo017oo`00@_oo00<00?ooool0F?oo0`004ooo0`00POoo1@00H?oo00<00?ooool0 4Ooo000Tool60004ool30006ool30008ool00`00ooooo`1Iool00`00ooooo`0Cool00`00ooooo`1o ool6001Pool00`00ooooo`0Aool002Koo`03003ooooo00Coo`8000;oo`03003ooooo00;oo`8000;o o`03003ooooo00Goo`03003ooooo0?;oo`D0063oo`03003ooooo017oo`009_oo00<00?ooool01?oo 00<00?ooool00_oo00D00?ooooooo`0000Coo`03003ooooo00Coo`03003ooooo0??oo`03003oo`00 067oo`03003ooooo017oo`009_oo00<00?ooool01?oo00<00?ooool00_oo00D00?ooooooo`0000Co o`03003ooooo00Coo`03003ooooo0?7oo`<006?oo`03003ooooo017oo`009_oo00<00?ooool01?oo 00<00?ooool00_oo00D00?ooooooo`0000Coo`03003ooooo00Coo`<00?3oo`@0067oo`<001?oo`00 9_oo00<00?ooool01?oo00<00?ooool00_oo00D00?ooooooo`0000Coo`03003ooooo00Coo`03003o oooo06coo`<008;oo`<006?oo`03003ooooo017oo`009_oo00<00?ooool01?oo00<00?ooool00_oo 00D00?ooooooo`0000Coo`03003ooooo00Coo`03003ooooo06_oo`@008?oo`03003ooooo06;oo`03 003ooooo017oo`009_oo00<00?ooool01?oo00D00?ooooooo`0000Coo`05003oooooool00007ool0 0`00ooooo`1/ool3003Xool00`00ooooo`0Aool002Coo`<000Ooo`<000Koo`<000Soo`03003ooooo 06[oo`@00>Woo`03003ooooo017oo`00@_oo00<00?ooool0F?oo0`003_oo1000j_oo00<00?ooool0 4Ooo0012ool2001Hool40002ool30009ool4003Yool2000Cool004;oo`03003ooooo05Soo`<00003 ool00000008000[oo`<00>[oo`03003ooooo017oo`00@_oo00<00?ooool0FOoo00@00?ooooooo`<0 00_oo`03003oo`0000800>Ooo`03003ooooo017oo`00@_oo00<00?ooool0G_oo00<00?ooool02ooo 1000Oooo0`00IOoo00<00?ooool04Ooo0012ool00`00ooooo`1Iool3000Aool3001nool4001Uool0 0`00ooooo`0Aool004;oo`03003ooooo05Soo`@001;oo`03003ooooo07koo`<006Goo`03003ooooo 017oo`00@_oo00<00?ooool0FOoo1P00TOoo00<00?ooool0I?oo00<00?ooool04Ooo0012ool2001K ool5000>ool3003Vool2000Cool004;oo`03003ooooo05coo`<000goo`@00>Ooo`03003ooooo017o o`00@_oo00<00?ooool0GOoo00<00?ooool03Ooo0`00iooo00<00?ooool04Ooo0012ool00`00oooo o`1Iool3000@ool3003Xool00`00ooooo`0Aool004;oo`03003ooooo05Soo`@000ooo`@00>Soo`03 003ooooo017oo`00@_oo00<00?ooool0FOoo0`004?oo0`00j?oo00<00?ooool04Ooo0012ool00`00 ooooo`1Jool00`00ooooo`0@ool00`00ooooo`3Wool00`00ooooo`0Aool004;oo`8005coo`<00?So o`8001?oo`00@_oo00<00?ooool0F_oo1000nOoo00<00?ooool04Ooo0012ool00`00ooooo`1Kool3 000;ool3003[ool00`00ooooo`0Aool004;oo`03003ooooo05coo`03003ooooo00Woo`@00>_oo`03 003ooooo017oo`00@_oo00<00?ooool0Fooo0`002ooo0`00jooo00<00?ooool04Ooo0012ool00`00 ooooo`1Jool4000So o`8001?oo`00@_oo00<00?ooool0G?oo10002_oo1000jOoo00<00?ooool04Ooo0012ool00`00oooo o`1Mool3000;ool3003Yool00`00ooooo`0Aool002Coo`H000;oo`H000Coo`@000Soo`03003ooooo 05koo`@000[oo`03003ooooo0>Soo`03003ooooo017oo`009_oo00<00?ooool01?oo00D00?oooooo o`0000Soo`03003ooooo00Goo`03003ooooo05koo`@00?Goo`03003ooooo017oo`009_oo00<00?oo ool01Ooo00<00?ooool02_oo00<00?ooool01?oo00<00?ooool0Gooo0`00mOoo00<00?ooool04Ooo 000Vool00`00ooooo`06ool00`00ooooo`09ool00`00ooooo`04ool00`00ooooo`1Pool00`00oooo o`3dool00`00ooooo`0Aool002Koo`03003ooooo00Ooo`03003ooooo00Ooo`03003ooooo00Goo`<0 0?oooeKoo`<001?oo`009_oo00<00?ooool02?oo00<00?ooool00_oo10002?oo00<00?ooool0oooo F?oo00<00?ooool04Ooo000Vool00`00ooooo`08ool00`00ooooo`02ool00`00ooooo`09ool00`00 ooooo`3ooomHool00`00ooooo`0Aool002Koo`03003ooooo00?oo`03003ooooo00;oo`03003ooooo 00;oo`03003ooooo00Woo`03003ooooo0?oooeSoo`03003ooooo017oo`009?oo0`001Ooo1@001Ooo 1@001ooo00<00?ooool0ooooF?oo00<00?ooool04Ooo0012ool00`00ooooo`1Tool3003`ool00`00 ooooo`0Aool004;oo`03003ooooo06?oo`@00?3oo`03003ooooo017oo`00@_oo0P00Gooo0`000ooo 1`00jooo0P004ooo0012ool00`00ooooo`1Mool40003ool7003/ool00`00ooooo`0Aool004;oo`03 003ooooo05koo`<000Coo`H00>coo`03003ooooo017oo`00@_oo00<00?ooool0Gooo00<00?ooool0 0ooo1@00kOoo00<00?ooool04Ooo0012ool00`00ooooo`1Vool4003]ool00`00ooooo`0Aool004;o o`03003ooooo06Ooo`@00>coo`03003ooooo017oo`00@_oo0P00J?oo1000jooo0P004ooo0012ool0 0`00ooooo`1Xool3003/ool00`00ooooo`0Aool004;oo`03003ooooo067oo`@000Coo`03003ooooo 0>_oo`03003ooooo017oo`00@_oo00<00?ooool0H?oo1@00l_oo00<00?ooool04Ooo0012ool00`00 ooooo`1Pool5003bool00`00ooooo`0Aool004;oo`03003ooooo05ooo`D00??oo`03003ooooo017o o`00@_oo00<00?ooool0H?oo0`00m?oo00<00?ooool04Ooo0012ool2001Rool30002ool3003]ool2 000Cool004;oo`03003ooooo063oo`T00>koo`03003ooooo017oo`00@_oo00<00?ooool0HOoo2000 k_oo00<00?ooool04Ooo0012ool00`00ooooo`1Rool400000ooo003oo`3^ool00`00ooooo`0Aool0 04;oo`03003ooooo06Coo`03003ooooo0?3oo`03003ooooo017oo`00@_oo00<00?ooool0ooooF?oo 00<00?ooool04Ooo0012ool2003ooomHool2000Cool004;oo`03003ooooo0?oooeSoo`03003ooooo 017oo`00@_oo00<00?ooool0ooooF?oo00<00?ooool04Ooo0012ool00`00ooooo`1Tool3003`ool0 0`00ooooo`0Aool002Coo`H000?oo`@000Koo`<000Soo`03003ooooo06?oo`@00?3oo`03003ooooo 017oo`009_oo00<00?ooool02?oo00<00?ooool00_oo0P000_oo00<00?ooool01Ooo00<00?ooool0 I?oo0`00l?oo00<00?ooool04Ooo000Vool00`00ooooo`09ool01@00oooooooo00001?oo00<00?oo ool01?oo00<00?ooool0IOoo00<00?ooool0kooo00<00?ooool04Ooo000Vool00`00ooooo`09ool0 1@00oooooooo00001?oo00<00?ooool01?oo0`00ooooE_oo0`004ooo000Vool00`00ooooo`08ool0 0`00ooooo`02ool00`00ooooo`02ool00`00ooooo`04ool00`00ooooo`1Oool3003eool00`00oooo o`0Aool002Koo`03003ooooo00Coo`@000Goo`03003ooooo00;oo`03003ooooo00Coo`03003ooooo 05koo`@00?Goo`03003ooooo017oo`009_oo00<00?ooool01?oo00<00?ooool01_oo00<00?ooool0 0_oo00<00?ooool01?oo00<00?ooool0Gooo0`00mOoo00<00?ooool04Ooo000Vool00`00ooooo`04 ool00`00ooooo`06ool01@00oooooooo00001ooo00<00?ooool0H?oo00<00?ooool00`00lOoo00<0 0?ooool04Ooo000Tool30006ool50005ool30008ool00`00ooooo`1Rool4003aool00`00ooooo`0A ool004;oo`03003ooooo06?oo`<00?7oo`03003ooooo017oo`00@_oo0P00IOoo00<00?ooool0kooo 0P004ooo0012ool00`00ooooo`04ool00`00ooooo`0nool00`00ooooo`0nool00`00ooooo`0mool0 0`00ooooo`0nool00`00ooooo`0mool00`00ooooo`0=ool00`00ooooo`0Aool004;oo`03003ooooo 00Coo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo 00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo 00[oo`03003ooooo00Woo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo 00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo 00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00[oo`03003ooooo00Woo`03003ooooo 00[oo`03003ooooo00[oo`04003ooooo000Cool004;oool005`001?oo`00oooo/Ooo003ooonaool0 0?oook7oo`00oooo/Ooo003ooonaool00?oook7oo`00W_oo1@00oooo3_oo002Oool00`00ooooo`3o ool?ool009ooo`03003ooooo06[oo`03003ooooo01Soo`03003ooooo08Koo`00S_oo1P000_oo0`00 00?oo`0000000P0000?oo`00ool010001Ooo1P001?oo10002ooo1P001?oo0`0000Coo`00000000Co o`@000?oo`<00004ool00000000Mool40006ool00`00ooooo`04ool60003ool50006ool00`00oooo o`04ool60005ool30006ool30004ool5001Qool0093oo`03003ooooo00Coo`03003ooooo00;oo`03 003ooooo008000Coo`05003oooooool00003ool20004ool00`00ooooo`0>ool00`00ooooo`02ool0 1000ooooo`000ooo0P001Ooo00<00?ooool01?oo00@00?ooooooo`8002?oo`03003ooooo00?oo`03 003ooooo00Goo`05003oooooool00008ool00`00ooooo`03ool00`00ooooo`05ool01@00oooooooo 00001?oo0P000_oo00<00?ooool00_oo0P000_oo00<00?ooool01_oo00<00?ooool0G_oo002@ool0 0`00ooooo`04ool00`00ooooo`02ool01000ooooo`001_oo00@00?ooool000Coo`03003ooooo00;o o`03003ooooo00koo`03003ooooo00;oo`04003ooooo0004ool00`00ooooo`03ool00`00ooooo`04 ool00`00ooooo`02ool00`00ooooo`0Rool00`00ooooo`02ool00`00ooooo`06ool00`00ooooo`09 ool00`00ooooo`03ool00`00ooooo`06ool00`00ooooo`05ool00`00ooooo`02ool01@00oooooooo 00001?oo00<00?ooool01Ooo00<00?ooool0G_oo002@ool00`00ooooo`04ool00`00ooooo`02ool0 1000ooooo`001_oo00@00?ooool000Coo`03003ooooo00;oo`03003ooooo00koo`03003ooooo00?o o`03003ooooo00D000Goo`03003ooooo00Goo`D002Coo`03003ooooo00?oo`03003ooooo00Koo`03 003ooooo00Soo`03003ooooo00Coo`03003ooooo00Koo`03003ooooo00Coo`03003ooooo00;oo`05 003oooooool00004ool00`00ooooo`05ool00`00ooooo`1Nool0093oo`03003ooooo00Coo`03003o oooo00;oo`04003ooooo0006ool01000ooooo`001?oo00<00?ooool00_oo00<00?ooool03_oo00<0 0?ooool00ooo00<00?ooool01?oo00<00?ooool00ooo00<00?ooool02Ooo00<00?ooool08Ooo00<0 0?ooool01?oo00<00?ooool01ooo00<00?ooool01_oo0P001_oo00<00?ooool01ooo00<00?ooool0 0ooo00<00?ooool00_oo00D00?ooooooo`0000Coo`03003ooooo00Coo`80063oo`00T?oo00<00?oo ool01?oo0P000ooo00<00?ooool00P001?oo00D00?ooooooo`0000Coo`03003ooooo00;oo`03003o oooo00koo`03003ooooo00?oo`03003ooooo00Coo`03003ooooo00?oo`03003ooooo00Woo`03003o oooo01goo`@000Soo`03003ooooo00Ooo`03003ooooo00Coo`8000Soo`03003ooooo00Ooo`03003o oooo00;oo`03003ooooo00;oo`05003oooooool00004ool00`00ooooo`03ool2001Qool0093oo`03 003ooooo00?oo`800004ool000000002ool200000ooo000000020002ool30002ool30003ool5000= ool00`00ooooo`02ool01000oooooooo10001Ooo1@001?oo10008?oo00<00?ooool02Ooo00<00?oo ool01ooo00<00?ooool01_oo00<00?ooool01Ooo00<00?ooool01ooo00<00?ooool00_oo00<00?oo ool00_oo00D00?ooooooo`0000Coo`03003ooooo00Goo`03003ooooo05koo`00T?oo00<00?ooool0 8?oo00<00?ooool03_oo00@00?ooooooo`8000goo`03003ooooo02Woo`03003ooooo00Woo`03003o oooo00;oo`03003ooooo00;oo`03003ooooo00Koo`03003ooooo00Goo`03003ooooo00;oo`03003o oooo00;oo`03003ooooo00;oo`05003oooooool00004ool01@00oooooooo00002?oo00<00?ooool0 G_oo002>ool6000Oool00`00ooooo`0=ool6000>ool00`00ooooo`0Yool50008ool01000oooooooo 1@001Ooo10002Ooo00@00?ooooooo`D000Koo`<000Koo`<000Goo`@0067oo`00oooo/Ooo0000\ \>"], ImageRangeCache->{{{0, 431}, {265.875, 0}} -> {-114.178, -28.4168, 2.32142, \ 1.13199}}] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Fit Data", "Section", Editable->False, FontSize->16], Cell[CellGroupData[{ Cell[BoxData[ \(NotebookWrite[ nb, {Cell[ BoxData[ToBoxes[ SequenceForm[ Button["\", Background \[Rule] RGBColor[1, 1, 1], Active \[Rule] False], "\<\n\t\>", Button["\", Background \[Rule] RGBColor[1, 1, 1], Active \[Rule] False], "\<\n\t\>", Button["\