(* Content-type: application/mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 6.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 145, 7] NotebookDataLength[ 185668, 3163] NotebookOptionsPosition[ 185312, 3146] NotebookOutlinePosition[ 185672, 3162] CellTagsIndexPosition[ 185629, 3159] WindowFrame->Normal ContainsDynamic->True *) (* Beginning of Notebook Content *) Notebook[{ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Manipulate", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"Framed", "[", RowBox[{"Pane", "[", " ", "\[IndentingNewLine]", RowBox[{"(*", StyleBox[ RowBox[{"Functions", " ", "in"}], FontColor->RGBColor[1, 0.5, 0]], "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"Switch", "[", RowBox[{"fcn", ",", " ", "\[IndentingNewLine]", "f1", ",", RowBox[{ RowBox[{ RowBox[{"f", "[", "x_", "]"}], ":=", RowBox[{"x", "^", "2"}]}], ";", " ", RowBox[{"a", "=", "0"}], ";", RowBox[{"b", "=", "1"}]}], ",", " ", "\[IndentingNewLine]", "f2", ",", RowBox[{ RowBox[{ RowBox[{"f", "[", "x_", "]"}], ":=", RowBox[{"Sin", "[", "x", "]"}]}], " ", ";", " ", RowBox[{"a", "=", "0"}], ";", RowBox[{"b", "=", RowBox[{"2", "\[Pi]"}]}]}], ",", "\[IndentingNewLine]", "f3", ",", RowBox[{ RowBox[{ RowBox[{"f", "[", "x_", "]"}], ":=", RowBox[{"Cos", "[", "x", "]"}]}], " ", ";", " ", RowBox[{"a", "=", RowBox[{"-", "\[Pi]"}]}], ";", RowBox[{"b", "=", RowBox[{"\[Pi]", "/", "2"}]}]}], ",", "\[IndentingNewLine]", "f4", ",", RowBox[{ RowBox[{ RowBox[{"f", "[", "x_", "]"}], ":=", RowBox[{"2", "-", RowBox[{"Exp", "[", "x", "]"}]}]}], " ", ";", " ", RowBox[{"a", "=", "0"}], ";", RowBox[{"b", "=", "1"}]}]}], "\[IndentingNewLine]", " ", "]"}], " ", ";", " ", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"d", "=", RowBox[{ RowBox[{"(", RowBox[{"b", "-", "a"}], ")"}], "/", "n"}]}], ";", "\[IndentingNewLine]", RowBox[{"Int", "=", " ", RowBox[{"Integrate", "[", RowBox[{ RowBox[{"f", "[", "x", "]"}], ",", RowBox[{"{", RowBox[{"x", ",", "a", ",", "b"}], "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"Curve", "=", RowBox[{"Plot", " ", "[", RowBox[{ RowBox[{"f", "[", "x", "]"}], ",", " ", RowBox[{"{", RowBox[{"x", ",", "a", ",", "b"}], "}"}], ",", RowBox[{"PlotStyle", "\[Rule]", RowBox[{"{", RowBox[{"Blue", ",", " ", "Thick"}], "}"}]}], ",", RowBox[{"Filling", "\[Rule]", "Axis"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"If", "[", " ", RowBox[{ RowBox[{"POINTS", "\[Equal]", "1"}], ",", " ", "\[IndentingNewLine]", RowBox[{"SamplePoints", "=", RowBox[{"Table", "[", " ", RowBox[{ RowBox[{"a", "+", RowBox[{ RowBox[{"(", RowBox[{"i", "-", "1"}], ")"}], "*", "d"}]}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}]}]}], "]"}], " ", ";", "\[IndentingNewLine]", RowBox[{"If", "[", " ", RowBox[{ RowBox[{"POINTS", "\[Equal]", "2"}], ",", " ", "\[IndentingNewLine]", RowBox[{"SamplePoints", "=", RowBox[{"Table", "[", " ", RowBox[{ RowBox[{"a", "+", RowBox[{ RowBox[{"(", RowBox[{"i", "-", RowBox[{"1", "/", "2"}]}], ")"}], "*", "d"}]}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}]}]}], " ", "]"}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", " ", RowBox[{ RowBox[{"POINTS", "\[Equal]", "3"}], ",", " ", "\[IndentingNewLine]", RowBox[{"SamplePoints", "=", RowBox[{"Table", "[", " ", RowBox[{ RowBox[{"a", "+", RowBox[{"i", "*", "d"}]}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}]}]}], " ", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"If", "[", " ", RowBox[{ RowBox[{ RowBox[{"POINTS", "\[Equal]", "1"}], "\[Or]", RowBox[{"POINTS", "\[Equal]", "2"}], "\[Or]", RowBox[{"POINTS", "\[Equal]", "3"}]}], ",", "\[IndentingNewLine]", RowBox[{"{", " ", RowBox[{ RowBox[{"S", "=", RowBox[{"d", "*", RowBox[{"Sum", "[", " ", RowBox[{ RowBox[{"f", "[", RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}]}]}], ";", "\[IndentingNewLine]", " ", RowBox[{"If", "[", RowBox[{ RowBox[{"n", "<", "20"}], ",", "\[IndentingNewLine]", RowBox[{"R", "=", RowBox[{"Graphics", "[", RowBox[{"{", RowBox[{ RowBox[{"EdgeForm", "[", "Black", "]"}], ",", RowBox[{"Opacity", "[", "opacity", "]"}], ",", "\[IndentingNewLine]", RowBox[{"Table", "[", RowBox[{ RowBox[{"{", " ", RowBox[{ RowBox[{"Inset", "[", " ", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"f", "[", RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "<", "0"}], ",", "\"\<\!\(\* StyleBox[\"-\", FontFamily->\"Grenoble Heavy SF\", FontSize->36, FontColor->RGBColor[1, 0, 0]]\)\>\"", ",", "\"\<\!\(\* StyleBox[\"+\", FontFamily->\"Grenoble Heavy SF\", FontSize->36, FontColor->RGBColor[0, 0, 1]]\)\>\""}], "]"}], ",", RowBox[{"{", RowBox[{ RowBox[{"a", "+", RowBox[{ RowBox[{"(", RowBox[{"i", "-", RowBox[{"1", "/", "4"}]}], ")"}], "*", "d"}]}], ",", RowBox[{"0.5", "*", RowBox[{"f", "[", RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}]}], "}"}]}], "]"}], ",", "\[IndentingNewLine]", " ", RowBox[{"Inset", "[", " ", RowBox[{ RowBox[{"Row", "[", RowBox[{"{", RowBox[{"\"\<\!\(\* StyleBox[\"R\", FontFamily->\"Grenoble Heavy SF\", FontSize->16]\)\>\"", ",", StyleBox["i", FontSize->16]}], "}"}], "]"}], ",", " \ ", RowBox[{"{", RowBox[{ RowBox[{"a", "+", RowBox[{ RowBox[{"(", RowBox[{"i", "-", RowBox[{"3", "/", "4"}]}], ")"}], "*", "d"}]}], ",", RowBox[{"0.5", "*", RowBox[{"f", "[", RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}]}], "}"}]}], "]"}], ",", "\[IndentingNewLine]", " ", RowBox[{"Hue", "[", RowBox[{"RandomReal", "[", "]"}], "]"}], ",", RowBox[{"Rectangle", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"a", "+", RowBox[{ RowBox[{"(", RowBox[{"i", "-", "1"}], ")"}], "*", "d"}]}], ",", "0"}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"a", "+", RowBox[{"i", "*", "d"}]}], ",", RowBox[{"f", "[", RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "}"}]}], "]"}]}], "}"}], ",", " ", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}]}], " ", "}"}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"R", "=", RowBox[{"Graphics", "[", RowBox[{"{", " ", RowBox[{ RowBox[{"EdgeForm", "[", "Black", "]"}], ",", RowBox[{"Opacity", "[", "opacity", "]"}], ",", "\[IndentingNewLine]", RowBox[{"Table", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"Hue", "[", RowBox[{"RandomReal", "[", "]"}], "]"}], ",", RowBox[{"Rectangle", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"a", "+", RowBox[{ RowBox[{"(", RowBox[{"i", "-", "1"}], ")"}], "*", "d"}]}], ",", "0"}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"a", "+", RowBox[{"i", "*", "d"}]}], ",", RowBox[{"f", "[", RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "}"}]}], "]"}]}], "}"}], ",", " ", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}]}], " ", "}"}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"P1", "=", RowBox[{"Graphics", "[", "\[IndentingNewLine]", " ", RowBox[{"Table", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"RGBColor", "[", RowBox[{"0", ",", "0", ",", "1"}], "]"}], ",", RowBox[{"PointSize", "[", "0.01`", "]"}], ",", RowBox[{"Point", "[", RowBox[{"{", RowBox[{ RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], ",", RowBox[{"f", "[", RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "}"}], "]"}]}], "}"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"P2", "=", RowBox[{"Graphics", "[", "\[IndentingNewLine]", " ", RowBox[{"Table", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"RGBColor", "[", RowBox[{"1", ",", "0", ",", "0"}], "]"}], ",", RowBox[{"PointSize", "[", "0.01`", "]"}], ",", RowBox[{"Point", "[", RowBox[{"{", RowBox[{ RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], ",", "0"}], "}"}], "]"}]}], "}"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"P3", "=", RowBox[{"Graphics", "[", "\[IndentingNewLine]", " ", RowBox[{"Table", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"RGBColor", "[", RowBox[{"1", ",", "0", ",", "0"}], "]"}], ",", RowBox[{"PointSize", "[", "0.01`", "]"}], ",", RowBox[{"Point", "[", RowBox[{"{", RowBox[{"0", ",", RowBox[{"f", "[", RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "}"}], "]"}]}], "}"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"L1", "=", RowBox[{"Graphics", "[", "\[IndentingNewLine]", " ", RowBox[{"Table", "[", RowBox[{ RowBox[{"{", RowBox[{"Dashed", ",", RowBox[{"Line", "[", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], ",", "0"}], "}"}], ",", " ", RowBox[{"{", RowBox[{ RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], ",", RowBox[{"f", "[", RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "}"}]}], "}"}], "]"}]}], "}"}], " ", ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"L2", "=", RowBox[{"Graphics", "[", "\[IndentingNewLine]", " ", RowBox[{"Table", "[", RowBox[{ RowBox[{"{", RowBox[{"Dashed", ",", RowBox[{"Line", "[", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"0", ",", RowBox[{"f", "[", RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "}"}], ",", " ", RowBox[{"{", RowBox[{ RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], ",", RowBox[{"f", "[", RowBox[{"SamplePoints", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "}"}]}], "}"}], "]"}]}], "}"}], " ", ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}], "]"}]}], ";"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{"{", RowBox[{ RowBox[{"R", "=", RowBox[{"Graphics", "[", "]"}]}], ";", RowBox[{"P1", "=", RowBox[{"Graphics", "[", "]"}]}], ";", RowBox[{"P2", "=", RowBox[{"Graphics", "[", "]"}]}], ";", RowBox[{"P3", "=", RowBox[{"Graphics", "[", "]"}]}], ";", RowBox[{"L1", "=", RowBox[{"Graphics", "[", "]"}]}], ";", RowBox[{"L2", "=", RowBox[{"Graphics", "[", "]"}]}], ";"}], "}"}]}], " ", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"Row", "[", RowBox[{"{", "\[IndentingNewLine]", RowBox[{ RowBox[{"Show", "[", RowBox[{ "Curve", ",", "R", ",", " ", "P1", ",", "P2", ",", "P3", ",", "L1", ",", "L2", ",", " ", RowBox[{"Axes", "\[Rule]", "True"}], ",", " ", RowBox[{"AxesLabel", "\[Rule]", RowBox[{"{", RowBox[{"\"\\"", ",", "\"\\""}], "}"}]}], ",", RowBox[{"ImageSize", "\[Rule]", RowBox[{"{", RowBox[{"650", ",", "600"}], "}"}]}]}], " ", "]"}], ",", "\[IndentingNewLine]", RowBox[{"Style", "[", RowBox[{ RowBox[{"Column", "[", RowBox[{ RowBox[{ "{", "\[IndentingNewLine]", " ", RowBox[{ RowBox[{"Row", "[", RowBox[{"{", RowBox[{"\"\<\!\(\* StyleBox[\"NET\", FontFamily->\"Grenoble Heavy SF\", FontColor->RGBColor[0.5019607843137255, 0.5019607843137255, 1.]]\)\!\(\* StyleBox[\" \", FontFamily->\"Grenoble Heavy SF\", FontColor->RGBColor[0.5019607843137255, 0.5019607843137255, 1.]]\)\!\(\* StyleBox[\"AREA\", FontFamily->\"Grenoble Heavy SF\", FontColor->RGBColor[0.5019607843137255, 0.5019607843137255, 1.]]\) \!\(\* StyleBox[\"=\", FontFamily->\"Grenoble Light SF\"]\)\!\(\* StyleBox[\" \", FontFamily->\"Grenoble Light SF\"]\)\!\(\* StyleBox[SubsuperscriptBox[\"\[Integral]\", \"a\", \"b\"], FontFamily->\"Grenoble Light SF\", FontSize->18]\)\!\(\* StyleBox[\"f\", FontFamily->\"Grenoble Light SF\", FontSize->18]\)\!\(\* StyleBox[\"(\", FontFamily->\"Grenoble Light SF\", FontSize->18]\)\!\(\* StyleBox[\"x\", FontFamily->\"Grenoble Light SF\", FontSize->18]\)\!\(\* StyleBox[\")\", FontFamily->\"Grenoble Light SF\", FontSize->18]\)\!\(\* StyleBox[\"\[DifferentialD]\", FontFamily->\"Grenoble Light SF\", FontSize->18]\)\!\(\* StyleBox[\"x\", FontFamily->\"Grenoble Light SF\", FontSize->18]\)\!\(\* StyleBox[\" \", FontFamily->\"Grenoble Light SF\", FontSize->16]\)\!\(\* StyleBox[\"=\", FontFamily->\"Grenoble Light SF\", FontSize->16]\) \>\"", ",", RowBox[{"Int", "//", "N"}]}], "}"}], "]"}], ",", ",", ",", "\[IndentingNewLine]", " ", RowBox[{"If", "[", " ", RowBox[{ RowBox[{ RowBox[{"POINTS", "\[Equal]", "1"}], "\[Or]", RowBox[{"POINTS", "\[Equal]", "2"}], "\[Or]", RowBox[{"POINTS", "\[Equal]", "3"}]}], ",", "\[IndentingNewLine]", " ", RowBox[{"Row", "[", RowBox[{"{", RowBox[{"\"\<\!\(\* StyleBox[\"RIEMANN\", FontFamily->\"Grenoble Heavy SF\"]\)\!\(\* StyleBox[\" \", FontFamily->\"Grenoble Heavy SF\"]\)\!\(\* StyleBox[\"SUM\", FontFamily->\"Grenoble Heavy SF\"]\) \!\(\* StyleBox[\"=\", FontFamily->\"Grenoble Light SF\"]\)\!\(\* StyleBox[UnderoverscriptBox[ RowBox[{\" \", \"\[Sum]\"}], RowBox[{\"i\", \"=\", \"1\"}], \"n\"], FontFamily->\"Grenoble Light SF\"]\)\!\(\* StyleBox[\"\[PlusMinus]\", FontFamily->\"Grenoble Light SF\"]\)\!\(\* StyleBox[\"Area\", FontFamily->\"Grenoble Light SF\"]\)\!\(\* StyleBox[\"(\", FontFamily->\"Grenoble Light SF\"]\)\!\(\* StyleBox[SubscriptBox[\"R\", \"i\"], FontFamily->\"Grenoble Light SF\"]\)\!\(\* StyleBox[\")\", FontFamily->\"Grenoble Light SF\"]\)\!\(\* StyleBox[\" \", FontFamily->\"Grenoble Light SF\"]\)\!\(\* StyleBox[\"=\", FontFamily->\"Grenoble Light SF\"]\) \>\"", ",", RowBox[{"S", "//", "N"}]}], "}"}], "]"}]}], "]"}], ",", ",", ",", "\[IndentingNewLine]", " ", RowBox[{"If", "[", " ", RowBox[{ RowBox[{ RowBox[{"POINTS", "\[Equal]", "1"}], "\[Or]", RowBox[{"POINTS", "\[Equal]", "2"}], "\[Or]", RowBox[{"POINTS", "\[Equal]", "3"}]}], ",", "\[IndentingNewLine]", " ", RowBox[{"Row", "[", RowBox[{"{", " ", RowBox[{"If", "[", " ", RowBox[{ RowBox[{"S", "<", "Int"}], ",", " ", RowBox[{"Row", "[", RowBox[{"{", RowBox[{"\"\<\!\(\* StyleBox[\"Underestimate\", FontFamily->\"Grenoble Light SF\", FontColor->RGBColor[0, 0, 1]]\) by \>\"", ",", RowBox[{ RowBox[{"(", RowBox[{"Int", "-", "S"}], ")"}], "//", "N"}]}], "}"}], "]"}], ",", " ", RowBox[{"Row", "[", RowBox[{"{", RowBox[{"\"\<\!\(\* StyleBox[\"Overestimate\", FontFamily->\"Grenoble Light SF\", FontColor->RGBColor[1, 0, 0]]\) by \>\"", ",", " ", RowBox[{ RowBox[{"(", RowBox[{"S", "-", " ", "Int"}], ")"}], "//", "N"}]}], "}"}], "]"}]}], " ", "]"}], " ", "}"}], "]"}]}], "]"}]}], "\[IndentingNewLine]", " ", "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}]}], "]"}], ",", "20"}], "]"}]}], "}"}], "]"}]}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", StyleBox[ RowBox[{"{", RowBox[{"1100", ",", "550"}], "}"}], FontColor->RGBColor[0, 1, 0]], StyleBox[",", FontColor->RGBColor[0, 1, 0]], RowBox[{"Alignment", "\[Rule]", RowBox[{"{", "Left", "}"}]}], ",", RowBox[{"ImageSizeAction", "\[Rule]", StyleBox["Automatic", FontColor->GrayLevel[0]]}]}], "]"}], "]"}], ",", " ", "\[IndentingNewLine]", RowBox[{"(*", StyleBox[ RowBox[{ StyleBox[ RowBox[{"END", " ", "framed"}], FontColor->RGBColor[1, 0.5, 0]], StyleBox[",", FontColor->RGBColor[1, 0.5, 0]], RowBox[{ StyleBox["PANE", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox["AND", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox["OVERALL", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox["PANE", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox["SIZE", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox[ RowBox[{"{", RowBox[{"970", ",", "580"}], "}"}], FontColor->RGBColor[0, 1, 0]], StyleBox[ RowBox[{"(", RowBox[{ "min", " ", "determined", " ", "also", " ", "by", " ", "controls", " ", "frame"}], ")"}], FontColor->RGBColor[1, 0.5, 0]]}]}], FontSize->16, FontVariations->{"Underline"->True}], "*)"}], " ", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", StyleBox["CONTROLS", FontSize->16, FontVariations->{"Underline"->True}, FontColor->RGBColor[1, 0.5, 0]], "*)"}], " ", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ RowBox[{ StyleBox["top", FontColor->RGBColor[1, 0.5, 0]], " ", "\"\<\>\""}], ","}], " ", "*)"}], " ", "\[IndentingNewLine]", RowBox[{"{", " ", RowBox[{ RowBox[{"{", RowBox[{"fcn", ",", "f1", ",", " ", RowBox[{"Style", "[", RowBox[{ RowBox[{"Row", "[", RowBox[{"{", " ", RowBox[{ RowBox[{"Spacer", "[", StyleBox["50", FontColor->RGBColor[0, 1, 0]], "]"}], " ", ",", "\"\\""}], "}"}], "]"}], ",", StyleBox["20", FontColor->RGBColor[0, 1, 0]], ",", "Bold"}], "]"}]}], " ", "}"}], ",", RowBox[{"(*", StyleBox[ RowBox[{"FUNCTIONS", " ", "OUT"}], FontVariations->{"Underline"->True}, FontColor->RGBColor[1, 0.5, 0]], "*)"}], "\[IndentingNewLine]", RowBox[{"{", " ", RowBox[{ RowBox[{"f1", "\[Rule]", RowBox[{"Row", "[", RowBox[{"{", " ", RowBox[{ RowBox[{"Style", "[", RowBox[{ RowBox[{"TraditionalForm", "[", " ", RowBox[{"x", "^", "2"}], "]"}], ",", "st2"}], "]"}], ",", " ", RowBox[{"Style", "[", RowBox[{ "\"\<, a=0 \[LessEqual] x \[LessEqual] b=1\>\"", ",", "st2"}], "]"}]}], " ", "}"}], "]"}]}], " ", ",", " ", "\[IndentingNewLine]", " ", RowBox[{"f2", "\[Rule]", RowBox[{"Row", "[", RowBox[{"{", " ", RowBox[{ RowBox[{"Style", "[", RowBox[{ RowBox[{"TraditionalForm", "[", " ", RowBox[{"Sin", "[", "x", "]"}], "]"}], ",", "st2"}], "]"}], ",", " ", RowBox[{"Style", "[", RowBox[{ "\"\<, a=0 \[LessEqual] x \[LessEqual] b=2\[Pi]\>\"", ",", "st2"}], "]"}]}], " ", "}"}], "]"}]}], ",", " ", "\[IndentingNewLine]", " ", RowBox[{"f3", "\[Rule]", RowBox[{"Row", "[", RowBox[{"{", " ", RowBox[{ RowBox[{"Style", "[", RowBox[{ RowBox[{"TraditionalForm", "[", RowBox[{"Cos", "[", "x", "]"}], "]"}], ",", "st2"}], "]"}], ",", " ", RowBox[{"Style", "[", RowBox[{ "\"\<, a=-\[Pi] \[LessEqual] x \[LessEqual] b=\[Pi]/2\>\"", ",", "st2"}], "]"}]}], " ", "}"}], "]"}]}], ",", " ", "\[IndentingNewLine]", " ", RowBox[{"f4", "\[Rule]", RowBox[{"Row", "[", RowBox[{"{", " ", RowBox[{ RowBox[{"Style", "[", RowBox[{ RowBox[{"TraditionalForm", "[", RowBox[{"2", "-", RowBox[{"Exp", "[", "x", "]"}]}], "]"}], ",", "st2"}], "]"}], ",", " ", RowBox[{"Style", "[", RowBox[{ "\"\<, a=0 \[LessEqual] x \[LessEqual] b=1\>\"", ",", "st2"}], "]"}]}], " ", "}"}], "]"}]}], " ", ","}], " ", " ", "\[IndentingNewLine]", " ", "}"}], " ", ",", RowBox[{"ControlType", "\[Rule]", "PopupMenu"}], " ", ",", RowBox[{ StyleBox["FieldSize", FontColor->GrayLevel[0]], StyleBox["\[Rule]", FontColor->GrayLevel[0]], RowBox[{ StyleBox["{", FontColor->GrayLevel[0]], RowBox[{ StyleBox["25", FontColor->GrayLevel[0]], StyleBox[",", FontColor->GrayLevel[0]], StyleBox["1.5", FontColor->RGBColor[0, 1, 0]]}], StyleBox["}", FontColor->GrayLevel[0]]}]}]}], "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"POINTS", ",", "4", ",", RowBox[{"Row", "[", RowBox[{"{", RowBox[{ RowBox[{"Spacer", "[", StyleBox["60", FontColor->RGBColor[0, 1, 0]], "]"}], ",", RowBox[{"Style", "[", RowBox[{"\"\<\!\(\* StyleBox[\"SAMPLE\", FontVariations->{\"Underline\"->True}]\)\!\(\* StyleBox[\" \", FontVariations->{\"Underline\"->True}]\)\!\(\* StyleBox[\"POINTS\", FontVariations->{\"Underline\"->True}]\)\>\"", ",", "12", ",", "Bold"}], "]"}], ",", RowBox[{"Spacer", "[", StyleBox["19", FontColor->RGBColor[0, 1, 0]], "]"}]}], "}"}], "]"}]}], "}"}], ",", "\[IndentingNewLine]", RowBox[{"{", RowBox[{ RowBox[{"1", "\[Rule]", " ", RowBox[{"Style", "[", RowBox[{"\"\14]\)\>\"", ",", "st1"}], "]"}]}], ",", RowBox[{"2", "\[Rule]", " ", RowBox[{"Style", "[", RowBox[{"\"\14]\)\>\"", ",", "st1"}], "]"}]}], ",", RowBox[{"3", "\[Rule]", " ", RowBox[{"Style", "[", RowBox[{"\"\\"", ",", "st1"}], "]"}]}], ",", RowBox[{"4", "\[Rule]", " ", RowBox[{"Style", "[", RowBox[{"\"\\"", ",", "st1"}], "]"}]}]}], "}"}], ",", "\[IndentingNewLine]", RowBox[{"ControlType", "\[Rule]", "RadioButtonBar"}]}], "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", "\"\<\!\(\* StyleBox[\"Color\", FontVariations->{\"Underline\"->True}, FontColor->RGBColor[0, 0, 1]]\)\>\"", ",", "\[IndentingNewLine]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"opacity", ",", "0.5", ",", "\"\<\>\""}], "}"}], ",", "0", ",", "1", ",", RowBox[{"ImageSize", "\[Rule]", "Large"}], ",", RowBox[{"AutoAction", "\[Rule]", "True"}], ",", RowBox[{"ControlType", "\[Rule]", "VerticalSlider"}]}], "}"}], ",", " ", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", StyleBox["bottom", FontColor->RGBColor[1, 0.5, 0]], "*)"}], " ", "\[IndentingNewLine]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"n", ",", "1", ",", RowBox[{"Row", "[", RowBox[{"{", RowBox[{ RowBox[{"Spacer", "[", StyleBox["350", FontColor->RGBColor[0, 1, 0]], "]"}], ",", "\"\<\!\(\* StyleBox[\"n\", FontSize->24, FontColor->RGBColor[0, 0, 1]]\)\>\""}], "}"}], "]"}]}], "}"}], ",", "1", ",", "100", ",", "1", ",", RowBox[{"Appearance", "\[Rule]", "\"\\""}], ",", RowBox[{"ImageSize", "\[Rule]", "Large"}], ",", StyleBox[ RowBox[{"AutoAction", "\[Rule]", "True"}], FontColor->RGBColor[0, 1, 0]]}], "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ RowBox[{ StyleBox["Fake", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox["Controls", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox["to", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox["make", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox["variables", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox["be", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox["tracked", FontColor->RGBColor[1, 0.5, 0]], RowBox[{"{", RowBox[{"a", ",", "0", ",", "1", ",", RowBox[{"ControlType", "\[Rule]", "None"}]}], "}"}]}], ",", RowBox[{"{", RowBox[{"b", ",", "0", ",", "1", ",", RowBox[{"ControlType", "\[Rule]", "None"}]}], "}"}], ","}], "*)"}], " ", "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", StyleBox["general", FontColor->RGBColor[1, 0.5, 0]], "*)"}], " ", "\[IndentingNewLine]", RowBox[{ StyleBox["ControlPlacement", FontSize->18, FontVariations->{"Underline"->True}], StyleBox["\[Rule]", FontSize->14], StyleBox[ RowBox[{"Join", "[", " ", RowBox[{ RowBox[{"Table", "[", RowBox[{"Top", ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "2"}], "}"}]}], "]"}], ",", RowBox[{"Table", "[", RowBox[{"Right", ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "2"}], "}"}]}], "]"}], ",", RowBox[{"Table", "[", RowBox[{"Bottom", ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "100"}], "}"}]}], "]"}]}], "]"}], FontSize->14]}], ",", " ", "\[IndentingNewLine]", " ", RowBox[{"Alignment", "\[Rule]", RowBox[{"{", RowBox[{"Center", ",", "Center"}], "}"}]}], ",", RowBox[{"FrameMargins", "\[Rule]", "0"}], ",", RowBox[{"SaveDefinitions", "\[Rule]", "True"}], ",", " ", RowBox[{"PreserveImageOptions", "\[Rule]", "True"}], ",", " ", RowBox[{"AppearanceElements", "\[Rule]", "All"}], ",", "\[IndentingNewLine]", RowBox[{"ContinuousAction", "\[Rule]", "False"}], ",", RowBox[{"SynchronousUpdating", "\[Rule]", "True"}], ",", RowBox[{"TrackedSymbols", "\[Rule]", " ", "Manipulate"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ StyleBox["Initialization", FontSize->16, FontVariations->{"Underline"->True}, FontColor->RGBColor[1, 0.5, 0]], "\[RuleDelayed]", RowBox[{"{", " ", "\[IndentingNewLine]", RowBox[{"(*", StyleBox["styles", FontSize->16, FontColor->RGBColor[1, 0.5, 0]], "*)"}], " ", "\[IndentingNewLine]", " ", RowBox[{"(*", RowBox[{ StyleBox["menu", FontColor->RGBColor[1, 0.5, 0]], " ", StyleBox["top", FontColor->RGBColor[1, 0.5, 0]], StyleBox[" ", FontColor->RGBColor[1, 0.5, 0]], StyleBox["checkboxes", FontColor->RGBColor[1, 0.5, 0]]}], "*)"}], " ", RowBox[{ RowBox[{"st1", "=", RowBox[{"{", RowBox[{"Black", ",", "15", ",", "Bold"}], "}"}]}], ";", "\[IndentingNewLine]", " ", RowBox[{"(*", StyleBox[ RowBox[{ RowBox[{"menu", " ", "top", " ", "func", " ", "Pop"}], "-", "Up"}], FontColor->RGBColor[1, 0.5, 0]], "*)"}], " ", RowBox[{"st2", "=", "20"}], ";"}], "\[IndentingNewLine]", "}"}]}]}], "]"}]], "Input", CellChangeTimes->{ 3.411503881828125*^9, {3.411503943734375*^9, 3.411503945671875*^9}, { 3.411505733921875*^9, 3.41150573909375*^9}, 3.411507372203125*^9, { 3.41150758203125*^9, 3.41150758353125*^9}, {3.411507622546875*^9, 3.41150772809375*^9}, {3.411508611328125*^9, 3.411508636375*^9}, 3.411508712359375*^9, {3.41151055115625*^9, 3.4115105714375*^9}, { 3.411510683953125*^9, 3.41151069028125*^9}, {3.411516458609375*^9, 3.41151648825*^9}, {3.4115168148125*^9, 3.41151682975*^9}, { 3.411518009640625*^9, 3.41151807015625*^9}, {3.41151818575*^9, 3.411518189265625*^9}, {3.411518261796875*^9, 3.411518269671875*^9}, { 3.411518306328125*^9, 3.411518309859375*^9}, {3.411518889890625*^9, 3.411518906765625*^9}, {3.411518939484375*^9, 3.41151894515625*^9}, { 3.411519121140625*^9, 3.411519140625*^9}, {3.41151946865625*^9, 3.41151950828125*^9}, {3.411519625671875*^9, 3.411519636734375*^9}, 3.41151971075*^9, 3.411520031203125*^9, 3.411520077921875*^9, { 3.41152045546875*^9, 3.4115205211875*^9}, {3.411520879859375*^9, 3.411521024953125*^9}, 3.411521080125*^9, {3.41152331003125*^9, 3.411523361390625*^9}, {3.411523401015625*^9, 3.41152344184375*^9}, 3.41152371146875*^9, {3.411523761515625*^9, 3.411523765484375*^9}, 3.412454113578125*^9, {3.412454149625*^9, 3.41245415309375*^9}, { 3.412454481828125*^9, 3.4124544881875*^9}, {3.412540629796875*^9, 3.4125406701875*^9}, {3.412541165296875*^9, 3.412541167390625*^9}, { 3.412541228015625*^9, 3.41254131178125*^9}, {3.413232351375*^9, 3.413232363*^9}, {3.4137379275625*^9, 3.4137379503125*^9}, { 3.413737983234375*^9, 3.413738005046875*^9}, {3.413738055765625*^9, 3.41373808378125*^9}, {3.413738133453125*^9, 3.41373817596875*^9}, { 3.413738250234375*^9, 3.413738255984375*^9}, {3.41373838090625*^9, 3.41373846996875*^9}, {3.41373852196875*^9, 3.413738621015625*^9}, { 3.413738674984375*^9, 3.413738704390625*^9}, {3.4137388715*^9, 3.41373888165625*^9}, {3.413738913828125*^9, 3.413739032359375*^9}, { 3.413739083421875*^9, 3.41373919909375*^9}, {3.4137393869375*^9, 3.41373942121875*^9}, {3.41373953384375*^9, 3.41373953596875*^9}, { 3.413739813125*^9, 3.41373982821875*^9}, {3.41373990403125*^9, 3.413739981703125*^9}, {3.413740016375*^9, 3.41374001678125*^9}, { 3.4137401085*^9, 3.4137401111875*^9}, {3.413740156828125*^9, 3.41374022778125*^9}, {3.415149114890625*^9, 3.415149173375*^9}, 3.415229448609375*^9, {3.41522965528125*^9, 3.41522965534375*^9}, { 3.415229735640625*^9, 3.4152297518125*^9}, 3.415231033234375*^9, { 3.415231065078125*^9, 3.415231073453125*^9}, {3.415231113796875*^9, 3.415231125015625*^9}, {3.41523116528125*^9, 3.415231192375*^9}, { 3.415232003453125*^9, 3.415232019875*^9}, 3.41523207040625*^9, { 3.415234259015625*^9, 3.415234260484375*^9}, {3.415237571609375*^9, 3.415237574078125*^9}, {3.415279052328125*^9, 3.415279056078125*^9}, { 3.41530365421875*^9, 3.415303664015625*^9}, {3.41530382090625*^9, 3.415303822203125*^9}, {3.415303883875*^9, 3.41530389821875*^9}, { 3.4153040151875*^9, 3.41530408609375*^9}, 3.415304119875*^9, { 3.41530415309375*^9, 3.41530416484375*^9}, {3.415304272203125*^9, 3.4153042864375*^9}, 3.415304553390625*^9, {3.415304689609375*^9, 3.41530471990625*^9}, 3.415318099375*^9, {3.41531818184375*^9, 3.415318219421875*^9}, {3.41531906996875*^9, 3.41531907446875*^9}, { 3.4153191118125*^9, 3.41531911546875*^9}, {3.415319146578125*^9, 3.415319210046875*^9}, {3.415319258671875*^9, 3.4153192691875*^9}, { 3.415365464515625*^9, 3.415365474890625*^9}, 3.4153655083125*^9, 3.4153656124375*^9, 3.41536566053125*^9, {3.415365710171875*^9, 3.415365725046875*^9}, {3.415365769421875*^9, 3.415365794640625*^9}, { 3.41536592975*^9, 3.41536593884375*^9}, {3.415365975203125*^9, 3.415365975640625*^9}, {3.4153660111875*^9, 3.415366011734375*^9}, { 3.4153660828125*^9, 3.4153660984375*^9}, {3.41536616421875*^9, 3.41536616796875*^9}, {3.415366439640625*^9, 3.41536645321875*^9}, { 3.415367783125*^9, 3.4153678238125*^9}, {3.415368006328125*^9, 3.4153680114375*^9}, 3.4153680945625*^9, {3.415369449890625*^9, 3.415369491625*^9}, {3.415369638578125*^9, 3.415369651109375*^9}, 3.41537230734375*^9, {3.415399822160678*^9, 3.415399902020053*^9}, { 3.415399952098178*^9, 3.415399985301303*^9}, {3.415400029176303*^9, 3.415400059410678*^9}, {3.415400140895053*^9, 3.415400169770053*^9}, { 3.415400215270053*^9, 3.415400274254428*^9}, {3.415400459332553*^9, 3.415400482379428*^9}, {3.415400537301303*^9, 3.415400600582553*^9}, { 3.415400668020053*^9, 3.415400692973178*^9}, {3.415400724988803*^9, 3.415400743098178*^9}, {3.415400773691928*^9, 3.415400800848178*^9}, 3.415400833316928*^9, {3.415400870504428*^9, 3.415400878301303*^9}, { 3.415400929051303*^9, 3.415400929535678*^9}, 3.415401025316928*^9, { 3.415401078238803*^9, 3.415401144223178*^9}, {3.415412863504428*^9, 3.415412870879428*^9}, {3.415413109238803*^9, 3.415413114066928*^9}, { 3.415413195645053*^9, 3.415413234801303*^9}, {3.415413503691928*^9, 3.415413521691928*^9}, 3.415413909145053*^9, 3.415413984848178*^9, { 3.415414095754428*^9, 3.415414149457553*^9}, {3.415414203285678*^9, 3.415414205832553*^9}, 3.415414270160678*^9, {3.415414339816928*^9, 3.415414372488803*^9}, {3.415414403879428*^9, 3.415414482629428*^9}, { 3.415414521863803*^9, 3.415414591613803*^9}, {3.415414631957553*^9, 3.415414756035678*^9}, {3.415414841145053*^9, 3.415414843379428*^9}, { 3.41545494434375*^9, 3.415455006484375*^9}, {3.4154553781875*^9, 3.415455411671875*^9}, {3.41545559709375*^9, 3.41545561590625*^9}, 3.4154621746875*^9, {3.415462250109375*^9, 3.41546225084375*^9}, { 3.41546231675*^9, 3.41546231971875*^9}, {3.415470822859375*^9, 3.4154708416875*^9}, {3.41547321715625*^9, 3.415473370109375*^9}, { 3.415473492*^9, 3.41547349425*^9}, {3.415473593140625*^9, 3.415473599921875*^9}, {3.415473932078125*^9, 3.415473935453125*^9}, { 3.415474050765625*^9, 3.4154740598125*^9}, 3.415474211875*^9, { 3.415474257109375*^9, 3.41547426790625*^9}, {3.415480394359375*^9, 3.41548043878125*^9}, {3.41548047615625*^9, 3.415480509671875*^9}, { 3.415480628421875*^9, 3.41548062921875*^9}, {3.415481524375*^9, 3.41548154134375*^9}, {3.415482913671875*^9, 3.41548292734375*^9}, { 3.415666953046875*^9, 3.415667018671875*^9}, {3.415667052640625*^9, 3.415667242609375*^9}, {3.4156677225625*^9, 3.4156677238125*^9}, { 3.415674577375*^9, 3.4156745790625*^9}, {3.4156746123125*^9, 3.415674614359375*^9}, {3.415674645140625*^9, 3.41567464690625*^9}, { 3.41567468075*^9, 3.415674704421875*^9}, {3.41567478625*^9, 3.4156750196875*^9}, {3.415675077640625*^9, 3.415675155578125*^9}, { 3.415675225984375*^9, 3.41567522909375*^9}, {3.41567528584375*^9, 3.415675288546875*^9}, 3.415675437*^9, {3.415675498421875*^9, 3.415675505984375*^9}, {3.415675545265625*^9, 3.4156756001875*^9}, { 3.41567563759375*^9, 3.415675681484375*^9}, {3.4156757450625*^9, 3.415675756890625*^9}, 3.4156757899375*^9, {3.415713615515625*^9, 3.41571361703125*^9}, {3.415714574765625*^9, 3.41571461265625*^9}, 3.415714648328125*^9, {3.415755205234375*^9, 3.415755237796875*^9}, { 3.41575529884375*^9, 3.415755299921875*^9}, 3.41576138953125*^9, 3.415909440671875*^9, {3.415917575640625*^9, 3.41591759059375*^9}, 3.415919443796875*^9, 3.4161376575*^9, {3.416138353625*^9, 3.416138369203125*^9}, {3.4161384016875*^9, 3.416138436296875*^9}, { 3.416138502578125*^9, 3.416138504328125*^9}, {3.41613891559375*^9, 3.41613892171875*^9}, {3.416139325625*^9, 3.4161393371875*^9}, { 3.4161394385625*^9, 3.41613944175*^9}, {3.416139485375*^9, 3.41613953309375*^9}, {3.416139574921875*^9, 3.416139614*^9}, 3.416139907984375*^9, {3.416141384734375*^9, 3.41614141109375*^9}, { 3.416142855171875*^9, 3.416142868140625*^9}, 3.416143100109375*^9, 3.416143150828125*^9, {3.416143195171875*^9, 3.4161432083125*^9}, { 3.41614329246875*^9, 3.416143320875*^9}, {3.4161433814375*^9, 3.41614338796875*^9}, 3.41614342103125*^9, {3.416144491296875*^9, 3.41614450071875*^9}, 3.416144563203125*^9, {3.416145380015625*^9, 3.416145443421875*^9}, {3.41614551753125*^9, 3.4161455239375*^9}, { 3.41614556475*^9, 3.416145592078125*^9}, {3.416145643609375*^9, 3.416145679859375*^9}, {3.416145710921875*^9, 3.41614571615625*^9}, 3.416145877046875*^9, {3.41614591515625*^9, 3.416145919828125*^9}, 3.416145981578125*^9, {3.416146012265625*^9, 3.416146017484375*^9}, { 3.41614607446875*^9, 3.4161461234375*^9}, {3.41614617125*^9, 3.416146174265625*^9}, 3.416146229765625*^9, {3.416146407703125*^9, 3.416146415296875*^9}, {3.416146490640625*^9, 3.4161464940625*^9}, { 3.416146531140625*^9, 3.41614658546875*^9}, {3.416152049359375*^9, 3.4161520553125*^9}, {3.416152096625*^9, 3.416152105203125*^9}, 3.416152158921875*^9, {3.416152342375*^9, 3.4161523474375*^9}, { 3.416152378671875*^9, 3.4161523919375*^9}, {3.41615244415625*^9, 3.416152494078125*^9}, {3.416152552671875*^9, 3.41615255409375*^9}, { 3.416152744375*^9, 3.41615275021875*^9}, {3.4161531106875*^9, 3.4161531388125*^9}, {3.416153587171875*^9, 3.416153617125*^9}, 3.41615370871875*^9, {3.416153745203125*^9, 3.41615377940625*^9}, { 3.416153829765625*^9, 3.416154024328125*^9}, 3.416154068296875*^9, { 3.4161541235*^9, 3.416154131625*^9}, {3.416154206984375*^9, 3.416154218140625*^9}, {3.4161543259375*^9, 3.416154350078125*^9}, { 3.416154474921875*^9, 3.41615453971875*^9}, {3.41615457259375*^9, 3.41615476534375*^9}, {3.41615479578125*^9, 3.4161548550625*^9}, { 3.41615491290625*^9, 3.41615497046875*^9}, {3.416155027609375*^9, 3.416155048484375*^9}, 3.4161550871875*^9, {3.41615511990625*^9, 3.416155139859375*^9}, {3.416155206078125*^9, 3.416155222875*^9}, { 3.416155284171875*^9, 3.4161553094375*^9}, {3.41615571715625*^9, 3.4161557219375*^9}, 3.416155769109375*^9, 3.416155858625*^9, { 3.416155911140625*^9, 3.416155941625*^9}, 3.4161559726875*^9, { 3.41615625178125*^9, 3.41615625603125*^9}, 3.416156589390625*^9, 3.416156668109375*^9, {3.41616420678125*^9, 3.416164242328125*^9}, { 3.416164406859375*^9, 3.41616447596875*^9}, {3.416164619734375*^9, 3.416164635359375*^9}, {3.41616480628125*^9, 3.4161649840625*^9}, { 3.416165029296875*^9, 3.416165136359375*^9}, {3.41616520021875*^9, 3.416165267046875*^9}, {3.41616548928125*^9, 3.4161654919375*^9}, { 3.416165611515625*^9, 3.416165803984375*^9}, {3.416165884265625*^9, 3.416165974546875*^9}, {3.416166053078125*^9, 3.416166075890625*^9}, { 3.41616610853125*^9, 3.41616627534375*^9}, {3.416166538015625*^9, 3.4161666834375*^9}, {3.41616681734375*^9, 3.416166835296875*^9}, { 3.416167054859375*^9, 3.41616710446875*^9}, {3.416167269625*^9, 3.416167305578125*^9}, {3.416167360421875*^9, 3.41616747253125*^9}, { 3.41616767590625*^9, 3.41616772684375*^9}, {3.416178044765625*^9, 3.416178136234375*^9}, {3.416178226421875*^9, 3.416178359640625*^9}, 3.41617844103125*^9, {3.41617852240625*^9, 3.416178530609375*^9}, { 3.41617857984375*^9, 3.416178647828125*^9}, {3.416178754578125*^9, 3.416178796796875*^9}, 3.41617898546875*^9, {3.416179024796875*^9, 3.416179034015625*^9}, 3.416179800953125*^9, {3.41617983984375*^9, 3.41617984328125*^9}, {3.416179899171875*^9, 3.416179935375*^9}, { 3.41618009478125*^9, 3.416180149890625*^9}, {3.4161803651875*^9, 3.4161804846875*^9}, {3.416180522328125*^9, 3.41618067503125*^9}, { 3.416180707078125*^9, 3.416180763203125*^9}, {3.416180821796875*^9, 3.416180824109375*^9}, 3.41618092428125*^9, {3.416180983890625*^9, 3.41618102946875*^9}, {3.416181310453125*^9, 3.416181378390625*^9}, { 3.4161814179375*^9, 3.416181589140625*^9}, {3.4161816428125*^9, 3.416181644828125*^9}, {3.416181675734375*^9, 3.41618177159375*^9}, { 3.416181909875*^9, 3.416181927515625*^9}, {3.416182687328125*^9, 3.416182722609375*^9}, {3.4161827655*^9, 3.4161829005625*^9}, 3.416182949875*^9, {3.4161829835*^9, 3.416183142875*^9}, 3.41618319103125*^9, {3.416183233765625*^9, 3.4161833955*^9}, { 3.416183464953125*^9, 3.41618352934375*^9}, 3.416183993640625*^9, { 3.416184026671875*^9, 3.4161840280625*^9}, {3.416184671125*^9, 3.416184671390625*^9}, {3.41618509334375*^9, 3.416185129328125*^9}, { 3.416186714046875*^9, 3.416186755484375*^9}, {3.41618689646875*^9, 3.41618694159375*^9}, {3.416186996078125*^9, 3.4161870099375*^9}, { 3.41618707021875*^9, 3.41618711078125*^9}, {3.41618721721875*^9, 3.416187306328125*^9}, {3.416187395671875*^9, 3.41618741271875*^9}, { 3.416187578625*^9, 3.416187614875*^9}, {3.416187647125*^9, 3.41618769234375*^9}, {3.416187790140625*^9, 3.416187926765625*^9}, { 3.416188005484375*^9, 3.41618807115625*^9}, {3.416188117640625*^9, 3.416188176328125*^9}, {3.416188452296875*^9, 3.416188517578125*^9}, { 3.416188552484375*^9, 3.416188776015625*^9}, 3.41618903065625*^9, { 3.416189088484375*^9, 3.416189156859375*^9}, 3.41618919115625*^9, { 3.41618923240625*^9, 3.416189254390625*^9}, {3.416189311953125*^9, 3.416189481875*^9}, {3.416189522296875*^9, 3.416189596765625*^9}, { 3.4161897013125*^9, 3.41618971209375*^9}, {3.416189894703125*^9, 3.416189895296875*^9}, {3.416189957578125*^9, 3.416189957984375*^9}, { 3.4161900519375*^9, 3.41619008990625*^9}, {3.4161901714375*^9, 3.416190193234375*^9}, {3.416190296765625*^9, 3.41619029946875*^9}, 3.4161904185625*^9, {3.41619049796875*^9, 3.4161905288125*^9}, 3.41619058346875*^9, {3.416190678359375*^9, 3.41619068534375*^9}, 3.416190728578125*^9, {3.41619081696875*^9, 3.41619085528125*^9}, { 3.416190899890625*^9, 3.416190916984375*^9}, {3.416191043671875*^9, 3.41619104990625*^9}, {3.41619175153125*^9, 3.416191816390625*^9}, { 3.41619192378125*^9, 3.41619198646875*^9}, {3.416192070265625*^9, 3.416192318125*^9}, {3.416192515203125*^9, 3.41619261115625*^9}, { 3.41619287225*^9, 3.4161928895*^9}, {3.41619314209375*^9, 3.416193170203125*^9}, {3.416193276875*^9, 3.41619329540625*^9}, { 3.416193448453125*^9, 3.416193492*^9}, {3.416193708328125*^9, 3.416193724421875*^9}, {3.416229903546875*^9, 3.41622991871875*^9}, 3.41622995934375*^9, 3.416229991359375*^9, 3.416230022640625*^9, { 3.416230093796875*^9, 3.416230109328125*^9}, {3.4162301923125*^9, 3.416230300890625*^9}, 3.416230331265625*^9, {3.416230451375*^9, 3.416230458*^9}, {3.416230526265625*^9, 3.41623056825*^9}, 3.416230777203125*^9, {3.416230924140625*^9, 3.416230956453125*^9}, { 3.4162309936875*^9, 3.41623099565625*^9}, {3.416231029328125*^9, 3.416231031*^9}, {3.416231071921875*^9, 3.416231078359375*^9}, { 3.41623111225*^9, 3.4162311545*^9}, {3.416231186796875*^9, 3.416231207359375*^9}, {3.4162312385625*^9, 3.416231272*^9}, { 3.416231305421875*^9, 3.416231321546875*^9}, {3.416231657953125*^9, 3.416231689984375*^9}, {3.416231746*^9, 3.416231802453125*^9}, { 3.4162318360625*^9, 3.416231842375*^9}, {3.416231919546875*^9, 3.41623194225*^9}, {3.41623197584375*^9, 3.41623210534375*^9}, { 3.416232166953125*^9, 3.416232232046875*^9}, {3.41623227328125*^9, 3.416232317078125*^9}, {3.416232916390625*^9, 3.41623294046875*^9}, { 3.41623306828125*^9, 3.41623322509375*^9}, {3.416233391359375*^9, 3.41623366640625*^9}, {3.416233740125*^9, 3.4162337476875*^9}, { 3.416233992015625*^9, 3.4162340813125*^9}, {3.41623411459375*^9, 3.416234285390625*^9}, {3.416234572875*^9, 3.416234599421875*^9}, { 3.416234630546875*^9, 3.41623485659375*^9}, {3.416234892265625*^9, 3.41623494103125*^9}, {3.416235508859375*^9, 3.4162355518125*^9}, { 3.416235582390625*^9, 3.416235700109375*^9}, {3.416235805390625*^9, 3.416235806578125*^9}, {3.416235899515625*^9, 3.416235940859375*^9}, { 3.416236020234375*^9, 3.416236058640625*^9}, {3.416236248296875*^9, 3.41623624996875*^9}, 3.416236291859375*^9, {3.4162363626875*^9, 3.4162364069375*^9}, {3.4162366636875*^9, 3.4162366645*^9}, { 3.416240915328125*^9, 3.416240915640625*^9}, {3.416241005875*^9, 3.4162410073125*^9}, {3.41624104875*^9, 3.416241091125*^9}, { 3.416241141421875*^9, 3.4162411771875*^9}, {3.4162412073125*^9, 3.416241207703125*^9}, {3.4162412519375*^9, 3.416241282484375*^9}, 3.416241365703125*^9, {3.416241504828125*^9, 3.416241505140625*^9}, { 3.416241580859375*^9, 3.416241633515625*^9}, {3.4162417616875*^9, 3.416241790953125*^9}, {3.416242040828125*^9, 3.416242073703125*^9}, { 3.416242144734375*^9, 3.416242145609375*^9}, {3.416242601109375*^9, 3.416242604984375*^9}, {3.416242755734375*^9, 3.416242756125*^9}, { 3.41624280909375*^9, 3.416242815734375*^9}, {3.41624293040625*^9, 3.416242965828125*^9}, 3.416242996578125*^9, {3.4162432184375*^9, 3.41624324703125*^9}, {3.41624331215625*^9, 3.4162433690625*^9}, { 3.4162434611875*^9, 3.416243567953125*^9}, {3.41624361046875*^9, 3.416243610734375*^9}, {3.4162436635625*^9, 3.416243663890625*^9}, 3.416243795140625*^9, 3.416243892171875*^9, {3.416243954828125*^9, 3.416244003390625*^9}, {3.4162440488125*^9, 3.41624407778125*^9}, { 3.416244127125*^9, 3.41624417925*^9}, {3.416244287140625*^9, 3.416244326578125*^9}, {3.416244361234375*^9, 3.41624437075*^9}, 3.416244417421875*^9, 3.416244467984375*^9, {3.416247206015625*^9, 3.41624726384375*^9}, {3.416247401875*^9, 3.416247417953125*^9}, { 3.416247456625*^9, 3.41624752596875*^9}, {3.41624761553125*^9, 3.416247621125*^9}, {3.416247762453125*^9, 3.416247784546875*^9}, { 3.416247892203125*^9, 3.41624794084375*^9}, {3.416250890671875*^9, 3.416250947984375*^9}, {3.41625099978125*^9, 3.416251043015625*^9}, { 3.416251138078125*^9, 3.41625116484375*^9}, {3.416251245234375*^9, 3.416251247828125*^9}, 3.416251389578125*^9, {3.416251441640625*^9, 3.416251457109375*^9}, {3.41625151975*^9, 3.41625155421875*^9}, { 3.416251596015625*^9, 3.4162517514375*^9}, {3.416252112265625*^9, 3.416252136703125*^9}, {3.416252183984375*^9, 3.416252265015625*^9}, 3.41625233196875*^9, {3.416252395921875*^9, 3.41625240359375*^9}, { 3.4162524488125*^9, 3.41625245159375*^9}, {3.416252626609375*^9, 3.41625265759375*^9}, {3.4162526935625*^9, 3.416252696625*^9}, 3.41625281278125*^9, {3.416252846875*^9, 3.41625284746875*^9}, { 3.4162528838125*^9, 3.416252912609375*^9}, {3.416253169703125*^9, 3.41625320634375*^9}, {3.416253240046875*^9, 3.41625325165625*^9}, { 3.41625328421875*^9, 3.4162533075625*^9}, {3.41625341784375*^9, 3.4162534563125*^9}, {3.41625354428125*^9, 3.416253566046875*^9}, { 3.4162537278125*^9, 3.416253818109375*^9}, {3.416253923140625*^9, 3.416253992171875*^9}, {3.416254172078125*^9, 3.416254189859375*^9}, 3.416256203078125*^9, {3.4162562604375*^9, 3.416256262734375*^9}, { 3.41625632203125*^9, 3.416256342703125*^9}, 3.41625644809375*^9, { 3.416256483546875*^9, 3.416256521609375*^9}, {3.41625672725*^9, 3.416256793734375*^9}, {3.4162569791875*^9, 3.416257011640625*^9}, { 3.41625705015625*^9, 3.416257050578125*^9}, 3.41625714696875*^9, { 3.4162572833125*^9, 3.416257309625*^9}, {3.4162574446875*^9, 3.41625745740625*^9}, {3.416257860921875*^9, 3.416257870046875*^9}, { 3.416258212875*^9, 3.41625822228125*^9}, {3.4162583318125*^9, 3.4162584114375*^9}, {3.41625847059375*^9, 3.416258477671875*^9}, { 3.41625851765625*^9, 3.416258518515625*^9}, {3.4162585565625*^9, 3.41625856503125*^9}, {3.416258597296875*^9, 3.416258791578125*^9}, { 3.416258876859375*^9, 3.41625887890625*^9}, {3.416258920578125*^9, 3.416258921078125*^9}, {3.416258991828125*^9, 3.416258993765625*^9}, { 3.416259092140625*^9, 3.4162591480625*^9}, 3.4162593330625*^9, 3.41625957578125*^9, {3.416259610859375*^9, 3.416259615140625*^9}, { 3.4162604045*^9, 3.416260409640625*^9}, 3.416260493625*^9, { 3.416260796703125*^9, 3.416260842015625*^9}, 3.41626103915625*^9, { 3.416261201359375*^9, 3.41626121346875*^9}, {3.41626127465625*^9, 3.416261364265625*^9}, {3.4162613975625*^9, 3.416261404046875*^9}, { 3.41626143871875*^9, 3.416261521265625*^9}, {3.41626156084375*^9, 3.4162615650625*^9}, {3.41626161190625*^9, 3.416261613421875*^9}, { 3.41626165859375*^9, 3.41626167084375*^9}, {3.416261709609375*^9, 3.416261720875*^9}, {3.416261860890625*^9, 3.41626186121875*^9}, { 3.41626191203125*^9, 3.4162619496875*^9}, {3.416262060203125*^9, 3.4162620850625*^9}, {3.416262210046875*^9, 3.4162622115*^9}, { 3.41626226428125*^9, 3.416262291875*^9}, {3.41626232590625*^9, 3.41626233190625*^9}, {3.41626240303125*^9, 3.41626246740625*^9}, 3.416262505359375*^9, {3.416262538734375*^9, 3.416262563609375*^9}, { 3.416262598515625*^9, 3.4162625995*^9}, {3.41626272753125*^9, 3.416262742765625*^9}, 3.41626284825*^9, {3.416263945375*^9, 3.416263949265625*^9}, {3.416263995859375*^9, 3.41626404246875*^9}, { 3.416264091046875*^9, 3.4162641246875*^9}, {3.4162641683125*^9, 3.416264267875*^9}, {3.41626436159375*^9, 3.41626437734375*^9}, { 3.416264427140625*^9, 3.4162644475*^9}, {3.416264492484375*^9, 3.4162645023125*^9}, {3.416264538171875*^9, 3.416264856109375*^9}, { 3.416264905078125*^9, 3.41626494375*^9}, {3.416265061328125*^9, 3.4162650641875*^9}, {3.416265100515625*^9, 3.41626510415625*^9}, { 3.41626540003125*^9, 3.416265410515625*^9}, {3.416265462921875*^9, 3.4162655285625*^9}, {3.416265558703125*^9, 3.416265702421875*^9}, { 3.41626575440625*^9, 3.4162658218125*^9}, {3.416265865859375*^9, 3.416265868671875*^9}, {3.416265928046875*^9, 3.416265985859375*^9}, { 3.4162660165625*^9, 3.4162660944375*^9}, {3.41626661365625*^9, 3.41626664209375*^9}, 3.416266723515625*^9, {3.41626686096875*^9, 3.416266861328125*^9}, {3.41626689765625*^9, 3.41626692059375*^9}, { 3.416267827171875*^9, 3.416267836453125*^9}, {3.41626795184375*^9, 3.4162679545625*^9}, {3.416268089265625*^9, 3.416268100921875*^9}, { 3.416268293125*^9, 3.416268296671875*^9}, {3.416268327609375*^9, 3.416268342703125*^9}, {3.416268399953125*^9, 3.416268402390625*^9}, { 3.416268445015625*^9, 3.416268448921875*^9}, {3.416268594234375*^9, 3.416268599296875*^9}, {3.416268706984375*^9, 3.4162687073125*^9}, { 3.416268956625*^9, 3.41626896009375*^9}, {3.416268995484375*^9, 3.41626899634375*^9}, {3.4162697336875*^9, 3.41626974184375*^9}, { 3.41626984453125*^9, 3.416269858046875*^9}, {3.416269911578125*^9, 3.41626993265625*^9}, {3.416270042296875*^9, 3.416270042546875*^9}, { 3.416270091546875*^9, 3.416270092296875*^9}, {3.416270191375*^9, 3.416270218640625*^9}, {3.416270719765625*^9, 3.41627072009375*^9}, { 3.416271046703125*^9, 3.41627104703125*^9}, {3.416271085484375*^9, 3.416271109109375*^9}, {3.4162712030625*^9, 3.416271252984375*^9}, { 3.4162717113125*^9, 3.416271787890625*^9}, {3.41627185346875*^9, 3.41627185396875*^9}, {3.41627192915625*^9, 3.41627193390625*^9}, { 3.41627199303125*^9, 3.416271993515625*^9}, {3.416272040015625*^9, 3.416272041015625*^9}, {3.41627208034375*^9, 3.41627213246875*^9}, 3.416272176046875*^9, {3.4162738003125*^9, 3.416273804203125*^9}, { 3.416273839796875*^9, 3.4162738401875*^9}, {3.416273940796875*^9, 3.416273965453125*^9}, 3.4162740023125*^9, {3.4162740495625*^9, 3.41627408884375*^9}, {3.416274139421875*^9, 3.416274327703125*^9}, { 3.416274481359375*^9, 3.416274508765625*^9}, {3.416274552734375*^9, 3.416274601625*^9}, {3.416274635109375*^9, 3.41627470259375*^9}, { 3.416275143171875*^9, 3.4162751570625*^9}, 3.41627522321875*^9, { 3.41627525371875*^9, 3.416275277953125*^9}, {3.416275340515625*^9, 3.41627546009375*^9}, {3.416275493140625*^9, 3.416275498859375*^9}, 3.4163086458125*^9, 3.416308680453125*^9, {3.416308747765625*^9, 3.41630876334375*^9}, {3.416308820078125*^9, 3.416308867140625*^9}, { 3.4163089500625*^9, 3.416308959390625*^9}, {3.416308992578125*^9, 3.416309061953125*^9}, 3.416309197921875*^9, {3.41630923975*^9, 3.4163092443125*^9}, {3.41630931475*^9, 3.41630938734375*^9}, { 3.416309482265625*^9, 3.41630951059375*^9}, {3.416309546515625*^9, 3.41630958371875*^9}, {3.416309674203125*^9, 3.416309700109375*^9}, { 3.416309731234375*^9, 3.41630974525*^9}, 3.416309902546875*^9, { 3.416309973421875*^9, 3.41630997559375*^9}, 3.4163100469375*^9, { 3.4163101370625*^9, 3.416310165140625*^9}, {3.41631021334375*^9, 3.416310327515625*^9}, {3.41631037521875*^9, 3.41631038846875*^9}, { 3.416310459875*^9, 3.4163105115*^9}, {3.41631054484375*^9, 3.41631056746875*^9}, {3.416310677453125*^9, 3.4163107665*^9}, { 3.4163108154375*^9, 3.4163109780625*^9}, {3.416311011203125*^9, 3.41631101459375*^9}, 3.4163110648125*^9, {3.41631130175*^9, 3.416311446484375*^9}, {3.4163115145*^9, 3.41631153071875*^9}, { 3.416311563453125*^9, 3.416311572875*^9}, {3.416311603796875*^9, 3.4163116353125*^9}, {3.416311682203125*^9, 3.416311889421875*^9}, { 3.41631192709375*^9, 3.416312053890625*^9}, 3.4163120899375*^9, { 3.41631213496875*^9, 3.416312193421875*^9}, {3.4163122274375*^9, 3.416312490046875*^9}, {3.41631252984375*^9, 3.41631262503125*^9}, { 3.41631300565625*^9, 3.41631304775*^9}, {3.416313111140625*^9, 3.4163131331875*^9}, {3.416313218265625*^9, 3.41631325928125*^9}, { 3.416313305265625*^9, 3.416313323984375*^9}, 3.4163142664375*^9, { 3.416314634984375*^9, 3.416314713203125*^9}, {3.41631498965625*^9, 3.41631504*^9}, {3.416315085875*^9, 3.416315211796875*^9}, { 3.41631525275*^9, 3.416315265515625*^9}, {3.4163153241875*^9, 3.4163153401875*^9}, {3.416315378203125*^9, 3.416315468*^9}, { 3.416315519265625*^9, 3.4163155394375*^9}, {3.416315631078125*^9, 3.416315638828125*^9}, {3.41631574071875*^9, 3.416315741671875*^9}, { 3.4163158965*^9, 3.416315957453125*^9}, {3.41631606690625*^9, 3.4163160675*^9}, {3.416316158609375*^9, 3.416316258359375*^9}, { 3.416316361125*^9, 3.41631639171875*^9}, {3.416316437203125*^9, 3.416316464453125*^9}, 3.416316514453125*^9, {3.416317983359375*^9, 3.416318000078125*^9}, {3.416318084734375*^9, 3.416318085140625*^9}, { 3.4163181281875*^9, 3.416318128578125*^9}, {3.416318173421875*^9, 3.416318173765625*^9}, {3.416318208859375*^9, 3.4163182389375*^9}, { 3.4163182773125*^9, 3.416318280359375*^9}, {3.41631835321875*^9, 3.41631837828125*^9}, {3.41631843578125*^9, 3.416318518078125*^9}, { 3.41631859753125*^9, 3.4163186226875*^9}, {3.4163473325*^9, 3.41634735028125*^9}, {3.41634749190625*^9, 3.416347496578125*^9}, { 3.41634766225*^9, 3.4163477641875*^9}, {3.416347858546875*^9, 3.416347863578125*^9}, {3.416347902*^9, 3.41634793040625*^9}, { 3.416349984578125*^9, 3.416350013*^9}, {3.416350052625*^9, 3.416350096546875*^9}, {3.416350267578125*^9, 3.416350308046875*^9}, 3.41644453434375*^9, 3.41644457309375*^9, {3.416444605046875*^9, 3.416444621984375*^9}, {3.416444665734375*^9, 3.416444667359375*^9}, { 3.416444700953125*^9, 3.416444702421875*^9}, {3.41644485590625*^9, 3.416444908921875*^9}, {3.416444987296875*^9, 3.416445010484375*^9}, { 3.4164450803125*^9, 3.416445109046875*^9}, {3.416445145328125*^9, 3.416445149015625*^9}, {3.416445183109375*^9, 3.41644522696875*^9}, { 3.416446333515625*^9, 3.41644636359375*^9}, {3.416446404765625*^9, 3.416446442234375*^9}, 3.41644673315625*^9, {3.416447006328125*^9, 3.416447019625*^9}, {3.416447204421875*^9, 3.4164472665625*^9}, { 3.41644736884375*^9, 3.416447380703125*^9}, 3.41649498484375*^9, { 3.4164954275*^9, 3.4164954298125*^9}, {3.4164954709375*^9, 3.416495483796875*^9}, {3.41649552734375*^9, 3.41649577590625*^9}, { 3.416495834453125*^9, 3.41649583525*^9}, {3.416495914875*^9, 3.41649593378125*^9}, {3.416495994640625*^9, 3.416495997421875*^9}, { 3.41649604275*^9, 3.416496064703125*^9}, {3.416496103265625*^9, 3.416496122359375*^9}, {3.4164961646875*^9, 3.416496196265625*^9}, 3.416496287265625*^9, {3.416496522921875*^9, 3.4164965529375*^9}, { 3.41649668621875*^9, 3.416496760140625*^9}, {3.4164968323125*^9, 3.416496901796875*^9}, 3.41649695134375*^9, {3.41649732434375*^9, 3.416497353140625*^9}, {3.416497476484375*^9, 3.41649748109375*^9}, { 3.41649759871875*^9, 3.41649763771875*^9}, {3.416497706828125*^9, 3.416497743875*^9}, {3.416497828578125*^9, 3.4164979025625*^9}, 3.4164992361875*^9, {3.416499665859375*^9, 3.41649977978125*^9}, { 3.416499823875*^9, 3.416499851109375*^9}, {3.41650004578125*^9, 3.416500206390625*^9}, {3.416500269515625*^9, 3.41650027946875*^9}, { 3.416500541046875*^9, 3.41650055365625*^9}, {3.416500609375*^9, 3.416500646828125*^9}, {3.416500697296875*^9, 3.416500795984375*^9}, { 3.416500858140625*^9, 3.416501102890625*^9}, {3.416501163796875*^9, 3.4165011818125*^9}, 3.416501529390625*^9, 3.4165015736875*^9, { 3.41650166446875*^9, 3.416501664921875*^9}, {3.41650170409375*^9, 3.416501705484375*^9}, {3.416501749453125*^9, 3.41650185571875*^9}, 3.4165019695625*^9, {3.416502097*^9, 3.41650212409375*^9}, { 3.4165021546875*^9, 3.416502159328125*^9}, {3.41650239390625*^9, 3.41650240890625*^9}, {3.416502614953125*^9, 3.4165026845*^9}, { 3.4165028324375*^9, 3.41650284815625*^9}, {3.416502966046875*^9, 3.41650306275*^9}, 3.4165036566875*^9, 3.416503696640625*^9, 3.416503759171875*^9, {3.4165037935*^9, 3.416503896046875*^9}, { 3.416503961234375*^9, 3.416503962640625*^9}, {3.416504065390625*^9, 3.416504280734375*^9}, {3.416504329546875*^9, 3.41650445978125*^9}, { 3.416504524375*^9, 3.416504535671875*^9}, {3.416504566421875*^9, 3.416504586734375*^9}, {3.416504972109375*^9, 3.416505012453125*^9}, 3.416505389359375*^9, {3.416505510359375*^9, 3.4165055229375*^9}, { 3.41650587675*^9, 3.4165059*^9}, {3.416505935640625*^9, 3.416505956*^9}, { 3.416508903828125*^9, 3.416508906015625*^9}, {3.416509307625*^9, 3.41650930921875*^9}, 3.41650936021875*^9, {3.416509902171875*^9, 3.4165100126875*^9}, {3.4165101405625*^9, 3.4165101546875*^9}, { 3.416510199234375*^9, 3.4165102014375*^9}, 3.41651038621875*^9, { 3.416510416265625*^9, 3.416510421265625*^9}, 3.416510510890625*^9, { 3.4165105553125*^9, 3.416510558359375*^9}, {3.41651060028125*^9, 3.416510610609375*^9}, {3.416510656265625*^9, 3.41651081471875*^9}, { 3.416510856125*^9, 3.416511013421875*^9}, {3.416511102421875*^9, 3.416511103578125*^9}, {3.41651114496875*^9, 3.416511156625*^9}, { 3.41651125590625*^9, 3.416511348*^9}, {3.416511387328125*^9, 3.416511413*^9}, {3.416511890390625*^9, 3.416511892*^9}, { 3.416511952859375*^9, 3.416511963171875*^9}, {3.41651322475*^9, 3.416513264953125*^9}, 3.416513379265625*^9, {3.41651341190625*^9, 3.416513460671875*^9}, {3.416513523234375*^9, 3.416513524234375*^9}, { 3.416513564*^9, 3.416513599015625*^9}, 3.416513688046875*^9, { 3.416513820234375*^9, 3.41651382459375*^9}, {3.41651393709375*^9, 3.4165139386875*^9}, {3.416514025515625*^9, 3.416514029*^9}, { 3.416514068703125*^9, 3.416514081296875*^9}, {3.416514265578125*^9, 3.41651433221875*^9}, {3.41651436853125*^9, 3.416514387640625*^9}, { 3.416514422734375*^9, 3.416514572984375*^9}, {3.4165146701875*^9, 3.416514788*^9}, 3.41651555709375*^9, {3.41651566309375*^9, 3.416515683625*^9}, {3.4165157885625*^9, 3.41651588471875*^9}, { 3.4165159536875*^9, 3.416515955890625*^9}, {3.41651645459375*^9, 3.416516495640625*^9}, {3.416516526796875*^9, 3.416516529890625*^9}, { 3.4165165791875*^9, 3.416516652625*^9}, {3.416516882453125*^9, 3.4165169256875*^9}, {3.41651695853125*^9, 3.416516958875*^9}, 3.416516991671875*^9, {3.416517029015625*^9, 3.41651704315625*^9}, { 3.41651730690625*^9, 3.416517309359375*^9}, {3.4165173751875*^9, 3.416517378734375*^9}, {3.416517598890625*^9, 3.416517615859375*^9}, { 3.416517745609375*^9, 3.4165177919375*^9}, {3.41651803115625*^9, 3.416518108734375*^9}, {3.416518356125*^9, 3.416518423484375*^9}, { 3.41651851340625*^9, 3.41651856915625*^9}, 3.416518601546875*^9, { 3.416518640109375*^9, 3.416518646671875*^9}, {3.416518695890625*^9, 3.4165187268125*^9}, {3.4165188761875*^9, 3.416518892515625*^9}, { 3.41651896009375*^9, 3.41651896140625*^9}, {3.416519018*^9, 3.41651906215625*^9}, {3.416519804375*^9, 3.416519807828125*^9}, { 3.416520009546875*^9, 3.41652002275*^9}, {3.41652021415625*^9, 3.41652025434375*^9}, {3.416520284765625*^9, 3.416520288015625*^9}, { 3.41652033159375*^9, 3.4165203516875*^9}, {3.416520467109375*^9, 3.416520499703125*^9}, {3.416520530125*^9, 3.41652054*^9}, { 3.416520574875*^9, 3.416520795546875*^9}, {3.416520827375*^9, 3.416520829640625*^9}, {3.416520881046875*^9, 3.416520912046875*^9}, 3.416520953421875*^9, {3.41652098846875*^9, 3.4165210918125*^9}, { 3.416521265953125*^9, 3.4165213256875*^9}, {3.41652139178125*^9, 3.416521413546875*^9}, {3.41652149434375*^9, 3.416521604171875*^9}, { 3.416521637015625*^9, 3.416521666140625*^9}, {3.416521728078125*^9, 3.41652184775*^9}, {3.416521878046875*^9, 3.41652197796875*^9}, { 3.4165224975*^9, 3.4165225405*^9}, {3.416523152734375*^9, 3.416523431390625*^9}, {3.4165234725*^9, 3.41652365209375*^9}, { 3.416523769640625*^9, 3.416523873921875*^9}, {3.41652391609375*^9, 3.41652391696875*^9}, {3.416523953453125*^9, 3.416523955546875*^9}, { 3.41652398815625*^9, 3.416524131015625*^9}, {3.41652417740625*^9, 3.4165241934375*^9}, {3.416524227171875*^9, 3.4165242278125*^9}, 3.41652427146875*^9, {3.416524326640625*^9, 3.416524465359375*^9}, { 3.4165244975*^9, 3.4165245536875*^9}, {3.416524596125*^9, 3.416524597953125*^9}, {3.416524642140625*^9, 3.416524665609375*^9}, { 3.4165247661875*^9, 3.416524839453125*^9}, {3.41652488721875*^9, 3.41652490065625*^9}, {3.416524930734375*^9, 3.41652501325*^9}, { 3.41652504496875*^9, 3.416525064546875*^9}, {3.4165251001875*^9, 3.41652510890625*^9}, {3.416525151671875*^9, 3.416525257484375*^9}, { 3.416525300453125*^9, 3.4165253578125*^9}, {3.416525515484375*^9, 3.4165255338125*^9}, {3.416525595703125*^9, 3.416525615140625*^9}, 3.4165263495625*^9, {3.4165263934375*^9, 3.416526426609375*^9}, { 3.41652652803125*^9, 3.416526536125*^9}, {3.416526634390625*^9, 3.416526636015625*^9}, {3.416526731984375*^9, 3.416526891859375*^9}, { 3.416527017703125*^9, 3.416527020484375*^9}, {3.416527091375*^9, 3.416527169703125*^9}, {3.416527267234375*^9, 3.416527304421875*^9}, 3.41652736234375*^9, {3.41652739725*^9, 3.4165274168125*^9}, { 3.416527567734375*^9, 3.416527577265625*^9}, {3.4165276446875*^9, 3.416527670078125*^9}, {3.416527746625*^9, 3.41652785215625*^9}, { 3.416530031953125*^9, 3.416530064625*^9}, 3.41653017225*^9, { 3.41653020871875*^9, 3.416530237296875*^9}, {3.416530280015625*^9, 3.416530289890625*^9}, {3.4165303811875*^9, 3.416530429125*^9}, { 3.416530461484375*^9, 3.41653050678125*^9}, 3.41653060896875*^9, { 3.416530799515625*^9, 3.416530810390625*^9}, {3.416530847421875*^9, 3.41653087453125*^9}, {3.416530949359375*^9, 3.4165309853125*^9}, { 3.41653103453125*^9, 3.416531055046875*^9}, {3.4165310925*^9, 3.416531109140625*^9}, {3.416532003765625*^9, 3.416532047421875*^9}, { 3.416532102265625*^9, 3.4165321681875*^9}, {3.4165322020625*^9, 3.416532202375*^9}, {3.41653256565625*^9, 3.416532566140625*^9}, { 3.416532630640625*^9, 3.416532632671875*^9}, {3.416532813921875*^9, 3.4165328271875*^9}, 3.416532901765625*^9, {3.416533042359375*^9, 3.416533142140625*^9}, {3.416533348453125*^9, 3.416533371484375*^9}, { 3.4165334040625*^9, 3.416533407671875*^9}, {3.4165334659375*^9, 3.416533542390625*^9}, 3.41653368925*^9, {3.41653381684375*^9, 3.41653384346875*^9}, {3.416533921359375*^9, 3.41653401203125*^9}, 3.41653405596875*^9, {3.416534114984375*^9, 3.416534176984375*^9}, { 3.416534329375*^9, 3.4165343744375*^9}, {3.4165344245*^9, 3.416534442109375*^9}, 3.416534517375*^9, 3.41653464475*^9, { 3.41653469771875*^9, 3.4165347010625*^9}, {3.41653473603125*^9, 3.416534775453125*^9}, {3.416534820703125*^9, 3.4165348228125*^9}, { 3.416535017640625*^9, 3.416535020453125*^9}, {3.41653552653125*^9, 3.416535594625*^9}, {3.416535625359375*^9, 3.416535738796875*^9}, { 3.416535813453125*^9, 3.416536040453125*^9}, {3.416536078546875*^9, 3.4165361459375*^9}, 3.416568743890625*^9, {3.416568787546875*^9, 3.416568791234375*^9}, {3.416569119703125*^9, 3.416569200015625*^9}, { 3.41656923346875*^9, 3.416569309203125*^9}, {3.41656942715625*^9, 3.416569478046875*^9}, 3.41656955459375*^9, {3.41656979634375*^9, 3.41656980646875*^9}, {3.416569957890625*^9, 3.41657001809375*^9}, { 3.416570070953125*^9, 3.416570138640625*^9}, {3.4165701789375*^9, 3.416570233953125*^9}, {3.41657042728125*^9, 3.4165704290625*^9}, 3.41657048184375*^9, {3.416572901171875*^9, 3.41657291875*^9}, { 3.416573099515625*^9, 3.416573291046875*^9}, {3.416573352921875*^9, 3.4165733593125*^9}, {3.416573410546875*^9, 3.4165734881875*^9}, { 3.416573545734375*^9, 3.41657355753125*^9}, {3.4165735964375*^9, 3.4165736245625*^9}, {3.416574003046875*^9, 3.416574009171875*^9}, { 3.416576799578125*^9, 3.41657681253125*^9}, {3.416577234828125*^9, 3.416577237296875*^9}, 3.416577463625*^9, {3.41657812596875*^9, 3.416578146265625*^9}, {3.416578179234375*^9, 3.41657822025*^9}, 3.416578880875*^9, {3.416578923203125*^9, 3.416579033828125*^9}, { 3.416579095375*^9, 3.4165791163125*^9}, {3.416579236375*^9, 3.416579245765625*^9}, {3.4165797446875*^9, 3.416579748390625*^9}, { 3.4165797825*^9, 3.41657981521875*^9}, {3.41657984578125*^9, 3.416579851*^9}, {3.416579883703125*^9, 3.416579916125*^9}, { 3.4165799501875*^9, 3.416580000265625*^9}, {3.416580053078125*^9, 3.4165800548125*^9}, {3.416580115484375*^9, 3.416580134421875*^9}, { 3.416580242203125*^9, 3.41658026228125*^9}, {3.416580333171875*^9, 3.41658037375*^9}, {3.416580508265625*^9, 3.416580525828125*^9}, { 3.41658066753125*^9, 3.41658072740625*^9}, {3.416580834734375*^9, 3.416580835671875*^9}, {3.41658086575*^9, 3.4165809008125*^9}, { 3.41658093896875*^9, 3.416580973125*^9}, {3.41658101853125*^9, 3.4165812245625*^9}, {3.41658139440625*^9, 3.4165814604375*^9}, { 3.416581559953125*^9, 3.416581563515625*^9}, {3.416581654984375*^9, 3.41658165828125*^9}, {3.4165817381875*^9, 3.416581803609375*^9}, { 3.41658183396875*^9, 3.416581864078125*^9}, {3.416582569390625*^9, 3.416582592421875*^9}, 3.41658263034375*^9, {3.41658271646875*^9, 3.4165828243125*^9}, {3.416583334390625*^9, 3.416583341796875*^9}, { 3.416583375484375*^9, 3.416583487*^9}, {3.416583550203125*^9, 3.416583564734375*^9}, 3.41658377490625*^9, {3.416583813125*^9, 3.41658388196875*^9}, {3.416584362953125*^9, 3.416584386890625*^9}, { 3.416584521453125*^9, 3.4165845375*^9}, 3.41659539852001*^9, 3.416595575348135*^9, {3.41659613539501*^9, 3.416596153785635*^9}, 3.41659653633251*^9, {3.41659657030126*^9, 3.416596573691885*^9}, { 3.416596849660635*^9, 3.41659689161376*^9}, {3.41659712836376*^9, 3.41659716377001*^9}, {3.416597207004385*^9, 3.416597208535635*^9}, { 3.416597423004385*^9, 3.41659742602001*^9}, 3.41659748752001*^9, { 3.416597599816885*^9, 3.41659769892626*^9}, {3.41659776673876*^9, 3.41659785192626*^9}, {3.416597894410635*^9, 3.416597897660635*^9}, { 3.416597992816885*^9, 3.41659799364501*^9}, {3.41659811555126*^9, 3.416598224535635*^9}, {3.416598355566885*^9, 3.41659836902001*^9}, { 3.41659843336376*^9, 3.416598454129385*^9}, {3.416598488629385*^9, 3.416598602254385*^9}, {3.416598662004385*^9, 3.416598691129385*^9}, { 3.41659878433251*^9, 3.416598784691885*^9}, 3.416598824316885*^9, { 3.41659896755126*^9, 3.41659896914501*^9}, 3.416599000754385*^9, { 3.41659903795751*^9, 3.416599077191885*^9}, {3.41659912223876*^9, 3.416599213941885*^9}, {3.416599262473135*^9, 3.416599268004385*^9}, { 3.41660639570751*^9, 3.416606412191885*^9}, {3.416606749598135*^9, 3.41660681739501*^9}, {3.416607062316885*^9, 3.416607065098135*^9}, { 3.41660712248876*^9, 3.41660726873876*^9}, {3.416607301691885*^9, 3.41660731573876*^9}, {3.416607378879385*^9, 3.41660762252001*^9}, { 3.41660772786376*^9, 3.41660778352001*^9}, 3.41660784961376*^9, 3.41661022517626*^9, {3.41661174208251*^9, 3.41661176570751*^9}, { 3.41661193745751*^9, 3.416612089035635*^9}, {3.41661222955126*^9, 3.416612234035635*^9}, {3.416612341191885*^9, 3.41661237405126*^9}, { 3.41661242552001*^9, 3.41661244795751*^9}, {3.416612792973135*^9, 3.41661284680126*^9}, {3.41661288827001*^9, 3.416613054191885*^9}, { 3.41661318192626*^9, 3.41661318323876*^9}, {3.41661325611376*^9, 3.416613267785635*^9}, 3.416613313066885*^9, {3.41661339202001*^9, 3.41661339292626*^9}, {3.416613426848135*^9, 3.41661346348876*^9}, { 3.416613511785635*^9, 3.41661375964501*^9}, {3.416613799598135*^9, 3.416613863191885*^9}, {3.41661392127001*^9, 3.416614170691885*^9}, { 3.41661421130126*^9, 3.416614226691885*^9}, {3.41661435833251*^9, 3.41661438573876*^9}, {3.416614442191885*^9, 3.416614465035635*^9}, { 3.41661651358251*^9, 3.416616523223135*^9}, {3.416616817629385*^9, 3.416616846816885*^9}, {3.41661698289501*^9, 3.41661703061376*^9}, { 3.41661711742626*^9, 3.416617118629385*^9}, {3.41661722530126*^9, 3.416617229191885*^9}, {3.41661730770751*^9, 3.416617458598135*^9}, { 3.416617615254385*^9, 3.416617634098135*^9}, {3.416617760285635*^9, 3.416617762066885*^9}, 3.41661780414501*^9, {3.416618149379385*^9, 3.41661816823876*^9}, {3.416618201129385*^9, 3.416618293598135*^9}, { 3.416618330660635*^9, 3.41661857030126*^9}, {3.41661863114501*^9, 3.41661870342626*^9}, {3.416618756098135*^9, 3.41661878417626*^9}, { 3.41661882292626*^9, 3.416618981598135*^9}, 3.41661902658251*^9, { 3.416619056816885*^9, 3.41661908795751*^9}, {3.416619145191885*^9, 3.41661915430126*^9}, {3.41661942680126*^9, 3.416619475848135*^9}, { 3.416619518285635*^9, 3.41661955330126*^9}, {3.41661959864501*^9, 3.41661962520751*^9}, {3.416619676504385*^9, 3.41661967777001*^9}, { 3.41661971530126*^9, 3.416619763879385*^9}, {3.41661980217626*^9, 3.416619956285635*^9}, {3.41662000858251*^9, 3.41662005533251*^9}, { 3.41662010033251*^9, 3.416620104316885*^9}, {3.41662014942626*^9, 3.416620279348135*^9}, {3.41662032839501*^9, 3.41662073220751*^9}, { 3.41662079445751*^9, 3.416620884285635*^9}, {3.416621049754385*^9, 3.41662119598876*^9}, {3.41662227548876*^9, 3.416622389785635*^9}, { 3.416622670066885*^9, 3.416622722410635*^9}, {3.41662276911376*^9, 3.41662281239501*^9}, {3.416623103441885*^9, 3.41662316361376*^9}, { 3.416623266660635*^9, 3.416623271973135*^9}, {3.416655488703125*^9, 3.416655491*^9}, {3.41665637009375*^9, 3.416656384375*^9}, { 3.416656602828125*^9, 3.416656616125*^9}, {3.41665672*^9, 3.416656722546875*^9}, {3.4166607561875*^9, 3.416660767578125*^9}, { 3.416662016640625*^9, 3.4166620485*^9}, {3.4166620796875*^9, 3.416662169140625*^9}, {3.41666234009375*^9, 3.416662349203125*^9}, { 3.41666238946875*^9, 3.4166623909375*^9}, {3.416662591234375*^9, 3.41666265553125*^9}, {3.4166637909375*^9, 3.416663817984375*^9}, { 3.416663883609375*^9, 3.41666408765625*^9}, {3.41666413709375*^9, 3.4166641383125*^9}, {3.41666437440625*^9, 3.416664390640625*^9}, { 3.416664456484375*^9, 3.4166644596875*^9}, {3.416664617625*^9, 3.4166646531875*^9}, 3.41666469359375*^9, {3.416664774734375*^9, 3.416664791265625*^9}, {3.416664823765625*^9, 3.416664867578125*^9}, { 3.416664934921875*^9, 3.41666494634375*^9}, {3.416665063078125*^9, 3.416665070484375*^9}, 3.416665148734375*^9, {3.41666518475*^9, 3.416665190171875*^9}, {3.41666523678125*^9, 3.416665239046875*^9}, { 3.416665286296875*^9, 3.41666528821875*^9}, {3.416665392171875*^9, 3.416665397875*^9}, {3.416665447421875*^9, 3.416665508171875*^9}, { 3.416665545640625*^9, 3.416665552765625*^9}, {3.416665696578125*^9, 3.4166657500625*^9}, {3.416665834515625*^9, 3.416665878078125*^9}, { 3.416666599578125*^9, 3.41666677959375*^9}, {3.416666850375*^9, 3.416666890953125*^9}, {3.416666923359375*^9, 3.41666696715625*^9}, { 3.416667138328125*^9, 3.41666721475*^9}, {3.416667604390625*^9, 3.4166676604375*^9}, {3.416667756*^9, 3.41666778165625*^9}, 3.4166678229375*^9, {3.4166678661875*^9, 3.41666788140625*^9}, { 3.416667923*^9, 3.4166679260625*^9}, {3.41666795878125*^9, 3.416668051125*^9}, {3.41666817*^9, 3.41666820540625*^9}, { 3.416668253625*^9, 3.416668257375*^9}, 3.416668301125*^9, { 3.41666834196875*^9, 3.41666835309375*^9}, {3.41666841865625*^9, 3.416668424671875*^9}, {3.416668527109375*^9, 3.416668537859375*^9}, { 3.416669485390625*^9, 3.41666956365625*^9}, {3.416669873421875*^9, 3.4166698839375*^9}, {3.416669951453125*^9, 3.416669984328125*^9}, { 3.4166700375*^9, 3.41667006590625*^9}, 3.416670117328125*^9, { 3.416670221109375*^9, 3.416670292796875*^9}, {3.416670443046875*^9, 3.416670471796875*^9}, {3.4166705124375*^9, 3.416670578625*^9}, { 3.4166706720625*^9, 3.416670711828125*^9}, {3.416671081390625*^9, 3.416671161859375*^9}, {3.416671219046875*^9, 3.41667123196875*^9}, { 3.416671289171875*^9, 3.416671383796875*^9}, {3.41667143028125*^9, 3.416671458125*^9}, {3.4166715195625*^9, 3.41667152225*^9}, 3.416671767125*^9, {3.416671805546875*^9, 3.4166718536875*^9}, { 3.416671898171875*^9, 3.41667189965625*^9}, {3.416671941828125*^9, 3.416671943875*^9}, {3.416673572328125*^9, 3.41667360828125*^9}, { 3.4166736468125*^9, 3.41667367453125*^9}, {3.416673723421875*^9, 3.416673882*^9}, {3.4166739471875*^9, 3.416673947703125*^9}, { 3.416674035265625*^9, 3.416674037640625*^9}, 3.41667426396875*^9, { 3.4166746414375*^9, 3.4166746428125*^9}, {3.416674680296875*^9, 3.41667471553125*^9}, {3.416674889515625*^9, 3.41667489109375*^9}, { 3.4166749395625*^9, 3.416674941109375*^9}, {3.4166749753125*^9, 3.416674975890625*^9}, {3.416675034578125*^9, 3.416675034921875*^9}, { 3.416675092*^9, 3.41667509228125*^9}, 3.416675256328125*^9, { 3.416675330671875*^9, 3.41667539878125*^9}, {3.41667605325*^9, 3.416676054109375*^9}, {3.416676127390625*^9, 3.416676129609375*^9}, { 3.41667617975*^9, 3.41667618025*^9}, {3.416676218546875*^9, 3.416676250703125*^9}, {3.416676334640625*^9, 3.416676334890625*^9}, { 3.41667647759375*^9, 3.416676477875*^9}, {3.416676519109375*^9, 3.416676551171875*^9}, 3.416676716828125*^9, {3.416676848859375*^9, 3.41667692671875*^9}, {3.416677009140625*^9, 3.41667701115625*^9}, { 3.416677041375*^9, 3.41667705128125*^9}, {3.4166770916875*^9, 3.416677091953125*^9}, {3.416677149546875*^9, 3.41667715840625*^9}, { 3.41667725653125*^9, 3.416677257796875*^9}, {3.4166773521875*^9, 3.416677402671875*^9}, {3.41667745403125*^9, 3.416677454390625*^9}, { 3.416677759828125*^9, 3.416677767921875*^9}, {3.41667801546875*^9, 3.4166780380625*^9}, {3.416678068265625*^9, 3.416678087765625*^9}, { 3.416678204234375*^9, 3.4166782103125*^9}, {3.41667825575*^9, 3.416678261625*^9}, 3.41667834325*^9, {3.4166783736875*^9, 3.41667837653125*^9}, {3.416678484765625*^9, 3.416678495953125*^9}, { 3.416678527390625*^9, 3.416678568828125*^9}, 3.416678667734375*^9, { 3.416678728859375*^9, 3.41667877321875*^9}, {3.416678837671875*^9, 3.4166788476875*^9}, 3.41667889146875*^9, {3.416678922703125*^9, 3.4166789425625*^9}, {3.4166790369375*^9, 3.416679045984375*^9}, { 3.41667909671875*^9, 3.416679166625*^9}, {3.416679197140625*^9, 3.4166792064375*^9}, {3.416679279046875*^9, 3.4166792795*^9}, { 3.4166793174375*^9, 3.416679318078125*^9}, 3.416679385859375*^9, { 3.41667945440625*^9, 3.416679476015625*^9}, {3.4166795530625*^9, 3.416679558203125*^9}, {3.41667959790625*^9, 3.416679639140625*^9}, { 3.41668308671875*^9, 3.41668310878125*^9}, {3.4166831705*^9, 3.41668317084375*^9}, {3.416683222171875*^9, 3.41668322490625*^9}, { 3.416683477421875*^9, 3.416683477859375*^9}, {3.416683535875*^9, 3.4166835363125*^9}, {3.416683637046875*^9, 3.416683638359375*^9}, { 3.41668376578125*^9, 3.41668376715625*^9}, {3.4166839158125*^9, 3.4166839171875*^9}, {3.41668413325*^9, 3.4166842523125*^9}, { 3.4166842924375*^9, 3.416684319703125*^9}, {3.416684375078125*^9, 3.4166844165625*^9}, {3.416684459765625*^9, 3.416684542953125*^9}, { 3.41668460109375*^9, 3.416684614171875*^9}, {3.4166848714375*^9, 3.41668488978125*^9}, {3.41668492909375*^9, 3.416684988796875*^9}, { 3.41668503384375*^9, 3.416685036265625*^9}, 3.4166850751875*^9, { 3.41668512734375*^9, 3.4166851810625*^9}, {3.41668522371875*^9, 3.416685311828125*^9}, {3.416685343640625*^9, 3.416685375890625*^9}, { 3.416685434421875*^9, 3.416685438859375*^9}, {3.416685494390625*^9, 3.4166855808125*^9}, {3.41668575021875*^9, 3.41668576640625*^9}, { 3.41668580040625*^9, 3.4166858364375*^9}, {3.41668586865625*^9, 3.416685916546875*^9}, {3.416685961015625*^9, 3.416685961828125*^9}, { 3.416686891703125*^9, 3.41668691159375*^9}, {3.416686962515625*^9, 3.416686992296875*^9}, {3.4166870235*^9, 3.416687026953125*^9}, { 3.41668706740625*^9, 3.41668708159375*^9}, {3.41668716465625*^9, 3.41668716746875*^9}, 3.41668738728125*^9, {3.4166874509375*^9, 3.41668746603125*^9}, {3.41668754490625*^9, 3.416687555671875*^9}, { 3.41668760596875*^9, 3.41668763353125*^9}, {3.41668766646875*^9, 3.416687713296875*^9}, {3.416687746875*^9, 3.416687797515625*^9}, { 3.416687857171875*^9, 3.416687940921875*^9}, {3.416687996078125*^9, 3.41668799984375*^9}, {3.41668803253125*^9, 3.416688073625*^9}, { 3.416688149203125*^9, 3.4166881526875*^9}, {3.41668818846875*^9, 3.41668821271875*^9}, {3.416688260515625*^9, 3.41668828475*^9}, { 3.41668831765625*^9, 3.41668837378125*^9}, {3.41668840446875*^9, 3.416688406578125*^9}, {3.416688446328125*^9, 3.4166884468125*^9}, { 3.41668851215625*^9, 3.416688536109375*^9}, {3.416688656375*^9, 3.41668866165625*^9}, {3.416688721703125*^9, 3.4166887504375*^9}, { 3.416688797015625*^9, 3.416688822765625*^9}, {3.416689198109375*^9, 3.41668921346875*^9}, {3.416689254171875*^9, 3.41668925571875*^9}, { 3.416689394890625*^9, 3.416689399484375*^9}, {3.4166894384375*^9, 3.416689505078125*^9}, {3.416689596484375*^9, 3.416689599140625*^9}, { 3.41668964790625*^9, 3.416689661390625*^9}, {3.41668969528125*^9, 3.416689861359375*^9}, {3.41668990128125*^9, 3.416690020765625*^9}, { 3.416690082*^9, 3.41669013040625*^9}, {3.416690162546875*^9, 3.41669022559375*^9}, {3.416690295484375*^9, 3.416690320265625*^9}, { 3.416690576359375*^9, 3.4166906200625*^9}, {3.4166907181875*^9, 3.416690743921875*^9}, {3.4166908000625*^9, 3.4166908150625*^9}, { 3.416690846015625*^9, 3.416690947046875*^9}, 3.4166909868125*^9, { 3.41669103240625*^9, 3.416691032734375*^9}, {3.41669108115625*^9, 3.416691097921875*^9}, {3.41669113278125*^9, 3.416691133125*^9}, { 3.416691166078125*^9, 3.41669125346875*^9}, {3.41669140740625*^9, 3.416691447046875*^9}, {3.41669198609375*^9, 3.416692072078125*^9}, { 3.4166921393125*^9, 3.4166921418125*^9}, {3.41669223390625*^9, 3.416692457296875*^9}, {3.416692496203125*^9, 3.4166926030625*^9}, { 3.4166926716875*^9, 3.41669268746875*^9}, {3.416692719453125*^9, 3.41669274321875*^9}, {3.416692782109375*^9, 3.416692846015625*^9}, 3.416692974*^9, {3.416693088640625*^9, 3.416693122765625*^9}, { 3.41669316290625*^9, 3.41669319734375*^9}, {3.416693294453125*^9, 3.416693294703125*^9}, {3.416693398078125*^9, 3.416693443078125*^9}, { 3.41669365115625*^9, 3.416693667109375*^9}, {3.416693711796875*^9, 3.4166937125625*^9}, 3.416693745515625*^9, {3.41669389784375*^9, 3.416693907625*^9}, {3.41669400025*^9, 3.4166940778125*^9}, { 3.416694241984375*^9, 3.416694261015625*^9}, 3.41669439378125*^9, { 3.416697512921875*^9, 3.4166975190625*^9}, {3.416697618921875*^9, 3.41669774934375*^9}, {3.416697792140625*^9, 3.416697805140625*^9}, { 3.416698038015625*^9, 3.416698065125*^9}, 3.416698104296875*^9, { 3.41669818584375*^9, 3.41669824975*^9}, 3.416698508234375*^9, { 3.416698570453125*^9, 3.416698631859375*^9}, {3.416698740796875*^9, 3.416698840203125*^9}, 3.416698896875*^9, {3.416699022921875*^9, 3.41669909728125*^9}, {3.41669915225*^9, 3.41669917615625*^9}, { 3.416699229421875*^9, 3.4166993586875*^9}, {3.416699444484375*^9, 3.416699533875*^9}, {3.416699594*^9, 3.4166996110625*^9}, { 3.416699787125*^9, 3.4166998150625*^9}, {3.416700182984375*^9, 3.41670024290625*^9}, {3.416700276015625*^9, 3.416700278046875*^9}, { 3.416700334078125*^9, 3.416700352296875*^9}, {3.416701619109375*^9, 3.416701669484375*^9}, {3.41670192553125*^9, 3.41670194871875*^9}, { 3.41670199003125*^9, 3.416702045171875*^9}, {3.416702153015625*^9, 3.416702156625*^9}, {3.4167022398125*^9, 3.4167022679375*^9}, { 3.416702372171875*^9, 3.416702574859375*^9}, {3.416702700703125*^9, 3.416702762296875*^9}, {3.416702805625*^9, 3.416702822796875*^9}, { 3.416703146078125*^9, 3.41670316165625*^9}, {3.41670324175*^9, 3.416703330140625*^9}, 3.41670359515625*^9, {3.416703629765625*^9, 3.416703754328125*^9}, {3.41670385628125*^9, 3.4167038808125*^9}, { 3.416703922453125*^9, 3.416703933828125*^9}, {3.41670432659375*^9, 3.41670435696875*^9}, {3.41670450015625*^9, 3.416704772296875*^9}, { 3.4167048279375*^9, 3.416704849359375*^9}, 3.416705010734375*^9, { 3.4167051954375*^9, 3.416705242859375*^9}, {3.416705534015625*^9, 3.416705608625*^9}, {3.4167056465625*^9, 3.416705722671875*^9}, { 3.416705806359375*^9, 3.4167058744375*^9}, {3.416705948828125*^9, 3.416705996859375*^9}, 3.41670604128125*^9, {3.416706095578125*^9, 3.416706096484375*^9}, 3.41670617003125*^9, {3.416706358703125*^9, 3.41670637246875*^9}, {3.41670642015625*^9, 3.416706420421875*^9}, { 3.4167064605625*^9, 3.41670648109375*^9}, {3.416706553921875*^9, 3.416706569921875*^9}, {3.41670660915625*^9, 3.416706609609375*^9}, { 3.4167066493125*^9, 3.416706683171875*^9}, {3.41670678990625*^9, 3.4167068009375*^9}, {3.4167068686875*^9, 3.416706871296875*^9}, { 3.41670690459375*^9, 3.416706911828125*^9}, {3.41670703575*^9, 3.416707037578125*^9}, {3.416707105859375*^9, 3.416707141875*^9}, { 3.4167071896875*^9, 3.416707208734375*^9}, {3.41670724075*^9, 3.416707428296875*^9}, 3.416707470875*^9, 3.416707561859375*^9, { 3.416707611984375*^9, 3.416707615640625*^9}, {3.416707657515625*^9, 3.41670767375*^9}, {3.416708123015625*^9, 3.4167081524375*^9}, { 3.416708217578125*^9, 3.41670828296875*^9}, {3.416708372484375*^9, 3.41670840696875*^9}, 3.416708452953125*^9, {3.4167084851875*^9, 3.416708497125*^9}, {3.41670868328125*^9, 3.4167087455625*^9}, { 3.416708815203125*^9, 3.416708869046875*^9}, {3.4167089606875*^9, 3.416709028078125*^9}, {3.416709075203125*^9, 3.416709135421875*^9}, 3.41670922684375*^9, {3.416709283359375*^9, 3.416709284921875*^9}, { 3.416709324*^9, 3.416709528390625*^9}, {3.416709763984375*^9, 3.4167098059375*^9}, {3.41670986909375*^9, 3.41670987328125*^9}, { 3.416709926484375*^9, 3.416710002015625*^9}, {3.4167100408125*^9, 3.416710177*^9}, {3.416710222734375*^9, 3.416710368703125*^9}, { 3.416710439296875*^9, 3.4167105475625*^9}, {3.416710610046875*^9, 3.416710647359375*^9}, {3.4167107236875*^9, 3.4167107370625*^9}, { 3.416710823125*^9, 3.41671082415625*^9}, {3.416710877359375*^9, 3.41671094125*^9}, {3.416710991921875*^9, 3.416711036921875*^9}, 3.41671107753125*^9, {3.416711110953125*^9, 3.416711141984375*^9}, { 3.416741882625*^9, 3.416741882859375*^9}, {3.416741925484375*^9, 3.4167419280625*^9}, {3.41674199515625*^9, 3.416742014859375*^9}, { 3.4167420743125*^9, 3.416742130296875*^9}, 3.416742205015625*^9, { 3.41674225990625*^9, 3.416742424234375*^9}, {3.416742525359375*^9, 3.416742527421875*^9}, {3.41674277734375*^9, 3.4167428101875*^9}, { 3.4167432268125*^9, 3.416743231671875*^9}, {3.41674371646875*^9, 3.41674373140625*^9}, {3.41675023596875*^9, 3.41675024475*^9}, { 3.41675035553125*^9, 3.41675037653125*^9}, {3.4167597009375*^9, 3.41675975878125*^9}, {3.41676825340625*^9, 3.416768396625*^9}, { 3.41676843484375*^9, 3.4167684609375*^9}, {3.416768566328125*^9, 3.4167685699375*^9}, {3.416768790578125*^9, 3.416768798421875*^9}, { 3.416768833046875*^9, 3.416768842296875*^9}, {3.4167688950625*^9, 3.416768913015625*^9}, 3.41676897715625*^9, 3.416769153875*^9, { 3.416769957140625*^9, 3.41677012871875*^9}, {3.41677023125*^9, 3.41677023746875*^9}, {3.416770280671875*^9, 3.41677028678125*^9}, { 3.41677183971875*^9, 3.416771872171875*^9}, {3.416771903140625*^9, 3.41677192675*^9}, {3.416771999109375*^9, 3.41677200953125*^9}, { 3.416772086796875*^9, 3.416772097796875*^9}, 3.41677226596875*^9, 3.416772310015625*^9, {3.41677235384375*^9, 3.416772373421875*^9}, { 3.4167855650625*^9, 3.416785570203125*^9}, {3.4167867153125*^9, 3.416786719125*^9}, {3.416787200890625*^9, 3.41678720703125*^9}, { 3.4167873349375*^9, 3.41678734109375*^9}, {3.4167874570625*^9, 3.416787483640625*^9}, {3.416787656328125*^9, 3.416787659015625*^9}, { 3.4167879246875*^9, 3.416787927875*^9}, {3.416790049*^9, 3.416790057265625*^9}, {3.416790092359375*^9, 3.416790128234375*^9}, { 3.416790194078125*^9, 3.41679019709375*^9}, {3.4167905048125*^9, 3.41679050565625*^9}, {3.416790557984375*^9, 3.416790558796875*^9}, { 3.4167915124375*^9, 3.416791518875*^9}, {3.41679155334375*^9, 3.41679159996875*^9}, {3.4167916898125*^9, 3.416791704234375*^9}, { 3.416791881203125*^9, 3.4167919379375*^9}, {3.416793133359375*^9, 3.416793154703125*^9}, {3.416793256453125*^9, 3.416793274765625*^9}, { 3.416793909046875*^9, 3.4167939410625*^9}, {3.416794016671875*^9, 3.41679407134375*^9}, {3.41679411365625*^9, 3.416794132609375*^9}, { 3.41679487709375*^9, 3.41679488753125*^9}, 3.4167949221875*^9, 3.416795127234375*^9, {3.41683278421875*^9, 3.41683283290625*^9}, { 3.41683290434375*^9, 3.4168329178125*^9}, {3.41683312728125*^9, 3.416833168109375*^9}, {3.41683324178125*^9, 3.416833255453125*^9}, 3.416833375234375*^9, 3.416833431375*^9, {3.41683365521875*^9, 3.416833656921875*^9}, {3.41683372075*^9, 3.416833722234375*^9}, { 3.416833801828125*^9, 3.4168338025*^9}, {3.41683389228125*^9, 3.416833893828125*^9}, {3.416833954125*^9, 3.41683397*^9}, {3.416834004*^9, 3.416834026703125*^9}, {3.416834170796875*^9, 3.416834178875*^9}, 3.416836392296875*^9, {3.416836999390625*^9, 3.416837005515625*^9}, { 3.416837054390625*^9, 3.4168371546875*^9}, {3.4168373061875*^9, 3.416837345859375*^9}, {3.416837400828125*^9, 3.4168374946875*^9}, { 3.416837585625*^9, 3.41683760509375*^9}, {3.41683766353125*^9, 3.41683769921875*^9}, {3.41683786084375*^9, 3.41683811334375*^9}, { 3.416838248328125*^9, 3.4168383005*^9}, {3.41683891434375*^9, 3.416838925671875*^9}, {3.416838967046875*^9, 3.41683899890625*^9}, { 3.416839038078125*^9, 3.41683908725*^9}, {3.416839201984375*^9, 3.416839204171875*^9}, {3.416839265609375*^9, 3.416839279390625*^9}, { 3.416839358421875*^9, 3.41683937815625*^9}, {3.41683942125*^9, 3.41683948903125*^9}, {3.416839541984375*^9, 3.416839694375*^9}, { 3.4168397254375*^9, 3.416839734546875*^9}, {3.416839822421875*^9, 3.416839894484375*^9}, {3.41683995146875*^9, 3.416839952078125*^9}, { 3.41684005765625*^9, 3.4168400649375*^9}, {3.41684009575*^9, 3.416840124140625*^9}, 3.41684017840625*^9, {3.416840627921875*^9, 3.41684069115625*^9}, {3.416840770390625*^9, 3.416840770703125*^9}, { 3.416840817296875*^9, 3.41684083303125*^9}, {3.41684093346875*^9, 3.41684093625*^9}, {3.416841061484375*^9, 3.41684107846875*^9}, 3.416841153359375*^9, {3.416841288125*^9, 3.41684132078125*^9}, { 3.416841426234375*^9, 3.416841481859375*^9}, {3.41684151234375*^9, 3.4168415154375*^9}, {3.416841879625*^9, 3.4168418909375*^9}, { 3.4168419403125*^9, 3.416841959140625*^9}, {3.416842589296875*^9, 3.416842659609375*^9}, {3.416843191703125*^9, 3.41684325459375*^9}, { 3.416843287015625*^9, 3.416843687109375*^9}, {3.416845295453125*^9, 3.4168453311875*^9}, {3.416845372703125*^9, 3.41684549040625*^9}, { 3.416845568625*^9, 3.41684560475*^9}, {3.41684583628125*^9, 3.416845846375*^9}, 3.416846028765625*^9, {3.416846078265625*^9, 3.41684609690625*^9}, {3.416846233859375*^9, 3.416846271375*^9}, { 3.416846303296875*^9, 3.41684630959375*^9}, {3.416846374828125*^9, 3.4168463798125*^9}, {3.416846427546875*^9, 3.4168464326875*^9}, 3.416846481203125*^9, {3.416846639984375*^9, 3.416846767953125*^9}, 3.416846989859375*^9, {3.416847030578125*^9, 3.4168471154375*^9}, 3.416847195625*^9, 3.41684755190625*^9, {3.41684759*^9, 3.416847611015625*^9}, {3.4168476696875*^9, 3.4168476979375*^9}, 3.416847838046875*^9, {3.416847916796875*^9, 3.4168479403125*^9}, { 3.416848072265625*^9, 3.416848094515625*^9}, {3.416848229203125*^9, 3.416848231734375*^9}, 3.41684828403125*^9, {3.416848321359375*^9, 3.416848326515625*^9}, {3.416848688078125*^9, 3.4168487390625*^9}, { 3.416848788140625*^9, 3.41684885578125*^9}, 3.4168489054375*^9, { 3.416848939125*^9, 3.4168492645625*^9}, {3.416849351328125*^9, 3.416849360796875*^9}, 3.41684950003125*^9, {3.416849534234375*^9, 3.416849534453125*^9}, {3.416849573421875*^9, 3.41684959765625*^9}, { 3.416849896578125*^9, 3.416849926625*^9}, {3.416849966375*^9, 3.41684996665625*^9}, {3.41684999696875*^9, 3.41684999946875*^9}, { 3.416850105125*^9, 3.416850105640625*^9}, {3.416850204453125*^9, 3.416850205609375*^9}, {3.416850315125*^9, 3.416850432390625*^9}, { 3.4168504764375*^9, 3.416850501046875*^9}, {3.4168505780625*^9, 3.41685058303125*^9}, 3.416850691078125*^9, {3.416850778609375*^9, 3.4168507823125*^9}, {3.416850841015625*^9, 3.416851063125*^9}, { 3.41685110803125*^9, 3.416851117203125*^9}, {3.41685160646875*^9, 3.416851615890625*^9}, {3.4168518056875*^9, 3.41685184759375*^9}, { 3.4168519783125*^9, 3.416851986703125*^9}, {3.41685219140625*^9, 3.416852251296875*^9}, {3.416852297671875*^9, 3.416852331296875*^9}, { 3.416852582859375*^9, 3.416852584984375*^9}, {3.416855609390625*^9, 3.41685560990625*^9}, {3.41685568115625*^9, 3.416855687359375*^9}, { 3.416855808125*^9, 3.4168560085*^9}, {3.416856054546875*^9, 3.4168560770625*^9}, {3.416856153625*^9, 3.416856197359375*^9}, { 3.41685624484375*^9, 3.4168562583125*^9}, {3.416856390375*^9, 3.41685641278125*^9}, {3.41685645690625*^9, 3.41685649521875*^9}, { 3.41685679246875*^9, 3.416856879421875*^9}, {3.4168569530625*^9, 3.416856989953125*^9}, {3.416857035921875*^9, 3.41685704278125*^9}, { 3.4168571285625*^9, 3.416857141953125*^9}, {3.41685725296875*^9, 3.41685726365625*^9}, {3.416857305625*^9, 3.416857339796875*^9}, { 3.416857407875*^9, 3.416857415359375*^9}, {3.416857461703125*^9, 3.4168574821875*^9}, 3.41685762721875*^9, {3.41685770478125*^9, 3.416857852328125*^9}, {3.41685788953125*^9, 3.4168578995*^9}, { 3.41685793378125*^9, 3.416858017*^9}, {3.416858059265625*^9, 3.4168580836875*^9}, {3.416864889984375*^9, 3.41686490409375*^9}, { 3.416865288484375*^9, 3.416865314359375*^9}, {3.416865355375*^9, 3.4168654368125*^9}, {3.41686560409375*^9, 3.416865647875*^9}, { 3.416865692234375*^9, 3.41686576671875*^9}, 3.416865881625*^9, { 3.416866262859375*^9, 3.41686627959375*^9}, {3.41686647134375*^9, 3.416866473734375*^9}, {3.416866504203125*^9, 3.41686661884375*^9}, { 3.41686669721875*^9, 3.416866726640625*^9}, 3.416866788546875*^9, { 3.416867289984375*^9, 3.41686733690625*^9}, {3.416867494421875*^9, 3.416867497921875*^9}, 3.41686758678125*^9, {3.416867644859375*^9, 3.41686774190625*^9}, {3.416881699390625*^9, 3.416881726890625*^9}, { 3.416881767546875*^9, 3.416881808703125*^9}, {3.416881925953125*^9, 3.416881998265625*^9}, {3.4168822055625*^9, 3.41688223703125*^9}, { 3.416882269765625*^9, 3.416882302578125*^9}, {3.416882341171875*^9, 3.416882378359375*^9}, {3.416882423921875*^9, 3.416882432265625*^9}, { 3.4168824835625*^9, 3.416882510515625*^9}, {3.416882622140625*^9, 3.416882701796875*^9}, {3.41688275059375*^9, 3.41688281846875*^9}, { 3.41688292046875*^9, 3.416882926578125*^9}, {3.41688303834375*^9, 3.416883120640625*^9}, {3.416883152671875*^9, 3.4168831885625*^9}, 3.416883226734375*^9, {3.4168832705*^9, 3.4168833205*^9}, { 3.416883479875*^9, 3.416883512484375*^9}, {3.41688361371875*^9, 3.416883646046875*^9}, {3.41688385628125*^9, 3.416883897421875*^9}, { 3.416914295859375*^9, 3.41691436371875*^9}, 3.4169144219375*^9, { 3.416914482390625*^9, 3.4169144961875*^9}, {3.416914536875*^9, 3.41691454184375*^9}, {3.416914575453125*^9, 3.416914624625*^9}, { 3.416914656828125*^9, 3.41691466009375*^9}, 3.416914730546875*^9, { 3.416914772921875*^9, 3.416914773265625*^9}, {3.41691492821875*^9, 3.41691499609375*^9}, {3.416915054328125*^9, 3.41691506490625*^9}, { 3.416915098046875*^9, 3.416915106109375*^9}, {3.4169163381875*^9, 3.416916362671875*^9}, {3.416916395265625*^9, 3.41691646090625*^9}, { 3.416916497421875*^9, 3.4169165255*^9}, {3.4169165599375*^9, 3.4169165833125*^9}, {3.416916632484375*^9, 3.416916639765625*^9}, { 3.4169167165625*^9, 3.416916727*^9}, {3.416916802421875*^9, 3.416916843734375*^9}, 3.4169168831875*^9, {3.416916941125*^9, 3.416916950703125*^9}, {3.416917035546875*^9, 3.416917096484375*^9}, { 3.41691713703125*^9, 3.416917175546875*^9}, 3.41691872465625*^9, { 3.416918755375*^9, 3.416918783109375*^9}, {3.416920072453125*^9, 3.416920074578125*^9}, {3.41692011565625*^9, 3.416920155078125*^9}, { 3.416920227375*^9, 3.4169202690625*^9}, {3.416920309453125*^9, 3.416920327765625*^9}, 3.416920465078125*^9, {3.41692055453125*^9, 3.416920558359375*^9}, {3.416921994921875*^9, 3.416922009703125*^9}, 3.416922465640625*^9, {3.416922538484375*^9, 3.416922555234375*^9}, 3.4169227429375*^9, 3.41692278846875*^9, {3.41692294453125*^9, 3.416923076796875*^9}, {3.416923109796875*^9, 3.416923328421875*^9}, 3.41692339975*^9, {3.4169234369375*^9, 3.416923452625*^9}, { 3.4169234971875*^9, 3.416923506890625*^9}, {3.41692358490625*^9, 3.41692374690625*^9}, {3.4169416788125*^9, 3.416941743515625*^9}, { 3.416941776078125*^9, 3.4169417893125*^9}, {3.416941893953125*^9, 3.416941898*^9}, {3.416942045796875*^9, 3.4169420895*^9}, 3.416942123203125*^9, {3.416942166921875*^9, 3.41694217425*^9}, 3.416942654828125*^9, 3.416942697984375*^9, {3.4169427998125*^9, 3.4169428024375*^9}, {3.416942840296875*^9, 3.4169428604375*^9}, { 3.416943523796875*^9, 3.416943631109375*^9}, {3.4169438350625*^9, 3.416943870796875*^9}, {3.416943904171875*^9, 3.416943908515625*^9}, { 3.416944014234375*^9, 3.416944023515625*^9}, {3.416944272921875*^9, 3.416944277875*^9}, {3.41694432553125*^9, 3.416944329046875*^9}, { 3.416944398140625*^9, 3.416944401671875*^9}, {3.416944445171875*^9, 3.41694446625*^9}, {3.416944513078125*^9, 3.416944537234375*^9}, { 3.416945164296875*^9, 3.4169451723125*^9}, {3.416945244796875*^9, 3.41694525053125*^9}, {3.416945319890625*^9, 3.416945352625*^9}, { 3.41694546425*^9, 3.416945503171875*^9}, {3.4169456150625*^9, 3.416945640734375*^9}, 3.416945678953125*^9, {3.416946858015625*^9, 3.4169468823125*^9}, {3.416947110578125*^9, 3.4169471130625*^9}, { 3.41694722246875*^9, 3.41694725084375*^9}, {3.416947809234375*^9, 3.41694781190625*^9}, {3.4169478476875*^9, 3.416947867765625*^9}, { 3.416948093296875*^9, 3.41694809865625*^9}, {3.4169481396875*^9, 3.4169481561875*^9}, {3.41694867521875*^9, 3.41694871340625*^9}, { 3.416948750609375*^9, 3.416948757421875*^9}, {3.41702441059375*^9, 3.417024425265625*^9}, {3.4170245329375*^9, 3.417024571234375*^9}, { 3.417024622359375*^9, 3.417024632546875*^9}, {3.4170246718125*^9, 3.41702471428125*^9}, {3.4170247875*^9, 3.4170248055*^9}, { 3.41702484775*^9, 3.41702493465625*^9}, {3.417024992390625*^9, 3.417024995671875*^9}, {3.4170250774375*^9, 3.41702509509375*^9}, { 3.417025345828125*^9, 3.417025376125*^9}, {3.41702543890625*^9, 3.417025453765625*^9}, {3.41702561440625*^9, 3.417025625703125*^9}, { 3.417025661*^9, 3.41702578753125*^9}, {3.417025817828125*^9, 3.417025818125*^9}, {3.41702590859375*^9, 3.4170259833125*^9}, { 3.417027266734375*^9, 3.41702738453125*^9}, {3.417027534984375*^9, 3.417027603796875*^9}, 3.417027677859375*^9, {3.4170277556875*^9, 3.417027767125*^9}, {3.417027856671875*^9, 3.417027864234375*^9}, { 3.417027894921875*^9, 3.417027927875*^9}, 3.417028092625*^9, { 3.41702817084375*^9, 3.417028206203125*^9}, {3.417028321640625*^9, 3.417028344921875*^9}, {3.417028375453125*^9, 3.417028426140625*^9}, { 3.417028946734375*^9, 3.417028950875*^9}, {3.417029012046875*^9, 3.417029177703125*^9}, {3.41702924728125*^9, 3.41702925025*^9}, { 3.41702941046875*^9, 3.41702945171875*^9}, {3.417029749515625*^9, 3.417029804234375*^9}, {3.41702994865625*^9, 3.417029956390625*^9}, { 3.4170300113125*^9, 3.41703001984375*^9}, {3.417030086140625*^9, 3.417030241625*^9}, {3.417030272359375*^9, 3.4170303304375*^9}, { 3.417030368359375*^9, 3.41703043334375*^9}, {3.41703054928125*^9, 3.417030553953125*^9}, 3.41703141190625*^9, {3.41703144753125*^9, 3.417031458234375*^9}, {3.417031599234375*^9, 3.417031638125*^9}, { 3.417031797859375*^9, 3.417031803796875*^9}, {3.417031865390625*^9, 3.41703189015625*^9}, 3.41703192865625*^9, {3.417032099703125*^9, 3.417032125921875*^9}, {3.417032197625*^9, 3.41703236184375*^9}, { 3.41703240221875*^9, 3.417032531859375*^9}, {3.417032567421875*^9, 3.4170329973125*^9}, {3.4170330361875*^9, 3.417033055203125*^9}, { 3.41703320134375*^9, 3.417033203828125*^9}, {3.417033245515625*^9, 3.417033325703125*^9}, {3.417033377125*^9, 3.417033485078125*^9}, { 3.4170335194375*^9, 3.417033568265625*^9}, {3.417033599984375*^9, 3.41703369034375*^9}, {3.417033730015625*^9, 3.417033737375*^9}, { 3.417033770734375*^9, 3.417033886703125*^9}, {3.41703396271875*^9, 3.4170339728125*^9}, {3.417034060234375*^9, 3.41703415878125*^9}, { 3.417034235078125*^9, 3.417034419*^9}, {3.4170344795*^9, 3.4170347206875*^9}, {3.41703477928125*^9, 3.417034922078125*^9}, { 3.41703497271875*^9, 3.41703527115625*^9}, {3.417035557203125*^9, 3.417035590375*^9}, {3.41703568815625*^9, 3.417035705796875*^9}, { 3.4170357531875*^9, 3.41703582771875*^9}, 3.417035892171875*^9, { 3.417036944375*^9, 3.417037129390625*^9}, {3.417037162078125*^9, 3.41703723425*^9}, {3.4170372935625*^9, 3.4170373685*^9}, { 3.41703750484375*^9, 3.417037528875*^9}, {3.417037743921875*^9, 3.41703775378125*^9}, {3.4170377955625*^9, 3.41703784496875*^9}, { 3.417037875921875*^9, 3.41703787953125*^9}, {3.417037932796875*^9, 3.4170380370625*^9}, {3.417038075359375*^9, 3.417038261515625*^9}, { 3.417038297234375*^9, 3.417038431828125*^9}, 3.417038469796875*^9, { 3.417038537*^9, 3.41703854303125*^9}, {3.417038601109375*^9, 3.417038910375*^9}, {3.417038996640625*^9, 3.417039029125*^9}, { 3.417039064375*^9, 3.417039525015625*^9}, {3.417040155359375*^9, 3.41704029625*^9}, {3.417040367734375*^9, 3.41704054390625*^9}, { 3.417040615046875*^9, 3.4170406415625*^9}, 3.417040827453125*^9, 3.4170409155*^9, {3.417040948078125*^9, 3.41704100628125*^9}, { 3.41704104371875*^9, 3.41704108059375*^9}, {3.41704112915625*^9, 3.417041224578125*^9}, {3.417041281328125*^9, 3.417041309078125*^9}, 3.417041339890625*^9, {3.417041370953125*^9, 3.417041475609375*^9}, { 3.41704156678125*^9, 3.417041845515625*^9}, {3.417041876140625*^9, 3.417041990765625*^9}, {3.41704207403125*^9, 3.417042156921875*^9}, { 3.417042191640625*^9, 3.417042300046875*^9}, {3.41704233665625*^9, 3.417042613984375*^9}, {3.417042656125*^9, 3.417042897171875*^9}, { 3.417042945015625*^9, 3.417042963609375*^9}, {3.417043018578125*^9, 3.417043024421875*^9}, {3.41704306646875*^9, 3.417043068359375*^9}, { 3.417043115765625*^9, 3.417043207640625*^9}, 3.417043244078125*^9, { 3.417043372921875*^9, 3.417043426140625*^9}, {3.417043782125*^9, 3.417043809578125*^9}, {3.417043935046875*^9, 3.417043982171875*^9}, { 3.41704411515625*^9, 3.417044122953125*^9}, {3.417044306078125*^9, 3.417044416171875*^9}, {3.4170445721875*^9, 3.4170445923125*^9}, { 3.41704463096875*^9, 3.417044700109375*^9}, {3.41704473096875*^9, 3.417044844625*^9}, 3.417044878515625*^9, 3.41704491365625*^9, { 3.41704570634375*^9, 3.417045708890625*^9}, {3.41704587209375*^9, 3.417046314046875*^9}, {3.41704637490625*^9, 3.4170464800625*^9}, { 3.417046574859375*^9, 3.417046579640625*^9}, {3.417046618*^9, 3.417046775171875*^9}, {3.417046829515625*^9, 3.417047162546875*^9}, { 3.41704719859375*^9, 3.417047278859375*^9}, {3.417047321890625*^9, 3.417047337578125*^9}, {3.417047431125*^9, 3.417047434109375*^9}, { 3.417047573265625*^9, 3.41704759109375*^9}, {3.4170476314375*^9, 3.4170476365625*^9}, {3.417047710171875*^9, 3.41704774*^9}, { 3.41704781984375*^9, 3.417047903515625*^9}, 3.417047938921875*^9, { 3.41704802065625*^9, 3.417048181609375*^9}, {3.417048222484375*^9, 3.417048445421875*^9}, {3.4170485261875*^9, 3.417048528671875*^9}, { 3.4170487706875*^9, 3.417048788421875*^9}, {3.417048829640625*^9, 3.41704883378125*^9}, 3.417051607671875*^9, {3.4170517045625*^9, 3.41705171675*^9}, {3.41705205096875*^9, 3.4170520765625*^9}, { 3.417052110109375*^9, 3.41705211128125*^9}, {3.41705220359375*^9, 3.41705220696875*^9}, {3.417052267484375*^9, 3.417052576203125*^9}, { 3.41705260846875*^9, 3.417052665640625*^9}, {3.41705269928125*^9, 3.417052702953125*^9}, {3.41705275515625*^9, 3.417052776453125*^9}, { 3.417052889*^9, 3.41705292415625*^9}, {3.4170530106875*^9, 3.41705303246875*^9}, 3.41705323215625*^9, 3.41705337425*^9, 3.41705348071875*^9, {3.417053924984375*^9, 3.417053926640625*^9}, 3.417053960625*^9, {3.417054053515625*^9, 3.41705406025*^9}, { 3.417054109*^9, 3.41705417446875*^9}, 3.41705427178125*^9, { 3.417054333796875*^9, 3.41705444503125*^9}, {3.41708886034375*^9, 3.41708886934375*^9}, {3.41708952571875*^9, 3.417089537734375*^9}, { 3.41708959409375*^9, 3.417089752515625*^9}, {3.417089791203125*^9, 3.41708979678125*^9}, {3.417089929265625*^9, 3.4170899400625*^9}, { 3.417089993515625*^9, 3.417089997765625*^9}, 3.4170902561875*^9, { 3.417090384265625*^9, 3.417090465984375*^9}, {3.4170905706875*^9, 3.417090577703125*^9}, {3.417091553671875*^9, 3.41709156965625*^9}, { 3.417091904203125*^9, 3.4170919569375*^9}, 3.417095701671875*^9, { 3.417095740796875*^9, 3.41709578071875*^9}, {3.41709654921875*^9, 3.417096555734375*^9}, {3.417096636578125*^9, 3.417096681640625*^9}, 3.417097030453125*^9, 3.41709706903125*^9, {3.41709729628125*^9, 3.417097446703125*^9}, {3.41709751028125*^9, 3.417097511*^9}, { 3.41709764021875*^9, 3.41709774040625*^9}, {3.417098081796875*^9, 3.417098113140625*^9}, {3.417098294015625*^9, 3.417098575*^9}, { 3.41709896228125*^9, 3.41709898475*^9}, {3.4170990648125*^9, 3.417099076015625*^9}, {3.41709913265625*^9, 3.4170993033125*^9}, { 3.41709949790625*^9, 3.41709950446875*^9}, {3.417099567203125*^9, 3.417099592234375*^9}, {3.417099629625*^9, 3.41709964278125*^9}, { 3.41709970125*^9, 3.41709971134375*^9}, {3.417099751640625*^9, 3.41709975946875*^9}, {3.41710027140625*^9, 3.41710027740625*^9}, 3.417100323125*^9, {3.417100371640625*^9, 3.4171003961875*^9}, { 3.41710043121875*^9, 3.41710044790625*^9}, {3.41710049109375*^9, 3.417100502234375*^9}, {3.417100628703125*^9, 3.417100662109375*^9}, { 3.417100697015625*^9, 3.417100847125*^9}, {3.417100902375*^9, 3.41710100184375*^9}, {3.41710105446875*^9, 3.41710108409375*^9}, { 3.41710112434375*^9, 3.417101162234375*^9}, 3.417101235296875*^9, { 3.417101333921875*^9, 3.417101343671875*^9}, 3.417101456984375*^9, { 3.417101691796875*^9, 3.4171017025*^9}, {3.417101848359375*^9, 3.41710186259375*^9}, {3.41710189709375*^9, 3.41710194146875*^9}, { 3.417101994359375*^9, 3.417102113625*^9}, {3.417102336046875*^9, 3.41710234725*^9}, {3.4171026158125*^9, 3.41710265546875*^9}, 3.417102702140625*^9, {3.4171028039375*^9, 3.417102845703125*^9}, { 3.4171029130625*^9, 3.4171030079375*^9}, {3.4171030565625*^9, 3.41710313103125*^9}, 3.417103171734375*^9, {3.4171032034375*^9, 3.417103204359375*^9}, 3.41710327046875*^9, {3.41710341753125*^9, 3.417103479484375*^9}, {3.417103524078125*^9, 3.417103717671875*^9}, 3.41710374809375*^9, {3.417103802484375*^9, 3.41710381059375*^9}, { 3.41710384146875*^9, 3.41710387740625*^9}, 3.41710392328125*^9, { 3.41710401740625*^9, 3.417104019421875*^9}, {3.417104056859375*^9, 3.417104063046875*^9}, {3.41710412884375*^9, 3.417104265875*^9}, { 3.417104299484375*^9, 3.4171043333125*^9}, {3.41710436875*^9, 3.41710441253125*^9}, {3.417104523265625*^9, 3.41710453453125*^9}, { 3.417104585578125*^9, 3.4171045965625*^9}, {3.417104632640625*^9, 3.41710482603125*^9}, {3.417104894953125*^9, 3.417104899984375*^9}, { 3.417104989296875*^9, 3.4171049963125*^9}, {3.41710505696875*^9, 3.41710512853125*^9}, {3.41710519634375*^9, 3.417105201203125*^9}, { 3.417105267640625*^9, 3.417105273328125*^9}, 3.41710561896875*^9, 3.41710564978125*^9, {3.41710569665625*^9, 3.41710585203125*^9}, { 3.417106209015625*^9, 3.4171062119375*^9}, {3.4171062454375*^9, 3.417106488125*^9}, {3.4171065620625*^9, 3.4171066168125*^9}, { 3.41710665265625*^9, 3.417106671296875*^9}, {3.417106704640625*^9, 3.417106710578125*^9}, {3.417106755515625*^9, 3.417106774140625*^9}, { 3.417106897953125*^9, 3.417106916375*^9}, {3.417106995953125*^9, 3.417106996703125*^9}, {3.41710703575*^9, 3.417107037828125*^9}, { 3.41710708521875*^9, 3.417107127078125*^9}, {3.417107166234375*^9, 3.41710722609375*^9}, {3.417107257890625*^9, 3.417107467671875*^9}, 3.417107598390625*^9, {3.417107762765625*^9, 3.41710777059375*^9}, { 3.41710780665625*^9, 3.417107933171875*^9}, {3.41710800053125*^9, 3.417108011140625*^9}, {3.417108182640625*^9, 3.417108194984375*^9}, { 3.417108409015625*^9, 3.41710840978125*^9}, {3.417108440921875*^9, 3.41710846446875*^9}, 3.41710850478125*^9, {3.41710855503125*^9, 3.417108578734375*^9}, 3.417111046984375*^9, {3.417111104984375*^9, 3.41711119653125*^9}, {3.417111241375*^9, 3.417111354828125*^9}, { 3.417111405984375*^9, 3.417111516921875*^9}, {3.41711156821875*^9, 3.41711175709375*^9}, {3.417111814453125*^9, 3.417112032109375*^9}, { 3.4171121360625*^9, 3.417112173546875*^9}, {3.417112222546875*^9, 3.4171126105*^9}, {3.4171126835625*^9, 3.417112978046875*^9}, { 3.4171131615625*^9, 3.4171131819375*^9}, {3.4171133048125*^9, 3.417113307890625*^9}, {3.417113339328125*^9, 3.417113347953125*^9}, { 3.41711493375*^9, 3.417114992984375*^9}, {3.4171150443125*^9, 3.4171150475625*^9}, {3.4171150801875*^9, 3.4171150873125*^9}, { 3.417115156578125*^9, 3.4171151701875*^9}, {3.417115256671875*^9, 3.417115297734375*^9}, {3.417115343984375*^9, 3.417115465875*^9}, { 3.417115596953125*^9, 3.4171156134375*^9}, {3.41711567940625*^9, 3.4171157264375*^9}, 3.417115774578125*^9, {3.417115892609375*^9, 3.417115942375*^9}, {3.417116070484375*^9, 3.417116076234375*^9}, { 3.417116106375*^9, 3.417116133234375*^9}, {3.417116278703125*^9, 3.41711637478125*^9}, 3.417116410609375*^9, {3.41711659903125*^9, 3.41711665234375*^9}, {3.41711669534375*^9, 3.417116834921875*^9}, { 3.4171168738125*^9, 3.4171168771875*^9}, 3.417116945515625*^9, { 3.417116976296875*^9, 3.417117030453125*^9}, {3.41711707303125*^9, 3.417117076796875*^9}, {3.417117111015625*^9, 3.417117116546875*^9}, { 3.41711714771875*^9, 3.417117183484375*^9}, 3.417117231046875*^9, 3.417117327453125*^9, {3.4171206481875*^9, 3.417120675328125*^9}, { 3.417120715671875*^9, 3.417120716203125*^9}, {3.4171211539375*^9, 3.417121180625*^9}, {3.417121229875*^9, 3.41712123625*^9}, { 3.417121299953125*^9, 3.417121306125*^9}, {3.417121528265625*^9, 3.417121562078125*^9}, {3.417121696875*^9, 3.41712170734375*^9}, { 3.41712183128125*^9, 3.417121831859375*^9}, {3.417121948453125*^9, 3.41712200425*^9}, {3.417122109984375*^9, 3.41712215840625*^9}, 3.4171222420625*^9, {3.41712252965625*^9, 3.4171226351875*^9}, 3.417122712203125*^9, {3.41712283596875*^9, 3.417122846265625*^9}, { 3.417122928296875*^9, 3.417122949828125*^9}, 3.417123036375*^9, { 3.417123806671875*^9, 3.4171238210625*^9}, {3.41712385853125*^9, 3.4171238615625*^9}, {3.417123902765625*^9, 3.41712391025*^9}, { 3.417124864*^9, 3.417124904140625*^9}, 3.41712497775*^9, { 3.4171253631875*^9, 3.41712540534375*^9}, {3.4171254725*^9, 3.417125515875*^9}, {3.417125552484375*^9, 3.417125613390625*^9}, { 3.417125742515625*^9, 3.417125834046875*^9}, {3.417125939765625*^9, 3.41712596778125*^9}, 3.4171261319375*^9, {3.417126188484375*^9, 3.4171263495*^9}, {3.41712643634375*^9, 3.417126500171875*^9}, { 3.417126649203125*^9, 3.4171266760625*^9}, {3.417126744484375*^9, 3.4171268368125*^9}, {3.4171269329375*^9, 3.417126980734375*^9}, { 3.417127037265625*^9, 3.417127156734375*^9}, {3.417127236921875*^9, 3.4171272838125*^9}, {3.417127340546875*^9, 3.417127341625*^9}, { 3.4171274880625*^9, 3.417127882171875*^9}, {3.417127938609375*^9, 3.417127939140625*^9}, {3.41712807734375*^9, 3.417128084859375*^9}, { 3.417128156828125*^9, 3.417128284125*^9}, {3.41712832853125*^9, 3.41712858959375*^9}, {3.417128621234375*^9, 3.417128695140625*^9}, { 3.417128783046875*^9, 3.4171288043125*^9}, {3.417129014515625*^9, 3.41712906675*^9}, {3.417129679921875*^9, 3.4171297023125*^9}, { 3.417129738828125*^9, 3.417129762484375*^9}, {3.417129914515625*^9, 3.417129914765625*^9}, {3.41712994603125*^9, 3.417129969*^9}, { 3.417130007390625*^9, 3.417130011828125*^9}, {3.417130121453125*^9, 3.41713015096875*^9}, {3.4171302255*^9, 3.417130272578125*^9}, { 3.417130369359375*^9, 3.417130388578125*^9}, {3.417130450984375*^9, 3.417130470296875*^9}, 3.417130520203125*^9, {3.4171305523125*^9, 3.417130576734375*^9}, {3.417131251875*^9, 3.417131257140625*^9}, { 3.417131450453125*^9, 3.41713145315625*^9}, {3.41713180778125*^9, 3.417131808921875*^9}, 3.417131888421875*^9, {3.417131940984375*^9, 3.417131971328125*^9}, {3.417132122125*^9, 3.417132175234375*^9}, 3.417133650109375*^9, {3.41713373440625*^9, 3.4171337383125*^9}, { 3.41713378890625*^9, 3.417133819609375*^9}, {3.417133871015625*^9, 3.417133924015625*^9}, 3.417133987390625*^9, {3.417134042796875*^9, 3.4171340529375*^9}, 3.41713410696875*^9, {3.417134151140625*^9, 3.417134173453125*^9}, 3.41713428809375*^9, {3.4171343385*^9, 3.417134343328125*^9}, {3.4171344079375*^9, 3.417134408875*^9}, { 3.41713477296875*^9, 3.417134778265625*^9}, {3.417134863453125*^9, 3.417134897078125*^9}, {3.41713493196875*^9, 3.4171349886875*^9}, { 3.417135072984375*^9, 3.41713516490625*^9}, {3.417135223*^9, 3.41713524475*^9}, {3.417135332125*^9, 3.417135386671875*^9}, { 3.417135853078125*^9, 3.417135857*^9}, {3.417136204015625*^9, 3.417136206875*^9}, {3.417136330953125*^9, 3.417136663921875*^9}, { 3.4171367044375*^9, 3.417136716984375*^9}, {3.417136795796875*^9, 3.417136843*^9}, {3.417137003234375*^9, 3.417137025125*^9}, { 3.417137152671875*^9, 3.417137226140625*^9}, {3.417137303359375*^9, 3.417137394953125*^9}, {3.417137430609375*^9, 3.417137438859375*^9}, { 3.417137500359375*^9, 3.417137600703125*^9}, {3.417137685078125*^9, 3.417137772765625*^9}, {3.417137862875*^9, 3.417137996203125*^9}, { 3.417138039734375*^9, 3.41713805734375*^9}, {3.417138763109375*^9, 3.417138815171875*^9}, 3.41717386134375*^9, 3.417173907890625*^9, { 3.41717419159375*^9, 3.41717421596875*^9}, {3.41717425265625*^9, 3.417174284015625*^9}, {3.417174941078125*^9, 3.41717494696875*^9}, 3.41717502340625*^9, 3.417175054953125*^9, 3.4171822735625*^9, { 3.417182317875*^9, 3.417182342796875*^9}, 3.4171824596875*^9, { 3.417182529984375*^9, 3.417182553375*^9}, 3.41718261246875*^9, { 3.417182715453125*^9, 3.417182719640625*^9}, 3.41718284828125*^9, { 3.417182956140625*^9, 3.4171829695*^9}, {3.417183181765625*^9, 3.417183204953125*^9}, {3.417183332875*^9, 3.417183340109375*^9}, { 3.417183412484375*^9, 3.417183420875*^9}, {3.41718361953125*^9, 3.41718363303125*^9}, 3.417183925265625*^9, {3.417184046828125*^9, 3.417184047703125*^9}, {3.4171840925625*^9, 3.417184105734375*^9}, { 3.417184150953125*^9, 3.417184154015625*^9}, {3.417184212421875*^9, 3.417184256828125*^9}, {3.417184333*^9, 3.417184346140625*^9}, { 3.417184384640625*^9, 3.4171844095625*^9}, 3.417184482265625*^9, { 3.41718452675*^9, 3.417184534859375*^9}, {3.417184584296875*^9, 3.41718461484375*^9}, {3.41718465840625*^9, 3.417184661640625*^9}, { 3.41718469728125*^9, 3.417184697875*^9}, 3.417184751640625*^9, { 3.417184833765625*^9, 3.417184856046875*^9}, {3.417184897671875*^9, 3.417184923796875*^9}, {3.417185021109375*^9, 3.417185076828125*^9}, { 3.417185113859375*^9, 3.4171851433125*^9}, 3.417185193421875*^9, { 3.417185275640625*^9, 3.417185286328125*^9}, {3.417185343046875*^9, 3.4171853570625*^9}, {3.41718540528125*^9, 3.417185442078125*^9}, { 3.417185497046875*^9, 3.417185536609375*^9}, {3.417185592265625*^9, 3.417185629890625*^9}, {3.417185714484375*^9, 3.417185745828125*^9}, { 3.417185823921875*^9, 3.417185859234375*^9}, {3.417186009453125*^9, 3.41718601134375*^9}, {3.4171861294375*^9, 3.417186134828125*^9}, { 3.417186177640625*^9, 3.417186243578125*^9}, 3.417186308109375*^9, { 3.417188509734375*^9, 3.417188510578125*^9}, {3.417188639859375*^9, 3.417188642328125*^9}, {3.41719745359375*^9, 3.417197468578125*^9}, { 3.41719754975*^9, 3.41719757*^9}, {3.41719760534375*^9, 3.41719760559375*^9}, {3.41719764503125*^9, 3.41719770209375*^9}, { 3.41719788703125*^9, 3.417197895484375*^9}, {3.41719793753125*^9, 3.41719803221875*^9}, {3.417198190671875*^9, 3.4171981964375*^9}, { 3.417198252734375*^9, 3.41719831403125*^9}, {3.417198360625*^9, 3.417198377765625*^9}, {3.417198417703125*^9, 3.417198611828125*^9}, { 3.417198676015625*^9, 3.417198691875*^9}, {3.417198876140625*^9, 3.417198915078125*^9}, {3.4171989783125*^9, 3.41719911996875*^9}, { 3.4171991555625*^9, 3.41719921815625*^9}, {3.417199249640625*^9, 3.41719925440625*^9}, {3.417199339953125*^9, 3.417199357125*^9}, { 3.41719941140625*^9, 3.41719941934375*^9}, {3.41719950240625*^9, 3.41719952771875*^9}, {3.417199593953125*^9, 3.4171995961875*^9}, { 3.41720239463027*^9, 3.41720239888027*^9}, {3.41720245569277*^9, 3.417202458052145*^9}, {3.41720273244277*^9, 3.417202753739645*^9}, 3.417202801458395*^9, 3.417202855833395*^9, {3.41720293009902*^9, 3.417202997114645*^9}, {3.417203188489645*^9, 3.41720319078652*^9}, 3.41720322816152*^9, {3.417203300802145*^9, 3.417203316145895*^9}, 3.417203365802145*^9, {3.417203643802145*^9, 3.41720364850527*^9}, 3.417203751583395*^9, {3.417203834770895*^9, 3.41720383984902*^9}, { 3.417203875802145*^9, 3.417203922333395*^9}, {3.417203999458395*^9, 3.417204014958395*^9}, {3.41720411281777*^9, 3.417204118927145*^9}, { 3.417204150333395*^9, 3.417204246083395*^9}, 3.417204299489645*^9, 3.41720433416152*^9, {3.417204385270895*^9, 3.417204403239645*^9}, 3.417204444583395*^9, 3.417204496895895*^9, 3.41722242578652*^9, 3.417222535208395*^9, 3.417222619114645*^9, 3.417222713052145*^9, 3.41722276763027*^9, {3.417222829458395*^9, 3.417222831520895*^9}, 3.41722324606777*^9, {3.41722335344277*^9, 3.41722341953652*^9}, 3.417223457145895*^9, {3.417223501927145*^9, 3.41722356344277*^9}, 3.417223594458395*^9, {3.41722377375527*^9, 3.41722381553652*^9}, { 3.417223857895895*^9, 3.41722388597402*^9}, {3.417224125020895*^9, 3.417224161614645*^9}, {3.41722433497402*^9, 3.41722433672402*^9}, { 3.417224475552145*^9, 3.41722458750527*^9}, 3.41722461881777*^9, 3.417224652520895*^9, {3.417224968864645*^9, 3.41722514581777*^9}, { 3.41722518388027*^9, 3.417225310145895*^9}, {3.417225348145895*^9, 3.41722535066152*^9}, {3.41722539822402*^9, 3.417225401864645*^9}, { 3.41722543903652*^9, 3.41722544797402*^9}, 3.417225478927145*^9, { 3.41722552344277*^9, 3.417225532458395*^9}, {3.41722566484902*^9, 3.41722586031777*^9}, 3.41722589150527*^9, {3.41722603319277*^9, 3.41722610666152*^9}, {3.41722624878652*^9, 3.417226473020895*^9}, { 3.417226563552145*^9, 3.417226575677145*^9}, {3.41722667994277*^9, 3.417226689489645*^9}, {3.417226760114645*^9, 3.417226760739645*^9}, { 3.41722683953652*^9, 3.417226888333395*^9}, {3.41722695766152*^9, 3.41722700634902*^9}, {3.417227052302145*^9, 3.417227109489645*^9}, { 3.41722716406777*^9, 3.41722717203652*^9}, 3.41722726547402*^9, { 3.417227580583395*^9, 3.41722759656777*^9}, {3.41722772247402*^9, 3.417227881708395*^9}, {3.41722791519277*^9, 3.417227918833395*^9}, { 3.417227965677145*^9, 3.41722806984902*^9}, {3.41722833063027*^9, 3.417228363052145*^9}, {3.41722842303652*^9, 3.417228482802145*^9}, { 3.41722853869277*^9, 3.417228661989645*^9}, {3.417228703489645*^9, 3.417228880239645*^9}, {3.417228930520895*^9, 3.417228985583395*^9}, { 3.41722904100527*^9, 3.41722908497402*^9}, {3.417229168708395*^9, 3.41722919709902*^9}, {3.417229267489645*^9, 3.417229325864645*^9}, { 3.41722936428652*^9, 3.417229383645895*^9}, {3.417229414333395*^9, 3.417229439895895*^9}, {3.41722952116152*^9, 3.417229522708395*^9}, 3.41722969328652*^9, {3.417229796114645*^9, 3.417229807020895*^9}, 3.417229896895895*^9, 3.41722994800527*^9, {3.41723015909902*^9, 3.41723016544277*^9}, {3.41723061081777*^9, 3.417230712489645*^9}, { 3.417230763895895*^9, 3.41723076606777*^9}, {3.41726419253125*^9, 3.417264238296875*^9}, 3.41726427975*^9, {3.417264440640625*^9, 3.417264477765625*^9}, {3.41726452465625*^9, 3.417264551140625*^9}, { 3.417264664234375*^9, 3.41726466634375*^9}, {3.41726469671875*^9, 3.4172647585*^9}, {3.417264820453125*^9, 3.417264825140625*^9}, { 3.417264921640625*^9, 3.417265048515625*^9}, {3.41726529621875*^9, 3.4172654440625*^9}, {3.417265697046875*^9, 3.417265768140625*^9}, { 3.41726583528125*^9, 3.417265942609375*^9}, {3.4172659779375*^9, 3.417266031796875*^9}, {3.417266074125*^9, 3.417266136828125*^9}, { 3.41726628065625*^9, 3.417266289421875*^9}, {3.41726636753125*^9, 3.417266417640625*^9}, {3.417267733734375*^9, 3.4172678299375*^9}, { 3.417267929203125*^9, 3.41726804740625*^9}, {3.417268078109375*^9, 3.417268109171875*^9}, {3.417268141890625*^9, 3.41726823234375*^9}, { 3.41726891346875*^9, 3.417268922671875*^9}, {3.417269476921875*^9, 3.417269490953125*^9}, {3.4172695464375*^9, 3.4172695805*^9}, 3.417269641859375*^9, {3.417269765625*^9, 3.4172697874375*^9}, { 3.41726983765625*^9, 3.417269868765625*^9}, {3.417270665796875*^9, 3.41727071071875*^9}, {3.417270771421875*^9, 3.4172707823125*^9}, { 3.417270855921875*^9, 3.417270863546875*^9}, {3.417271019953125*^9, 3.417271077734375*^9}, {3.417271171203125*^9, 3.4172711998125*^9}, { 3.417271242328125*^9, 3.4172712706875*^9}, {3.417271309703125*^9, 3.4172713638125*^9}, {3.417271736015625*^9, 3.417271760046875*^9}, { 3.417273745203125*^9, 3.41727384396875*^9}, {3.417273889875*^9, 3.417273923265625*^9}, 3.417273954796875*^9, 3.41727410225*^9, { 3.417274175484375*^9, 3.417274225609375*^9}, {3.417274274*^9, 3.417274297609375*^9}, 3.417274365796875*^9, {3.41727452721875*^9, 3.41727456296875*^9}, {3.417274619171875*^9, 3.417274644328125*^9}, { 3.41727473434375*^9, 3.417274751875*^9}, 3.417274878953125*^9, 3.417274924625*^9, {3.417275024234375*^9, 3.41727508559375*^9}, { 3.4172751565*^9, 3.417275195578125*^9}, 3.41727535265625*^9, { 3.41727565375*^9, 3.417275658875*^9}, {3.417275760078125*^9, 3.417275875796875*^9}, {3.417275907015625*^9, 3.417275923359375*^9}, { 3.417276353515625*^9, 3.417276406703125*^9}, {3.417279046484375*^9, 3.417279114*^9}, 3.4172792*^9, 3.41727923334375*^9, {3.4172795738125*^9, 3.417279644328125*^9}, {3.417279742484375*^9, 3.417279794421875*^9}, { 3.41727988653125*^9, 3.417280178984375*^9}, {3.41728026*^9, 3.41728035171875*^9}, {3.417281158515625*^9, 3.41728130790625*^9}, { 3.417281408546875*^9, 3.417281447046875*^9}, {3.417281596390625*^9, 3.41728164384375*^9}, {3.417281845546875*^9, 3.41728194478125*^9}, { 3.417282063140625*^9, 3.417282125125*^9}, 3.4172822121875*^9, { 3.4172823138125*^9, 3.417282345859375*^9}, {3.417287792171875*^9, 3.4172878608125*^9}, {3.417287913921875*^9, 3.417287930625*^9}, { 3.417288084078125*^9, 3.417288126265625*^9}, {3.417288199921875*^9, 3.41728820015625*^9}, {3.417288286296875*^9, 3.417288298421875*^9}, { 3.417289204125*^9, 3.41728921484375*^9}, {3.417289254328125*^9, 3.417289287421875*^9}, 3.417289333484375*^9, {3.41728937775*^9, 3.417289398859375*^9}, 3.41729107253125*^9, 3.4172911805*^9, { 3.417291279015625*^9, 3.417291293671875*^9}, {3.41729140990625*^9, 3.417291413046875*^9}, {3.41729241840625*^9, 3.417292459046875*^9}, { 3.417292812578125*^9, 3.417292847578125*^9}, 3.41729310275*^9, { 3.41729354675*^9, 3.417293658921875*^9}, {3.41729462828125*^9, 3.417294640125*^9}, {3.4172946739375*^9, 3.41729467971875*^9}, { 3.4172948764375*^9, 3.417294881734375*^9}, {3.417295371015625*^9, 3.417295375609375*^9}, {3.41729540759375*^9, 3.417295444359375*^9}, { 3.41729547484375*^9, 3.417295509890625*^9}, {3.417295552890625*^9, 3.41729555759375*^9}, {3.4172956