(* 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[ 338473, 5945] NotebookOptionsPosition[ 336260, 5866] NotebookOutlinePosition[ 336691, 5883] CellTagsIndexPosition[ 336648, 5880] WindowFrame->Generic ContainsDynamic->True *) (* Beginning of Notebook Content *) Notebook[{ Cell[CellGroupData[{ Cell["\<\ Math 481A California State University Northridge Generalized Bezier Curves\ \>", "Subtitle", CellChangeTimes->{{3.423772338473608*^9, 3.423772368299479*^9}}], Cell["\[Copyright] 2008 BE Shapiro", "Subsection", CellChangeTimes->{{3.423772396394371*^9, 3.423772403745952*^9}}], Cell[CellGroupData[{ Cell["\<\ Bezier Quadratics \ \>", "Subsubtitle", CellChangeTimes->{{3.423772555754742*^9, 3.423772559815462*^9}, { 3.423772676444996*^9, 3.423772678462491*^9}}], Cell[CellGroupData[{ Cell["\<\ Construct a generalized Bezier Quadratic and make a movie of it\ \>", "Subsection", CellChangeTimes->{{3.423772417953028*^9, 3.423772438478215*^9}}], Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"Bezier2Plot", "[", RowBox[{"P0_", ",", " ", "P1_", ",", " ", "P2_", ",", " ", "time_"}], "]"}], ":=", " ", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "P01", ",", " ", "P12", ",", " ", "P", ",", "t", ",", " ", "q", ",", " ", "plot"}], "}"}], ",", " ", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"P01", "[", "t_", "]"}], ":=", " ", RowBox[{ RowBox[{"P0", RowBox[{"(", RowBox[{"1", "-", "t"}], ")"}]}], "+", " ", RowBox[{"P1", "*", "t"}]}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"P12", "[", "t_", "]"}], ":=", " ", RowBox[{ RowBox[{"P1", RowBox[{"(", RowBox[{"1", "-", "t"}], ")"}]}], "+", RowBox[{"P2", "*", "t"}]}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"P", "[", "t_", "]"}], ":=", " ", RowBox[{ RowBox[{ RowBox[{"P01", "[", "t", "]"}], RowBox[{"(", RowBox[{"1", "-", "t"}], ")"}]}], "+", " ", RowBox[{ RowBox[{"P12", "[", "t", "]"}], "*", "t"}]}]}], ";", "\[IndentingNewLine]", RowBox[{"q", "=", RowBox[{"ListPlot", "[", RowBox[{ RowBox[{"P", "/@", RowBox[{"Range", "[", RowBox[{"0", ",", "1", ",", " ", ".02"}], "]"}]}], ",", " ", RowBox[{"Joined", "\[Rule]", " ", "True"}], ",", " ", RowBox[{"Axes", "\[Rule]", " ", "False"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"Show", "[", RowBox[{ RowBox[{"Graphics", "[", RowBox[{"{", RowBox[{ RowBox[{"Line", "[", RowBox[{"{", RowBox[{"P0", ",", " ", "P1"}], "}"}], "]"}], ",", " ", RowBox[{"Line", "[", RowBox[{"{", RowBox[{"P1", ",", " ", "P2"}], "}"}], "]"}], ",", " ", RowBox[{"PointSize", "[", ".02", "]"}], ",", " ", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"Point", "[", "P0", "]"}], ",", " ", RowBox[{"Point", "[", "P1", "]"}], ",", " ", RowBox[{"Point", "[", "P2", "]"}], ",", " ", RowBox[{"PointSize", "[", ".03", "]"}], ",", " ", "Red", ",", " ", RowBox[{"Point", "[", RowBox[{"P01", "[", "time", "]"}], "]"}], ",", " ", "\[IndentingNewLine]", RowBox[{"Point", "[", RowBox[{"P12", "[", "time", "]"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"Line", "[", RowBox[{"{", RowBox[{ RowBox[{"P01", "[", "time", "]"}], ",", " ", RowBox[{"P12", "[", "time", "]"}]}], "}"}], "]"}], ",", " ", "\[IndentingNewLine]", RowBox[{"Point", "[", RowBox[{"P", "[", "time", "]"}], "]"}]}], "\[IndentingNewLine]", "\[IndentingNewLine]", "}"}], "]"}], ",", " ", "q"}], "]"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"Bezier2Movie", "[", RowBox[{"P0_", ",", " ", "P1_", ",", " ", "P2_"}], "]"}], ":=", " ", RowBox[{"ListAnimate", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"Bezier2Plot", "[", RowBox[{"P0", ",", " ", "P1", ",", " ", "P2", ",", " ", "#"}], "]"}], "&"}], "/@", RowBox[{"Range", "[", RowBox[{"0", ",", " ", "1", ",", " ", ".02"}], "]"}]}], "\[IndentingNewLine]", "]"}]}]}], "Input", CellChangeTimes->{{3.423771965773267*^9, 3.423772037621794*^9}, { 3.423772085127883*^9, 3.423772095039214*^9}, {3.423772125531126*^9, 3.423772138900688*^9}, {3.423772252169644*^9, 3.423772291517088*^9}}] }, Closed]], Cell[CellGroupData[{ Cell["Here's a sample movie", "Subsection", CellChangeTimes->{{3.423772458490339*^9, 3.423772463808719*^9}}], Cell[BoxData[{ RowBox[{ RowBox[{"P0", "=", RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"P1", "=", RowBox[{"{", RowBox[{"2", ",", " ", "2"}], "}"}]}], ";"}], " "}], "\[IndentingNewLine]", RowBox[{ RowBox[{"P2", "=", RowBox[{"{", RowBox[{"3", ",", " ", "1.25"}], "}"}]}], ";"}]}], "Input", CellChangeTimes->{{3.423768592288496*^9, 3.423768648991558*^9}}], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Bezier2Movie", "[", RowBox[{"P0", ",", "P1", ",", "P2"}], "]"}]], "Input", CellChangeTimes->{{3.423772292837459*^9, 3.423772299474235*^9}}], Cell[BoxData[ TagBox[ StyleBox[ DynamicModuleBox[{$CellContext`i7$$ = 43, Typeset`show$$ = True, Typeset`bookmarkList$$ = {}, Typeset`bookmarkMode$$ = "Menu", Typeset`animator$$, Typeset`animvar$$ = 1, Typeset`name$$ = "\"untitled\"", Typeset`specs$$ = {{{ Hold[$CellContext`i7$$], 1, ""}, 1, 51, 1}}, Typeset`size$$ = Automatic, Typeset`update$$ = 0, Typeset`initDone$$, Typeset`skipInitDone$$ = True, $CellContext`i7$1372$$ = 0}, PaneBox[ PanelBox[ DynamicWrapperBox[ TagBox[GridBox[{ { ItemBox[ ItemBox[ StyleBox[ TagBox[GridBox[{ {"\<\"\\!\\(\\*TagBox[\\\"\\\\\\\"\\\\\\\"\\\", HoldForm]\\)\ \"\>", AnimatorBox[Dynamic[$CellContext`i7$$], {1, 51, 1}, AnimationRate->Automatic, AppearanceElements->{ "ProgressSlider", "PlayPauseButton", "FasterSlowerButtons", "DirectionButton"}, AutoAction->False, ContinuousAction->True, DisplayAllSteps->True, PausedTime->4.364005776122212]} }, ColumnsEqual->False, GridBoxAlignment->{ "Columns" -> {Right, {Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, RowsEqual->False], "Grid"], "ManipulateLabel", StripOnInput->False], Alignment->{Automatic, Inherited}, StripOnInput->False], Background->None, StripOnInput->False]}, { ItemBox[ TagBox[ StyleBox[ PaneBox[Cell[BoxData[ TagBox[ PaneSelectorBox[{1-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1., 1.}], PointBox[{2., 2.}], LineBox[{{1., 1.}, {2., 2.}}], PointBox[{1., 1.}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 2-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.02, 1.02}], PointBox[{2.02, 1.9849999999999999`}], LineBox[{{1.02, 1.02}, {2.02, 1.9849999999999999`}}], PointBox[{1.04, 1.0393000000000001`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 3-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.04, 1.04}], PointBox[{2.04, 1.97}], LineBox[{{1.04, 1.04}, {2.04, 1.97}}], PointBox[{1.08, 1.0772}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 4-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.06, 1.06}], PointBox[{2.06, 1.9549999999999998`}], LineBox[{{1.06, 1.06}, {2.06, 1.9549999999999998`}}], PointBox[{1.1199999999999999`, 1.1137}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 5-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.08, 1.08}], PointBox[{2.08, 1.9400000000000002`}], LineBox[{{1.08, 1.08}, {2.08, 1.9400000000000002`}}], PointBox[{1.1600000000000001`, 1.1488}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 6-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.1, 1.1}], PointBox[{2.1, 1.925}], LineBox[{{1.1, 1.1}, {2.1, 1.925}}], PointBox[{1.2000000000000002`, 1.1825}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 7-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.12, 1.12}], PointBox[{2.12, 1.91}], LineBox[{{1.12, 1.12}, {2.12, 1.91}}], PointBox[{1.2400000000000002`, 1.2148}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 8-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.1400000000000001`, 1.1400000000000001`}], PointBox[{2.14, 1.895}], LineBox[{{1.1400000000000001`, 1.1400000000000001`}, { 2.14, 1.895}}], PointBox[{1.28, 1.2457}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 9-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.16, 1.16}], PointBox[{2.16, 1.88}], LineBox[{{1.16, 1.16}, {2.16, 1.88}}], PointBox[{1.3199999999999998`, 1.2752}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 10-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.1800000000000002`, 1.1800000000000002`}], PointBox[{2.18, 1.8650000000000002`}], LineBox[{{1.1800000000000002`, 1.1800000000000002`}, { 2.18, 1.8650000000000002`}}], PointBox[{1.3600000000000003`, 1.3033000000000001`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 11-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.2000000000000002`, 1.2000000000000002`}], PointBox[{2.2, 1.85}], LineBox[{{1.2000000000000002`, 1.2000000000000002`}, {2.2, 1.85}}], PointBox[{1.4000000000000004`, 1.3300000000000003`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 12-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.22, 1.22}], PointBox[{2.22, 1.835}], LineBox[{{1.22, 1.22}, {2.22, 1.835}}], PointBox[{1.44, 1.3553}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 13-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.24, 1.24}], PointBox[{2.24, 1.82}], LineBox[{{1.24, 1.24}, {2.24, 1.82}}], PointBox[{1.48, 1.3792}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 14-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.26, 1.26}], PointBox[{2.26, 1.805}], LineBox[{{1.26, 1.26}, {2.26, 1.805}}], PointBox[{1.52, 1.4017}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 15-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.28, 1.28}], PointBox[{2.2800000000000002`, 1.79}], LineBox[{{1.28, 1.28}, {2.2800000000000002`, 1.79}}], PointBox[{1.56, 1.4228}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 16-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.2999999999999998`, 1.2999999999999998`}], PointBox[{2.3, 1.775}], LineBox[{{1.2999999999999998`, 1.2999999999999998`}, {2.3, 1.775}}], PointBox[{1.5999999999999996`, 1.4425}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 17-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.3199999999999998`, 1.3199999999999998`}], PointBox[{2.32, 1.7599999999999998`}], LineBox[{{1.3199999999999998`, 1.3199999999999998`}, { 2.32, 1.7599999999999998`}}], PointBox[{1.6399999999999997`, 1.4607999999999999`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 18-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.3399999999999999`, 1.3399999999999999`}], PointBox[{2.34, 1.7449999999999999`}], LineBox[{{1.3399999999999999`, 1.3399999999999999`}, { 2.34, 1.7449999999999999`}}], PointBox[{1.6799999999999997`, 1.4777}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 19-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.3599999999999999`, 1.3599999999999999`}], PointBox[{2.3600000000000003`, 1.73}], LineBox[{{1.3599999999999999`, 1.3599999999999999`}, { 2.3600000000000003`, 1.73}}], PointBox[{1.7200000000000002`, 1.4931999999999999`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 20-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.38, 1.38}], PointBox[{2.38, 1.7149999999999999`}], LineBox[{{1.38, 1.38}, {2.38, 1.7149999999999999`}}], PointBox[{1.7599999999999998`, 1.5072999999999999`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 21-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.4, 1.4}], PointBox[{2.4000000000000004`, 1.7}], LineBox[{{1.4, 1.4}, {2.4000000000000004`, 1.7}}], PointBox[{1.8000000000000003`, 1.52}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 22-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.42, 1.42}], PointBox[{2.42, 1.685}], LineBox[{{1.42, 1.42}, {2.42, 1.685}}], PointBox[{1.84, 1.5313}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 23-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.44, 1.44}], PointBox[{2.4400000000000004`, 1.6700000000000002`}], LineBox[{{1.44, 1.44}, {2.4400000000000004`, 1.6700000000000002`}}], PointBox[{1.8800000000000001`, 1.5412000000000001`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 24-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.46, 1.46}], PointBox[{2.46, 1.6550000000000002`}], LineBox[{{1.46, 1.46}, {2.46, 1.6550000000000002`}}], PointBox[{1.92, 1.5497}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 25-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.48, 1.48}], PointBox[{2.48, 1.6400000000000001`}], LineBox[{{1.48, 1.48}, {2.48, 1.6400000000000001`}}], PointBox[{1.96, 1.5568}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 26-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.5, 1.5}], PointBox[{2.5, 1.625}], LineBox[{{1.5, 1.5}, {2.5, 1.625}}], PointBox[{2., 1.5625}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 27-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.52, 1.52}], PointBox[{2.52, 1.6099999999999999`}], LineBox[{{1.52, 1.52}, {2.52, 1.6099999999999999`}}], PointBox[{2.04, 1.5668}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 28-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.54, 1.54}], PointBox[{2.54, 1.595}], LineBox[{{1.54, 1.54}, {2.54, 1.595}}], PointBox[{2.08, 1.5697}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 29-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.56, 1.56}], PointBox[{2.56, 1.58}], LineBox[{{1.56, 1.56}, {2.56, 1.58}}], PointBox[{2.12, 1.5712000000000002`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 30-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.58, 1.58}], PointBox[{2.58, 1.565}], LineBox[{{1.58, 1.58}, {2.58, 1.565}}], PointBox[{2.16, 1.5713}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 31-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.6, 1.6}], PointBox[{2.5999999999999996`, 1.55}], LineBox[{{1.6, 1.6}, {2.5999999999999996`, 1.55}}], PointBox[{2.2, 1.57}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 32-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.62, 1.62}], PointBox[{2.62, 1.5350000000000001`}], LineBox[{{1.62, 1.62}, {2.62, 1.5350000000000001`}}], PointBox[{2.24, 1.5673000000000001`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 33-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.6400000000000001`, 1.6400000000000001`}], PointBox[{2.6399999999999997`, 1.52}], LineBox[{{1.6400000000000001`, 1.6400000000000001`}, { 2.6399999999999997`, 1.52}}], PointBox[{2.28, 1.5632000000000001`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 34-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.6600000000000001`, 1.6600000000000001`}], PointBox[{2.66, 1.505}], LineBox[{{1.6600000000000001`, 1.6600000000000001`}, { 2.66, 1.505}}], PointBox[{2.3200000000000003`, 1.5577}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 35-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.6800000000000002`, 1.6800000000000002`}], PointBox[{2.6799999999999997`, 1.49}], LineBox[{{1.6800000000000002`, 1.6800000000000002`}, { 2.6799999999999997`, 1.49}}], PointBox[{2.36, 1.5508000000000002`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 36-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.7000000000000002`, 1.7000000000000002`}], PointBox[{2.7, 1.475}], LineBox[{{1.7000000000000002`, 1.7000000000000002`}, {2.7, 1.475}}], PointBox[{2.4000000000000004`, 1.5425}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 37-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.72, 1.72}], PointBox[{2.72, 1.46}], LineBox[{{1.72, 1.72}, {2.72, 1.46}}], PointBox[{2.4400000000000004`, 1.5328}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 38-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.74, 1.74}], PointBox[{2.7399999999999998`, 1.445}], LineBox[{{1.74, 1.74}, {2.7399999999999998`, 1.445}}], PointBox[{2.4799999999999995`, 1.5217}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 39-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.76, 1.76}], PointBox[{2.7600000000000002`, 1.43}], LineBox[{{1.76, 1.76}, {2.7600000000000002`, 1.43}}], PointBox[{2.5200000000000005`, 1.5091999999999999`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 40-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.78, 1.78}], PointBox[{2.78, 1.415}], LineBox[{{1.78, 1.78}, {2.78, 1.415}}], PointBox[{2.56, 1.4953}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 41-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.8, 1.8}], PointBox[{2.8000000000000003`, 1.4}], LineBox[{{1.8, 1.8}, {2.8000000000000003`, 1.4}}], PointBox[{2.6, 1.4799999999999998`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 42-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.82, 1.82}], PointBox[{2.82, 1.385}], LineBox[{{1.82, 1.82}, {2.82, 1.385}}], PointBox[{2.64, 1.4633}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 43-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.8399999999999999`, 1.8399999999999999`}], PointBox[{2.84, 1.37}], LineBox[{{1.8399999999999999`, 1.8399999999999999`}, { 2.84, 1.37}}], PointBox[{2.6799999999999997`, 1.4452}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 44-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.8599999999999999`, 1.8599999999999999`}], PointBox[{2.8600000000000003`, 1.355}], LineBox[{{1.8599999999999999`, 1.8599999999999999`}, { 2.8600000000000003`, 1.355}}], PointBox[{2.7200000000000006`, 1.4257}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 45-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.88, 1.88}], PointBox[{2.88, 1.34}], LineBox[{{1.88, 1.88}, {2.88, 1.34}}], PointBox[{2.76, 1.4048}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 46-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.9, 1.9}], PointBox[{2.9000000000000004`, 1.325}], LineBox[{{1.9, 1.9}, {2.9000000000000004`, 1.325}}], PointBox[{2.8000000000000003`, 1.3824999999999998`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 47-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.92, 1.92}], PointBox[{2.92, 1.31}], LineBox[{{1.92, 1.92}, {2.92, 1.31}}], PointBox[{2.84, 1.3588}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 48-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.94, 1.94}], PointBox[{2.9400000000000004`, 1.295}], LineBox[{{1.94, 1.94}, {2.9400000000000004`, 1.295}}], PointBox[{2.880000000000001, 1.3336999999999999`}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.4799999999999995`, 1.5217}, { 2.5200000000000005`, 1.5091999999999999`}, {2.56, 1.4953}, {2.6, 1.4799999999999998`}, {2.64, 1.4633}, { 2.6799999999999997`, 1.4452}, {2.7200000000000006`, 1.4257}, {2.76, 1.4048}, {2.8000000000000003`, 1.3824999999999998`}, {2.84, 1.3588}, {2.880000000000001, 1.3336999999999999`}, {2.92, 1.3072}, {2.96, 1.2793}, {3., 1.25}}]}}}], 49-> GraphicsBox[{{LineBox[{{1, 1}, {2, 2}}], LineBox[{{2, 2}, {3, 1.25}}], {PointSize[0.02], PointBox[{1, 1}], PointBox[{2, 2}], PointBox[{3, 1.25}]}, {RGBColor[1, 0, 0], PointSize[0.03], PointBox[{1.96, 1.96}], PointBox[{2.96, 1.28}], LineBox[{{1.96, 1.96}, {2.96, 1.28}}], PointBox[{2.92, 1.3072}]}}, {{}, {}, {Hue[0.67, 0.6, 0.6], LineBox[{{1., 1.}, {1.04, 1.0393000000000001`}, {1.08, 1.0772}, {1.1199999999999999`, 1.1137}, { 1.1600000000000001`, 1.1488}, {1.2000000000000002`, 1.1825}, {1.2400000000000002`, 1.2148}, {1.28, 1.2457}, { 1.3199999999999998`, 1.2752}, {1.3600000000000003`, 1.3033000000000001`}, {1.4000000000000004`, 1.3300000000000003`}, {1.44, 1.3553}, {1.48, 1.3792}, { 1.52, 1.4017}, {1.56, 1.4228}, {1.5999999999999996`, 1.4425}, {1.6399999999999997`, 1.4607999999999999`}, { 1.6799999999999997`, 1.4777}, {1.7200000000000002`, 1.4931999999999999`}, {1.7599999999999998`, 1.5072999999999999`}, {1.8000000000000003`, 1.52}, {1.84, 1.5313}, {1.8800000000000001`, 1.5412000000000001`}, { 1.92, 1.5497}, {1.96, 1.5568}, {2., 1.5625}, {2.04, 1.5668}, {2.08, 1.5697}, {2.12, 1.5712000000000002`}, { 2.16, 1.5713}, {2.2, 1.57}, {2.24, 1.5673000000000001`}, { 2.28, 1.5632000000000001`}, {2.3200000000000003`, 1.5577}, {2.36, 1.5508000000000002`}, { 2.4000000000000004`, 1.5425}, {2.4400000000000004`, 1.5328}, {2.479999999999