mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-05 08:18:39 +00:00
6558 lines
318 KiB
Mathematica
6558 lines
318 KiB
Mathematica
(* Content-type: application/vnd.wolfram.mathematica *)
|
|
|
|
(*** Wolfram Notebook File ***)
|
|
(* http://www.wolfram.com/nb *)
|
|
|
|
(* CreatedBy='Mathematica 12.0' *)
|
|
|
|
(*CacheID: 234*)
|
|
(* Internal cache information:
|
|
NotebookFileLineBreakTest
|
|
NotebookFileLineBreakTest
|
|
NotebookDataPosition[ 158, 7]
|
|
NotebookDataLength[ 325255, 6549]
|
|
NotebookOptionsPosition[ 322272, 6501]
|
|
NotebookOutlinePosition[ 322680, 6517]
|
|
CellTagsIndexPosition[ 322637, 6514]
|
|
WindowFrame->Normal*)
|
|
|
|
(* Beginning of Notebook Content *)
|
|
Notebook[{
|
|
|
|
Cell[CellGroupData[{
|
|
Cell["Logo interpreter", "Title",
|
|
CellChangeTimes->{{3.78875606941103*^9,
|
|
3.78875607095966*^9}},ExpressionUUID->"b8add84f-9543-498d-a67a-\
|
|
d10c6fa21a35"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{
|
|
RowBox[{"consumeToSpace", "[", "s_", "]"}], ":=",
|
|
RowBox[{"With", "[",
|
|
RowBox[{
|
|
RowBox[{"{",
|
|
RowBox[{"p", "=",
|
|
RowBox[{"StringPosition", "[",
|
|
RowBox[{"s", ",", "\"\< \>\""}], "]"}]}], "}"}], ",",
|
|
"\[IndentingNewLine]",
|
|
RowBox[{"If", "[",
|
|
RowBox[{
|
|
RowBox[{"p", "===",
|
|
RowBox[{"{", "}"}]}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{"s", ",", "\"\<\>\""}], "}"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"StringTake", "[",
|
|
RowBox[{"s", ",",
|
|
RowBox[{"1", ";;",
|
|
RowBox[{
|
|
RowBox[{"p", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"1", ",", "1"}], "]"}], "]"}], "-", "1"}]}]}], "]"}],
|
|
",",
|
|
RowBox[{"StringTake", "[",
|
|
RowBox[{"s", ",",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"p", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"1", ",", "1"}], "]"}], "]"}], "+", "1"}], ";;"}]}],
|
|
"]"}]}], "}"}]}], "]"}]}], "\[IndentingNewLine]", "]"}]}]], "Input",
|
|
CellChangeTimes->{{3.788353149085297*^9, 3.788353185481649*^9}, {
|
|
3.788353380268523*^9, 3.788353400907761*^9}},
|
|
CellLabel->"In[12]:=",ExpressionUUID->"b01afc7b-e77d-4acb-89e9-e3a51a2b499e"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{
|
|
RowBox[{"tokenize", "[", "s_", "]"}], ":=",
|
|
RowBox[{"First", "@",
|
|
RowBox[{"FixedPoint", "[",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"With", "[",
|
|
RowBox[{
|
|
RowBox[{"{",
|
|
RowBox[{"ans", "=",
|
|
RowBox[{"consumeToSpace", "[",
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}]}], "}"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"If", "[",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"ans", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], "=!=", "\"\<\>\""}], ",",
|
|
RowBox[{"Join", "[",
|
|
RowBox[{
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{"ans", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], "}"}]}], "]"}], ",",
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",",
|
|
RowBox[{"ans", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}]}], "}"}]}], "]"}], "&"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"{", "}"}], ",", "s"}], "}"}]}], "]"}]}]}]], "Input",
|
|
CellChangeTimes->{{3.788353406316828*^9, 3.788353590414626*^9}, {
|
|
3.788353660471521*^9, 3.7883537100141487`*^9}},
|
|
CellLabel->"In[13]:=",ExpressionUUID->"bd522c9c-26df-4d7f-b4d7-0a9dbb298f7c"],
|
|
|
|
Cell[BoxData[{
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"peelOneInstruction", "[", "]"}], "=",
|
|
RowBox[{"{", "}"}]}], ";"}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"peelOneInstruction", "[",
|
|
RowBox[{"{", "}"}], "]"}], "=",
|
|
RowBox[{"{", "}"}]}], ";"}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"peelOneInstruction", "[", "s_List", "]"}], ":=",
|
|
"\[IndentingNewLine]",
|
|
RowBox[{"Switch", "[",
|
|
RowBox[{
|
|
RowBox[{"First", "@", "s"}], ",", "\[IndentingNewLine]", "\"\<fd\>\"",
|
|
",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"MoveForward", "@",
|
|
RowBox[{"FromDigits", "[",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}]}], ",",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"3", ";;"}], "]"}], "]"}]}], "}"}], ",",
|
|
"\[IndentingNewLine]", "\"\<bk\>\"", ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"MoveBackward", "@",
|
|
RowBox[{"FromDigits", "[",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}]}], ",",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"3", ";;"}], "]"}], "]"}]}], "}"}], ",",
|
|
"\[IndentingNewLine]", "\"\<lt\>\"", ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"LeftTurn", "@",
|
|
RowBox[{"FromDigits", "[",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}]}], ",",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"3", ";;"}], "]"}], "]"}]}], "}"}], ",",
|
|
"\[IndentingNewLine]", "\"\<rt\>\"", ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"RightTurn", "@",
|
|
RowBox[{"FromDigits", "[",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}]}], ",",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"3", ";;"}], "]"}], "]"}]}], "}"}], ",",
|
|
"\[IndentingNewLine]", "\"\<setbackground\>\"", ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"SetBackground", "[",
|
|
RowBox[{"FromDigits", "[",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}], ",",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"3", ";;"}], "]"}], "]"}]}], "}"}], ",",
|
|
"\[IndentingNewLine]", "\"\<pd\>\"", ",",
|
|
RowBox[{"{",
|
|
RowBox[{"PenDown", ",",
|
|
RowBox[{"Rest", "@", "s"}]}], "}"}], ",", "\[IndentingNewLine]",
|
|
"\"\<pu\>\"", ",",
|
|
RowBox[{"{",
|
|
RowBox[{"PenUp", ",",
|
|
RowBox[{"Rest", "@", "s"}]}], "}"}], ",", "\[IndentingNewLine]",
|
|
"\"\<cs\>\"", ",",
|
|
RowBox[{"{",
|
|
RowBox[{"ClearScreen", ",",
|
|
RowBox[{"Rest", "@", "s"}]}], "}"}], ",", "\[IndentingNewLine]",
|
|
"\"\<set\>\"", ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"SetColour", "[",
|
|
RowBox[{"ToExpression", "[",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}], ",",
|
|
RowBox[{"s", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"3", ";;"}], "]"}], "]"}]}], "}"}]}], "\[IndentingNewLine]",
|
|
"]"}]}]}], "Input",
|
|
CellChangeTimes->{{3.78835306960356*^9, 3.788353144124666*^9}, {
|
|
3.788353190242532*^9, 3.788353342774555*^9}, {3.788353717834807*^9,
|
|
3.7883538771500893`*^9}, {3.78835427516785*^9, 3.7883542958476133`*^9}, {
|
|
3.7883551137196417`*^9, 3.788355133254582*^9}, {3.788358278454423*^9,
|
|
3.7883582974437437`*^9}},
|
|
CellLabel->"In[14]:=",ExpressionUUID->"8f35c29a-970f-4c78-b68b-e73b73e6d0f3"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{
|
|
RowBox[{"instructions", "[", "s_", "]"}], ":=",
|
|
RowBox[{"First", "@",
|
|
RowBox[{"FixedPoint", "[",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"If", "[",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "===",
|
|
RowBox[{"{", "}"}]}], ",", "#", ",",
|
|
RowBox[{"With", "[",
|
|
RowBox[{
|
|
RowBox[{"{",
|
|
RowBox[{"a", "=",
|
|
RowBox[{"peelOneInstruction", "[",
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}]}], "}"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"Join", "[",
|
|
RowBox[{
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{"a", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], "}"}]}], "]"}], ",",
|
|
RowBox[{"a", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}]}], "}"}]}], "]"}]}], "]"}], "&"}],
|
|
",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"{", "}"}], ",",
|
|
RowBox[{"tokenize", "@", "s"}]}], "}"}]}], "]"}]}]}]], "Input",
|
|
CellChangeTimes->{{3.788354243232019*^9, 3.788354247673909*^9}, {
|
|
3.788354320823366*^9, 3.788354400698539*^9}, {3.822381185302328*^9,
|
|
3.8223811858682413`*^9}},
|
|
CellLabel->"In[17]:=",ExpressionUUID->"bbea4a3b-4341-4c9e-9c47-98972b4e050c"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{
|
|
RowBox[{"emptyState", "=",
|
|
RowBox[{"{",
|
|
RowBox[{"Down", ",",
|
|
RowBox[{"90", "\[Degree]"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{"0", ",", "0"}], "}"}], ",",
|
|
RowBox[{"{", "}"}], ",", "Black"}], "}"}]}], ";"}]], "Input",
|
|
CellChangeTimes->{{3.78835449529257*^9, 3.7883545625581207`*^9}, {
|
|
3.788354625481627*^9, 3.788354627962777*^9}, {3.788354675555285*^9,
|
|
3.7883546771620083`*^9}, {3.7883547389716177`*^9, 3.788354740139884*^9}, {
|
|
3.7883550416864*^9, 3.788355042018401*^9}, {3.788358324430163*^9,
|
|
3.788358327004775*^9}, {3.788360722766078*^9, 3.788360725485525*^9}, {
|
|
3.7883614653986063`*^9, 3.7883614685178213`*^9}},
|
|
CellLabel->"In[18]:=",ExpressionUUID->"f05e94f2-405a-4723-b3a7-b94035a6cef9"],
|
|
|
|
Cell[BoxData[{
|
|
RowBox[{
|
|
RowBox[{"act", "[",
|
|
RowBox[{"ClearScreen", ",", "state_"}], "]"}], ":=",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "3", "]"}], "]"}], ",",
|
|
RowBox[{"{", "}"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "5", "]"}], "]"}]}], "}"}]}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"act", "[",
|
|
RowBox[{
|
|
RowBox[{"LeftTurn", "[", "x_", "]"}], ",", "state_"}], "]"}], ":=",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], ",",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "+",
|
|
RowBox[{"x", " ", "\[Degree]"}]}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "3", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "4", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "5", "]"}], "]"}]}], "}"}]}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"act", "[",
|
|
RowBox[{
|
|
RowBox[{"RightTurn", "[", "x_", "]"}], ",", "state_"}], "]"}], ":=",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], ",",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "-",
|
|
RowBox[{"x", " ", "\[Degree]"}]}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "3", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "4", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "5", "]"}], "]"}]}], "}"}]}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"act", "[",
|
|
RowBox[{
|
|
RowBox[{"MoveForward", "[", "x_", "]"}], ",", "state_"}], "]"}], ":=",
|
|
RowBox[{"With", "[",
|
|
RowBox[{
|
|
RowBox[{"{",
|
|
RowBox[{"newEnd", "=",
|
|
RowBox[{
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"x", " ",
|
|
RowBox[{"Cos", "[",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}]}], ",",
|
|
RowBox[{"x", " ",
|
|
RowBox[{"Sin", "[",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}]}]}], "}"}], "+",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "3", "]"}], "]"}]}]}], "}"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], ",", "newEnd", ",",
|
|
"\[IndentingNewLine]",
|
|
RowBox[{"Join", "[",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "4", "]"}], "]"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"If", "[",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], "===", "Down"}], ",",
|
|
RowBox[{"Opacity", "[", "1", "]"}], ",",
|
|
RowBox[{"Opacity", "[", "0", "]"}]}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "5", "]"}], "]"}], ",",
|
|
RowBox[{"Line", "@",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "3", "]"}], "]"}], ",", "newEnd"}], "}"}]}]}],
|
|
"}"}]}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "5", "]"}], "]"}]}], "}"}]}],
|
|
"]"}]}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"act", "[",
|
|
RowBox[{
|
|
RowBox[{"MoveBackward", "[", "x_", "]"}], ",", "state_"}], "]"}], ":=",
|
|
RowBox[{"act", "[",
|
|
RowBox[{
|
|
RowBox[{"MoveForward", "[",
|
|
RowBox[{"-", "x"}], "]"}], ",", "state"}],
|
|
"]"}]}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"act", "[",
|
|
RowBox[{"PenDown", ",", "state_"}], "]"}], ":=",
|
|
RowBox[{"{",
|
|
RowBox[{"Down", ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "3", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "4", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "5", "]"}], "]"}]}], "}"}]}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"act", "[",
|
|
RowBox[{"PenUp", ",", "state_"}], "]"}], ":=",
|
|
RowBox[{"{",
|
|
RowBox[{"Up", ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "3", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "4", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "5", "]"}], "]"}]}], "}"}]}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"act", "[",
|
|
RowBox[{
|
|
RowBox[{"SetColour", "[", "col_", "]"}], ",", "state_"}], "]"}], ":=",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "3", "]"}], "]"}], ",",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "4", "]"}], "]"}], ",", "col"}],
|
|
"}"}]}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"act", "[",
|
|
RowBox[{
|
|
RowBox[{"SetBackground", "[", "x_", "]"}], ",", "state_"}], "]"}], ":=",
|
|
"state", " ",
|
|
RowBox[{"(*",
|
|
RowBox[{
|
|
"TODO", " ", "this", " ", "may", " ", "need", " ", "to", " ", "change"}],
|
|
" ", "*)"}]}]}], "Input",
|
|
CellChangeTimes->{{3.788354598851296*^9, 3.788354861027772*^9}, {
|
|
3.788354901500482*^9, 3.78835492697546*^9}, {3.788355098902536*^9,
|
|
3.788355105533362*^9}, {3.788355265680348*^9, 3.7883552667416897`*^9}, {
|
|
3.788355877517748*^9, 3.788356030744501*^9}, {3.788356119462582*^9,
|
|
3.7883561276283092`*^9}, {3.788356214519998*^9, 3.788356214603887*^9}, {
|
|
3.788356246719758*^9, 3.78835624814997*^9}, {3.7883575879557858`*^9,
|
|
3.7883576513796988`*^9}, {3.788358303783286*^9, 3.788358367530712*^9}, {
|
|
3.788358441672264*^9, 3.788358443231037*^9}, {3.788360371535714*^9,
|
|
3.788360389759222*^9}, {3.7883604857655687`*^9, 3.7883604882005587`*^9}, {
|
|
3.7883605811083727`*^9, 3.7883605844433126`*^9}, {3.788361093920306*^9,
|
|
3.788361095182147*^9}, {3.7883611582362022`*^9, 3.788361170802231*^9}},
|
|
CellLabel->"In[19]:=",ExpressionUUID->"d8d47ff8-7e5b-45db-88ed-2558a556e150"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{
|
|
RowBox[{"evaluate", "[",
|
|
RowBox[{"state_", ",", "instr_List"}], "]"}], ":=",
|
|
RowBox[{"First", "@",
|
|
RowBox[{"FixedPoint", "[",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"If", "[",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "===",
|
|
RowBox[{"{", "}"}]}], ",", "#", ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"act", "[",
|
|
RowBox[{
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"2", ",", "1"}], "]"}], "]"}], ",",
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",",
|
|
RowBox[{"Rest", "@",
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}]}]}], "}"}]}], "]"}], "&"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{"state", ",", "instr"}], "}"}]}], "]"}]}]}]], "Input",
|
|
CellChangeTimes->{{3.788355143910631*^9, 3.788355180433902*^9}, {
|
|
3.788355235254155*^9, 3.788355235708473*^9}},
|
|
CellLabel->"In[28]:=",ExpressionUUID->"39b44820-8178-401c-83a6-34092f1f7d32"],
|
|
|
|
Cell["\<\
|
|
Specific property we know holds of the program we are given: it stays within \
|
|
10 units vertically of its starting point.\
|
|
\>", "Text",
|
|
CellChangeTimes->{{3.7887560981863527`*^9,
|
|
3.788756117162269*^9}},ExpressionUUID->"1b9a60a4-51d7-4834-9989-\
|
|
957778a243c6"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{
|
|
RowBox[{"isOk", "[", "state_", "]"}], ":=",
|
|
RowBox[{"AllTrue", "[",
|
|
RowBox[{
|
|
RowBox[{"First", "/@",
|
|
RowBox[{"First", "/@",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "4", "]"}], "]"}], "[",
|
|
RowBox[{"[",
|
|
RowBox[{"3", ";;",
|
|
RowBox[{"-", "1"}], ";;", "3"}], "]"}], "]"}]}]}], ",",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"Abs", "[",
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}], "\[LessEqual]", "10"}],
|
|
"&"}]}], "]"}]}]], "Input",
|
|
CellChangeTimes->{{3.788359056501051*^9, 3.788359060743238*^9}, {
|
|
3.788359102296935*^9, 3.788359151616953*^9}},
|
|
CellLabel->"In[29]:=",ExpressionUUID->"67ab9927-3090-4a0c-b4e7-410cf34edfd1"],
|
|
|
|
Cell[BoxData[{
|
|
RowBox[{
|
|
RowBox[{"display", "[", "state_", "]"}], ":=",
|
|
RowBox[{"Graphics", "[",
|
|
RowBox[{
|
|
RowBox[{"Join", "[",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "4", "]"}], "]"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{"Blue", ",",
|
|
RowBox[{"Disk", "[",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "3", "]"}], "]"}], ",", "1"}], "]"}], ",", "Red", ",",
|
|
RowBox[{"Arrow", "[",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "3", "]"}], "]"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"3", ",", "1"}], "]"}], "]"}], "+",
|
|
RowBox[{"Cos", "[",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}]}], ",",
|
|
RowBox[{
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"3", ",", "2"}], "]"}], "]"}], "+",
|
|
RowBox[{"Sin", "[",
|
|
RowBox[{"state", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}]}]}], "}"}]}], "}"}],
|
|
"]"}]}], "}"}]}], "]"}], ",",
|
|
RowBox[{"PlotRange", "\[Rule]",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"-", "100"}], ",", "100"}], "}"}], ",",
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
RowBox[{"-", "10"}], ",", "10"}], "}"}]}], "}"}]}], ",",
|
|
RowBox[{"Background", "\[Rule]", "Black"}]}],
|
|
"]"}]}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"display", "[", "None", "]"}], "=", "None"}], ";"}]}], "Input",
|
|
CellChangeTimes->{{3.788355219228099*^9, 3.7883552537806177`*^9}, {
|
|
3.788355292400361*^9, 3.788355390505917*^9}, {3.788355423169245*^9,
|
|
3.7883555893825912`*^9}, {3.7883557617828007`*^9, 3.78835576329283*^9}, {
|
|
3.788355820067133*^9, 3.7883558283203793`*^9}, {3.7883561522272377`*^9,
|
|
3.788356160561412*^9}, {3.788356293665908*^9, 3.788356312727762*^9}, {
|
|
3.788357662593902*^9, 3.7883576656115417`*^9}, {3.788359014677129*^9,
|
|
3.78835903643443*^9}, {3.788359475399105*^9, 3.788359478781022*^9}, {
|
|
3.788361499367672*^9, 3.788361501294837*^9}},
|
|
CellLabel->"In[30]:=",ExpressionUUID->"58d4838b-0752-490f-a829-85052da47874"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{
|
|
RowBox[{"allRaw", "=",
|
|
RowBox[{"{", "\[IndentingNewLine]",
|
|
RowBox[{
|
|
"\"\<cs setbackground 0 set Blue pd rt 30 fd 10 bk 10 lt 120 fd 10 lt 60 \
|
|
pu fd 10\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<bk 10 rt 60 fd 10 lt 120 fd 20 rt 120 pu fd 10 pd lt 120 fd 10 rt \
|
|
60\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<fd 10 pd rt 60 fd 20 set Cyan lt 120 fd 20 rt 60 pu fd 20 pd rt 120 \
|
|
fd 10 bk 10\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<fd 10 pu fd 10 pd fd 10 rt 60 fd 10 rt 120 fd 10 rt 60 fd 10 rt 120 \
|
|
pu fd 20\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<lt 60 fd 10 pu bk 20 set Pink pd fd 10 rt 60 pu fd 20 pd lt 60 fd \
|
|
10 rt 60 pu\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<pd bk 10 lt 60 pu fd 20 pd rt 60 fd 10 lt 60 pu bk 10 pd rt 60 bk \
|
|
10 fd 10 set White\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<pd fd 10 pu fd 10 pd fd 10 bk 10 lt 60 fd 10 lt 120 pu fd 20 pd fd \
|
|
10 pu bk 50\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<pd fd 10 rt 60 pu fd 10 pd rt 60 fd 20 bk 10 lt 60 bk 10 pu fd 20 \
|
|
pd fd 10\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<pd lt 120 fd 10 pu fd 40 pd lt 120 fd 20 rt 120 pu fd 40 pd rt 60 \
|
|
fd 20\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<pu fd 10 rt 60 fd 60 pd fd 10 pu fd 40 pd rt 180 set Cyan fd 20 lt \
|
|
60 pu fd 10\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<pu fd 20 pd rt 60 fd 10 set Red fd 10 lt 120 fd 10 lt 60 fd 10 bk \
|
|
10 lt 60\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<rt 120 pu fd 30 pd rt 120 fd 10 bk 10 lt 120 pu fd 70 pd rt 120 set \
|
|
Yellow fd 10\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<rt 60 pu fd 10 pd lt 60 fd 10 rt 60 pu fd 10 pd fd 10 pu fd 20 pd \
|
|
rt 60 fd 10\>\"", ",", "\[IndentingNewLine]",
|
|
"\"\<lt 120 pu fd 10 pd fd 10 rt 60 pu fd 30 pd rt 120 fd 20 pu lt 120 \
|
|
fd 40\>\""}], "\[IndentingNewLine]", "}"}]}], ";"}]], "Input",
|
|
CellChangeTimes->{{3.788356359932098*^9, 3.788356483628731*^9}, {
|
|
3.78835655337405*^9, 3.788356560043829*^9}, {3.788358219574209*^9,
|
|
3.7883582687241077`*^9}},
|
|
CellLabel->"In[32]:=",ExpressionUUID->"91948b14-69ef-46a3-869d-7cc59d076757"],
|
|
|
|
Cell["\<\
|
|
We know `begin` comes first, and `end` comes last; the others are `instrs`.\
|
|
\>", "Text",
|
|
CellChangeTimes->{{3.7890599287654743`*^9,
|
|
3.789059937269299*^9}},ExpressionUUID->"060f9622-d99f-481f-85ba-\
|
|
0d798835d03c"],
|
|
|
|
Cell[BoxData[{
|
|
RowBox[{
|
|
RowBox[{"instrs", "=",
|
|
RowBox[{"instructions", "/@",
|
|
RowBox[{"allRaw", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"2", ";;",
|
|
RowBox[{"-", "2"}]}], "]"}], "]"}]}]}], ";"}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"begin", "=",
|
|
RowBox[{"instructions", "@",
|
|
RowBox[{"allRaw", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}]}]}], ";"}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"end", "=",
|
|
RowBox[{"instructions", "@",
|
|
RowBox[{"allRaw", "[",
|
|
RowBox[{"[",
|
|
RowBox[{"-", "1"}], "]"}], "]"}]}]}], ";"}]}], "Input",
|
|
CellChangeTimes->{{3.788358466706828*^9, 3.788358503399034*^9}, {
|
|
3.788359339328985*^9, 3.788359340455763*^9}, {3.788359437490806*^9,
|
|
3.7883594486410217`*^9}},
|
|
CellLabel->"In[33]:=",ExpressionUUID->"9ba45221-e09b-4f86-a417-9118ac87abf6"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{
|
|
RowBox[{"doIt", "[", "soFar_", "]"}], ":=",
|
|
RowBox[{"With", "[",
|
|
RowBox[{
|
|
RowBox[{"{",
|
|
RowBox[{"output", "=",
|
|
RowBox[{"evaluate", "[",
|
|
RowBox[{"emptyState", ",",
|
|
RowBox[{"Flatten", "@",
|
|
RowBox[{"{",
|
|
RowBox[{"begin", ",",
|
|
RowBox[{"Part", "[",
|
|
RowBox[{"instrs", ",", "soFar"}], "]"}]}], "}"}]}]}], "]"}]}],
|
|
"}"}], ",", "\[IndentingNewLine]",
|
|
RowBox[{"If", "[",
|
|
RowBox[{
|
|
RowBox[{"isOk", "[", "output", "]"}], ",",
|
|
RowBox[{"display", "@", "output"}], ",", "None"}], "]"}]}],
|
|
"\[IndentingNewLine]", "]"}]}]], "Input",
|
|
CellChangeTimes->{{3.788359787256282*^9, 3.7883598669136543`*^9}, {
|
|
3.788359926361514*^9, 3.788359988558848*^9}},
|
|
CellLabel->"In[36]:=",ExpressionUUID->"2aeeedb5-2d5a-4167-8555-548d02c71ce3"],
|
|
|
|
Cell[BoxData[{
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"explore", "[",
|
|
RowBox[{"x_", "?",
|
|
RowBox[{"(",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"Length", "[", "#", "]"}], "\[Equal]", "12"}], "&"}], ")"}]}],
|
|
"]"}], "=", "x"}], ";"}], "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{"explore", "[", "soFar_", "]"}], ":=",
|
|
RowBox[{"If", "[",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"doIt", "[", "soFar", "]"}], "===", "None"}], ",", "None", ",",
|
|
"\[IndentingNewLine]",
|
|
RowBox[{"With", "[",
|
|
RowBox[{
|
|
RowBox[{"{",
|
|
RowBox[{"upNext", "=",
|
|
RowBox[{"Select", "[",
|
|
RowBox[{
|
|
RowBox[{"Complement", "[",
|
|
RowBox[{
|
|
RowBox[{"Range", "[", "12", "]"}], ",", "soFar"}], "]"}], ",",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"doIt", "[",
|
|
RowBox[{"Join", "[",
|
|
RowBox[{"soFar", ",",
|
|
RowBox[{"{", "#", "}"}]}], "]"}], "]"}], "=!=", "None"}],
|
|
"&"}]}], "]"}]}], "}"}], ",", "\[IndentingNewLine]",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"explore", "[",
|
|
RowBox[{"Join", "[",
|
|
RowBox[{"soFar", ",",
|
|
RowBox[{"{", "#", "}"}]}], "]"}], "]"}], "&"}], "/@", "upNext"}]}],
|
|
"\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]",
|
|
"]"}]}]}], "Input",
|
|
CellChangeTimes->{{3.7883600275014668`*^9, 3.788360206592326*^9}, {
|
|
3.788360311071764*^9, 3.788360314893942*^9}},
|
|
CellLabel->"In[37]:=",ExpressionUUID->"e71ef844-8f49-4b6e-a8ea-e095697be102"],
|
|
|
|
Cell["Takes a few seconds to evaluate:", "Text",
|
|
CellChangeTimes->{{3.789059986446362*^9,
|
|
3.789059994934862*^9}},ExpressionUUID->"97de9d99-e040-48a1-9355-\
|
|
1106ad116108"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{
|
|
RowBox[{"allowable", "=",
|
|
RowBox[{"Cases", "[",
|
|
RowBox[{
|
|
RowBox[{"explore", "[",
|
|
RowBox[{"{", "}"}], "]"}], ",",
|
|
RowBox[{"_List", "?",
|
|
RowBox[{"(",
|
|
RowBox[{
|
|
RowBox[{
|
|
RowBox[{"#", "=!=",
|
|
RowBox[{"{", "}"}]}], "&&",
|
|
RowBox[{"IntegerQ", "[",
|
|
RowBox[{"#", "[",
|
|
RowBox[{"[", "1", "]"}], "]"}], "]"}]}], "&"}], ")"}]}], ",",
|
|
"Infinity"}], "]"}]}], ";"}]], "Input",
|
|
CellChangeTimes->{{3.789060034557857*^9, 3.789060036762814*^9}},
|
|
CellLabel->"In[39]:=",ExpressionUUID->"79a6c050-42dc-40df-acfa-2c099e2654b6"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{
|
|
RowBox[{"get", "[", "perm_", "]"}], ":=",
|
|
RowBox[{"With", "[",
|
|
RowBox[{
|
|
RowBox[{"{",
|
|
RowBox[{"output", "=",
|
|
RowBox[{"evaluate", "[",
|
|
RowBox[{"emptyState", ",",
|
|
RowBox[{"Flatten", "@",
|
|
RowBox[{"{",
|
|
RowBox[{"begin", ",",
|
|
RowBox[{"Part", "[",
|
|
RowBox[{"instrs", ",", "perm"}], "]"}], ",", "end"}], "}"}]}]}],
|
|
"]"}]}], "}"}], ",", "\[IndentingNewLine]",
|
|
RowBox[{"If", "[",
|
|
RowBox[{
|
|
RowBox[{"isOk", "[", "output", "]"}], ",",
|
|
RowBox[{"display", "@", "output"}], ",", "None"}], "]"}]}],
|
|
"\[IndentingNewLine]", "]"}]}]], "Input",
|
|
CellChangeTimes->{{3.788358480345085*^9, 3.7883585218729277`*^9}, {
|
|
3.788358597111239*^9, 3.7883586135603323`*^9}, {3.788358662174662*^9,
|
|
3.788358666651176*^9}, {3.788358728170452*^9, 3.788358733499523*^9}, {
|
|
3.788359185021566*^9, 3.788359196444641*^9}, 3.78835933305923*^9, {
|
|
3.7883593869244413`*^9, 3.788359391466733*^9}, {3.78835945046725*^9,
|
|
3.7883594523375187`*^9}},
|
|
CellLabel->"In[40]:=",ExpressionUUID->"a126070e-5571-4a37-af78-db2958c3fc48"],
|
|
|
|
Cell[CellGroupData[{
|
|
|
|
Cell[BoxData[
|
|
RowBox[{
|
|
RowBox[{"get", "/@", "allowable"}], "//", "Column"}]], "Input",
|
|
CellChangeTimes->{{3.788360896546317*^9, 3.7883608980884132`*^9}, {
|
|
3.788360992599257*^9, 3.788360993606059*^9}, {3.7890600437952337`*^9,
|
|
3.789060044650052*^9}},
|
|
CellLabel->"In[41]:=",ExpressionUUID->"6bedff2d-cda0-4780-83db-9126378b5ed6"],
|
|
|
|
Cell[BoxData[
|
|
TagBox[GridBox[{
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {35, 5 3^Rational[1, 2]}}, {{40, 0}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {20, 0}}, {{
|
|
25, -8.660254037844386}, {20, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{20, 0}, {15, (-5) 3^Rational[1, 2]}}, {{20, 0}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{15, -8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
5, (-5) 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, -8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-15, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-5, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-45, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-25, -8.660254037844386}, {-45, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-50,
|
|
0}}, {{-45, -8.660254037844386}, {-50, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-50, 0}, {-55, 5 3^Rational[1, 2]}}, {{-50,
|
|
0}, {-55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-55, 5 3^Rational[1, 2]}, {-60,
|
|
0}}, {{-55, 8.660254037844386}, {-60, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-60, 0}, {-55, (-5) 3^Rational[1, 2]}}, {{-60,
|
|
0}, {-55, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-60,
|
|
0}}, {{-55, -8.660254037844386}, {-60, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-60, 0}, {-50, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{-50, 0}, {-40, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-40, 0}, {-30, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-30, 0}, {-40, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-35, 5 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-35, 5 3^Rational[1, 2]}, {-55, 5
|
|
3^Rational[1, 2]}}, {{-35, 8.660254037844386}, {-55,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-55, 5 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-55, 8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-65, 8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[1, 2]}}, {{-5,
|
|
8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-25, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, -8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, 8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{-20, 0}, {-40, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-45, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-45, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-45, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-55, -8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-75, (-5)
|
|
3^Rational[1, 2]}}, {{-65,
|
|
8.660254037844386}, {-75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-95, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-75, -8.660254037844386}, {-95, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-90,
|
|
0}}, {{-95, -8.660254037844386}, {-90, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-90, 0}, {-95, (-5) 3^Rational[1, 2]}}, {{-90,
|
|
0}, {-95, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-85, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-95, -8.660254037844386}, {-85, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-85, (-5) 3^Rational[1, 2]}, {-80,
|
|
0}}, {{-85, -8.660254037844386}, {-80, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-80, 0}, {-70, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-70, 0}, {-60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-60, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-35, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-35, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, 5 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{
|
|
5, 5 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{35, (-5) 3^Rational[1, 2]}, {
|
|
35, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
36, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
36, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {35, 5 3^Rational[1, 2]}}, {{40, 0}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {20, 0}}, {{
|
|
25, -8.660254037844386}, {20, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{20, 0}, {15, (-5) 3^Rational[1, 2]}}, {{20, 0}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
15, (-5) 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
15, -8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-15, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, 8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{-10, 0}, {0, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {15, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{15, -8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, -8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{0, 0}, {20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{20, 0}, {30, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{30, 0}, {40, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{40, 0}, {50, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{50, 0}, {40, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {45, 5 3^Rational[1, 2]}}, {{40, 0}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
15, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {
|
|
65, (-5) 3^Rational[1, 2]}}, {{75, 8.660254037844386}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {60, 0}}, {{
|
|
55, -8.660254037844386}, {60, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{60, 0}, {70, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{70, 0}, {60, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{60, 0}, {55, (-5) 3^Rational[1, 2]}}, {{60, 0}, {
|
|
55, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {60, 0}}, {{
|
|
65, 8.660254037844386}, {60, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {35, (-5) 3^Rational[1, 2]}}, {{40, 0}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
15, 5 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
5, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
5, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-15, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {0,
|
|
0}}, {{-5, -8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {45, (-5) 3^Rational[1, 2]}}, {{40, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {55, 5 3^Rational[1, 2]}}, {{50, 0}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
85, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
85, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{85, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{85, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
115, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
115, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{115, (-5) 3^Rational[1, 2]}, {
|
|
115, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{115, (-5) 3^Rational[1, 2]}, {
|
|
116, (-5) 3^Rational[1, 2]}}, {{115, -8.660254037844386}, {
|
|
116, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[
|
|
NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {35, 5 3^Rational[1, 2]}}, {{40, 0}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {20, 0}}, {{
|
|
25, -8.660254037844386}, {20, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{20, 0}, {15, (-5) 3^Rational[1, 2]}}, {{20, 0}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
15, (-5) 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
15, -8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-15, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, 8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{-10, 0}, {0, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{
|
|
5, 5 3^Rational[1, 2]}, {-15, 5 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-25, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-25,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {20, 0}}, {{
|
|
15, -8.660254037844386}, {20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{20, 0}, {30, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{20, 0}, {10, 0}}]},
|
|
{GrayLevel[1], Opacity[0], LineBox[{{10, 0}, {0, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-15, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {0,
|
|
0}}, {{-5, 8.660254037844386}, {0, 0}}]]},
|
|
{GrayLevel[1], Opacity[0], LineBox[{{0, 0}, {-20, 0}}]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-25, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, -8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, 8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{-20, 0}, {-40, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-45, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-45, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-45, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-55, -8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-75, (-5)
|
|
3^Rational[1, 2]}}, {{-65,
|
|
8.660254037844386}, {-75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-95, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-75, -8.660254037844386}, {-95, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-90,
|
|
0}}, {{-95, -8.660254037844386}, {-90, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-90, 0}, {-95, (-5) 3^Rational[1, 2]}}, {{-90,
|
|
0}, {-95, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-85, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-95, -8.660254037844386}, {-85, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-85, (-5) 3^Rational[1, 2]}, {-80,
|
|
0}}, {{-85, -8.660254037844386}, {-80, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-80, 0}, {-70, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-70, 0}, {-60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-60, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-35, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-35, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, 5 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{
|
|
5, 5 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{35, (-5) 3^Rational[1, 2]}, {
|
|
35, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
36, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
36, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {35, 5 3^Rational[1, 2]}}, {{40, 0}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {20, 0}}, {{
|
|
25, -8.660254037844386}, {20, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{20, 0}, {15, (-5) 3^Rational[1, 2]}}, {{20, 0}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
15, (-5) 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
15, -8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-15, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, 8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{-10, 0}, {0, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{
|
|
5, 5 3^Rational[1, 2]}, {-15, 5 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-25, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-25,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {20, 0}}, {{
|
|
15, -8.660254037844386}, {20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{20, 0}, {30, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{20, 0}, {15, (-5) 3^Rational[1, 2]}}, {{20, 0}, {
|
|
15, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{15, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {20, 0}}, {{
|
|
25, 8.660254037844386}, {20, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{20, 0}, {0, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {-5, (-5) 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-15, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-25, -8.660254037844386}, {-35, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-40,
|
|
0}}, {{-35, -8.660254037844386}, {-40, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1], LineBox[{{-40, 0}, {-30, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, (-5) 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-45, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-25, -8.660254037844386}, {-45, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-45, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-55, -8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-75, (-5)
|
|
3^Rational[1, 2]}}, {{-65,
|
|
8.660254037844386}, {-75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-95, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-75, -8.660254037844386}, {-95, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-90,
|
|
0}}, {{-95, -8.660254037844386}, {-90, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-90, 0}, {-95, (-5) 3^Rational[1, 2]}}, {{-90,
|
|
0}, {-95, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-85, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-95, -8.660254037844386}, {-85, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-85, (-5) 3^Rational[1, 2]}, {-80,
|
|
0}}, {{-85, -8.660254037844386}, {-80, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-80, 0}, {-70, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-70, 0}, {-60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-60, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-35, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-35, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, 5 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{
|
|
5, 5 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{35, (-5) 3^Rational[1, 2]}, {
|
|
35, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
36, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
36, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[
|
|
NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {-5, 5 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-5, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, 8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{10, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{0, 0}, {-5, 5 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[1, 2]}}, {{-5,
|
|
8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-25, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-45, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-25, -8.660254037844386}, {-45, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[
|
|
NCache[{{-45, (-5) 3^Rational[1, 2]}, {-50,
|
|
0}}, {{-45, -8.660254037844386}, {-50, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-50, 0}, {-55, 5 3^Rational[1, 2]}}, {{-50,
|
|
0}, {-55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-55, 5 3^Rational[1, 2]}, {-60,
|
|
0}}, {{-55, 8.660254037844386}, {-60, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-60, 0}, {-55, (-5) 3^Rational[1, 2]}}, {{-60,
|
|
0}, {-55, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-60,
|
|
0}}, {{-55, -8.660254037844386}, {-60, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-60, 0}, {-50, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{-50, 0}, {-40, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-40, 0}, {-30, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-30, 0}, {-40, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-35, 5 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-35, 5 3^Rational[1, 2]}, {-55, 5
|
|
3^Rational[1, 2]}}, {{-35, 8.660254037844386}, {-55,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-55, 5 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-55, 8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-65, 8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[1, 2]}}, {{-5,
|
|
8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-25, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, -8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, 8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{-20, 0}, {-40, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-45, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-45, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-45, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-55, -8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-75, (-5)
|
|
3^Rational[1, 2]}}, {{-65,
|
|
8.660254037844386}, {-75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-95, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-75, -8.660254037844386}, {-95, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-90,
|
|
0}}, {{-95, -8.660254037844386}, {-90, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-90, 0}, {-95, (-5) 3^Rational[1, 2]}}, {{-90,
|
|
0}, {-95, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-85, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-95, -8.660254037844386}, {-85, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-85, (-5) 3^Rational[1, 2]}, {-80,
|
|
0}}, {{-85, -8.660254037844386}, {-80, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-80, 0}, {-70, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-70, 0}, {-60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-60, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-35, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-35, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, 5 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{
|
|
5, 5 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{35, (-5) 3^Rational[1, 2]}, {
|
|
35, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
36, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
36, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[
|
|
NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {-5, 5 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-5, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, 8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{10, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, -8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, 8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{-10, 0}, {-30, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-35, (-5) 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-35, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-60,
|
|
0}}, {{-55, -8.660254037844386}, {-60, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-60, 0}, {-65, 5 3^Rational[1, 2]}}, {{-60,
|
|
0}, {-65, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-70,
|
|
0}}, {{-65, 8.660254037844386}, {-70, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-70, 0}, {-65, (-5) 3^Rational[1, 2]}}, {{-70,
|
|
0}, {-65, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-65, (-5) 3^Rational[1, 2]}, {-70,
|
|
0}}, {{-65, -8.660254037844386}, {-70, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-70, 0}, {-60, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{-60, 0}, {-50, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-50, 0}, {-40, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-40, 0}, {-50, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-50, 0}, {-45, 5 3^Rational[1, 2]}}, {{-50,
|
|
0}, {-45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-45, 5 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-45, 8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-75, 5
|
|
3^Rational[1, 2]}}, {{-65, 8.660254037844386}, {-75,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-75, 5 3^Rational[1, 2]}, {-25, 5
|
|
3^Rational[1, 2]}}, {{-75, 8.660254037844386}, {-25,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[1, 2]}}, {{-15,
|
|
8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-25, -8.660254037844386}, {-35, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-35, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-20, 0}, {-30, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-25, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[1, 2]}}, {{-25,
|
|
8.660254037844386}, {-35, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-40,
|
|
0}}, {{-35, -8.660254037844386}, {-40, 0}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-45, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-45, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-45, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-55, -8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-75, (-5)
|
|
3^Rational[1, 2]}}, {{-65,
|
|
8.660254037844386}, {-75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-95, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-75, -8.660254037844386}, {-95, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-90,
|
|
0}}, {{-95, -8.660254037844386}, {-90, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-90, 0}, {-95, (-5) 3^Rational[1, 2]}}, {{-90,
|
|
0}, {-95, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-85, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-95, -8.660254037844386}, {-85, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-85, (-5) 3^Rational[1, 2]}, {-80,
|
|
0}}, {{-85, -8.660254037844386}, {-80, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-80, 0}, {-70, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-70, 0}, {-60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-60, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-35, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-35, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, 5 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{
|
|
5, 5 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{35, (-5) 3^Rational[1, 2]}, {
|
|
35, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
36, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
36, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[
|
|
NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {-5, 5 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-5, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, 8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{10, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-20, 0}, {-30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-30, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-40, 0}, {-30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-35, (-5) 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-35, -8.660254037844386}, {-15, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-65, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-55, -8.660254037844386}, {-65, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-65, (-5) 3^Rational[1, 2]}, {-55, 5
|
|
3^Rational[1, 2]}}, {{-65, -8.660254037844386}, {-55,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-55, 5 3^Rational[1, 2]}, {-45, 5
|
|
3^Rational[1, 2]}}, {{-55, 8.660254037844386}, {-45,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-45, 5 3^Rational[1, 2]}, {-50,
|
|
0}}, {{-45, 8.660254037844386}, {-50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-50, 0}, {-60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-60, 0}, {-50, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{-50, 0}, {-60, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-60, 0}, {-55, (-5) 3^Rational[1, 2]}}, {{-60,
|
|
0}, {-55, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-45, 5
|
|
3^Rational[1, 2]}}, {{-55, -8.660254037844386}, {-45,
|
|
8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-45, 5 3^Rational[1, 2]}, {-40,
|
|
0}}, {{-45, 8.660254037844386}, {-40, 0}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-35, 5 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-35, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-35, 5 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-35, 8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-15, 8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-5, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {0,
|
|
0}}, {{-5, -8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {-5, 5 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {0,
|
|
0}}, {{-5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {-5, (-5) 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{0, 0}, {-20, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-25, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-25, -8.660254037844386}, {-35, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-45, 5
|
|
3^Rational[1, 2]}}, {{-35, -8.660254037844386}, {-45,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-45, 5 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[1, 2]}}, {{-45,
|
|
8.660254037844386}, {-55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-75, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-55, -8.660254037844386}, {-75, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-70,
|
|
0}}, {{-75, -8.660254037844386}, {-70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-70, 0}, {-75, (-5) 3^Rational[1, 2]}}, {{-70,
|
|
0}, {-75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-65, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-75, -8.660254037844386}, {-65, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-65, (-5) 3^Rational[1, 2]}, {-60,
|
|
0}}, {{-65, -8.660254037844386}, {-60, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-60, 0}, {-50, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-50, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-40, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-15, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-5, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{-5, 8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{15, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{55, (-5) 3^Rational[1, 2]}, {
|
|
55, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
56, (-5) 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
56, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {-5, 5 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-5, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, 8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{10, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-20, 0}, {-30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-30, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-40, 0}, {-30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-35, (-5) 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-35, -8.660254037844386}, {-15, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-65, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-55, -8.660254037844386}, {-65, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-65, (-5) 3^Rational[1, 2]}, {-55, 5
|
|
3^Rational[1, 2]}}, {{-65, -8.660254037844386}, {-55,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-55, 5 3^Rational[1, 2]}, {-45, 5
|
|
3^Rational[1, 2]}}, {{-55, 8.660254037844386}, {-45,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-45, 5 3^Rational[1, 2]}, {-50,
|
|
0}}, {{-45, 8.660254037844386}, {-50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-50, 0}, {-60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-60, 0}, {-50, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-50, 0}, {-45, 5 3^Rational[1, 2]}}, {{-50,
|
|
0}, {-45, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-45, 5 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[1, 2]}}, {{-45,
|
|
8.660254037844386}, {-55, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-50,
|
|
0}}, {{-55, -8.660254037844386}, {-50, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{-50, 0}, {-30, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, 5 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {0,
|
|
0}}, {{-5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, (-5) 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, -8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, 5 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, 8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{10, 0}, {20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{20, 0}, {15, 5 3^Rational[1, 2]}}, {{20, 0}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, -8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {-5, (-5) 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-15, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, 5
|
|
3^Rational[1, 2]}}, {{-15, -8.660254037844386}, {-25,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[1, 2]}}, {{-25,
|
|
8.660254037844386}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-35, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-50,
|
|
0}}, {{-55, -8.660254037844386}, {-50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-50, 0}, {-55, (-5) 3^Rational[1, 2]}}, {{-50,
|
|
0}, {-55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-45, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-55, -8.660254037844386}, {-45, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-40,
|
|
0}}, {{-45, -8.660254037844386}, {-40, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-40, 0}, {-30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-20, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, (-5) 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, -8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {15, 5 3^Rational[1, 2]}}, {{10, 0}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
75, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{75, (-5) 3^Rational[1, 2]}, {
|
|
75, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
76, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
76, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[
|
|
NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{30, 0}, {25, (-5) 3^Rational[1, 2]}}, {{30, 0}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {30, 0}}, {{
|
|
35, 8.660254037844386}, {30, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{30, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{
|
|
5, (-5) 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, -8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-15, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-25, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-35, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-35, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-60,
|
|
0}}, {{-55, -8.660254037844386}, {-60, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-60, 0}, {-65, 5 3^Rational[1, 2]}}, {{-60,
|
|
0}, {-65, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-70,
|
|
0}}, {{-65, 8.660254037844386}, {-70, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-70, 0}, {-65, (-5) 3^Rational[1, 2]}}, {{-70,
|
|
0}, {-65, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-65, (-5) 3^Rational[1, 2]}, {-70,
|
|
0}}, {{-65, -8.660254037844386}, {-70, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-70, 0}, {-60, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{-60, 0}, {-50, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-50, 0}, {-40, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-40, 0}, {-50, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-50, 0}, {-45, 5 3^Rational[1, 2]}}, {{-50,
|
|
0}, {-45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-45, 5 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-45, 8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-75, 5
|
|
3^Rational[1, 2]}}, {{-65, 8.660254037844386}, {-75,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-75, 5 3^Rational[1, 2]}, {-25, 5
|
|
3^Rational[1, 2]}}, {{-75, 8.660254037844386}, {-25,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[1, 2]}}, {{-15,
|
|
8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-25, -8.660254037844386}, {-35, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-35, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-20, 0}, {-30, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-25, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[1, 2]}}, {{-25,
|
|
8.660254037844386}, {-35, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-40,
|
|
0}}, {{-35, -8.660254037844386}, {-40, 0}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-45, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-45, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-45, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-55, -8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-75, (-5)
|
|
3^Rational[1, 2]}}, {{-65,
|
|
8.660254037844386}, {-75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-95, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-75, -8.660254037844386}, {-95, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-90,
|
|
0}}, {{-95, -8.660254037844386}, {-90, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-90, 0}, {-95, (-5) 3^Rational[1, 2]}}, {{-90,
|
|
0}, {-95, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-85, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-95, -8.660254037844386}, {-85, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-85, (-5) 3^Rational[1, 2]}, {-80,
|
|
0}}, {{-85, -8.660254037844386}, {-80, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-80, 0}, {-70, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-70, 0}, {-60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-60, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-35, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-35, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, 5 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{
|
|
5, 5 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{35, (-5) 3^Rational[1, 2]}, {
|
|
35, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
36, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
36, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{30, 0}, {25, (-5) 3^Rational[1, 2]}}, {{30, 0}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {30, 0}}, {{
|
|
35, 8.660254037844386}, {30, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{30, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{
|
|
5, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
5, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-25, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-25, 8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, (-5) 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-25, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-10, 0}, {0, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, (-5) 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{
|
|
5, (-5) 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, -8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{-10, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{10, 0}, {20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{20, 0}, {30, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{30, 0}, {40, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{30, 0}, {35, 5 3^Rational[1, 2]}}, {{30, 0}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
15, 5 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {5, 5 3^Rational[1, 2]}}, {{
|
|
15, 8.660254037844386}, {5, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {55, 5 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{60, 0}, {50, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{60, 0}, {55, 5 3^Rational[1, 2]}}, {{60, 0}, {
|
|
55, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {40, 0}}, {{
|
|
45, -8.660254037844386}, {40, 0}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {35, (-5) 3^Rational[1, 2]}}, {{40, 0}, {
|
|
35, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
15, 5 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
5, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
5, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-15, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {0,
|
|
0}}, {{-5, -8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {45, (-5) 3^Rational[1, 2]}}, {{40, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {55, 5 3^Rational[1, 2]}}, {{50, 0}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
85, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
85, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{85, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{85, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
115, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
115, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{115, (-5) 3^Rational[1, 2]}, {
|
|
115, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{115, (-5) 3^Rational[1, 2]}, {
|
|
116, (-5) 3^Rational[1, 2]}}, {{115, -8.660254037844386}, {
|
|
116, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[
|
|
NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{30, 0}, {25, (-5) 3^Rational[1, 2]}}, {{30, 0}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {30, 0}}, {{
|
|
35, 8.660254037844386}, {30, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{30, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{
|
|
5, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
5, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-25, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-25, 8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, (-5) 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-25, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-10, 0}, {0, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-5, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-25, 5
|
|
3^Rational[1, 2]}}, {{-5, 8.660254037844386}, {-25,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-35, 5
|
|
3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {-35,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-35, 5 3^Rational[1, 2]}, {
|
|
15, 5 3^Rational[1, 2]}}, {{-35, 8.660254037844386}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{15, -8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, -8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{10, 0}, {20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{20, 0}, {10, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{10, 0}, {20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{20, 0}, {15, 5 3^Rational[1, 2]}}, {{20, 0}, {
|
|
15, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, -8.660254037844386}, {0, 0}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {-5, (-5) 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-15, \
|
|
-8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-25, -8.660254037844386}, {-35, \
|
|
-8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-40,
|
|
0}}, {{-35, -8.660254037844386}, {-40, 0}}]]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{-40, 0}, {-30, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, (-5) 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-45, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-25, -8.660254037844386}, {-45, \
|
|
-8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-45, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-55, -8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-75, (-5)
|
|
3^Rational[1, 2]}}, {{-65,
|
|
8.660254037844386}, {-75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-95, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-75, -8.660254037844386}, {-95, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-90,
|
|
0}}, {{-95, -8.660254037844386}, {-90, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-90, 0}, {-95, (-5) 3^Rational[1, 2]}}, {{-90,
|
|
0}, {-95, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-85, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-95, -8.660254037844386}, {-85, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-85, (-5) 3^Rational[1, 2]}, {-80,
|
|
0}}, {{-85, -8.660254037844386}, {-80, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-80, 0}, {-70, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-70, 0}, {-60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-60, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-35, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-35, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, 5 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{
|
|
5, 5 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{35, (-5) 3^Rational[1, 2]}, {
|
|
35, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
36, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
36, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{30, 0}, {25, (-5) 3^Rational[1, 2]}}, {{30, 0}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {30, 0}}, {{
|
|
35, 8.660254037844386}, {30, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{30, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{
|
|
5, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
5, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-25, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-25, 8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, (-5) 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-25, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{-10, 0}, {0, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-5, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-25, 5
|
|
3^Rational[1, 2]}}, {{-5, 8.660254037844386}, {-25,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-35, 5
|
|
3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {-35,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-35, 5 3^Rational[1, 2]}, {
|
|
15, 5 3^Rational[1, 2]}}, {{-35, 8.660254037844386}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{15, -8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, -8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{10, 0}, {20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{20, 0}, {10, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{GrayLevel[1], Opacity[0], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-25, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-15, 8.660254037844386}, {-10, 0}}]]},
|
|
{GrayLevel[1], Opacity[0], LineBox[{{-10, 0}, {-30, 0}}]},
|
|
{GrayLevel[1], Opacity[0], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-25, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[1, 2]}}, {{-25,
|
|
8.660254037844386}, {-35, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-40,
|
|
0}}, {{-35, -8.660254037844386}, {-40, 0}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-45, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-45, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-45, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-65, 5
|
|
3^Rational[1, 2]}}, {{-55, -8.660254037844386}, {-65,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-65, 5 3^Rational[1, 2]}, {-75, (-5)
|
|
3^Rational[1, 2]}}, {{-65,
|
|
8.660254037844386}, {-75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-95, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-75, -8.660254037844386}, {-95, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-90,
|
|
0}}, {{-95, -8.660254037844386}, {-90, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-90, 0}, {-95, (-5) 3^Rational[1, 2]}}, {{-90,
|
|
0}, {-95, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-95, (-5) 3^Rational[1, 2]}, {-85, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-95, -8.660254037844386}, {-85, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-85, (-5) 3^Rational[1, 2]}, {-80,
|
|
0}}, {{-85, -8.660254037844386}, {-80, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-80, 0}, {-70, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-70, 0}, {-60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-60, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-40, 0}, {-35, (-5) 3^Rational[1, 2]}}, {{-40,
|
|
0}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-30,
|
|
0}}, {{-35, -8.660254037844386}, {-30, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-30, 0}, {-25, 5 3^Rational[1, 2]}}, {{-30,
|
|
0}, {-25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-25, 8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{
|
|
5, 5 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{35, (-5) 3^Rational[1, 2]}, {
|
|
35, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
36, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
36, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{5, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
35, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
35, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, -8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[
|
|
NCache[{{-5, 5 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, 8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, -8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {0,
|
|
0}}, {{-5, 8.660254037844386}, {0, 0}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {15, 5 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {15, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {40, 0}}, {{
|
|
35, 8.660254037844386}, {40, 0}}]]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{30, 0}, {25, 5 3^Rational[1, 2]}}, {{30, 0}, {
|
|
25, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
65, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {75, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {80, 0}}, {{
|
|
75, -8.660254037844386}, {80, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{80, 0}, {75, 5 3^Rational[1, 2]}}, {{80, 0}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {80, 0}}, {{
|
|
75, 8.660254037844386}, {80, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{80, 0}, {75, (-5) 3^Rational[1, 2]}}, {{80, 0}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
85, 5 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
85, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{85, 5 3^Rational[1, 2]}, {80, 0}}, {{
|
|
85, 8.660254037844386}, {80, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{80, 0}, {60, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{60, 0}, {55, (-5) 3^Rational[1, 2]}}, {{60, 0}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{45, -8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, -8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{5, -8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {20, 0}}, {{
|
|
15, -8.660254037844386}, {20, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{40, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{60, 0}, {65, (-5) 3^Rational[1, 2]}}, {{60, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {70, 0}}, {{
|
|
65, -8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {75, 5 3^Rational[1, 2]}}, {{70, 0}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {
|
|
105, 5 3^Rational[1, 2]}}, {{75, 8.660254037844386}, {
|
|
105, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{105, 5 3^Rational[1, 2]}, {
|
|
95, (-5) 3^Rational[1, 2]}}, {{105, 8.660254037844386}, {
|
|
95, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{95, (-5) 3^Rational[1, 2]}, {
|
|
135, (-5) 3^Rational[1, 2]}}, {{95, -8.660254037844386}, {
|
|
135, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{135, (-5) 3^Rational[1, 2]}, {
|
|
135, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{135, (-5) 3^Rational[1, 2]}, {
|
|
136, (-5) 3^Rational[1, 2]}}, {{135, -8.660254037844386}, {
|
|
136, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{5, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
35, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
35, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, -8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, 8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, -8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {0,
|
|
0}}, {{-5, 8.660254037844386}, {0, 0}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {25, 5 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {25, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {30, 0}}, {{
|
|
25, 8.660254037844386}, {30, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{30, 0}, {35, (-5) 3^Rational[1, 2]}}, {{30, 0}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {40, 0}}, {{
|
|
35, -8.660254037844386}, {40, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {35, 5 3^Rational[1, 2]}}, {{40, 0}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {40, 0}}, {{
|
|
35, 8.660254037844386}, {40, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, 5 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {15, 5 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {20, 0}}, {{
|
|
15, 8.660254037844386}, {20, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{20, 0}, {0, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{0, 0}, {-5, (-5) 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
5, 5 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{0, 0}, {-20, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-25, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-25, -8.660254037844386}, {-35, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-45, 5
|
|
3^Rational[1, 2]}}, {{-35, -8.660254037844386}, {-45,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-45, 5 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[1, 2]}}, {{-45,
|
|
8.660254037844386}, {-55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-75, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-55, -8.660254037844386}, {-75, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-70,
|
|
0}}, {{-75, -8.660254037844386}, {-70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-70, 0}, {-75, (-5) 3^Rational[1, 2]}}, {{-70,
|
|
0}, {-75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-65, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-75, -8.660254037844386}, {-65, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-65, (-5) 3^Rational[1, 2]}, {-60,
|
|
0}}, {{-65, -8.660254037844386}, {-60, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-60, 0}, {-50, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-50, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-40, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-15, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-5, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{-5, 8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{15, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{55, (-5) 3^Rational[1, 2]}, {
|
|
55, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
56, (-5) 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
56, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{5, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
35, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
35, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, -8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[
|
|
NCache[{{-5, 5 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, 8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, -8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {0,
|
|
0}}, {{-5, 8.660254037844386}, {0, 0}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {25, 5 3^Rational[1, 2]}}, {{
|
|
5, 8.660254037844386}, {25, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {30, 0}}, {{
|
|
25, 8.660254037844386}, {30, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{30, 0}, {35, (-5) 3^Rational[1, 2]}}, {{30, 0}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {40, 0}}, {{
|
|
35, -8.660254037844386}, {40, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {35, 5 3^Rational[1, 2]}}, {{40, 0}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {40, 0}}, {{
|
|
35, 8.660254037844386}, {40, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {35, (-5) 3^Rational[1, 2]}}, {{40, 0}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {40, 0}}, {{
|
|
45, 8.660254037844386}, {40, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{40, 0}, {20, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{20, 0}, {15, (-5) 3^Rational[1, 2]}}, {{20, 0}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{15, -8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{
|
|
5, (-5) 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
5, -8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-15, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-15, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-5, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-25, -8.660254037844386}, {-35, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-45, 5
|
|
3^Rational[1, 2]}}, {{-35, -8.660254037844386}, {-45,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-45, 5 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[1, 2]}}, {{-45,
|
|
8.660254037844386}, {-55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-75, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-55, -8.660254037844386}, {-75, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-70,
|
|
0}}, {{-75, -8.660254037844386}, {-70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-70, 0}, {-75, (-5) 3^Rational[1, 2]}}, {{-70,
|
|
0}, {-75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-75, (-5) 3^Rational[1, 2]}, {-65, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-75, -8.660254037844386}, {-65, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-65, (-5) 3^Rational[1, 2]}, {-60,
|
|
0}}, {{-65, -8.660254037844386}, {-60, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-60, 0}, {-50, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-50, 0}, {-40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-40, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-20, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-15, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-5, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{-5, 8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{15, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{55, (-5) 3^Rational[1, 2]}, {
|
|
55, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
56, (-5) 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
56, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{5, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
35, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
35, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, -8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, 8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{-10, 0}, {0, 0}}]},
|
|
{GrayLevel[1], Opacity[0], LineBox[{{0, 0}, {10, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{10, 0}, {20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{20, 0}, {25, (-5) 3^Rational[1, 2]}}, {{20, 0}, {
|
|
25, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {10, 0}}, {{
|
|
15, -8.660254037844386}, {10, 0}}]]},
|
|
{GrayLevel[1], Opacity[0], LineBox[{{10, 0}, {30, 0}}]},
|
|
{GrayLevel[1], Opacity[0], LineBox[{{30, 0}, {20, 0}}]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{20, 0}, {25, (-5) 3^Rational[1, 2]}}, {{20, 0}, {
|
|
25, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {40, 0}}, {{
|
|
35, 8.660254037844386}, {40, 0}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {45, 5 3^Rational[1, 2]}}, {{40, 0}, {
|
|
45, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[
|
|
NCache[{{45, 5 3^Rational[1, 2]}, {65, 5 3^Rational[1, 2]}}, {{
|
|
45, 8.660254037844386}, {65, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
65, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {75, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {80, 0}}, {{
|
|
75, -8.660254037844386}, {80, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{80, 0}, {75, 5 3^Rational[1, 2]}}, {{80, 0}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {80, 0}}, {{
|
|
75, 8.660254037844386}, {80, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{80, 0}, {75, (-5) 3^Rational[1, 2]}}, {{80, 0}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
85, 5 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
85, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{85, 5 3^Rational[1, 2]}, {80, 0}}, {{
|
|
85, 8.660254037844386}, {80, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{80, 0}, {60, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{60, 0}, {55, (-5) 3^Rational[1, 2]}}, {{60, 0}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{45, -8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, -8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{5, -8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {20, 0}}, {{
|
|
15, -8.660254037844386}, {20, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{40, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{60, 0}, {65, (-5) 3^Rational[1, 2]}}, {{60, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {70, 0}}, {{
|
|
65, -8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {75, 5 3^Rational[1, 2]}}, {{70, 0}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {
|
|
105, 5 3^Rational[1, 2]}}, {{75, 8.660254037844386}, {
|
|
105, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{105, 5 3^Rational[1, 2]}, {
|
|
95, (-5) 3^Rational[1, 2]}}, {{105, 8.660254037844386}, {
|
|
95, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{95, (-5) 3^Rational[1, 2]}, {
|
|
135, (-5) 3^Rational[1, 2]}}, {{95, -8.660254037844386}, {
|
|
135, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{135, (-5) 3^Rational[1, 2]}, {
|
|
135, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{135, (-5) 3^Rational[1, 2]}, {
|
|
136, (-5) 3^Rational[1, 2]}}, {{135, -8.660254037844386}, {
|
|
136, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{5, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
35, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
35, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, -8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[
|
|
NCache[{{-15, 5 3^Rational[1, 2]}, {-5, 5 3^Rational[1, 2]}}, {{-15,
|
|
8.660254037844386}, {-5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, 8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{-10, 0}, {0, 0}}]},
|
|
{GrayLevel[1], Opacity[0], LineBox[{{0, 0}, {10, 0}}]},
|
|
{GrayLevel[1], Opacity[1], LineBox[{{10, 0}, {20, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{20, 0}, {25, (-5) 3^Rational[1, 2]}}, {{20, 0}, {
|
|
25, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {10, 0}}, {{
|
|
15, -8.660254037844386}, {10, 0}}]]},
|
|
{GrayLevel[1], Opacity[0], LineBox[{{10, 0}, {30, 0}}]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{30, 0}, {35, 5 3^Rational[1, 2]}}, {{30, 0}, {
|
|
35, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {30, 0}}, {{
|
|
25, -8.660254037844386}, {30, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{30, 0}, {50, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {55, 5 3^Rational[1, 2]}}, {{50, 0}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {80, 0}}, {{
|
|
75, 8.660254037844386}, {80, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{80, 0}, {85, (-5) 3^Rational[1, 2]}}, {{80, 0}, {
|
|
85, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{85, (-5) 3^Rational[1, 2]}, {90, 0}}, {{
|
|
85, -8.660254037844386}, {90, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{90, 0}, {85, 5 3^Rational[1, 2]}}, {{90, 0}, {
|
|
85, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{85, 5 3^Rational[1, 2]}, {90, 0}}, {{
|
|
85, 8.660254037844386}, {90, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{90, 0}, {100, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{100, 0}, {95, 5 3^Rational[1, 2]}}, {{100, 0}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
85, (-5) 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
85, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{85, (-5) 3^Rational[1, 2]}, {80, 0}}, {{
|
|
85, -8.660254037844386}, {80, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{80, 0}, {75, (-5) 3^Rational[1, 2]}}, {{80, 0}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
65, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{45, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {30, 0}}, {{
|
|
25, -8.660254037844386}, {30, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{30, 0}, {25, (-5) 3^Rational[1, 2]}}, {{30, 0}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {40, 0}}, {{
|
|
35, -8.660254037844386}, {40, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{40, 0}, {50, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {80, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{80, 0}, {85, (-5) 3^Rational[1, 2]}}, {{80, 0}, {
|
|
85, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{85, (-5) 3^Rational[1, 2]}, {90, 0}}, {{
|
|
85, -8.660254037844386}, {90, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{90, 0}, {95, 5 3^Rational[1, 2]}}, {{90, 0}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
125, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
125, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{125, 5 3^Rational[1, 2]}, {
|
|
115, (-5) 3^Rational[1, 2]}}, {{125, 8.660254037844386}, {
|
|
115, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{115, (-5) 3^Rational[1, 2]}, {
|
|
155, (-5) 3^Rational[1, 2]}}, {{115, -8.660254037844386}, {
|
|
155, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{155, (-5) 3^Rational[1, 2]}, {
|
|
155, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{155, (-5) 3^Rational[1, 2]}, {
|
|
156, (-5) 3^Rational[1, 2]}}, {{155, -8.660254037844386}, {
|
|
156, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{5, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
35, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
35, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, -8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, 8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-5, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[1, 2]}}, {{-5,
|
|
8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-15, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{-10, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {15, 5 3^Rational[1, 2]}}, {{10, 0}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1], LineBox[{{50, 0}, {40, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {35, 5 3^Rational[1, 2]}}, {{40, 0}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{35, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {80, 0}}, {{
|
|
75, 8.660254037844386}, {80, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{80, 0}, {85, (-5) 3^Rational[1, 2]}}, {{80, 0}, {
|
|
85, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{85, (-5) 3^Rational[1, 2]}, {90, 0}}, {{
|
|
85, -8.660254037844386}, {90, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{90, 0}, {85, 5 3^Rational[1, 2]}}, {{90, 0}, {
|
|
85, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{85, 5 3^Rational[1, 2]}, {90, 0}}, {{
|
|
85, 8.660254037844386}, {90, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{90, 0}, {100, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{100, 0}, {95, 5 3^Rational[1, 2]}}, {{100, 0}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
85, (-5) 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
85, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{85, (-5) 3^Rational[1, 2]}, {80, 0}}, {{
|
|
85, -8.660254037844386}, {80, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{80, 0}, {75, (-5) 3^Rational[1, 2]}}, {{80, 0}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
65, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{45, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {30, 0}}, {{
|
|
25, -8.660254037844386}, {30, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{30, 0}, {25, (-5) 3^Rational[1, 2]}}, {{30, 0}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {40, 0}}, {{
|
|
35, -8.660254037844386}, {40, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{40, 0}, {50, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {80, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{80, 0}, {85, (-5) 3^Rational[1, 2]}}, {{80, 0}, {
|
|
85, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{85, (-5) 3^Rational[1, 2]}, {90, 0}}, {{
|
|
85, -8.660254037844386}, {90, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{90, 0}, {95, 5 3^Rational[1, 2]}}, {{90, 0}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
125, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
125, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{125, 5 3^Rational[1, 2]}, {
|
|
115, (-5) 3^Rational[1, 2]}}, {{125, 8.660254037844386}, {
|
|
115, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{115, (-5) 3^Rational[1, 2]}, {
|
|
155, (-5) 3^Rational[1, 2]}}, {{115, -8.660254037844386}, {
|
|
155, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{155, (-5) 3^Rational[1, 2]}, {
|
|
155, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{155, (-5) 3^Rational[1, 2]}, {
|
|
156, (-5) 3^Rational[1, 2]}}, {{155, -8.660254037844386}, {
|
|
156, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{5, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
35, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
35, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, -8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, 8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-5, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[1, 2]}}, {{-5,
|
|
8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-15, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{-10, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {15, 5 3^Rational[1, 2]}}, {{10, 0}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {40, 0}}, {{
|
|
35, 8.660254037844386}, {40, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {45, (-5) 3^Rational[1, 2]}}, {{40, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, 5 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{60, 0}, {55, 5 3^Rational[1, 2]}}, {{60, 0}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {40, 0}}, {{
|
|
45, -8.660254037844386}, {40, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {35, (-5) 3^Rational[1, 2]}}, {{40, 0}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
15, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{15, (-5) 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{15, -8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, -8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {15, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{
|
|
15, (-5) 3^Rational[1, 2]}, {-5, (-5) 3^Rational[1, 2]}}, {{
|
|
15, -8.660254037844386}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-15, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, 5
|
|
3^Rational[1, 2]}}, {{-15, -8.660254037844386}, {-25,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[1, 2]}}, {{-25,
|
|
8.660254037844386}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-35, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-50,
|
|
0}}, {{-55, -8.660254037844386}, {-50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-50, 0}, {-55, (-5) 3^Rational[1, 2]}}, {{-50,
|
|
0}, {-55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-45, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-55, -8.660254037844386}, {-45, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-40,
|
|
0}}, {{-45, -8.660254037844386}, {-40, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-40, 0}, {-30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-20, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, (-5) 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, -8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {15, 5 3^Rational[1, 2]}}, {{10, 0}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
75, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{75, (-5) 3^Rational[1, 2]}, {
|
|
75, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
76, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
76, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]},
|
|
{
|
|
GraphicsBox[{
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, 5 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{5, 5 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, 8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1], LineBox[{{0, 0}, {-10, 0}}]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-10, 0}, {-15, (-5) 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-5, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-5, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{-5, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {
|
|
65, 5 3^Rational[1, 2]}}, {{25, 8.660254037844386}, {
|
|
65, 8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{65, 5 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{65, 8.660254037844386}, {
|
|
75, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
45, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, (-5) 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[0, 0, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
45, (-5) 3^Rational[1, 2]}, {-25, (-5) 3^Rational[1, 2]}}, {{
|
|
45, -8.660254037844386}, {-25, -8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-20,
|
|
0}}, {{-25, -8.660254037844386}, {-20, 0}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-20, 0}, {-15, 5 3^Rational[1, 2]}}, {{-20,
|
|
0}, {-15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
55, 5 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
55, 8.660254037844386}}]]},
|
|
{RGBColor[1, 1, 0], Opacity[0],
|
|
LineBox[NCache[{{55, 5 3^Rational[1, 2]}, {
|
|
95, 5 3^Rational[1, 2]}}, {{55, 8.660254037844386}, {
|
|
95, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{95, 5 3^Rational[1, 2]}, {
|
|
75, 5 3^Rational[1, 2]}}, {{95, 8.660254037844386}, {
|
|
75, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{75, 5 3^Rational[1, 2]}, {70, 0}}, {{
|
|
75, 8.660254037844386}, {70, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{70, 0}, {65, (-5) 3^Rational[1, 2]}}, {{70, 0}, {
|
|
65, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{65, (-5) 3^Rational[1, 2]}, {
|
|
55, (-5) 3^Rational[1, 2]}}, {{65, -8.660254037844386}, {
|
|
55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{55, (-5) 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{55, -8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{50, 0}, {60, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{60, 0}, {40, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{20, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{10, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{0, 0}, {10, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {5, (-5) 3^Rational[1, 2]}}, {{10, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {
|
|
25, (-5) 3^Rational[1, 2]}}, {{5, -8.660254037844386}, {
|
|
25, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{25, (-5) 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{25, -8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{
|
|
35, (-5) 3^Rational[1, 2]}, {-15, (-5) 3^Rational[1, 2]}}, {{
|
|
35, -8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-15, -8.660254037844386}, {-25, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-25, (-5) 3^Rational[1, 2]}, {-15, 5
|
|
3^Rational[1, 2]}}, {{-25, -8.660254037844386}, {-15,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-15, 5 3^Rational[1, 2]}, {-5, 5
|
|
3^Rational[1, 2]}}, {{-15, 8.660254037844386}, {-5,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-5, 8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-10, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-20, 0}, {-10, 0}}]},
|
|
{GrayLevel[1], Opacity[1],
|
|
LineBox[NCache[{{-10, 0}, {-5, 5 3^Rational[1, 2]}}, {{-10,
|
|
0}, {-5, 8.660254037844386}}]]},
|
|
{GrayLevel[1], Opacity[0],
|
|
LineBox[NCache[{{-5, 5 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[1, 2]}}, {{-5,
|
|
8.660254037844386}, {-15, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-10,
|
|
0}}, {{-15, -8.660254037844386}, {-10, 0}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0], LineBox[{{-10, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {15, 5 3^Rational[1, 2]}}, {{10, 0}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[0],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
35, 5 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
35, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0.5, 0.5], Opacity[1],
|
|
LineBox[NCache[{{35, 5 3^Rational[1, 2]}, {40, 0}}, {{
|
|
35, 8.660254037844386}, {40, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{40, 0}, {45, (-5) 3^Rational[1, 2]}}, {{40, 0}, {
|
|
45, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{45, (-5) 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, -8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{50, 0}, {45, 5 3^Rational[1, 2]}}, {{50, 0}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {50, 0}}, {{
|
|
45, 8.660254037844386}, {50, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{50, 0}, {40, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{40, 0}, {30, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1], LineBox[{{30, 0}, {20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{20, 0}, {15, 5 3^Rational[1, 2]}}, {{20, 0}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
25, 5 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
25, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{25, 5 3^Rational[1, 2]}, {30, 0}}, {{
|
|
25, 8.660254037844386}, {30, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{30, 0}, {10, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0], LineBox[{{10, 0}, {20, 0}}]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{20, 0}, {15, 5 3^Rational[1, 2]}}, {{20, 0}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
5, (-5) 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {0, 0}}, {{
|
|
5, -8.660254037844386}, {0, 0}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {-5, (-5) 3^Rational[1, 2]}}, {{0,
|
|
0}, {-5, -8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-5, (-5) 3^Rational[1, 2]}, {-15, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-5, -8.660254037844386}, {-15, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[1, 0, 0], Opacity[1],
|
|
LineBox[NCache[{{-15, (-5) 3^Rational[1, 2]}, {-25, 5
|
|
3^Rational[1, 2]}}, {{-15, -8.660254037844386}, {-25,
|
|
8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-25, 5 3^Rational[1, 2]}, {-35, (-5)
|
|
3^Rational[1, 2]}}, {{-25,
|
|
8.660254037844386}, {-35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-35, (-5) 3^Rational[1, 2]}, {-55, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-35, -8.660254037844386}, {-55, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-50,
|
|
0}}, {{-55, -8.660254037844386}, {-50, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-50, 0}, {-55, (-5) 3^Rational[1, 2]}}, {{-50,
|
|
0}, {-55, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{-55, (-5) 3^Rational[1, 2]}, {-45, (-5)
|
|
3^Rational[
|
|
1, 2]}}, {{-55, -8.660254037844386}, {-45, \
|
|
-8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{-45, (-5) 3^Rational[1, 2]}, {-40,
|
|
0}}, {{-45, -8.660254037844386}, {-40, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-40, 0}, {-30, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1], LineBox[{{-30, 0}, {-20, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[0], LineBox[{{-20, 0}, {0, 0}}]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{0, 0}, {5, (-5) 3^Rational[1, 2]}}, {{0, 0}, {
|
|
5, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{5, (-5) 3^Rational[1, 2]}, {10, 0}}, {{
|
|
5, -8.660254037844386}, {10, 0}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{10, 0}, {15, 5 3^Rational[1, 2]}}, {{10, 0}, {
|
|
15, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{15, 5 3^Rational[1, 2]}, {
|
|
45, 5 3^Rational[1, 2]}}, {{15, 8.660254037844386}, {
|
|
45, 8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[1],
|
|
LineBox[NCache[{{45, 5 3^Rational[1, 2]}, {
|
|
35, (-5) 3^Rational[1, 2]}}, {{45, 8.660254037844386}, {
|
|
35, -8.660254037844386}}]]},
|
|
{RGBColor[0, 1, 1], Opacity[0],
|
|
LineBox[NCache[{{35, (-5) 3^Rational[1, 2]}, {
|
|
75, (-5) 3^Rational[1, 2]}}, {{35, -8.660254037844386}, {
|
|
75, -8.660254037844386}}]],
|
|
{RGBColor[0, 0, 1],
|
|
DiskBox[NCache[{75, (-5) 3^Rational[1, 2]}, {
|
|
75, -8.660254037844386}], 1]},
|
|
{RGBColor[1, 0, 0],
|
|
ArrowBox[
|
|
NCache[{{75, (-5) 3^Rational[1, 2]}, {
|
|
76, (-5) 3^Rational[1, 2]}}, {{75, -8.660254037844386}, {
|
|
76, -8.660254037844386}}]]}}},
|
|
Background->GrayLevel[0],
|
|
PlotRange->{{-100, 100}, {-10, 10}}]}
|
|
},
|
|
DefaultBaseStyle->"Column",
|
|
GridBoxAlignment->{"Columns" -> {{Left}}},
|
|
GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}],
|
|
"Column"]], "Output",
|
|
CellChangeTimes->{
|
|
3.7883608989124823`*^9, 3.788360994473729*^9, 3.788361099848764*^9, {
|
|
3.788361162567148*^9, 3.7883611737691936`*^9}, 3.7883615058049583`*^9,
|
|
3.7890600605453568`*^9, 3.8223812151910477`*^9},
|
|
CellLabel->"Out[41]=",ExpressionUUID->"207cc67e-81fa-4115-bf4c-d1a3afb93a22"]
|
|
}, Open ]],
|
|
|
|
Cell[CellGroupData[{
|
|
|
|
Cell[BoxData[
|
|
RowBox[{"ColorSeparate", "[",
|
|
RowBox[{
|
|
RowBox[{"Rasterize", "[", "%", "]"}], ",", "\"\<RGB\>\""}], "]"}]], "Input",\
|
|
|
|
CellChangeTimes->{{3.788361288559486*^9, 3.788361289799862*^9}, {
|
|
3.789060075895624*^9, 3.789060085460413*^9}},
|
|
CellLabel->"In[42]:=",ExpressionUUID->"cae47fdb-7188-468d-b3fd-765b3d0fa141"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
GraphicsBox[
|
|
TagBox[RasterBox[CompressedData["
|
|
1:eJztnW1wFdUZx+8VGGEERQ0dClVBCVDFZGoiQmMSqrWBTmkVZIRaPmArtjqm
|
|
hUitMyittdYK1RH9ED6IMwnW+tJaHes4U5lpOr5MLe2gVgpOFRCtIBkzIE3B
|
|
NLR3757z3N3z3z177r27z9mE/X2Q5ezesOPkvpzf/T/PM/W67y9aeVIul+sY
|
|
XfjPohW3fmn16hW3LR5f+MuS9o7v3dB+/XcWtN9y/Q3Xr55znXPZa/lc7rnc
|
|
sKTm85KamC+u8lEalmze4dL3inrqB1epK0/uExfvuLGMf+ILl1XyKB07W4t/
|
|
tO7Z0+o/0bpndC5qxRKL33B++096/eqrXz/Ju15YUa7EFWv88YbCf1b2iAPC
|
|
WfGDK9ao3z8+d9qB+sLBgdNKq8UVH7hikc77c/dtcg423VdadFe84IpFanrn
|
|
H5zgHEw4OEOuzXBXPOCKVdo2bVleZMt2ubT35U6XC2Cl085NKuS/tavL5Smx
|
|
0nrZr95xeUmstPe/I7F1m366jo/z/X3UrkblijHH2vlux4yjb/r+uup59YKn
|
|
P2K7F1NWHJ/r+ZvnuSiYOTif83bM2P+x5y/e1zyXHdsY78WU84/fQse+95Yi
|
|
SwbP4r0dM14doMOelerJvm7WezElP/CYOFrYk1fOPXp0oyCFv9UhzL5ZMpvn
|
|
H/xfRsYwgudZMyTRCAE8Fbs90PDw5tBT5BxQCKy/Q5z5kXx5r8w5VAT6BA87
|
|
w05ZdQ7oE7y4ziHwUZEryYE+wUfIKavOAX2CH8c5hDwqYiU50CcodN4f+ij9
|
|
SmLMAJ+gUtOLp+w6h+3gE5ZL5O9E2120JK+x6hxaB19zdcK1Y+VS8wvuSsfY
|
|
z7gL+WteFM6hSz4KnEMrn3MYtavr2BhlrXHXKOVggTygR6nOYdSuBYncXxCr
|
|
ns8deEZd/P3q0AN6FP4cLpxn3lcGZyqr03snhB3Qo/DncFF8hdu2Q12mly08
|
|
oEfhz+HBfSc5a3CJsk5vD3iQC3r/0bwjxY6wB9196gl6G8aDIOeAK4kh7UG+
|
|
42TlTH7jBQ+4FuH9dWKlZ6HyqBLr3k+FcyhLIxhfbHtvl5ERJ/E814YctLWf
|
|
Ozd6j89gBi5cGH1N00axsx/4VBzsk19wtVyiXnzjDtUDJJYrMKF9YEB8ezVa
|
|
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
|
|
+D/qUIfj
|
|
"], {{0, 458}, {180, 0}}, {0, 255},
|
|
ColorFunction->GrayLevel],
|
|
BoxForm`ImageTag["Byte", ColorSpace -> Automatic, Interleaving -> None],
|
|
Selectable->False],
|
|
DefaultBaseStyle->"ImageGraphics",
|
|
ImageSizeRaw->{180, 458},
|
|
PlotRange->{{0, 180}, {0, 458}}], ",",
|
|
GraphicsBox[
|
|
TagBox[RasterBox[CompressedData["
|
|
1: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
|
|
xA==
|
|
"], {{0, 458}, {180, 0}}, {0, 255},
|
|
ColorFunction->GrayLevel],
|
|
BoxForm`ImageTag["Byte", ColorSpace -> Automatic, Interleaving -> None],
|
|
Selectable->False],
|
|
DefaultBaseStyle->"ImageGraphics",
|
|
ImageSizeRaw->{180, 458},
|
|
PlotRange->{{0, 180}, {0, 458}}], ",",
|
|
GraphicsBox[
|
|
TagBox[RasterBox[CompressedData["
|
|
1:eJztnXt0V9WVx294CMSCgIlgqQSRl9RKl7B4VAlLZlWlxVrQWFtNDSBgLaQE
|
|
go5OmdIuCggUxTU6wVGroHaJRcRVNdhYm+lA1cLIY7BCRd6KJUjDI4CZZOZ3
|
|
79ln/87Z+977y+PcR+L9/gHHc8+5v58kv3vv/vy+e+9LJ/9k4rQ2lmXN6Zj6
|
|
Y+Kk+66dPXvS/Td3Tf1HQfGcH00vnnrXuOLSqdOnzh452V72bpZl/c5KZFw5
|
|
lzPlZN618L7Ma2ZNgMHIQfTQtrV0ZkIJDJ58CgaL13muued9pnsyvp38/aV5
|
|
mdaM2ddRDPJmtSOHVtRfRFd33DcGzgwD64LaYo81TVKbbbdc/qOsjGvEIOvu
|
|
weRQu7r1fP3N29uIXbdsayNmlta0dV3TNE2rtKyioZnXOBpaRA/9udZtwx+n
|
|
wy5nYOv4s65rmqQLPh1iWT1KO2ZcY6tDaQ9yaHB9qduOIUe6il1DPr1AzBTU
|
|
9XZZ0zQtX2n/Of76zGtSun48PXTkM/ctZQ/BrpXLYWbnFpc1TdLAo7n2X9n3
|
|
XphxjWVdODebHJpSP8p9T07VDWJX7tGBcJa6G9iagY19u462PlvoaP5j3mte
|
|
k5elqTf2F7qmEPT5dq9NJTUbyxxt3A8z66rlrkK55rXMb7C4CgZjfg+DcdWr
|
|
Vwm90x+mroFrUN4OeTH6Cu7qmSvUp1xsqjjZnrwEnnl8/cd7hPbBzKy6Cnit
|
|
VTAz9tS3Mr3lTufmiUH7XePIwLL6zYBLz7hdzvtoM2PyLv0Ntd81T87AGmU7
|
|
rhnHFuOrr/I+oafW/R0G+DNRfzg/kL+Zr862/xx5OwxQqcU4Iwb8Z6uemWxP
|
|
vbrPCT00SH4I8GOBA1sX3gsfsAFVqQ9P9twLxQBlL8YZZ6Bt52fWt9uv7nNC
|
|
D72/GQZ4+cGBI7yQ2Rcp5+KH1zhcjDP2QN/Oz6xtd17d54SuKqi7RAzwMo8D
|
|
IbxhpG4GPUo7WMq9BBfjTGpAtvMzq9vFq/uc0FXHV8OgchodgPDGPK0SbuZ4
|
|
z8bFODOtkm7nZ1a2w6v7nNBFvzgOz0E3VtIBqmiA+Dtr7RwYVN5okcU//PVW
|
|
oZojMHPDI6BXtpMzp7fLV+cnTM8Ep+ELXwQVyZmZUsMNvs7/JUrUimTwo5HI
|
|
Vtf+TWEFzdRLi2GAzKHzWBggKxgvDyFzmDgMBt3mASE4crDhrKCZKq6FG3aa
|
|
OXBWkHVSsII0cyj5kLCC/P2+MalJta1ZJgYqc/BiBSpzIKwAD4Wg1cdhoDEH
|
|
D1agMQedFfg9dxjWJXUFYqAzB3dWoDMHjRX4P9+Z1eb3YUCYgysrIMxBZQX+
|
|
z9FGdUMdIEfKHBRWcCmsqJtCmIPCChBHBKeuMuhf+ROYYczh+ickK7gYZq7b
|
|
BmsKp44UM1/DEBhxRGAqrgZWUP4WzCBz2LAFmEOvO4AVbNoJF7Uuo4AVlJfD
|
|
ro59gBWMyxh/N1cY9XPm0H7XbYI5IAdA5uC2a54XczAujPo5c0gNBHNADoDM
|
|
wXWXF3MwLYz6OXOwBw5zQA6AzMF9lwdzMC6M+jlzcAb2hQw5ADIHj13uzMG0
|
|
MOrnzEEMUjcM5ADIHLx2uTIH48KonzMHGAwtQg6AzMFzlxtzMK0Fp4AMVO2l
|
|
zKFDEQzmrAUOgMxh30k58zas6bMEZnbsyPBlTvMVDBngijq2S5TIpAL9sLQA
|
|
5ZiO6EPwFSzfBAH9wd/CzPPsq8kh3WFw8R0wiNZXgDG+BAI/PcRCjNj5CjD8
|
|
F4O2HzzC18fOV4AxvjN4+j23DXHzFWhPZoP+7vrKsfMVqE/Ar/7efUvcfAVK
|
|
pDG7yuNJKTa+gtshxi/ZUQYc4MRCOFRIPQNfmxKir0CK+wqsLnLwp8OCA3yM
|
|
vgLpGChfAxOdLg3RVwDivgJFsfMVCHFfgaq4+QoccV+Bptj5CmxxX4GuuPkK
|
|
LPsmQ30FRLHzFeDN3Ae+x81XYA2Ad+/ypX+76ygrQI2YCAPkAHHxFSSsIFGi
|
|
RivQD8sXUSGwAi7OCtAzEA9WwMVZAfKEeLACLs4K0DMQE1bAxVkB8oR4sAIu
|
|
zgrQMxATVsDFWQF6BuLBCri+z1gBegYiYQVXSv2JfemPvoI3F9JDkidEwgqs
|
|
XQsmCP2CXQq/Bb6C1z6hcXPxBhhEwQosa/Kn53kdAlZw3qeTvV8iAlaQ0nsr
|
|
PA+JGP/hrX4vETorsDX8VG+vQ06M3/vUCL+XCJ0VOFr7uuch+0L2Okt21F8i
|
|
ZFYglHvyWq9DqRvGtSfpvxF5iZBZAWjBB56HplV+sCDTS4TKCqSydi8dJzRb
|
|
PoUhK3ifsYI5/0M9A5Gwgl7DpXrBTMIKEiVqvAL9sLQkpXMHmmcwCLNeQc9F
|
|
ENmfO0QXT2AP3DGpVyCD/RX1+2nUzzlAXOoVCA7Qrm49AgEU5wBxqVfgBPt2
|
|
vQIe9fOZmNQrsJ/MnHoFLt8GMQ4Ql3oFqSdgUa+Af+vGOUBM6hXkHn1A1Cvg
|
|
325yDhCxr8DqDzH/s/UHYICRocQBz+6nZCCSegXIAaxc2FRRK7dLExgaDFaf
|
|
o2QginoFuB3lmztAcyEiqVeA21H+P9sY1CsYxD5DGXIHYlCvALejMuUORF6v
|
|
ALejMuYORF6vALejMucORFyvADlA77tpdQJvxcVX0LsgYQWJEjVWgX5YWpJM
|
|
JSM0jRVgVQEfvV1BZzAZIRpWkDlsn1lL16B5ICJWkDFsb1uzjAABTEaIjBVk
|
|
CtvtogT6GjQPRMYKMoTtTlEC7TEOkxEiZAX+YbsoSqA+LmMyQoSswDdsh6IE
|
|
SliCyQiRsoJn2dfAaVVvpmvmzogDK1h9oogsHlMFF6M7TzAg8FQ8WAG6CCx5
|
|
aJ6XeUBZEzErQBcBHvIyD6hrfBQCK0AXAR7yMA9oa3wUBitAFwEecjcP6Gt8
|
|
FAIrQBeBpQTy3DxA1vgoDFaALgIlkOfmAbrGRyGwgqyDfyAcIOuD3RQI8EqG
|
|
3gqDFTTEM5D4ChIlarwC/bBErEaF/9GyAhSG7XtlzX2eeoAx/r//HBZXMozA
|
|
4YNpVsA1o3aucBq4pB7IGH/MvuzLnMHs5XtYlcKgWQFX25plwmngmnogyEDq
|
|
UH/ngbvto4sJK3CFD2ZZAZdNBpwvJ9yfBTC/4Px+qcGjj7tVKQyWFXA5ZMB2
|
|
Gng8c9kPZM6hvKzOVt8ld5AnPA/4YJIVcAkyMP56z2fb1IOvONSzl/XMKphB
|
|
ecEHc6yAC8hA9r3DvFIPco9CfkG3rO88OETM0CqFQbIC1JtStUAG5r8FSQRl
|
|
ZXINcoAaIAxXTVpDWQHCB0OsgCtND+pOn3B0pv45COh3/qfIITh8Gtbk7YXU
|
|
g1UT7hd/395TRv+SFaThgxlWwMVTBhTzQD9ZpRCAgG8FA0ueB+mBGVbAxVMG
|
|
VPMAVikU8q9ggOdBmWAFXDxlQDMPYJVCRxkqGOB5UCZYARdPGdDNA1il0Fam
|
|
CgZ4HlTzWQEXTxkg5gGsUmg1oIKBxehB81kBF08ZoOYBrFLYkAoGnB40lxVw
|
|
IT342SEI/6vPsLQCqFKYrmDw0UeiDcJ7PWijKxf4EBwraFT4X/Qi7YMQjKKO
|
|
7RIlMqlAPywRq0WzgiPsjvrLIjqzYgMsLpFdDxAscF9Bxdt0xjQr4Iig4BiD
|
|
Bucvvcn5u/ho28vILsYB8g8EzQo4ImhzcBZfNnm5U9uwZpmABuou3uMgaFbA
|
|
HwGUby0UPWT/eG2w4EADbRenB8GyAv6opX47pGj0g7kCLNjQQN/FexwEywr4
|
|
I632LZyiJQsBLPTsRXfxHgdBsgJenWDEKfpPBLpk8XQBFrpljSK7eI+DAFiB
|
|
5AJl+0vozJFyCPFnyli/DP7+t9UAFq7CPAVZyiDNCrbCIVOsIC0oLrDnozMw
|
|
MeY0zFTVSfPAmtkw2AN/3/+Hx8XgVqx/OIz6CiqqIbY2xAq4smshpMOon6ce
|
|
KPJpukDrH5piBVyV1TDAnxtPPVDV8PqHhlgB19froYULRv089UBTg+sfmmIF
|
|
XAd2wwCjfp56oKuh9Q8NsQKuu+r6ioFSuoamHhA1sP6hKVbAdfpVGGDUz1MP
|
|
qBpW/9AQK0ChVWBTDbUcIE9A5Y6+TWg0POX6BPvpHgfRsoJvT5L6dlNeq8GK
|
|
OrZLlMikAv2wfBEVZg4CahtzDSIHwOIG8chBQK2ov4hOSQ6QLm4QixwEVLu6
|
|
9XxSnFAtbhCHHASUnYPA5SzWihtEn4OAcnIQuOwT6sUNos9BQIkcBK7UCUlx
|
|
g6hzEFBT6lmZOKGcqmGkuEG4OQgn3rvb0ZodcgaD/s+3e20qeWxGhDkI4078
|
|
5jmhl2UNFxnzV8g+CHmFZLc19liEOQjtd02WpQxokUPFctCPvFY4tQ29chCw
|
|
DaLFihyqlgOicGobeuQgYBtEW3qRQ81yoCus2obuOQjYBtGRdv3SLQeawqpt
|
|
6JqDgG0Qxbx6nyCWA1Xh1TZ0y0HANohwQLkfU8uBovBqG7rkIGCwf8UYKHL4
|
|
wGKagyAtB2lxDhBJDsIFg6HGYUFJkoOQKFFjFeiH5YuoZvoKmqap8pEBmQNy
|
|
gDxZ/RVZATKHztKNkDYzHGyOr6BRKq6FW3iaOUgO0KOzDLYlK0gzB+492O9b
|
|
Q8+k2tYsEwOVOcCgO35rCKxAZQ7cexD8mwXZGMGRxhycQW817nZYgcYcuPcg
|
|
JDkYwZbOHOzBedndlYU2K9CZA/cehCSBESzGHFKDPB1o7NxCmQP3HoQiwAic
|
|
OeRUXdGpk7Z0YN0DhDlw70GQulpqpbyGMeZQ0q1HfxDMrKvZUepo/V/lGgxH
|
|
X2OuK1O6BFhB8bErxFv+8VtwBGsarP4HhP9je/XMdfSdY3BRKzv54gtCr8Au
|
|
ZAU+X/U3V8AKOHNQahqgnWAeGXSur/BiBb51D5orwQo4c1BrGiBhIIPtZz1Z
|
|
QXO9J75yWAFnDlpNAyQM+mBU/RQvVpCh7kFzZbMCzhz0mgZIGLTBZ0csL1aQ
|
|
qe5BM9WhtAdnDqSmARIGdVBaP9jyYAUZ6x40V0OLOHOgNQ2QMCiD2j/DAFfR
|
|
NQFqw1mBClb8cCOwgps2U+awt4r0Vcw6eAjWTJS/+cgKEEcEJ+QJBR6mO8tM
|
|
TYOoY7tEiUyqyR+ERO4Kzlfg0zMRfQV4HuQAkfoKfHomoq+As4JIfQU+gTz6
|
|
CtQOiXHwFfgE8ugr4KwgUl+BTyCPvgK9Q2L0vgKfQB59BaRDYtS+Ap9AHn0F
|
|
A0mHxIh8BegC2MoC+ewcwADbpK+As4IQfAX/YF/xn3kHXACfyKuSZAVWd4EB
|
|
cuefhkj6zmpa5DAMXwFHDPPOdSKHqK8AT8jrH4bjK+Bf8X+6nh4ivgI8Ia9/
|
|
GI6vgH/Ff52EcXhI9xXgCXn9w7B8BfyKRqCnRXwFeEJe/zAsXwG/c+hw2ZZ6
|
|
n8AT8vqH4fkK+B1ag/iOlPsxnpDXPwzRV8C+4s869Q5E/Yd+BlMrt4h6BVs/
|
|
kQkLd75Lg/0wfQVcPOpP6hUkStR4Bfphia9MVSfwO7NpVrDxOMTxB39LD/Ec
|
|
hLiwAk8/QFxzEFQOQJIRYpuDwDkAKq45CIQDqI+Dsc1BIBxAfeyOaw4C5QBK
|
|
eBPbHAT5pX/JVlmLYLtkBQcOkPAfFQkrwBwE7JlovboWYv31wAq+J+0Ea5+n
|
|
rxUFK3AL5GOXg9CQQD5uOQgNCeRjl4PQkEA+bjkIDQnkY5eD0JBAPnY5CNtf
|
|
oTkIPJCfvYzmIPS6nK6JSQ5Co9aYUNSxXaJEJhXoh6UFiEODhsw06ISB4Qhe
|
|
//BQNY3xN5yAiT3lMMNZAc4s/VdY/PIbQecgYMqACyuQZCD/wPKb9Bm+Bh0L
|
|
abAQlNBp4MoKBBlIrRH1Dy03VoBrxH+qYCEg4WOCOytwyIC95qESdcZ9jSMN
|
|
LAQifBzzYAU2GXDWjH7wovSMxxpbOlgIRPjY68UKdm6BNUsWpme81lgWBQsB
|
|
CJ0GnqxgYN0UseaSRcPkDGUFuAabMAYg7JVwAghDYV2VV6+EzXW7xdpN0vPP
|
|
WcG6s/K3/faRAb1lqxZ6JZyuly4CWf/weD0sGfMxHHmzHhZX74TECWQFK/cC
|
|
hRh7q/zOuQt9KWMGf1quENW5HpCFQiHmETcCsgLsp9B+1/f7eFyT2+8y9Z49
|
|
Uwa2n4WBSiGIGwFZAfZTSK0Z5gGhDWYleKQM2PkFjjQKobsRkBVgPwV7TZ9u
|
|
lDLo5zEh95QBJ7/Alk4htAsZsgLsp+CsyR/t9jJGsxJcUwZEfoHFKIR6w0BW
|
|
gP0UxJouOQP4qxjOSnBLGYD8Ak4hlBszsgLspwBrRl/JX8RQVgLWP6yuliN5
|
|
i/hNLYUP2FgB3QjztwAZWDtHTGDqQdZF7GsVBjGaKEQES5eGwxOiju0SJTKp
|
|
Jn8QWomMGwxMsYKF93keQlZwYgPMTLuKruFdD4LvmZi/vzQv05qZskzBsuX0
|
|
uyeXrgeB90xMxe+iZ6KPsExBu8ee5tu9yIAq830Q+PcNutDhuOZJt+0eZECT
|
|
8T4Ids9EH6GTdMiSe922u5MBXeb7IPDvz1ShY/clZvXx6noQQh+E7HtdIwgh
|
|
LFMw/cF89+1uZMB4HwSUdBrMf4wdYn0VC1dXCFJwiyzCYr0B2zc/ASUNuskw
|
|
1XzPROY0WPVOf7I47/AZygqOACs4fJPcvk8aFXoOFe/5ii/BIfM9E7nTgLoI
|
|
2sxYJLISOCtw2z6McIAgeiaSgcVcBKkYX2Ql8B+p63bCAYLomagPbOkuAjvG
|
|
d7ISeCDvvl3nAMH0TNQGjjRY6Vz87GscD+Q9tmscIJieiRYL0lUoLGL81L2E
|
|
B/Je21UOEFTPRB6kK/Adbuarj/NA3nO7wgFM90z0dhpYRfJf6rYFK0T4X3ua
|
|
sgK+XYKFFQPkb2uYOQiohBUkStQMNfmD0ErUOlgBz0HgrGDB03QmUlbAfQWc
|
|
FeTNPhMrVsB8BZwVZN09OFasgPsKOCuwH1tixAq4r4CzAufxMEasgPsKOCsQ
|
|
j+GxYQXcV8BZAXgGImIFz0sdl6yA+wrk9s01sOQrheAZiIQVWHtfF7UJ15Q9
|
|
TnwFh0/DkjuPSVbwT78Sg9vlM3QUrMCyFn12vlhzm1cyglK4IBasIKWPfgdr
|
|
vJIR1MIFMWAFtibUDCGdEfRdWuGCGLACR+9spZ0RtF164YLIWYFQ31NFpDOC
|
|
uosULoicFYBeOEg7I/gUOYyYFWD4f+jNRY4W/hy8Meld0z+grODL8rIQLStY
|
|
vHAu6JuZFyesIFEiR03+ILQSxZYV+OgeFtG/tJiuQQ6AzMHHaRBiDgIK+yCk
|
|
JTkAMocx++OQg4BCaKBKcABkDj5OgzBzEFAIDTQ5HACZg4/TIMQcBBRCA102
|
|
B0Dm4OM0CDMHAYXQgKjsoTRz8HEahJiDgEJoQJVTdYNkDsO8nQYh5CBILlC2
|
|
Uw5qP4LBmxIDlMmaBuc2iiPPVMCVL5ochD1Sn9PB8fpyQQHK/7dc5iB8LA59
|
|
uD3SHARPYY8D3v4g8hwEL2GPA97+wIo6B8FD2OOAtz+wFXEOgruwxwFvf+Ao
|
|
2hwEV2GPA97+QCyIOAfBTdjjgLc/gBUR5yC8/LJXDkK6/QHmKcQ/B6FR3oNM
|
|
ijq2S5TIpJr16WsFavWsAIVk4JdFdM2sdXC+KWNh8OQMw++ZyYcVpCXJQMGx
|
|
jnRNu1nEw+DTc8GQfFiBKiADB2fxNYPv1m57ITRP9GEFmhwyoHSBVtboHobg
|
|
myf6sAJdNhlQu20ra7Q6ViE0T/RhBUQ7t+hdzZU1qoch+OaJPqyARhoD6+45
|
|
1dt9jVKXzXjzxEaxgv2MDBx7V6ydNxNmXOrfGW+e6M0KDteVS6cBDDaeBTJQ
|
|
/rH8P64DevC3NTCT9hW8weooBi6FDEBNg+zaF0hxA5+eiYE2evSSSgbEoLKa
|
|
Fjfw6ZlouXVhCFgaGXAGX68vIMUNfHom4q4wpZMBe3Bgt0WKG/j0TMRdIYqQ
|
|
gdTgrrq+ll7cwKdnIu4K8S0zh8C0ytOvwgCjfp+eibjL9PvyYQXoEMDSiIfP
|
|
rtB7JqZ5AroIOkt30CjIxwqwIULCChIlarya9elrBWoUK8jOkfL+Ki2S2obI
|
|
CrDrAXKA8aU/FpovQxLsvRgFK8CIHllB2hjAOUD35eK5DSsiRsEKMKJHVqAa
|
|
AzgHWPSo5iJwXUPObFz4dICsQDMGcA7wH49a5JkibFaAT2HICnRjAOcAdyy5
|
|
jDy7hc0K8GkXWQExBnAOsGoVfUYOlxVgRI+sgBoDOAe48sF7CAcIlxVUydqG
|
|
5yQrWCiNAYWUFcy4/0qhh49ujJAVbHpKJhOckqxAVoOz5JF36yUr2DtB6OnP
|
|
I2QFbl0PqHcBXQQxYQWuXQ+I0EUQD1bg3vVAF7oIYsIKPLoeaEIXQTxYgVfX
|
|
A1XoIogJK/DseqAIXQTxYAXPLF3hVa8A9dzZR1oKK+CLE1aQKJGjJn8QWola
|
|
kK8AY3wfVvCQjPGRAwyST9WPzKUnNF2vgCsd40txVnDrsfPhGOMA+QeyqV/R
|
|
cL0CLh6/c1bg4xlILc7vQG+WZusVcPFnAc4KfDwD9uIuLCHYZL0CLv7MxVmB
|
|
j2fAWTwy68vkHCbrFXDxZ1vOCnw8A2JxX2YPNlevgIvH75wVjPD2DIwQi/tk
|
|
0aQZc/UKuGQJgsJ/ZqzgqV8VCf33w7CYs4K/wlVteNs+onJgH/k7YcpN7lfB
|
|
4KUnKCv444zvOroZf+HlkdXngBX8ejeE1Fe3GQslGqEDRdPqFXD5VjAAKawA
|
|
OyMMs6ho04QO7ScaqVfA5V/BQEhlBV6dEfih4d2N1CvgylDBwJHGCjw6I/BD
|
|
l2ZdZaReAVemCga2dFbg3hmBH3Iudc2vV8CVsYKBxViBa2cEfmhk1sWWiXoF
|
|
XJkrGHBW4NYZgR/q8g2YwYNNqlfA5VPBAEsQDJxEWEHWf7EuRkPzQf+yCbZ3
|
|
6RT32oaD5XvOb3q+aNSxXaJEJtXkD0IrUStjBT+9GQYd5XNfC2AFck2HXnBD
|
|
bkmsYER/uP+1JFYwRP6ztiBWMCBH6ZPdUljBNfK3tQWxgu7dLxUDhRXQPisR
|
|
sQL0FXwoWUFXiK1HDZKs4C9wVev7JTO1DbkaxQru/8th8BXI0NcaBu/56u8C
|
|
K6j4G8TWvbsbqW3I1VRWwGsi0EMd+89pcaxg0tgWxwr6XXhNi2MFBT+wWhor
|
|
+GZuL6ulsYJvTIIZPBgiK+h1+WgRUn9V+gFk5YG00ISAvoLcQVGygpk3ZeYA
|
|
ia+g5ej/AdFxopU=
|
|
"], {{0, 458}, {180, 0}}, {0, 255},
|
|
ColorFunction->GrayLevel],
|
|
BoxForm`ImageTag["Byte", ColorSpace -> Automatic, Interleaving -> None],
|
|
Selectable->False],
|
|
DefaultBaseStyle->"ImageGraphics",
|
|
ImageSizeRaw->{180, 458},
|
|
PlotRange->{{0, 180}, {0, 458}}]}], "}"}]], "Output",
|
|
CellChangeTimes->{3.78836129087682*^9, 3.789060086378829*^9,
|
|
3.8223812162573347`*^9},
|
|
CellLabel->"Out[42]=",ExpressionUUID->"b581a0bb-1df7-4e7f-9730-fda296361f42"]
|
|
}, Open ]],
|
|
|
|
Cell["It\[CloseCurlyQuote]s totally the second one:", "Text",
|
|
CellChangeTimes->{{3.789060092764876*^9,
|
|
3.789060094996315*^9}},ExpressionUUID->"cacc1180-3050-4ab0-85f7-\
|
|
c0b2f13a2a9d"],
|
|
|
|
Cell[CellGroupData[{
|
|
|
|
Cell[BoxData[
|
|
RowBox[{"ColorSeparate", "[",
|
|
RowBox[{"get", "[",
|
|
RowBox[{"allowable", "[",
|
|
RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}]], "Input",
|
|
CellChangeTimes->{{3.788362282419045*^9, 3.788362295090125*^9}, {
|
|
3.789060097007251*^9, 3.7890600984447737`*^9}},
|
|
CellLabel->"In[43]:=",ExpressionUUID->"14417b9b-ed4b-4e8e-a811-9c63cddcf1fc"],
|
|
|
|
Cell[BoxData[
|
|
RowBox[{"{",
|
|
RowBox[{
|
|
GraphicsBox[
|
|
TagBox[RasterBox[CompressedData["
|
|
1:eJztmk1oE1EQxzdtqImSalJQRA/a5mLrKYVWjMUPVChSCxWxems01qY2hdT6
|
|
cbJ6MnrRfniyenMLniyeKvWkF6FFhJaAH9DuIWXTHHoQKhrqtk2T7JvAm8wG
|
|
yXvkB93sG/4z/zksdPe9ORjo77heoSjKgMO4dHTdORmJdN27sMtYXAwP9HSH
|
|
g9daw7eC3cHIkcC6zGv83bApZcqU+R/UkrKePQcgsqIg6QnQjJMqlzyhZC8l
|
|
rXmihwXh9aGWyWnZBzQxUBhRueRx6+26h5BXR8hy64eLohGR4TFldISSODJK
|
|
8SqKRkAOJWoUT6KekOnRGwhexdCIyFSfcemboqTefE/xKoJGQNrm7cbVPnee
|
|
kFs5107wsq4RkKpvZzd+z3yvImSf/lFI1paXVY2IDE6mb97epqQXlJXxsqgR
|
|
kN1Jb/quLrmHkF9IVtbLmkZEXmQ/xh6PUwpEX1K8LGkExLfkyty7lnyECq54
|
|
I8HLikZEPl7NWQQ+UUqgs0xeFjQC0jlTkbOyzXYSathmLhO86BoBcWp+09qv
|
|
OQlVjmrbCV5UjYjcn2AC6hClzOsHFC+iRkCq11i0ViCKsprFPJVAoTXg9WiF
|
|
lUT5/cA6IqL+XOCLjoNnDEYQz6F6AtHPEF8jIH5t7x/+9rlj8Rg34gQR6OVA
|
|
9EP571DyrL9dPP1VydVdmmXfATAR6IXpR0Y23ntXXvGF8J0WE4FemH7kY/Pr
|
|
78pfcDgH8MWrCRHohelHPtK7GbHPfCncc8BEoBemH9nwLm/us9WnTnG1cA8N
|
|
E4FemH5kY3IwffMuzhfDPWFMBHph+pGL7OnJjt93uWp4xoGJQC9MP1Jhn2/L
|
|
3D9c3cbVwzM7TAR6YfqRCdPp9vIbfgI8g8ZEoBemH3mo0XOnNc6l+EdFcKYC
|
|
E4FemH7kYWzYtPzylZ8CZ4QwEeiF6UcWGhJu0/pAqomb49bZhx5OweWbi2O9
|
|
MP3IwnSICag7+Umh5hZmglONAc003ysPMVXG6VBFgVOe+xFZcNoZfsHBypiJ
|
|
UkmnneXnH5D+lBU=
|
|
"], {{0, 36}, {360, 0}}, {0, 255},
|
|
ColorFunction->GrayLevel],
|
|
BoxForm`ImageTag["Byte", ColorSpace -> Automatic, Interleaving -> None],
|
|
Selectable->False],
|
|
DefaultBaseStyle->"ImageGraphics",
|
|
ImageSizeRaw->{360, 36},
|
|
PlotRange->{{0, 360}, {0, 36}}], ",",
|
|
GraphicsBox[
|
|
TagBox[RasterBox[CompressedData["
|
|
1:eJztml9IU2EYxs90TcWUpmnNWtgUo/RGQSlN1MhgggpapIWCK52bOJlzk7op
|
|
oqu6iFbaTX8uF3WV5I3gXUFBSQZKUlC0C0XdRReBZKOmzrnzPmf7zs5FnHPa
|
|
Ax7Pec7ve18H347fed/vsGWorS+F4zhXeujQ1jPaMDzcc6V9T+jinMNlszp6
|
|
L5sdI73W3uHjlg2sOPTTr+GSSiop+apABGMC58E41SNgMsCpxVHgjEv5EPKX
|
|
fa6KzQQGqFX3zsaX7xNFKrshUK0NRlHHZpP6SWQt/XKtG+cdZVqXc4hXHzQR
|
|
powQ6e58EdnpKLXKO8aZm9jM/XvUnJ2lDBEzrOAoleroSi6X4c5jMjkrx4hr
|
|
CjYThq+9zK+J0Ci1amowdKjqYjODU9R+tkoZnrrYj32BUSpV87w2dNTYjzAZ
|
|
7VwL8XVrNwkTrZKBFJHZ/wPpPp/Z/G1ypDKZxi86csfzK5MwO0odLBKdXf1y
|
|
T4RPOmrYzAsPvbU4SZmIqjsTyK525QeKw2d6TyaTKQrsI/cagqWE2Vamh64D
|
|
40VWux7ejpyebmUzt+CN780CZcJqaUwou7pVsZgdOde5DEwma6mC3DX8vrjB
|
|
LGVRf4Q+y+NHVrdeXYq6KLewGctrevvxD8psgeUJZlezOt7zVl59Qm/AfEYz
|
|
00Hua356aZyQyvrY1WMcpVJl+PlrDKNzF5Op8acTwrpe4KdrFa3TmHB29era
|
|
U2K017MZHzDfvlKGqzsrIbv8hf9ODkxSLxvWvsY/KIxEibVxYDwQ5moa8282
|
|
BthTXm7yFVIH55jvOowScOg8RKb9CcxDnPOiclFH9qrx0+nTv274fpIwtHYm
|
|
5GQ5DzEYo3M3iRx60krKxa7lyUxCa4C73PkZxjpB0Cm1auIynLWMRN6QtFxK
|
|
k5g1LTIxHN66F5nNNTaue6XlUpaE3tEucKz3uFiOwZUWh9GNGDih9zhpuZQl
|
|
rDm8hZoDMjGdqLoEMo0tNHJY0nIpScWrtIZ2CmpoyMR2dupsyOSEa3pYZ5OW
|
|
S0macFNn8WX4JFLdRSaOE6kbI9NZTSNHJC2XcoQ9jlHocSATz9nugyCz03PB
|
|
Poi0XIqRdr6ZOGlrNyLn4b4eMPGdrb4eMikDJSRytKTlUoqwB/0cetDIMJzN
|
|
PjUyvJ449qml5VKGcpfpnopi2FOBDMvZ2HeBDH+PB+67kJZLGRrzUufjB96l
|
|
d0yAYTrmJgGmyUwjE0nLpQSVruiJ0xIs5F3rl1uBwVFFxEl3nwAmz80vPOO+
|
|
OHG50JG/pu3UCfiIYQ8Ag6MOUqfyDjDdlTTyNEXsCzBqSER2+Qs797hLGR0c
|
|
hcssbMlieQ3j7AcH69Ds3QZJ/XP9Bdtz23s=
|
|
"], {{0, 36}, {360, 0}}, {0, 255},
|
|
ColorFunction->GrayLevel],
|
|
BoxForm`ImageTag["Byte", ColorSpace -> Automatic, Interleaving -> None],
|
|
Selectable->False],
|
|
DefaultBaseStyle->"ImageGraphics",
|
|
ImageSizeRaw->{360, 36},
|
|
PlotRange->{{0, 360}, {0, 36}}], ",",
|
|
GraphicsBox[
|
|
TagBox[RasterBox[CompressedData["
|
|
1:eJztml1MU2ccxk+BlSJjrnWbq1snAtFoucEFojDiR2QJLICRGUHjhSiUzxo+
|
|
Wrd54Ud2s+3CgMLV1IslVueVRm8w6o0mfkSjJhiNuqm9qCl0iclImNCwU2hP
|
|
e56npx/e6HvCk1DO+Z3f+/+XpC1v3/csa967pTVDkqQ+k/ywZde+Db29u35s
|
|
+Fg+2ersa3c4W/ZUO/tbHC29a5pDWpH802aQ5jOf+bwvKSCyhEh2CqOWErEQ
|
|
WUikchhznMiw5nMXKJ4Ako7RMkTOLnQCnehUnkHnMiql+9fRqHaI5xGS9vbk
|
|
f8V7n/zgZiBmf6UrB5jdbwGn3o+v1vXBAnCKwTC51tIoDI/SR+49QDI4JFXX
|
|
IDx6DJ1jR9G5fx8diFwW6nB4lC7yXbAIyMqxRVKO61OgFr8dHMvYKnAKgrXg
|
|
qPOJ/DZR1+HwKH1k/CySkW75oWwn4q5L6HSPoPPnODqq7CzDOhwepYscnsSZ
|
|
RO3DLPnR0LECeOZoPThZo3XgGCd/Bic2yzszoA6HR+kiuf/9AMT45NvZ3wXO
|
|
TLiy6ZkRnKqnRnDcb3LBiSazuxDqcHiUPnLBh8R1PnzQWIGXzrnRUYgS30V0
|
|
lJQ3aY7i7vrKquBGIJ8FIv8Wze5cuFYYWAxOhESzIWgHJ5Jcd2RGx6O4u77y
|
|
6BaS339TDjfR5+gvJ9D59Tg6Nx6jE05dFdbh8ChdZPu0Fchq30fKsbEPr+b5
|
|
vgYn79VqcKzTO0LOqzzk/dFP5bk6nNjKesrrk0iu7Y45KWnGy83X0Zklqpx4
|
|
jc6cWJJwFHfXTwYmcErReCcj9rQVvwEb7jSBY7jbiM7EINaRU9wau3ocqsPh
|
|
UbqIeaoNSI5XPcew9XwARrnXAk6F1wSOY2qJF+cqWT02qLOAng9210uuvEBy
|
|
4DSAhvWonLqKjoec53+jI637HuscoudD3UXMFxdnMDSLtZEyM8P/mNCYHCbH
|
|
TWV+4vVrG54HkIgYfo15DqITj+Dr0EOv54aTSJ7/lUIvfl+QI2Dapqwvv1GR
|
|
Ci8uMccjeT1fATFDHVvPh0BS64V12BEwhokBadvdJPOEuMTuMABR15EcxVg5
|
|
xV7JHBHDc1qewWoQnvfyHFtFUu6VxBEw1untUrLvcVrE2pcNRPWdsd8KJPVe
|
|
iR0Rc5PWHHhdQpPErEuESUydqjokafRK6AiYjbSGVjSOK2baJLrOFiHROpbw
|
|
ml6UpNMrkSNifBfCB8rq7nkXOgmIsm6sEKVOUzmStHolcATMPtrj4H2QRCSy
|
|
DxIlvOcSIen10nYETPbkYeU4vK/3sBacxGRuXy+WzNXJ6FwOJN1eWo6IOUt7
|
|
0LxPnYTM7lOrCO+Jz5K0e2k4AqaI7qlY5Mf7LpKR0H0XasL3eIRI+r3iOyLm
|
|
wT3V6eCQNDSITlJSXYNErlNTjeQtesV1BExdMF91bvbXj5nBsRMpBGJyrQVi
|
|
9pe7TEC63qJXPEfE/HMb78b8twOdy0S+RFJ6BEnHkVIkbzxIHlPlvVQnQI6I
|
|
GaBbif8gh+/g5GkWbsnGIyVEPieSyn3U83nn+R8870p5
|
|
"], {{0, 36}, {360, 0}}, {
|
|
0, 255},
|
|
ColorFunction->GrayLevel],
|
|
BoxForm`ImageTag["Byte", ColorSpace -> Automatic, Interleaving -> None],
|
|
Selectable->False],
|
|
DefaultBaseStyle->"ImageGraphics",
|
|
ImageSizeRaw->{360, 36},
|
|
PlotRange->{{0, 360}, {0, 36}}], ",",
|
|
GraphicsBox[
|
|
TagBox[RasterBox[CompressedData["
|
|
1:eJztyjEKwkAUBNCvVUqvIHiItCnTRjxAQjbRZgMbQTy9rmewfQ9mYGDO0zYs
|
|
x4jYm1rD+OpKGd/XUx23vD/WnOY+P9OaSjv9bpea+yHiAwAAAAAAAAAAAAAA
|
|
AH/4AqK0fTY=
|
|
"], {{0, 36}, {360, 0}}, {0, 255},
|
|
ColorFunction->GrayLevel],
|
|
BoxForm`ImageTag["Byte", ColorSpace -> Automatic, Interleaving -> None],
|
|
Selectable->False],
|
|
DefaultBaseStyle->"ImageGraphics",
|
|
ImageSizeRaw->{360, 36},
|
|
PlotRange->{{0, 360}, {0, 36}}]}], "}"}]], "Output",
|
|
CellChangeTimes->{{3.788362287037809*^9, 3.7883622956981087`*^9},
|
|
3.789060020716681*^9, 3.7890600987475452`*^9, 3.822381217042404*^9},
|
|
CellLabel->"Out[43]=",ExpressionUUID->"d6855e7b-a509-4d60-8745-2c21d091ce67"]
|
|
}, Open ]],
|
|
|
|
Cell["\<\
|
|
\[OpenCurlyDoubleQuote]Roffe\[CloseCurlyDoubleQuote], \
|
|
\[OpenCurlyDoubleQuote]inhabit\[CloseCurlyDoubleQuote], and something else \
|
|
that I was called away before we could interpret.\
|
|
\>", "Text",
|
|
CellChangeTimes->{{3.789060110581324*^9,
|
|
3.789060129269464*^9}},ExpressionUUID->"4918e8fb-4b9a-46cf-b140-\
|
|
9f9086a1420b"]
|
|
}, Open ]]
|
|
},
|
|
WindowSize->{808, 655},
|
|
WindowMargins->{{Automatic, 180}, {Automatic, -82}},
|
|
TaggingRules->{ScrollPosition -> {0., 24.}, "TryRealOnly" -> False},
|
|
FrontEndVersion->"12.0 for Mac OS X x86 (64-bit) (April 8, 2019)",
|
|
StyleDefinitions->"Default.nb"
|
|
]
|
|
(* End of Notebook Content *)
|
|
|
|
(* Internal cache information *)
|
|
(*CellTagsOutline
|
|
CellTagsIndex->{}
|
|
*)
|
|
(*CellTagsIndex
|
|
CellTagsIndex->{}
|
|
*)
|
|
(*NotebookFileOutline
|
|
Notebook[{
|
|
Cell[CellGroupData[{
|
|
Cell[580, 22, 157, 3, 98, "Title",ExpressionUUID->"b8add84f-9543-498d-a67a-d10c6fa21a35"],
|
|
Cell[740, 27, 1262, 36, 73, "Input",ExpressionUUID->"b01afc7b-e77d-4acb-89e9-e3a51a2b499e"],
|
|
Cell[2005, 65, 1376, 37, 115, "Input",ExpressionUUID->"bd522c9c-26df-4d7f-b4d7-0a9dbb298f7c"],
|
|
Cell[3384, 104, 3375, 94, 304, "Input",ExpressionUUID->"8f35c29a-970f-4c78-b68b-e73b73e6d0f3"],
|
|
Cell[6762, 200, 1414, 39, 115, "Input",ExpressionUUID->"bbea4a3b-4341-4c9e-9c47-98972b4e050c"],
|
|
Cell[8179, 241, 755, 15, 30, "Input",ExpressionUUID->"f05e94f2-405a-4723-b3a7-b94035a6cef9"],
|
|
Cell[8937, 258, 6173, 173, 325, "Input",ExpressionUUID->"d8d47ff8-7e5b-45db-88ed-2558a556e150"],
|
|
Cell[15113, 433, 1094, 30, 73, "Input",ExpressionUUID->"39b44820-8178-401c-83a6-34092f1f7d32"],
|
|
Cell[16210, 465, 273, 6, 58, "Text",ExpressionUUID->"1b9a60a4-51d7-4834-9989-957778a243c6"],
|
|
Cell[16486, 473, 751, 21, 30, "Input",ExpressionUUID->"67ab9927-3090-4a0c-b4e7-410cf34edfd1"],
|
|
Cell[17240, 496, 2355, 59, 157, "Input",ExpressionUUID->"58d4838b-0752-490f-a829-85052da47874"],
|
|
Cell[19598, 557, 2102, 36, 367, "Input",ExpressionUUID->"91948b14-69ef-46a3-869d-7cc59d076757"],
|
|
Cell[21703, 595, 227, 5, 35, "Text",ExpressionUUID->"060f9622-d99f-481f-85ba-0d798835d03c"],
|
|
Cell[21933, 602, 823, 22, 73, "Input",ExpressionUUID->"9ba45221-e09b-4f86-a417-9118ac87abf6"],
|
|
Cell[22759, 626, 855, 22, 94, "Input",ExpressionUUID->"2aeeedb5-2d5a-4167-8555-548d02c71ce3"],
|
|
Cell[23617, 650, 1531, 43, 136, "Input",ExpressionUUID->"e71ef844-8f49-4b6e-a8ea-e095697be102"],
|
|
Cell[25151, 695, 174, 3, 35, "Text",ExpressionUUID->"97de9d99-e040-48a1-9355-1106ad116108"],
|
|
Cell[25328, 700, 638, 18, 30, "Input",ExpressionUUID->"79a6c050-42dc-40df-acfa-2c099e2654b6"],
|
|
Cell[25969, 720, 1139, 26, 94, "Input",ExpressionUUID->"a126070e-5571-4a37-af78-db2958c3fc48"],
|
|
Cell[CellGroupData[{
|
|
Cell[27133, 750, 336, 6, 30, "Input",ExpressionUUID->"6bedff2d-cda0-4780-83db-9126378b5ed6"],
|
|
Cell[27472, 758, 261933, 5149, 475, "Output",ExpressionUUID->"207cc67e-81fa-4115-bf4c-d1a3afb93a22"]
|
|
}, Open ]],
|
|
Cell[CellGroupData[{
|
|
Cell[289442, 5912, 332, 7, 30, "Input",ExpressionUUID->"cae47fdb-7188-468d-b3fd-765b3d0fa141"],
|
|
Cell[289777, 5921, 25755, 436, 235, "Output",ExpressionUUID->"b581a0bb-1df7-4e7f-9730-fda296361f42"]
|
|
}, Open ]],
|
|
Cell[315547, 6360, 187, 3, 35, "Text",ExpressionUUID->"cacc1180-3050-4ab0-85f7-c0b2f13a2a9d"],
|
|
Cell[CellGroupData[{
|
|
Cell[315759, 6367, 354, 7, 30, "Input",ExpressionUUID->"14417b9b-ed4b-4e8e-a811-9c63cddcf1fc"],
|
|
Cell[316116, 6376, 5793, 112, 64, "Output",ExpressionUUID->"d6855e7b-a509-4d60-8745-2c21d091ce67"]
|
|
}, Open ]],
|
|
Cell[321924, 6491, 332, 7, 35, "Text",ExpressionUUID->"4918e8fb-4b9a-46cf-b140-9f9086a1420b"]
|
|
}, Open ]]
|
|
}
|
|
]
|
|
*)
|
|
|