(* Content-type: application/vnd.wolfram.mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 11.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] NotebookDataLength[ 1094074, 26741] NotebookOptionsPosition[ 1091739, 26705] NotebookOutlinePosition[ 1092112, 26721] CellTagsIndexPosition[ 1092069, 26718] WindowFrame->Normal*) (* Beginning of Notebook Content *) Notebook[{ Cell[BoxData[ RowBox[{ RowBox[{"F", "[", "x_", "]"}], ":=", RowBox[{ FractionBox["1", "2"], " ", "\[ImaginaryI]", " ", RowBox[{"(", RowBox[{ RowBox[{"PolyLog", "[", RowBox[{"2", ",", RowBox[{ RowBox[{"-", "\[ImaginaryI]"}], " ", SuperscriptBox["\[ExponentialE]", "x"]}]}], "]"}], "-", RowBox[{"PolyLog", "[", RowBox[{"2", ",", RowBox[{"\[ImaginaryI]", " ", SuperscriptBox["\[ExponentialE]", "x"]}]}], "]"}]}], ")"}]}]}]], "Input", CellChangeTimes->{{3.737196866673444*^9, 3.737196875196076*^9}}, CellLabel->"In[1]:=",ExpressionUUID->"748eabe5-c3d2-4801-b8b7-aa7a789097c7"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"G3", "[", RowBox[{"a_", ",", "b_"}], "]"}], ":=", RowBox[{ RowBox[{"F", "[", RowBox[{"a", "-", "b"}], "]"}], "+", RowBox[{"F", "[", RowBox[{"b", "-", "a"}], "]"}], "-", RowBox[{ FractionBox["\[Pi]", "2"], RowBox[{"(", RowBox[{"a", "+", "b"}], ")"}]}]}]}], ";"}]], "Input", CellChangeTimes->{ 3.737201965981352*^9, {3.737202002231657*^9, 3.737202033142387*^9}, { 3.737202126146511*^9, 3.7372021534299583`*^9}, {3.7378972597648673`*^9, 3.7378972820313244`*^9}, {3.737897408257219*^9, 3.7378974198940997`*^9}}, CellLabel->"In[2]:=",ExpressionUUID->"0ab29ce4-3405-44f4-bf4a-16ef730ff686"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"EnergySetup", "[", RowBox[{"n_", ",", "FacesCW_"}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "i", ",", "rhoV", ",", "rhoF", ",", "include", ",", "LineFaces", ",", "f", ",", "Faces", ",", "NM", ",", "nonlinefaces", ",", "radii", ",", "RADII"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"Faces", "=", RowBox[{"Sort", "/@", "FacesCW"}]}], ";", "\[IndentingNewLine]", RowBox[{"f", "=", RowBox[{"Length", "[", "Faces", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"LineFaces", "=", RowBox[{"{", "}"}]}], ";", RowBox[{"rhoV", "=", RowBox[{"Table", "[", RowBox[{ SubscriptBox["rV", "i"], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", RowBox[{"n", "-", "2"}]}], "}"}]}], "]"}]}], ";", RowBox[{"rhoF", "=", RowBox[{"Table", "[", RowBox[{ SubscriptBox["rF", "i"], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", RowBox[{"f", "-", "2"}]}], "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"include", " ", "=", " ", RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", RowBox[{"nonlinefaces", "=", RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "f"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"!", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"i", ",", RowBox[{"-", "2"}]}], "]"}], "]"}], "\[Equal]", RowBox[{"n", "-", "1"}]}], "&&", RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"i", ",", RowBox[{"-", "1"}]}], "]"}], "]"}], "\[Equal]", "n"}]}], ")"}]}], ",", "\[IndentingNewLine]", RowBox[{"(*", " ", "then", " ", "*)"}], " ", RowBox[{ RowBox[{"AppendTo", "[", RowBox[{"include", ",", "i"}], "]"}], ";", RowBox[{"AppendTo", "[", RowBox[{"nonlinefaces", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"(*", " ", "else", " ", "*)"}], " ", RowBox[{"AppendTo", "[", RowBox[{"LineFaces", ",", "i"}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"NM", "=", RowBox[{"NMinimize", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{ RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"k", "=", "1"}], RowBox[{"f", "-", "2"}]], RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"i", "=", "1"}], RowBox[{"Length", "[", RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"include", "[", RowBox[{"[", "k", "]"}], "]"}], "]"}], "]"}], "]"}]], RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{ RowBox[{"include", "[", RowBox[{"[", "k", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "<", RowBox[{"n", "-", "1"}]}], ",", RowBox[{"G3", "[", RowBox[{ SubscriptBox["rV", RowBox[{"Faces", "[", RowBox[{"[", RowBox[{ RowBox[{"include", "[", RowBox[{"[", "k", "]"}], "]"}], ",", "i"}], "]"}], "]"}]], ",", SubscriptBox["rF", "k"]}], "]"}], ",", "0"}], "]"}]}]}], "+", RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"i", "=", "1"}], RowBox[{"n", "-", "2"}]], RowBox[{ SubscriptBox["rV", "i"], "\[Pi]", " ", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Flatten", "@", RowBox[{"Table", "[", RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "m", "]"}], "]"}], "]"}], "]"}], ",", RowBox[{"{", RowBox[{"m", ",", "1", ",", "2"}], "}"}]}], "]"}]}], ",", "i"}], "]"}], ",", RowBox[{"(*", " ", "then", " ", "*)"}], " ", "1", ",", RowBox[{"(*", " ", "else", " ", "*)"}], " ", "2"}], "]"}]}]}], "+", RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"j", "=", "1"}], RowBox[{"f", "-", "2"}]], RowBox[{ SubscriptBox["rF", "j"], "\[Pi]", " ", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"include", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "]"}], ",", RowBox[{"n", "-", "1"}]}], "]"}], "||", RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"include", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "]"}], ",", "n"}], "]"}]}], ",", RowBox[{"(*", " ", "then", " ", "*)"}], " ", "1", ",", RowBox[{"(*", " ", "else", " ", "*)"}], " ", "2"}], "]"}]}]}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"i", "=", "1"}], RowBox[{"n", "-", "2"}]], SubscriptBox["rV", "i"]}], "+", RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"j", "=", "1"}], RowBox[{"f", "-", "2"}]], SubscriptBox["rF", "j"]}]}], "\[Equal]", "0"}]}], "}"}], ",", RowBox[{"Join", "[", RowBox[{"rhoV", ",", "rhoF"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"RADII", "=", RowBox[{"Exp", "[", RowBox[{"Re", "[", RowBox[{ RowBox[{"Join", "[", RowBox[{"rhoV", ",", "rhoF"}], "]"}], "/.", RowBox[{"(", RowBox[{"NM", "[", RowBox[{"[", "2", "]"}], "]"}], ")"}]}], "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"RADII", "/=", RowBox[{"RADII", "[", RowBox[{"[", "1", "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"radii", "=", RowBox[{"<|", "|>"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"n", "-", "2"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"radii", "[", "i", "]"}], "=", RowBox[{"RADII", "[", RowBox[{"[", "i", "]"}], "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "nonlinefaces", "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"radii", "[", RowBox[{"nonlinefaces", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "=", RowBox[{"RADII", "[", RowBox[{"[", RowBox[{"n", "-", "2", "+", "i"}], "]"}], "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{"radii", ",", "LineFaces"}], "}"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7372045119396753`*^9, 3.7372046545187597`*^9}, { 3.737204685631832*^9, 3.7372047308167467`*^9}, {3.737204773625032*^9, 3.7372048110040503`*^9}, {3.737204842780097*^9, 3.737204924806987*^9}, { 3.7372050053122187`*^9, 3.737205008911607*^9}, {3.73720504639081*^9, 3.7372051214979887`*^9}, {3.7372051736233463`*^9, 3.737205179673382*^9}, { 3.737205261713398*^9, 3.7372052618754*^9}, {3.737205306100531*^9, 3.737205373527009*^9}, {3.737205491627762*^9, 3.737205535178033*^9}, { 3.737206922016953*^9, 3.737206989324239*^9}, {3.737207032865409*^9, 3.737207073209803*^9}, {3.737284915566703*^9, 3.737284955928123*^9}, { 3.737371291071519*^9, 3.7373713419977837`*^9}, {3.737468221809287*^9, 3.737468222498644*^9}, 3.737468268451545*^9, {3.7374683559250183`*^9, 3.737468513179357*^9}, {3.737468554130938*^9, 3.7374685561663094`*^9}, { 3.7374686045167637`*^9, 3.737468621354309*^9}, {3.737468670066434*^9, 3.737468700374711*^9}, {3.73746873598547*^9, 3.737468789149178*^9}, { 3.737469118685132*^9, 3.737469121422579*^9}, {3.737891244695794*^9, 3.737891247299219*^9}, {3.737995135349449*^9, 3.73799513678258*^9}}, CellLabel->"In[3]:=",ExpressionUUID->"72e544ec-21b3-4511-8714-78e40bf96f8f"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"Boundary", "[", RowBox[{"n_", ",", "FacesCW_", ",", "LineFaces_", ",", "radii_", ",", RowBox[{"\[Epsilon]_:", "0"}]}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "i", ",", "j", ",", "faces", ",", "vertices", ",", "lastvisited", ",", "d", ",", "h", ",", "H", ",", "breaker", ",", "unvisited", ",", "f", ",", "endcircle", ",", "ComputeEndcircle", ",", "ComputeEndcircle2", ",", "delete"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"unvisited", " ", "=", "FacesCW"}], ";", RowBox[{"(*", RowBox[{ "Keeps", " ", "track", " ", "of", " ", "the", " ", "faces", " ", "we", " ", RowBox[{"haven", "'"}], "t", " ", "visited"}], "*)"}], "\[IndentingNewLine]", RowBox[{"f", "=", RowBox[{"Length", "[", "FacesCW", "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"faces", "=", RowBox[{"<|", "|>"}]}], ";", " ", RowBox[{"(*", " ", RowBox[{"centers", " ", "of", " ", "face", " ", "circles", " ", RowBox[{"(", RowBox[{ RowBox[{"or", " ", "normals"}], ",", " ", RowBox[{"for", " ", "lines"}]}], ")"}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "f"}], ",", RowBox[{"i", "++"}], ",", RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"vertices", "=", RowBox[{"<|", "|>"}]}], ";", " ", RowBox[{"(*", " ", RowBox[{"centers", " ", "of", " ", "vertex", " ", "circles", " ", RowBox[{"(", RowBox[{ RowBox[{"or", " ", "normals"}], ",", " ", RowBox[{"for", " ", "lines"}]}], ")"}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"n", "-", "2"}]}], ",", RowBox[{"i", "++"}], ",", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ RowBox[{ "Radii", " ", "is", " ", "an", " ", "assoc", " ", "from", " ", "v"}], "\[Rule]", RowBox[{ RowBox[{"rad", " ", "and", " ", "facelist"}], "\[Rule]", "rad"}]}], " ", "*)"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ "Vertex", " ", "circles", " ", "going", " ", "vertically", " ", "upwards", " ", "along", " ", "first", " ", "FaceLine"}], "*)"}], "\[IndentingNewLine]", RowBox[{"h", "=", "0"}], ";", " ", RowBox[{"(*", " ", RowBox[{"height", " ", "along", " ", "the", " ", "left", " ", "line"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{ RowBox[{"Length", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}], "]"}], "-", "2"}]}], RowBox[{"(*", RowBox[{ "Number", " ", "of", " ", "vertex", " ", "circles", " ", "that", " ", "lie", " ", "along", " ", "first", " ", "LineFace"}], "*)"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"vertices", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{"0", ",", RowBox[{"h", "+", RowBox[{"radii", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}]}]}], "}"}]}], ";", RowBox[{"(*", RowBox[{ "Set", " ", "the", " ", "center", " ", "of", " ", "this", " ", "vertex", " ", "circle"}], "*)"}], "\[IndentingNewLine]", RowBox[{"h", "+=", RowBox[{"2", RowBox[{"radii", "[", RowBox[{"[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}], "]"}]}]}]}]}], "]"}], ";", RowBox[{"(*", RowBox[{ "Keeps", " ", "track", " ", "of", " ", "our", " ", "cumulative", " ", "height", " ", "as", " ", "we", " ", "climb", " ", "up", " ", "the", " ", "first", " ", "FaceLine"}], "*)"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"unvisited", "=", RowBox[{"Delete", "[", RowBox[{"unvisited", ",", RowBox[{"Position", "[", RowBox[{"unvisited", ",", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}]}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"d", "=", "0"}], ";", RowBox[{"(*", RowBox[{"Horizontal", " ", "distance"}], "*)"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{"ComputeEndcircle", "[", RowBox[{"prev_", ",", "face_"}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ "Returns", " ", "which", " ", "vertex", " ", "circle", " ", "we", " ", "calculated", " ", "last", " ", "based", " ", "on", " ", "previous", " ", "vertex", " ", "circle", " ", "and", " ", "face"}], "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", RowBox[{"n", "-", "1"}]}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], "-", "2"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}], "\[Equal]", "prev"}], ",", "\[IndentingNewLine]", RowBox[{"(*", "then", "*)"}], RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", RowBox[{"n", "-", "1"}]}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"(*", "else", "*)"}], " ", RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", RowBox[{"n", "-", "1"}]}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], "-", "2"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"endcircle", "=", RowBox[{"ComputeEndcircle", "[", RowBox[{"n", ",", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}]}], "]"}]}], ";", RowBox[{"(*", RowBox[{ RowBox[{ "Previous", " ", "vertex", " ", "circle", " ", "is", " ", "bottom", " ", "line"}], ",", " ", RowBox[{"face", " ", "is", " ", "first", " ", "FaceLine"}]}], "*)"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ "Face", " ", "circles", " ", "going", " ", "horizontally", " ", "across", " ", "upper", " ", "vertex", " ", "line"}], "*)"}], "\[IndentingNewLine]", RowBox[{"breaker", "=", "True"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{"j", "\[LessEqual]", "f"}], " ", ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "unvisited", "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], ",", RowBox[{"n", "-", "1"}]}], "]"}], ",", " ", RowBox[{"(*", RowBox[{ RowBox[{ RowBox[{"determine", " ", "if", " ", "this", " ", "face"}], "-", RowBox[{"circle", " ", "contains", " ", "n"}], "-", "1"}], ",", " ", RowBox[{ "so", " ", "it", " ", "is", " ", "on", " ", "the", " ", "upper", " ", "vertex", " ", "line"}]}], "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], ",", RowBox[{"ComputeEndcircle", "[", RowBox[{"endcircle", ",", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ RowBox[{"determine", " ", "if", " ", "this", " ", "face"}], "-", RowBox[{ "circle", " ", "also", " ", "contains", " ", "the", " ", "vertex", " ", "right", " ", "before", " ", "n"}], "-", RowBox[{ "1", " ", "to", " ", "ensure", " ", "we", " ", "are", " ", "going", " ", "horizontally", " ", "across", " ", "in", " ", "the", " ", "right", " ", "order"}]}], "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "\[Equal]", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ RowBox[{"If", " ", RowBox[{"we", "'"}], "ve", " ", "reached", " ", "the", " ", "second", " ", "faceline"}], ",", " ", RowBox[{"then", " ", "do", " ", RowBox[{"nothing", "--"}], "find", " ", "the", " ", "other", " ", "face", " ", "circle", " ", "containing", " ", "endcircle"}]}], "*)"}], "\[IndentingNewLine]", ",", "\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ "else", " ", "if", " ", "the", " ", "face", " ", "circle", " ", "is", " ", "not", " ", "a", " ", "line"}], "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"d", "+", RowBox[{"radii", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], ",", "h"}], "}"}]}], ";", " ", RowBox[{"(*", RowBox[{ "Set", " ", "the", " ", "center", " ", "of", " ", "this", " ", "face", " ", "circle"}], "*)"}], "\[IndentingNewLine]", RowBox[{"d", "+=", RowBox[{"2", RowBox[{"radii", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}]}], ";", " ", RowBox[{"(*", " ", RowBox[{ "update", " ", "how", " ", "far", " ", "along", " ", "the", " ", "top", " ", "line", " ", "we", " ", "are"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"endcircle", "=", RowBox[{"ComputeEndcircle", "[", RowBox[{"endcircle", ",", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], ";", RowBox[{"(*", RowBox[{"Update", " ", "endcircle"}], "*)"}], "\[IndentingNewLine]", RowBox[{"unvisited", "=", RowBox[{"Delete", "[", RowBox[{"unvisited", ",", "i"}], "]"}]}], ";"}]}], "]"}]}], " ", RowBox[{"(*", " ", RowBox[{ "remove", " ", "that", " ", "face", " ", "from", " ", "the", " ", "unvisited", " ", "list"}], " ", "*)"}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ RowBox[{ "Vertex", " ", "circles", " ", "along", " ", "the", " ", "second", " ", "FaceLine"}], ",", " ", RowBox[{"climbing", " ", "vertically", " ", "upwards"}]}], "*)"}], "\[IndentingNewLine]", RowBox[{"h", "=", "0"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{ RowBox[{"Length", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}], "]"}], "-", "2"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"vertices", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{"d", ",", RowBox[{"h", "+", RowBox[{"radii", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}]}]}], "}"}]}], ";", RowBox[{"h", "+=", RowBox[{"2", RowBox[{"radii", "[", RowBox[{"[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}], "]"}]}]}]}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"H", "=", "h"}], ";", "\[IndentingNewLine]", RowBox[{"h", "=", "0"}], ";", RowBox[{"(*", RowBox[{"Reset", " ", "height"}], "*)"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{"ComputeEndcircle2", "[", RowBox[{"prev_", ",", "face_"}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", "n"}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], "-", "2"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}], "\[Equal]", "prev"}], ",", "\[IndentingNewLine]", RowBox[{"(*", "then", "*)"}], RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", "n"}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"(*", "else", "*)"}], " ", RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", "n"}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], "-", "2"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"endcircle", "=", RowBox[{"ComputeEndcircle2", "[", RowBox[{ RowBox[{"n", "-", "1"}], ",", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ RowBox[{ "Face", " ", "circles", " ", "along", " ", "lower", " ", "vertex", " ", "line"}], ",", " ", RowBox[{ "moving", " ", "horizontally", " ", "from", " ", "origin", " ", "to", " ", "second", " ", "FaceLine"}]}], "*)"}], "\[IndentingNewLine]", RowBox[{"d", "=", "0"}], ";", RowBox[{"(*", RowBox[{"Reset", " ", "distance"}], "*)"}], "\[IndentingNewLine]", RowBox[{"breaker", "=", "True"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{"j", "\[LessEqual]", "f"}], ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "unvisited", "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], ",", "n"}], "]"}], ",", " ", RowBox[{"(*", " ", RowBox[{ RowBox[{"determine", " ", "if", " ", "this", " ", "face"}], "-", RowBox[{"circle", " ", "contains", " ", "n"}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], ",", "endcircle"}], RowBox[{"(*", " ", RowBox[{"ComputeEndcircle2", "[", RowBox[{"endcircle", ",", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], " ", "*)"}], "]"}], ",", RowBox[{"(*", " ", RowBox[{ RowBox[{"determine", " ", "if", " ", "this", " ", "face"}], "-", RowBox[{ "cirlce", " ", "also", " ", "contains", " ", "the", " ", "vertex", " ", "right", " ", "before", " ", "n"}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "\[Equal]", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ RowBox[{"If", " ", RowBox[{"we", "'"}], "ve", " ", "reached", " ", "the", " ", "second", " ", "faceline"}], ",", " ", RowBox[{"then", " ", "do", " ", "nothing"}]}], "*)"}], "\[IndentingNewLine]", ",", "\[IndentingNewLine]", RowBox[{"(*", " ", "else", " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"d", "+", RowBox[{"radii", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], ",", "h"}], "}"}]}], ";", " ", RowBox[{"(*", " ", RowBox[{"then", " ", RowBox[{"we", "'"}], "ll", " ", "make", " ", "this", " ", RowBox[{"face", "'"}], "s", " ", "center", " ", "be", " ", "where", " ", "we", " ", "know", " ", "it", " ", "is"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"d", "+=", RowBox[{"2", RowBox[{"radii", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}]}], ";", " ", RowBox[{"(*", " ", RowBox[{ "update", " ", "how", " ", "far", " ", "along", " ", "the", " ", "bottom", " ", "line", " ", "we", " ", "are"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"endcircle", "=", RowBox[{"ComputeEndcircle2", "[", RowBox[{"endcircle", ",", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"unvisited", "=", RowBox[{"Delete", "[", RowBox[{"unvisited", ",", "i"}], "]"}]}], ";"}]}], "]"}]}], " ", RowBox[{"(*", " ", RowBox[{ "remove", " ", "that", " ", "face", " ", "from", " ", "the", " ", "unvisited", " ", "list"}], " ", "*)"}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ "Set", " ", "the", " ", "normals", " ", "of", " ", "the", " ", "vertex", " ", "lines", " ", "and", " ", "face", " ", "lines"}], "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{"1", ",", "0"}], "}"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"-", "1"}], ",", "0"}], "}"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"vertices", "[", "n", "]"}], "=", RowBox[{"{", RowBox[{"0", ",", RowBox[{"-", "1"}]}], "}"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"vertices", "[", RowBox[{"n", "-", "1"}], "]"}], "=", RowBox[{"{", RowBox[{"0", ",", "1"}], "}"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"ThrowOrderError", "[", RowBox[{ "faces", ",", "vertices", ",", "radii", ",", "d", ",", "H", ",", "n", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "0"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}], "]"}], "*=", RowBox[{"-", "1"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}], "]"}], "*=", RowBox[{"-", "1"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "n"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"i", "\[Equal]", RowBox[{"n", "-", "1"}]}], "||", RowBox[{"i", "\[Equal]", "n"}]}], ",", "\[IndentingNewLine]", ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Abs", "[", RowBox[{ RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "-", "d"}], "]"}], "\[LessEqual]", "\[Epsilon]"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "=", RowBox[{"{", RowBox[{"0", ",", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "[", RowBox[{"[", "2", "]"}], "]"}]}], "}"}]}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Abs", "[", RowBox[{ RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "-", "0"}], "]"}], "\[LessEqual]", "\[Epsilon]"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "=", RowBox[{"{", RowBox[{"d", ",", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "[", RowBox[{"[", "2", "]"}], "]"}]}], "}"}]}]}], "]"}]}], "]"}], ";"}]}], "\[IndentingNewLine]", "]"}]}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{"Return", " ", "the", " ", RowBox[{"assoc", "'"}], "s", " ", "of", " ", "the", " ", "faces", " ", "to", " ", "their", " ", "centers", " ", "and", " ", "vertices", " ", "to", " ", "their", " ", "centers"}], "*)"}], "\[IndentingNewLine]", RowBox[{"{", RowBox[{"vertices", ",", "faces", ",", "d", ",", "H"}], "}"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.737219030683413*^9, 3.737219068499385*^9}, { 3.737219129031519*^9, 3.737219157331717*^9}, {3.737219214776095*^9, 3.737219232499251*^9}, {3.737219530428797*^9, 3.737219737723432*^9}, { 3.737219973681823*^9, 3.737219981058498*^9}, {3.7372852522441998`*^9, 3.737285273052194*^9}, {3.737285379557729*^9, 3.7372853808850813`*^9}, { 3.737285506667365*^9, 3.737285515803762*^9}, {3.7372856044249487`*^9, 3.737285632285976*^9}, {3.7372857006889677`*^9, 3.7372857800137577`*^9}, { 3.73728584887117*^9, 3.737285857200169*^9}, {3.737286074306966*^9, 3.7372860829425373`*^9}, {3.7372861272847137`*^9, 3.737286147655734*^9}, { 3.737286180526772*^9, 3.737286183012919*^9}, {3.737286465705851*^9, 3.7372864888059*^9}, {3.7372865215606728`*^9, 3.737286606697309*^9}, { 3.737286645970365*^9, 3.737286648042437*^9}, {3.737286686140306*^9, 3.7372867642027607`*^9}, {3.737287269374832*^9, 3.737287342750917*^9}, { 3.737287384822444*^9, 3.7372877639349957`*^9}, {3.737287798168841*^9, 3.737287798698641*^9}, {3.737287874201215*^9, 3.737287886754616*^9}, { 3.73728794855105*^9, 3.73728794906709*^9}, {3.737287984087804*^9, 3.737287984258391*^9}, {3.737288167935055*^9, 3.7372881688958406`*^9}, { 3.737288229464828*^9, 3.7372884829941387`*^9}, {3.7372889651024017`*^9, 3.737289028710766*^9}, {3.73728913478118*^9, 3.7372891349574013`*^9}, { 3.737289176488153*^9, 3.7372892189711437`*^9}, {3.737289296434997*^9, 3.737289307920455*^9}, {3.737289377154367*^9, 3.7372893780167713`*^9}, { 3.73728946731621*^9, 3.7372894685890083`*^9}, {3.737289519964464*^9, 3.7372895646104527`*^9}, {3.737289627498472*^9, 3.7372896504948683`*^9}, { 3.737289698936853*^9, 3.7372897006060762`*^9}, {3.737289761143084*^9, 3.737289790713337*^9}, {3.737289852057372*^9, 3.737289856144655*^9}, { 3.7372899307846327`*^9, 3.737289954524984*^9}, {3.737290111472128*^9, 3.737290137729048*^9}, {3.7372903101204*^9, 3.7372903238682327`*^9}, { 3.737290363021036*^9, 3.737290395639821*^9}, {3.737290434642714*^9, 3.737290436215727*^9}, {3.737290481178443*^9, 3.737290524071663*^9}, { 3.737290651768982*^9, 3.7372906712458363`*^9}, {3.737290704533799*^9, 3.7372907061133537`*^9}, {3.737290744976763*^9, 3.737290766875083*^9}, { 3.737290999240056*^9, 3.737291019271243*^9}, {3.737291057840662*^9, 3.737291080456534*^9}, {3.737291128953987*^9, 3.737291140451013*^9}, { 3.737291260286092*^9, 3.7372914176080303`*^9}, {3.7372914768350573`*^9, 3.737291536874617*^9}, {3.7372915673943977`*^9, 3.73729157857458*^9}, { 3.73729459361259*^9, 3.737294594755714*^9}, {3.737294841256043*^9, 3.737294872151122*^9}, {3.73729499894667*^9, 3.737295013697496*^9}, { 3.737295117321186*^9, 3.737295146177869*^9}, {3.737295198600103*^9, 3.737295201561144*^9}, {3.737295332216126*^9, 3.7372953659228153`*^9}, { 3.7372958344031277`*^9, 3.737296025548025*^9}, {3.737302057273785*^9, 3.737302228939927*^9}, 3.7373022837982073`*^9, {3.737302343644175*^9, 3.737302375974662*^9}, 3.737302421339328*^9, {3.737302477569655*^9, 3.737302565791008*^9}, {3.737302777019927*^9, 3.737302823909573*^9}, { 3.737303123387793*^9, 3.737303214311923*^9}, {3.7373032530403357`*^9, 3.7373032965502157`*^9}, {3.737303417213832*^9, 3.737303518053563*^9}, { 3.737303590633803*^9, 3.737303600566893*^9}, {3.737303631996339*^9, 3.737303736869626*^9}, {3.737303779146243*^9, 3.737303825046517*^9}, { 3.737304130063211*^9, 3.737304181026523*^9}, {3.7373042470907288`*^9, 3.737304349277087*^9}, {3.7373043812177143`*^9, 3.737304407351365*^9}, { 3.737304581411367*^9, 3.737304616831106*^9}, {3.7373046620344*^9, 3.7373047068712873`*^9}, {3.737304771496949*^9, 3.7373048444644938`*^9}, { 3.737305306432076*^9, 3.7373053158581667`*^9}, {3.7373053546618013`*^9, 3.737305355635768*^9}, 3.7373054429132357`*^9, {3.737306098271888*^9, 3.737306106600956*^9}, {3.737306417696192*^9, 3.737306447095158*^9}, { 3.7373064781213903`*^9, 3.737306483985478*^9}, {3.737306573567268*^9, 3.737306587589746*^9}, {3.737306720838073*^9, 3.73730674819695*^9}, { 3.737306852180376*^9, 3.737306861658111*^9}, {3.737306929352565*^9, 3.7373069458296127`*^9}, {3.737306985973919*^9, 3.73730703321769*^9}, { 3.737307104020858*^9, 3.737307104380198*^9}, {3.7373072016479588`*^9, 3.737307219827284*^9}, {3.737307283259153*^9, 3.737307449938692*^9}, { 3.737307507268676*^9, 3.737307531627266*^9}, {3.737307624863483*^9, 3.737307630803578*^9}, 3.7373692366355057`*^9, {3.737378768428591*^9, 3.737378772696554*^9}, {3.737456548739272*^9, 3.737456676468967*^9}, { 3.737456732055797*^9, 3.737456785246457*^9}, {3.737456880379624*^9, 3.73745693261576*^9}, {3.7374569872793217`*^9, 3.737457002918715*^9}, { 3.737457034354722*^9, 3.7374570868457327`*^9}, {3.7374573446089993`*^9, 3.737457359698818*^9}, {3.737457621684537*^9, 3.737457654757286*^9}, { 3.7374577893447638`*^9, 3.7374578203273153`*^9}, 3.73745786787053*^9, { 3.737458414579453*^9, 3.7374584346434393`*^9}, {3.73745848723744*^9, 3.737458515616708*^9}, {3.737458663428769*^9, 3.73745867379788*^9}, { 3.737458742757172*^9, 3.7374588188135767`*^9}, {3.7374589524311037`*^9, 3.737458970370059*^9}, {3.737459004685546*^9, 3.737459017734614*^9}, { 3.737469143102393*^9, 3.737469152438889*^9}, {3.7374723221463118`*^9, 3.7374723517302732`*^9}, {3.737472517403573*^9, 3.73747252044235*^9}, { 3.737472566196344*^9, 3.737472599816885*^9}, {3.737472901109223*^9, 3.737472904411367*^9}, {3.737472959283648*^9, 3.737472959747048*^9}, { 3.737472997133112*^9, 3.737473040080291*^9}, {3.7374732109292183`*^9, 3.73747321567245*^9}, {3.737474220810277*^9, 3.737474243746545*^9}, { 3.737720030799748*^9, 3.7377200552173643`*^9}, {3.737720087337412*^9, 3.7377201185616283`*^9}, {3.737720170734948*^9, 3.737720176149166*^9}, { 3.7377202115121927`*^9, 3.7377202116963243`*^9}, {3.7377202481305037`*^9, 3.737720253754922*^9}, {3.73772028641499*^9, 3.7377203344757833`*^9}, { 3.737891223277732*^9, 3.7378912238571*^9}, {3.737906075544756*^9, 3.7379060758948555`*^9}, {3.737991347709439*^9, 3.7379913481113663`*^9}, { 3.7379951711905804`*^9, 3.7379951715466285`*^9}}, CellLabel->"In[4]:=",ExpressionUUID->"34558bf5-30de-4efd-a85d-1e42927d2f41"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{ RowBox[{"FindRest", "[", RowBox[{ RowBox[{"{", RowBox[{"x_", ",", "y_"}], "}"}], ",", "r_", ",", "face_", ",", "vertices_", ",", "radii_", ",", "lines_"}], "]"}], ":=", RowBox[{"(*", " ", RowBox[{ "face", " ", "is", " ", "all", " ", "the", " ", "vertices", " ", "that", " ", "the", " ", "face", " ", "intersects"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ RowBox[{"{", RowBox[{"x_", ",", "y_"}], "}"}], ",", RowBox[{"r", ":", " ", RowBox[{ "known", " ", "center", " ", "of", " ", "opposite", " ", "kind", " ", "and", " ", "its", " ", "radius", "\[IndentingNewLine]", "face"}], ":", " ", RowBox[{ "all", " ", "the", " ", "circles", " ", "of", " ", "its", " ", "kind", " ", "that", " ", "pass", " ", "thru", " ", "that", " ", "opposite", " ", "known", " ", "circle", "\[IndentingNewLine]", RowBox[{"vertices", ":", " ", RowBox[{ "all", " ", "the", " ", "circles", " ", "of", " ", "its", " ", "kind", " ", "that", " ", "are", " ", "tangent", " ", "to", " ", "the", " ", "one", " ", RowBox[{"we", "'"}], "e", " ", "looking", " ", "for"}]}]}]}]}], "*)"}], "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"verts", "=", "vertices"}], ",", "i", ",", "j", ",", "\[Phi]", ",", "\[Theta]", ",", "\[Omega]", ",", RowBox[{"face2", "=", "face"}], ",", "b", ",", RowBox[{"b2", "=", "True"}]}], "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], "||", RowBox[{"MemberQ", "[", RowBox[{"lines", ",", RowBox[{"face2", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "2"}], ",", RowBox[{ RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "face2", "]"}]}], "&&", "b2"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], "&&", RowBox[{"!", RowBox[{"MemberQ", "[", RowBox[{"lines", ",", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"face2", "=", RowBox[{"Join", "[", RowBox[{ RowBox[{"face2", "[", RowBox[{"[", RowBox[{"i", ";;"}], "]"}], "]"}], ",", RowBox[{"face2", "[", RowBox[{"[", RowBox[{";;", RowBox[{"i", "-", "1"}]}], "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"b2", "=", "False"}], ";"}]}], "\[IndentingNewLine]", "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"b", "=", "True"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "2"}], ",", RowBox[{ RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "face2", "]"}]}], "&&", "b"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{"lines", ",", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"AppendTo", "[", RowBox[{"face2", ",", RowBox[{"face2", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", RowBox[{ RowBox[{"Length", "[", "face2", "]"}], "-", "1"}]}], ",", RowBox[{"j", ">", "i"}], ",", RowBox[{"j", "--"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"\[Phi]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"j", "+", "1"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "-", "x"}], ",", RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"j", "+", "1"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], "-", "y"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"\[Theta]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"j", "+", "1"}], "]"}], "]"}], "]"}], "/", "r"}], "]"}]}], ";", RowBox[{"(*", " ", RowBox[{"j", "+", RowBox[{ "1", " ", "refers", " ", "to", " ", "previously", " ", RowBox[{"computed", " ", "/", " ", "known"}]}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"\[Omega]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "/", "r"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"x", "+", RowBox[{ SqrtBox[ RowBox[{ SuperscriptBox["r", "2"], "+", SuperscriptBox[ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "2"]}]], RowBox[{"Cos", "[", RowBox[{"\[Phi]", "-", "\[Theta]", "-", "\[Omega]"}], "]"}]}]}], ",", RowBox[{"y", "+", RowBox[{ SqrtBox[ RowBox[{ SuperscriptBox["r", "2"], "+", SuperscriptBox[ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "2"]}]], RowBox[{"Sin", "[", RowBox[{"\[Phi]", "-", "\[Theta]", "-", "\[Omega]"}], "]"}]}]}]}], "}"}]}]}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}], ";", RowBox[{"b", "=", "False"}], ";", "Break"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"\[Phi]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"i", "-", "1"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "-", "x"}], ",", RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"i", "-", "1"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], "-", "y"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"\[Theta]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"i", "-", "1"}], "]"}], "]"}], "]"}], "/", "r"}], "]"}]}], ";", RowBox[{"(*", " ", RowBox[{"i", "-", RowBox[{ "1", " ", "refers", " ", "to", " ", "previously", " ", RowBox[{"computed", " ", "/", " ", "known"}]}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"\[Omega]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "/", "r"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"x", "+", RowBox[{ SqrtBox[ RowBox[{ SuperscriptBox["r", "2"], "+", SuperscriptBox[ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "2"]}]], RowBox[{"Cos", "[", RowBox[{"\[Phi]", "+", "\[Theta]", "+", "\[Omega]"}], "]"}]}]}], ",", RowBox[{"y", "+", RowBox[{ SqrtBox[ RowBox[{ SuperscriptBox["r", "2"], "+", SuperscriptBox[ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "2"]}]], RowBox[{"Sin", "[", RowBox[{"\[Phi]", "+", "\[Theta]", "+", "\[Omega]"}], "]"}]}]}]}], "}"}]}]}]}], "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";"}]}], "]"}], ";", "\[IndentingNewLine]", "verts"}]}], "\[IndentingNewLine]", "]"}]}], ";"}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->CompressedData[" 1:eJwd030s1HEcB/BfylGhk+tmultSuqz0uKhUSsyVHk/IlWr0YDJEU5e7DCc0 xE8RihBdiLsJV1mblsgqD7XuGnk4VNfJUw/S1Pq9v3989vrn8/lsn733WRwY LjplRFHUbqagpUVmqkRr2NG6wv0a7HQYuQXPRnmXwOv+3EpokxSqhF+2f38I lZsLGqBOPdYCk/t9u2FwUvkgPLRzgQFSUv4kVJm++QOL5xwwucQoqxYT51v7 mUGnzw+JDds9raDUoOPDKKO/ofC6yjQCpi1nxcGy28OJcBEtS4NU/lAWDGfb 58Nkn7W3oLjOuQwq3aOI5W6FatgYW/ACjnq2vyLzWroT0q+tNfC4W2sXbNHv 0sGevSnERzZheii6T8+IYbR0KjSFuoxG4nBt8xGomNtOFA28CyJ9m35JoTwj RQ7NFV40XHfKIhveiPxBvLxzpADy7vNL4Pkuk2pYvLRQBV/lmb2FNQFUNzT1 2DYIs/VaImvAVw+nDyYRU/7uG4WRvMeT8MJklbGM0VbQSdwaqOmNZbyaOasP zlJXfILdnDaiE+fpnnjk4K8lardZ1EDbc5wGmDplPgrr+DQrgXHEksODD35X Ewd/S4TQ7n3FMbhJ4BcEKcd1wVB+xicUFj35FA63rF9zAXI/512CPar5V6BP 2+l00n+6loZ3J1xyoNgvpgDuize+A1ewKAVkf/xeAQUlC5TwnOZ9ExwLbP4I n2kbB+BGrnoY9ndMjcEjs4t2p+GuLuF+yB2mg+CcBMcQyBp/GQYpm3lSyLZ1 yYIeFvJiyAt9Vg4V3hNKuKiqvgmK3AJa4HOxuo3st/PvgBnCsSEYwa00wD5b q5mFyCvagQ1POKa332HcvLKmAzYFeWlgvGU6UajzHoScEGocrr4pnYbub4X/ YH1tolER/qU3h8h2dHWGkqyFG+FRL9VBqBt6RPxl3HMYTn/7EwATv+VGwH/H FkZC694l0fCrRC6BveuzY6H96ityOFsWdg+WunYr4A8zWStcddmlDZaXxq2J /sD888pcYp/m5DIpY7PxBgEUXHT7qWBMtooi/gegIJ/I "], CellLabel->"In[5]:=",ExpressionUUID->"1669407f-19e4-41f4-83d2-404c097a4b8c"], Cell[BoxData[ RowBox[{ RowBox[{"Cull", "[", "assoc_", "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"vis", "=", RowBox[{"{", "}"}]}], ",", RowBox[{"unv", "=", RowBox[{"{", "}"}]}], ",", "i"}], "}"}], ",", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"Keys", "[", "assoc", "]"}], "]"}]}], ",", RowBox[{"i", "++"}], ",", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"assoc", "[", RowBox[{ RowBox[{"Keys", "[", "assoc", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], ",", RowBox[{"AppendTo", "[", RowBox[{"unv", ",", RowBox[{ RowBox[{"Keys", "[", "assoc", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], ",", RowBox[{"AppendTo", "[", RowBox[{"vis", ",", RowBox[{ RowBox[{"Keys", "[", "assoc", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], "]"}]}], "]"}], ";", RowBox[{"{", RowBox[{"vis", ",", "unv"}], "}"}]}]}], "]"}]}]], "Input", CellChangeTimes->{{3.737378883847493*^9, 3.7373790220179577`*^9}}, CellLabel->"In[6]:=",ExpressionUUID->"0ca661cb-0814-4baa-8045-ccb6be11fd34"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{ RowBox[{"Interior", "[", RowBox[{ "n_", ",", "FacesCW_", ",", "LineFaces_", ",", "radii_", ",", "vertices_", ",", "faces_", ",", "d_", ",", "h_"}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"Vunv", "=", RowBox[{"{", "}"}]}], ",", RowBox[{"Funv", "=", RowBox[{"{", "}"}]}], ",", RowBox[{"Vvis", "=", RowBox[{"{", "}"}]}], ",", RowBox[{"Fvis", "=", RowBox[{"{", "}"}]}], ",", "i", ",", "j", ",", "f", ",", RowBox[{"verts", "=", "vertices"}], ",", "verts2", ",", RowBox[{"fcs", "=", "faces"}], ",", "fcs2", ",", "fi", ",", "vi", ",", "x", ",", "y", ",", "k", ",", "b"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"f", "=", RowBox[{"Length", "[", "FacesCW", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "n"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], ",", RowBox[{"AppendTo", "[", RowBox[{"Vunv", ",", "i"}], "]"}], ",", RowBox[{"AppendTo", "[", RowBox[{"Vvis", ",", "i"}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "f"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], ",", RowBox[{"AppendTo", "[", RowBox[{"Funv", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], ",", RowBox[{"AppendTo", "[", RowBox[{"Fvis", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{ RowBox[{"j", "\[LessEqual]", RowBox[{"n", "+", RowBox[{"Length", "[", "FacesCW", "]"}]}]}], "&&", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"Length", "[", "Vunv", "]"}], "+", RowBox[{"Length", "[", "Funv", "]"}]}], ">", "0"}], ")"}]}], ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "Fvis", "]"}]}], ",", RowBox[{"i", "++"}], ",", RowBox[{"(*", " ", RowBox[{ "for", " ", "a", " ", "known", " ", "face", " ", "circle"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Length", "[", RowBox[{"Intersection", "[", RowBox[{"Vvis", ",", RowBox[{"Fvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], "]"}], "*", RowBox[{"Length", "[", RowBox[{"Intersection", "[", RowBox[{"Vunv", ",", RowBox[{"Fvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], "]"}]}], ">", "0"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"fi", "=", RowBox[{"Fvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], "=", RowBox[{"fcs", "[", "fi", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"verts2", "=", RowBox[{"FindRest", "[", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], ",", RowBox[{"radii", "[", "fi", "]"}], ",", "fi", ",", "verts", ",", "radii", ",", RowBox[{"{", RowBox[{ RowBox[{"n", "-", "1"}], ",", "n"}], "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"ThrowOrderError", "[", RowBox[{ "fcs", ",", "verts2", ",", "radii", ",", "d", ",", "h", ",", "n", ",", RowBox[{"{", RowBox[{ RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}], ",", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}]}], "}"}], ",", "0"}], "]"}], ",", RowBox[{"verts", "=", RowBox[{"FindRest", "[", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], ",", RowBox[{"radii", "[", "fi", "]"}], ",", RowBox[{"Reverse", "[", "fi", "]"}], ",", "verts", ",", "radii", ",", RowBox[{"{", RowBox[{ RowBox[{"n", "-", "1"}], ",", "n"}], "}"}]}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"verts", "=", "verts2"}]}], "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"Vvis", ",", "Vunv"}], "}"}], "=", RowBox[{"Cull", "[", "verts", "]"}]}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "Vvis", "]"}]}], ",", RowBox[{"i", "++"}], ",", " ", RowBox[{"(*", " ", RowBox[{ "for", " ", "a", " ", "known", " ", "vertex", " ", "circle"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"b", "=", "False"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"k", "=", "1"}], ",", RowBox[{"k", "\[LessEqual]", RowBox[{"Length", "[", "Fvis", "]"}]}], ",", RowBox[{"k", "++"}], ",", RowBox[{"b", "=", RowBox[{"b", "||", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Fvis", "[", RowBox[{"[", "k", "]"}], "]"}], ",", RowBox[{"Vvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], ",", "True", ",", "False"}], "]"}]}]}]}], "]"}], ";", "b"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"b", "=", "False"}], ";", RowBox[{"For", "[", RowBox[{ RowBox[{"k", "=", "1"}], ",", RowBox[{"k", "\[LessEqual]", RowBox[{"Length", "[", "Funv", "]"}]}], ",", RowBox[{"k", "++"}], ",", RowBox[{"b", "=", RowBox[{"b", "||", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Funv", "[", RowBox[{"[", "k", "]"}], "]"}], ",", RowBox[{"Vvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], ",", "True", ",", "False"}], "]"}]}]}]}], "]"}], ";", "b"}], ",", "\[IndentingNewLine]", RowBox[{"(*", " ", "then", " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"vi", "=", RowBox[{"Vvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], "=", RowBox[{"verts", "[", "vi", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"fcs2", "=", RowBox[{"FindRest", "[", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], ",", RowBox[{"radii", "[", "vi", "]"}], ",", RowBox[{"FacesList", "[", RowBox[{"vi", ",", "FacesCW"}], "]"}], ",", "fcs", ",", "radii", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"ThrowOrderError", "[", RowBox[{ "fcs2", ",", "verts", ",", "radii", ",", "d", ",", "h", ",", "n", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "0"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"fcs", "=", RowBox[{"FindRest", "[", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], ",", RowBox[{"radii", "[", "vi", "]"}], ",", "\[IndentingNewLine]", RowBox[{"Reverse", "[", RowBox[{"FacesList", "[", RowBox[{"vi", ",", "FacesCW"}], "]"}], "]"}], ",", "fcs", ",", "radii", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"fcs", "=", "fcs2"}]}], "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"Fvis", ",", "Funv"}], "}"}], "=", RowBox[{"Cull", "[", "fcs", "]"}]}], ";"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{"verts", ",", "fcs"}], "}"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.737371589519445*^9, 3.7373715939907503`*^9}, { 3.7373717937672253`*^9, 3.737371867174656*^9}, {3.737371907831069*^9, 3.73737217884262*^9}, {3.7373722186269712`*^9, 3.737372303076326*^9}, { 3.737372765799387*^9, 3.737372795651403*^9}, {3.737372858097958*^9, 3.73737290560703*^9}, {3.7373729483086967`*^9, 3.737372962791078*^9}, { 3.737376949244026*^9, 3.737377199857114*^9}, {3.737378821576833*^9, 3.737378856709831*^9}, {3.737379029954533*^9, 3.737379249070065*^9}, { 3.737379302218759*^9, 3.737379442833221*^9}, {3.737379504802657*^9, 3.737379571504554*^9}, {3.73737972110927*^9, 3.737379741421777*^9}, { 3.737380015082492*^9, 3.737380027586205*^9}, {3.737380096483328*^9, 3.737380123433268*^9}, {3.737380170681796*^9, 3.7373801708619337`*^9}, { 3.737380320948838*^9, 3.7373804262726393`*^9}, {3.73738047325154*^9, 3.737380485443796*^9}, {3.737380518592564*^9, 3.737380537424242*^9}, { 3.737380576718589*^9, 3.737380596012712*^9}, {3.7373859949503098`*^9, 3.7373860041894217`*^9}, {3.7373893401960897`*^9, 3.737389340516891*^9}, { 3.737390296785729*^9, 3.7373904116517477`*^9}, {3.7373904724338512`*^9, 3.737390578698831*^9}, {3.737390622302457*^9, 3.737390636926055*^9}, 3.737390871387472*^9, {3.737391458456609*^9, 3.7373915337313957`*^9}, { 3.7373916762920856`*^9, 3.7373916866307707`*^9}, {3.737391755289661*^9, 3.737391760387761*^9}, {3.737392424160388*^9, 3.737392446839201*^9}, { 3.7373926496569033`*^9, 3.7373926770265007`*^9}, {3.737415538959766*^9, 3.737415550423221*^9}, {3.7374157811082497`*^9, 3.737415783008522*^9}, { 3.737416229137042*^9, 3.73741626934859*^9}, {3.737416301320304*^9, 3.7374164268381977`*^9}, {3.737416488079246*^9, 3.737416506542727*^9}, { 3.737418543755864*^9, 3.737418614467947*^9}, {3.73745208819372*^9, 3.7374521079510527`*^9}, {3.737452248507903*^9, 3.737452260807358*^9}, 3.737452337464182*^9, {3.737452547756901*^9, 3.737452552175274*^9}, { 3.737452597327281*^9, 3.737452623027234*^9}, {3.737452951467626*^9, 3.7374529538565903`*^9}, {3.7374529931356688`*^9, 3.73745300450865*^9}, { 3.737453253031118*^9, 3.7374532838306513`*^9}, {3.737453448755361*^9, 3.7374535016621037`*^9}, {3.737453540364457*^9, 3.7374535737880087`*^9}, { 3.7374536292349997`*^9, 3.737453661316655*^9}, {3.737453692604967*^9, 3.737453705446292*^9}, {3.7374538230331917`*^9, 3.737453850633659*^9}, { 3.7374540473125362`*^9, 3.73745406845465*^9}, {3.737454116980228*^9, 3.737454141500236*^9}, {3.737454665545776*^9, 3.737454752199181*^9}, { 3.737454823087352*^9, 3.737454936342786*^9}, {3.73745497887639*^9, 3.7374549822716417`*^9}, {3.737455062923647*^9, 3.737455067024728*^9}, { 3.7374592709534693`*^9, 3.737459282809087*^9}, {3.737459718460556*^9, 3.7374598283067007`*^9}, {3.737459871128312*^9, 3.737459943923081*^9}, { 3.737460424909642*^9, 3.737460468107106*^9}, {3.737460531451869*^9, 3.7374605342064867`*^9}, {3.737460570370933*^9, 3.73746065914788*^9}, { 3.737469228334271*^9, 3.7374692297752113`*^9}, {3.7374759421424723`*^9, 3.737475959220735*^9}, {3.737475996982561*^9, 3.737476043275124*^9}, { 3.7374760741261263`*^9, 3.7374762044096413`*^9}, {3.737476237384112*^9, 3.737476257932431*^9}, {3.737476290722767*^9, 3.7374763178872833`*^9}, { 3.737476633241235*^9, 3.73747668584684*^9}, {3.737476775880768*^9, 3.737476807271324*^9}, {3.737476934280177*^9, 3.7374769365813828`*^9}, { 3.737476994438554*^9, 3.7374770257193117`*^9}, {3.737478615746154*^9, 3.737478664034655*^9}, {3.737478700737122*^9, 3.737478703803566*^9}, { 3.737891193943988*^9, 3.7378911945027657`*^9}, {3.7379034272313843`*^9, 3.737903448515432*^9}, 3.737903546475888*^9}, CellLabel->"In[7]:=",ExpressionUUID->"8eb99bd7-ecdf-447b-9254-91418df0046a"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"ThrowOrderError", "[", RowBox[{ "fcs2_", ",", "verts_", ",", "radii_", ",", "d_", ",", "h_", ",", "n_", ",", "fls_", ",", "\[Epsilon]_"}], "]"}], RowBox[{"(*", " ", RowBox[{"fcs2", " ", "is", " ", "proposed", " ", "fcs", " ", RowBox[{"association", ".", " ", "fls"}], " ", "is", " ", "facelines"}], " ", "*)"}], ":=", "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{"i", ",", "j", ",", "b", ",", "b2", ",", "K"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"K", "=", RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"Keys", "[", "fcs2", "]"}], "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"!", RowBox[{"MemberQ", "[", RowBox[{"fls", ",", RowBox[{ RowBox[{"Keys", "[", "fcs2", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], ",", RowBox[{"AppendTo", "[", RowBox[{"K", ",", RowBox[{ RowBox[{"Keys", "[", "fcs2", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"b", "=", "False"}], ";", " ", RowBox[{"(*", " ", "\"\\"", " ", "*)"}], "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{ RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "K", "]"}]}], "&&", RowBox[{"!", "b"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"b2", "=", "False"}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"-", "\[Infinity]"}], "<", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "<", "0"}], "\[IndentingNewLine]", "||", RowBox[{ RowBox[{"-", "\[Infinity]"}], "<", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], "<", "0"}], "\[IndentingNewLine]", "||", RowBox[{ RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], ">", "d"}], "\[IndentingNewLine]", "||", RowBox[{ RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], ">", "h"}], "\[IndentingNewLine]", "||", RowBox[{"(", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{"j", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"K", "[", RowBox[{"[", RowBox[{"i", ",", "j"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"n", "-", "1"}]}], "&&", RowBox[{ RowBox[{"K", "[", RowBox[{"[", RowBox[{"i", ",", "j"}], "]"}], "]"}], "\[NotEqual]", "n"}], "&&", RowBox[{ RowBox[{"verts", "[", RowBox[{"K", "[", RowBox[{"[", RowBox[{"i", ",", "j"}], "]"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], "&&", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}]}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"EuclideanDistance", "[", RowBox[{ RowBox[{"verts", "[", RowBox[{"K", "[", RowBox[{"[", RowBox[{"i", ",", "j"}], "]"}], "]"}], "]"}], ",", RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "]"}], "\[GreaterEqual]", RowBox[{ RowBox[{"(", RowBox[{"1", "-", "\[Epsilon]"}], ")"}], RowBox[{"(", RowBox[{ RowBox[{"radii", "[", RowBox[{"K", "[", RowBox[{"[", RowBox[{"i", ",", "j"}], "]"}], "]"}], "]"}], "+", RowBox[{"radii", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], ")"}]}]}], ",", RowBox[{ RowBox[{"b2", "=", "True"}], ";", "Break"}]}], "]"}]}], "]"}]}], "]"}], ";", "b2"}], ")"}]}]}], ",", "\[IndentingNewLine]", RowBox[{"b", "=", "True"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{ RowBox[{"j", "\[LessEqual]", RowBox[{"Length", "[", "K", "]"}]}], "&&", RowBox[{"!", "b"}]}], ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"i", "\[NotEqual]", "j"}], "&&", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], "&&", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], "&&", "\[IndentingNewLine]", RowBox[{ RowBox[{"EuclideanDistance", "[", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], ",", RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}]}], "]"}], "<", RowBox[{ RowBox[{"(", RowBox[{"1", "+", "\[Epsilon]"}], ")"}], RowBox[{"(", RowBox[{ RowBox[{"radii", "[", RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "]"}], "+", RowBox[{"radii", "[", RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "]"}]}], ")"}]}]}]}], "\[IndentingNewLine]", ",", RowBox[{"(*", " ", RowBox[{"then", ",", " ", "bad"}], " ", "*)"}], " ", RowBox[{"b", "=", "True"}]}], "]"}]}], "]"}]}], "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{ RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"fls", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}]}], "&&", RowBox[{"!", "b"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"fls", "[", RowBox[{"[", RowBox[{"1", ",", "i"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "\[NotEqual]", RowBox[{ FractionBox["d", "2"], "+", RowBox[{ RowBox[{ RowBox[{"fcs2", "[", RowBox[{"fls", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], FractionBox["d", "2"]}]}]}], "&&", RowBox[{ RowBox[{"fls", "[", RowBox[{"[", RowBox[{"1", ",", "i"}], "]"}], "]"}], "<", RowBox[{"n", "-", "1"}]}]}], ",", RowBox[{"b", "=", "True"}]}], "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{ RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"fls", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}]}], "&&", RowBox[{"!", "b"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"fls", "[", RowBox[{"[", RowBox[{"2", ",", "i"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "\[NotEqual]", RowBox[{ FractionBox["d", "2"], "+", RowBox[{ RowBox[{ RowBox[{"fcs2", "[", RowBox[{"fls", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], FractionBox["d", "2"]}]}]}], "&&", RowBox[{ RowBox[{"fls", "[", RowBox[{"[", RowBox[{"2", ",", "i"}], "]"}], "]"}], "<", RowBox[{"n", "-", "1"}]}]}], ",", RowBox[{"b", "=", "True"}]}], "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "b"}]}], "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7373860513513117`*^9, 3.737386324009047*^9}, { 3.7373863565686207`*^9, 3.737386763058362*^9}, {3.737387011692689*^9, 3.7373874131979523`*^9}, {3.737387444285528*^9, 3.737387446417802*^9}, { 3.737387501724284*^9, 3.7373875162781897`*^9}, {3.7373875865809803`*^9, 3.7373876073787117`*^9}, {3.737387674890192*^9, 3.737387682382772*^9}, { 3.737387740454358*^9, 3.7373877582071867`*^9}, {3.737387870977488*^9, 3.737387912943714*^9}, {3.737388020284473*^9, 3.7373880216503363`*^9}, { 3.7373881133311872`*^9, 3.7373881231093473`*^9}, {3.737388218003031*^9, 3.737388251234787*^9}, {3.737388306336886*^9, 3.7373884325997267`*^9}, { 3.73738859353605*^9, 3.737388596101646*^9}, {3.7373886515625*^9, 3.737388731115857*^9}, {3.737388764603668*^9, 3.7373887825179358`*^9}, { 3.737388827395173*^9, 3.73738885534306*^9}, {3.7373889569580507`*^9, 3.7373891513974247`*^9}, {3.737389185971114*^9, 3.737389229300188*^9}, { 3.7373892871568117`*^9, 3.73738930336942*^9}, {3.737451960169162*^9, 3.737451962438613*^9}, {3.737452188533687*^9, 3.7374522140811863`*^9}, { 3.7374523846778708`*^9, 3.737452411688586*^9}, {3.7374524423850327`*^9, 3.7374525059763308`*^9}, {3.7374527627193413`*^9, 3.7374528272523108`*^9}, {3.7374529127507477`*^9, 3.737452943447597*^9}, { 3.737453021653625*^9, 3.737453033081242*^9}, 3.737453194007431*^9, { 3.737457949590412*^9, 3.737458106215234*^9}, {3.737458155680525*^9, 3.737458160666041*^9}, {3.7374582249762278`*^9, 3.737458233452886*^9}, 3.7379035853422227`*^9, {3.7379952037395506`*^9, 3.7379952046351557`*^9}}, CellLabel->"In[8]:=",ExpressionUUID->"df3b60f9-0301-4a00-901e-3f42ad1f6dcc"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"FacesList", "[", RowBox[{"v_", ",", "Faces_"}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"ContainV", "=", RowBox[{"{", "}"}]}], ",", "i", ",", RowBox[{"L", "=", "2"}], ",", RowBox[{"p", "=", "3"}], ",", "temp"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "Faces", "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", "i", "]"}], "]"}], ",", "v"}], "]"}], ",", RowBox[{"AppendTo", "[", RowBox[{"ContainV", ",", RowBox[{"Faces", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"While", "[", RowBox[{ RowBox[{"L", "<", RowBox[{"Length", "[", "ContainV", "]"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"While", "[", RowBox[{ RowBox[{"p", "\[LessEqual]", RowBox[{"Length", "[", "ContainV", "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ContainV", "[", RowBox[{"[", RowBox[{"L", "-", "1"}], "]"}], "]"}], ",", RowBox[{"ContainV", "[", RowBox[{"[", "p", "]"}], "]"}]}], "]"}], "]"}], "\[Equal]", "2"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"temp", "=", RowBox[{"ContainV", "[", RowBox[{"[", "p", "]"}], "]"}]}], ";", RowBox[{ RowBox[{"ContainV", "[", RowBox[{"[", "p", "]"}], "]"}], "=", RowBox[{"ContainV", "[", RowBox[{"[", "L", "]"}], "]"}]}], ";", RowBox[{ RowBox[{"ContainV", "[", RowBox[{"[", "L", "]"}], "]"}], "=", "temp"}], ";", RowBox[{"p", "=", RowBox[{"1", "+", RowBox[{"Length", "[", "ContainV", "]"}]}]}]}], ",", "\[IndentingNewLine]", RowBox[{"p", "++"}]}], "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"L", "++"}], ";", "\[IndentingNewLine]", RowBox[{"p", "=", RowBox[{"L", "+", "1"}]}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "ContainV"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7373893963188553`*^9, 3.737389499461423*^9}, { 3.737389625681715*^9, 3.7373896502694798`*^9}, {3.7373897037433033`*^9, 3.737389735684783*^9}, {3.737389775354559*^9, 3.737389877602042*^9}, { 3.737389938671054*^9, 3.737389955021085*^9}, {3.737390098064752*^9, 3.7373901898598967`*^9}, {3.7373902333090754`*^9, 3.737390260404229*^9}, { 3.737477725750886*^9, 3.7374777259423532`*^9}, {3.737477772140749*^9, 3.737477809678876*^9}, {3.737477865110086*^9, 3.7374778881276903`*^9}, { 3.7374781429692793`*^9, 3.737478158525076*^9}, {3.737478266335372*^9, 3.737478275141066*^9}, {3.7374783969519587`*^9, 3.7374784008097754`*^9}, { 3.737903596846489*^9, 3.737903597250413*^9}}, CellLabel->"In[9]:=",ExpressionUUID->"94e58c8f-e9bc-4bc5-9f72-1e7d65b723b4"], Cell[BoxData[ RowBox[{ RowBox[{"Q", "=", RowBox[{"(", GridBox[{ {"0", RowBox[{"1", "/", "2"}], "0", "0"}, { RowBox[{"1", "/", "2"}], "0", "0", "0"}, {"0", "0", RowBox[{"-", "1"}], "0"}, {"0", "0", "0", RowBox[{"-", "1"}]} }], ")"}]}], ";"}]], "Input", CellLabel->"In[10]:=",ExpressionUUID->"e0269727-13f8-41e1-9bed-e3d214f9ade5"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"InvCoords", "[", RowBox[{"z_", ",", "r_", ",", RowBox[{"d_:", "0"}]}], "]"}], ":=", RowBox[{"If", "[", RowBox[{ RowBox[{"r", "\[Equal]", "\[Infinity]"}], ",", RowBox[{"{", RowBox[{ RowBox[{"2", "d"}], ",", "0", ",", "z"}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{ FractionBox[ SuperscriptBox[ RowBox[{"Norm", "[", "z", "]"}], "2"], "r"], "-", "r"}], ",", RowBox[{"1", "/", "r"}], ",", RowBox[{"z", "/", "r"}]}], "}"}]}], "]"}]}], ";"}]], "Input", CellLabel->"In[11]:=",ExpressionUUID->"335fc47c-61a3-4d42-b8dc-1a6e429b3dbb"], Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"Gram", "[", "SC_", "]"}], ":=", RowBox[{"SC", ".", "Q", ".", RowBox[{"Transpose", "[", "SC", "]"}]}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"SuperCluster", "[", RowBox[{ "vertices_", ",", "faces_", ",", "radii_", ",", "fls_", ",", "d_", ",", "h_", ",", "n_"}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"sc", "=", RowBox[{"{", "}"}]}], ",", "i"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"n", "-", "2"}]}], ",", RowBox[{"i", "++"}], ",", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], ",", RowBox[{"radii", "[", "i", "]"}]}], "]"}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"vertices", "[", RowBox[{"n", "-", "1"}], "]"}], ",", "\[Infinity]", ",", RowBox[{ FractionBox["h", "2"], "+", RowBox[{ RowBox[{ RowBox[{"vertices", "[", RowBox[{"n", "-", "1"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], FractionBox["h", "2"]}]}]}], "]"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"vertices", "[", "n", "]"}], ",", "\[Infinity]", ",", RowBox[{ FractionBox["h", "2"], "+", RowBox[{ RowBox[{ RowBox[{"vertices", "[", "n", "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], FractionBox["h", "2"]}]}]}], "]"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"Keys", "[", "faces", "]"}], "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"!", RowBox[{"MemberQ", "[", RowBox[{"fls", ",", RowBox[{ RowBox[{"Keys", "[", "faces", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"faces", "[", RowBox[{ RowBox[{"Keys", "[", "faces", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], ",", RowBox[{"radii", "[", RowBox[{ RowBox[{"Keys", "[", "faces", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "]"}], "]"}]}], "]"}]}], "\[IndentingNewLine]", "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"faces", "[", RowBox[{"fls", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], ",", "\[Infinity]", ",", RowBox[{ FractionBox["d", "2"], "+", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"fls", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], FractionBox["d", "2"]}]}]}], "]"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"faces", "[", RowBox[{"fls", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], ",", "\[Infinity]", ",", RowBox[{ FractionBox["d", "2"], "+", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"fls", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], FractionBox["d", "2"]}]}]}], "]"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", "sc"}]}], "\[IndentingNewLine]", "]"}]}], ";"}]}], "Input", CellLabel->"In[12]:=",ExpressionUUID->"8f83b82e-c1db-40d9-ac4c-a723737f7704"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"DrawCircle", "[", RowBox[{"{", RowBox[{"bhat_", ",", "b_", ",", "bx_", ",", "by_"}], "}"}], "]"}], ":=", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Abs", "[", "b", "]"}], "\[GreaterEqual]", " ", ".01"}], ",", RowBox[{"Circle", "[", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"bx", ",", "by"}], "}"}], "/", "b"}], ",", RowBox[{"1", "/", "b"}]}], "]"}], ",", RowBox[{"InfiniteLine", "[", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"bx", ",", "by"}], "}"}], RowBox[{"bhat", "/", "2"}]}], ",", RowBox[{"{", RowBox[{ RowBox[{"-", "by"}], ",", "bx"}], "}"}]}], "]"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7383666121648498`*^9, 3.7383666304241414`*^9}, { 3.738366663056327*^9, 3.738366710683964*^9}, {3.7383669102892475`*^9, 3.73836691462473*^9}}, CellLabel->"In[14]:=",ExpressionUUID->"d37cc6ff-e0b5-488e-9c86-c606b2039282"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"Packing", "[", RowBox[{"n_", ",", "FacesCW_", ",", RowBox[{"\[Epsilon]_:", "0"}]}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "radii", ",", "LineFaces", ",", "vertices", ",", "faces", ",", "d", ",", "h"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"radii", ",", "LineFaces"}], "}"}], "=", RowBox[{"EnergySetup", "[", RowBox[{"n", ",", "FacesCW"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"vertices", ",", "faces", ",", "d", ",", "h"}], "}"}], "=", RowBox[{"Boundary", "[", RowBox[{ "n", ",", "FacesCW", ",", "LineFaces", ",", "radii", ",", "\[Epsilon]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"vertices", ",", "faces"}], "}"}], "=", RowBox[{"Interior", "[", RowBox[{ "n", ",", "FacesCW", ",", "LineFaces", ",", "radii", ",", "vertices", ",", "faces", ",", "d", ",", "h"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{ "vertices", ",", "faces", ",", "radii", ",", "d", ",", "h", ",", "LineFaces"}], "}"}]}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.737469007369687*^9, 3.737469107407995*^9}, { 3.73746916343927*^9, 3.737469194858486*^9}, {3.737469239984439*^9, 3.737469246965393*^9}, {3.737469315964088*^9, 3.737469336634994*^9}, { 3.737469428057992*^9, 3.737469432696295*^9}, {3.737469465014307*^9, 3.737469481114959*^9}, {3.7374695687460957`*^9, 3.7374696091341476`*^9}, { 3.737470455200612*^9, 3.7374704661283417`*^9}, {3.737478361306628*^9, 3.7374783619053802`*^9}, {3.737720455890616*^9, 3.737720462414033*^9}}, CellLabel->"In[15]:=",ExpressionUUID->"9a3eb7b4-a69e-4770-9009-32f6122d8145"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"Render", "[", RowBox[{ "radii_", ",", "fcs_", ",", "verts_", ",", "fls_", ",", "n_", ",", "d_", ",", "h_"}], "]"}], ":=", RowBox[{"Graphics", "[", RowBox[{"{", RowBox[{"Blue", ",", "Thick", ",", "\[IndentingNewLine]", RowBox[{"Table", "[", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"i", "\[Equal]", RowBox[{"n", "-", "1"}]}], ",", RowBox[{"Line", "[", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"-", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}], ",", "h"}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"d", "+", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}], ",", "h"}], "}"}]}], "}"}], "]"}], ",", RowBox[{"If", "[", RowBox[{ RowBox[{"i", "\[Equal]", "n"}], ",", RowBox[{"Line", "[", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"-", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}], ",", "0"}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"d", "+", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}], ",", "0"}], "}"}]}], "}"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"Circle", "[", RowBox[{ RowBox[{"verts", "[", RowBox[{ RowBox[{"Keys", "[", "verts", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], ",", RowBox[{"radii", "[", RowBox[{ RowBox[{"Keys", "[", "verts", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "]"}]}], "]"}]}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}], ",", "\[IndentingNewLine]", "Red", ",", "Dashed", ",", "\[IndentingNewLine]", RowBox[{"Table", "[", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Keys", "[", "fcs", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "\[Equal]", RowBox[{"fls", "[", RowBox[{"[", "1", "]"}], "]"}]}], ",", RowBox[{"Line", "[", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"0", ",", RowBox[{"-", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}]}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", RowBox[{"h", "+", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}]}], "}"}]}], "}"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Keys", "[", "fcs", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "\[Equal]", RowBox[{"fls", "[", RowBox[{"[", "2", "]"}], "]"}]}], ",", RowBox[{"Line", "[", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"d", ",", RowBox[{"-", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}]}], "}"}], ",", RowBox[{"{", RowBox[{"d", ",", RowBox[{"h", "+", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}]}], "}"}]}], "}"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"Circle", "[", RowBox[{ RowBox[{"fcs", "[", RowBox[{ RowBox[{"Keys", "[", "fcs", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], ",", RowBox[{"radii", "[", RowBox[{ RowBox[{"Keys", "[", "fcs", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "]"}]}], "]"}]}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", RowBox[{"Length", "[", RowBox[{"Keys", "[", "fcs", "]"}], "]"}]}], "}"}]}], "]"}]}], "\[IndentingNewLine]", "}"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7373911026555433`*^9, 3.737391276476068*^9}, { 3.737391324439508*^9, 3.737391325806115*^9}, {3.7373913655803022`*^9, 3.73739137356105*^9}, {3.737460834501174*^9, 3.7374608791258917`*^9}, { 3.737460909495472*^9, 3.737460979640925*^9}, {3.737469858560081*^9, 3.737469918056663*^9}, {3.73746995156046*^9, 3.7374701969102716`*^9}, { 3.737470230362206*^9, 3.737470299948655*^9}, 3.7378928141832247`*^9}, CellLabel->"In[16]:=",ExpressionUUID->"affbea28-f93e-449d-873a-65b52e624ef9"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{ RowBox[{"SendToInt", "[", RowBox[{"\[Epsilon]_:", "0"}], "]"}], "[", "y_", "]"}], ":=", RowBox[{"With", "[", RowBox[{ RowBox[{"{", RowBox[{"x", "=", RowBox[{"Simplify", "[", "y", "]"}]}], "}"}], ",", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Abs", "[", RowBox[{"x", "-", RowBox[{"Floor", "[", "x", "]"}]}], "]"}], "\[LessEqual]", "\[Epsilon]"}], " ", ",", RowBox[{"Floor", "[", "x", "]"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Abs", "[", RowBox[{"x", "-", RowBox[{"Ceiling", "[", "x", "]"}]}], "]"}], "\[LessEqual]", " ", "\[Epsilon]"}], " ", ",", RowBox[{"Ceiling", "[", "x", "]"}], ",", "x"}], "]"}], ",", "x"}], "]"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7384110559425135`*^9, 3.7384110603257904`*^9}, { 3.7384111195493803`*^9, 3.7384111627798147`*^9}, {3.7388831791564016`*^9, 3.738883190739864*^9}}, CellLabel-> "In[124]:=",ExpressionUUID->"15495297-a588-42f2-9830-ff3a5a9d76a4"], Cell[BoxData[{ RowBox[{ RowBox[{"R", "[", "vhat_", "]"}], ":=", RowBox[{ RowBox[{"IdentityMatrix", "[", "4", "]"}], "+", RowBox[{"2", RowBox[{"Q", ".", RowBox[{"Transpose", "[", RowBox[{"{", "vhat", "}"}], "]"}], ".", RowBox[{"{", "vhat", "}"}]}]}]}]}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{ RowBox[{"BMat", "[", "n_", "]"}], ":=", RowBox[{"Table", "[", RowBox[{ RowBox[{"b", "[", RowBox[{"i", ",", "j"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}], ",", RowBox[{"{", RowBox[{"j", ",", "1", ",", "n"}], "}"}]}], "]"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Bend", "[", RowBox[{"V_", ",", "m_"}], "]"}], "[", "i_", "]"}], ":=", "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "sol", ",", "assignments", ",", "rest", ",", "l", ",", "others1", ",", "others2"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"sol", "=", RowBox[{ RowBox[{"Solve", "[", RowBox[{ RowBox[{ RowBox[{"BMat", "[", "m", "]"}], ".", RowBox[{"(", RowBox[{"V", "[", RowBox[{"[", RowBox[{";;", "m"}], "]"}], "]"}], ")"}]}], "\[Equal]", RowBox[{ RowBox[{"(", RowBox[{"V", "[", RowBox[{"[", RowBox[{";;", "m"}], "]"}], "]"}], ")"}], ".", RowBox[{"R", "[", RowBox[{"V", "[", RowBox[{"[", RowBox[{"m", "+", "i"}], "]"}], "]"}], "]"}]}]}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"assignments", "=", RowBox[{"Association", "[", "sol", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"rest", "=", RowBox[{"Complement", "[", RowBox[{ RowBox[{"Flatten", "[", RowBox[{"BMat", "[", "m", "]"}], "]"}], ",", RowBox[{"Keys", "[", "assignments", "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"l", "=", RowBox[{"Length", "[", "rest", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"others1", "=", RowBox[{ RowBox[{"Solve", "[", RowBox[{"rest", "\[Equal]", RowBox[{"Table", "[", RowBox[{"0", ",", RowBox[{"{", RowBox[{"j", ",", "1", ",", "l"}], "}"}]}], "]"}]}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"others2", "=", RowBox[{"<|", "|>"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{"j", "\[LessEqual]", "l"}], ",", RowBox[{"j", "++"}], ",", RowBox[{ RowBox[{"others2", "[", RowBox[{"rest", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "=", SubscriptBox["a", "j"]}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"others2", "=", RowBox[{"Normal", "[", "others2", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"Column", "[", RowBox[{"{", "\[IndentingNewLine]", RowBox[{ RowBox[{"MatrixForm", "[", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"BMat", "[", "m", "]"}], "/.", "assignments"}], ")"}], "/.", "others2"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"MatrixForm", "[", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"BMat", "[", "m", "]"}], "/.", "assignments"}], ")"}], "/.", "others1"}], "]"}]}], "\[IndentingNewLine]", "}"}], "]"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}]}], "Input", CellChangeTimes->{{3.7378245147847567`*^9, 3.737824531315222*^9}, { 3.737995674554207*^9, 3.7379956992022705`*^9}, 3.7380623568729105`*^9}, CellLabel->"In[18]:=",ExpressionUUID->"cd35cdcc-79cb-420e-8b24-2c510cf42e01"], Cell[BoxData[ RowBox[{ RowBox[{"Everything", "[", RowBox[{"n_", ",", "FacesCW_", ",", RowBox[{"\[Epsilon]_:", "0"}], ",", "steps_", ",", RowBox[{"sizemax_:", "\[Infinity]"}]}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{"vertices", ",", "faces", ",", RowBox[{"f", "=", RowBox[{"Length", "[", "FacesCW", "]"}]}], ",", "radii", ",", "d", ",", "h", ",", "LineFaces", ",", "Vnye", ",", "Vout", ",", RowBox[{"bends", "=", RowBox[{"{", "}"}]}]}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{ "vertices", ",", "faces", ",", "radii", ",", "d", ",", "h", ",", "LineFaces"}], "}"}], "=", RowBox[{"Packing", "[", RowBox[{"n", ",", "FacesCW", ",", "\[Epsilon]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"Vnye", "=", RowBox[{ RowBox[{"SendToInt", "[", "\[Epsilon]", "]"}], "//@", RowBox[{"SuperCluster", "[", RowBox[{"vertices", ",", "faces", ",", "radii", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "d", ",", "h", ",", "n"}], "]"}]}]}], ";", "\[IndentingNewLine]", RowBox[{"Vout", "=", RowBox[{"MatrixForm", "[", RowBox[{"Simplify", "[", RowBox[{"RootApproximant", "[", "Vnye", "]"}], "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"bends", "=", RowBox[{ RowBox[{"Bend", "[", RowBox[{ RowBox[{"Vout", "[", RowBox[{"[", "1", "]"}], "]"}], ",", "n"}], "]"}], "/@", RowBox[{"Range", "@", "f"}]}]}], ";", "\[IndentingNewLine]", RowBox[{"Column", "[", RowBox[{"{", "\[IndentingNewLine]", RowBox[{ RowBox[{"Render", "[", RowBox[{"radii", ",", "faces", ",", "vertices", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "n", ",", "d", ",", "h"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"Graphics", "[", RowBox[{ RowBox[{"{", RowBox[{"Thick", ",", " ", RowBox[{"DrawCircle", "/@", RowBox[{"Orbit", "[", RowBox[{ RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{ RowBox[{"-", "f"}], ";;"}], "]"}], "]"}], ",", RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{";;", "n"}], "]"}], "]"}], ",", "steps", ",", "sizemax"}], "]"}]}], ",", "Red", ",", RowBox[{"DrawCircle", "/@", RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{ RowBox[{"-", "f"}], ";;"}], "]"}], "]"}]}], ",", " ", "Blue", ",", " ", RowBox[{"DrawCircle", "/@", RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{";;", "n"}], "]"}], "]"}]}]}], "}"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"-", "d"}], ",", RowBox[{"2", " ", "d"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{ RowBox[{"-", "1.2"}], " ", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}], ",", RowBox[{"h", "+", RowBox[{"1.2", " ", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}]}]}], "}"}]}], "}"}]}], ",", RowBox[{"PlotRangeClipping", "->", "True"}]}], "]"}], ",", "\[IndentingNewLine]", "Vout", ",", "\[IndentingNewLine]", "bends", ",", "\[IndentingNewLine]", RowBox[{"MatrixForm", "[", RowBox[{"Simplify", "[", RowBox[{"RootApproximant", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"SendToInt", "[", "\[Epsilon]", "]"}], "//@", RowBox[{"Gram", "[", RowBox[{"SuperCluster", "[", RowBox[{"vertices", ",", "faces", ",", "radii", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "d", ",", "h", ",", "n"}], "]"}], "]"}]}], "]"}], "\[IndentingNewLine]", "]"}], "]"}]}], "\[IndentingNewLine]", "}"}], "]"}]}]}], "]"}]}]], "Input", CellChangeTimes->CompressedData[" 1:eJwdy2tI02EYBfCZRjDIWZGJWjRnORGdl7xEk1qJWoaFc96my1xTzJimU5x5 IRq1/JAXvDQdK3Q2TVOpGZIWU5eXKbqoiZmu0gp0ImUmEUb9z/vh4cfDOYeZ kRsn2UGj0bjUweEen772ORuvY3VoEHqlnh+Ge0K07yDbTu/fQVlVsRkELWkH U+Areksq5NRX58HaJwPFcDJR6s58b+O55KgPwYU57YwH5UbZLNEzWNIooHws Xr8PzYb5E0WUb/fdPAP1c/Wx0Giy8OG0weky+UeYRK1enlxG2SVRELlthYM6 ysgDPcSivZes0K1R+wlai1PXSB6gWYcu8b3xJkonJ5YA0ksLMmGDKS4LDk+E yiHbcbkMTlTpFVC5a5lIax2/C6VWdSXUe602Qa7PAw28oop5BrNDc/thnarw JdnzR4eg80rFGKzRKYmqP9tWuFpJ/wjvBLd/g5HWmDXoK9L8gNryDeLUa8YW XLrdTBQYAuwmKdOTFESh7bcbNH097g41OQOHodFexoTPHTI50D7tWiAUJT4K I/sXHB4MrFmMgSUOWRdgl0qYAPv50mRId2aJRfM2nl+fOgvWbTrmwvJbR/Ig zVglg50xkiLob/xcAs2uP4nqXtPodUrmjcEJ6PdXYobsIPEbmLRo/pVPeSz7 1FY+2Xtvw/ZODlEWleZSQKlc6iYWy41RcOr00Wg4Oea/Bhkryu+w0RTuIKNM ULUS1RFWV9hkXCIqLKUsKO4aIHp0M9iw2WTvTXoJ474wXs3iQIOnXzhMj9g4 CUOe+kSS3nRGLMycWoiD7BQGH57tHEmFDcI2EfyyM0AKuedCiOHyi3UzlFeF AmK08p8Ohj0UdUBNi8VmpkyenSfeK+ypTvlg4+3X7a6F/wF9Yyip "], CellLabel-> "In[125]:=",ExpressionUUID->"b49300f9-4eb0-4e74-b00e-238ad2cc61d5"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"Orbit", "[", RowBox[{"co_", ",", "cl_", ",", "steps_", ",", RowBox[{"sizemax_:", "\[Infinity]"}]}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{"i", ",", "j", ",", "k", ",", RowBox[{"orbit", "=", "cl"}], ",", "L"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "steps"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"L", "=", RowBox[{"Length", "[", "orbit", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{"j", "\[LessEqual]", RowBox[{"Length", "[", "co", "]"}]}], ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"k", "=", "1"}], ",", RowBox[{"k", "\[LessEqual]", "L"}], ",", RowBox[{"k", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ RowBox[{"(", RowBox[{ RowBox[{ "orbit", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}], ".", RowBox[{"R", "[", RowBox[{ "co", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}], "]"}]}], ")"}], "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "\[LessEqual]", "sizemax"}], "&&", RowBox[{"!", RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Round", "[", RowBox[{ RowBox[{"N", "[", "orbit", "]"}], ",", ".001"}], "]"}], ",", RowBox[{"Round", "[", RowBox[{ RowBox[{"N", "[", RowBox[{ RowBox[{ "orbit", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}], ".", RowBox[{"R", "[", RowBox[{ "co", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}], "]"}]}], "]"}], ",", ".001"}], "]"}]}], RowBox[{"(*", RowBox[{"new", " ", "thing"}], "*)"}], "]"}]}]}], ",", RowBox[{"AppendTo", "[", RowBox[{"orbit", ",", RowBox[{ RowBox[{ "orbit", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}], ".", RowBox[{"R", "[", RowBox[{ "co", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}], "]"}]}]}], RowBox[{"(*", "newthing", "*)"}], "]"}]}], "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "orbit"}]}], "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.738062389806858*^9, 3.738062427087122*^9}, { 3.7380625273360224`*^9, 3.7380625840383434`*^9}, {3.738064608037428*^9, 3.738064608439394*^9}, {3.738408767299783*^9, 3.738408799676605*^9}, { 3.7385983894314737`*^9, 3.738598391136881*^9}}, CellLabel->"In[22]:=",ExpressionUUID->"b43a5c15-ff8f-4841-a157-1d63bba9b7c4"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Everything", "[", RowBox[{"7", ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"3", ",", "2", ",", "6", ",", "7"}], "}"}], ",", RowBox[{"{", RowBox[{"2", ",", "1", ",", "5", ",", "6"}], "}"}], ",", RowBox[{"{", RowBox[{"1", ",", "2", ",", "4"}], "}"}], ",", RowBox[{"{", RowBox[{"2", ",", "3", ",", "4"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "3", ",", "7"}], "}"}], ",", RowBox[{"{", RowBox[{"1", ",", "4", ",", "5"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "5", ",", "6", ",", "7"}], "}"}]}], "}"}], ",", RowBox[{"1", "/", "100"}], ",", "5", ",", "35"}], "]"}]], "Input", CellChangeTimes->{{3.737720388591385*^9, 3.7377204147139273`*^9}, { 3.73799104566405*^9, 3.737991046219566*^9}, {3.7379911247406125`*^9, 3.737991126272558*^9}, 3.737992714004908*^9, {3.7383399270780163`*^9, 3.738339928102619*^9}, {3.7383399833318253`*^9, 3.738340023435418*^9}, { 3.7383669397920876`*^9, 3.73836699772031*^9}, {3.7383676488210897`*^9, 3.738367650275752*^9}, {3.738411438453149*^9, 3.738411446817583*^9}, { 3.7384118416165533`*^9, 3.7384118445254*^9}, {3.738598401775426*^9, 3.7385984461068387`*^9}, {3.7385990810798445`*^9, 3.738599088815607*^9}, { 3.7386012597855043`*^9, 3.738601302494419*^9}, {3.738601598678238*^9, 3.738601639289603*^9}, {3.7386020946534925`*^9, 3.738602107358418*^9}, { 3.738602356489482*^9, 3.7386024023996735`*^9}, {3.7386031000929813`*^9, 3.738603131634983*^9}, {3.7386033447555046`*^9, 3.7386033939261928`*^9}, { 3.7386034982796383`*^9, 3.738603546222398*^9}, {3.738604540558546*^9, 3.7386046018698397`*^9}, {3.7386047974364233`*^9, 3.738604843888815*^9}, { 3.738605068506323*^9, 3.738605111398295*^9}, {3.7386052759377117`*^9, 3.738605335274602*^9}, {3.7386059315047274`*^9, 3.7386059872695265`*^9}, { 3.738606093824689*^9, 3.7386061370936213`*^9}, {3.738668592742067*^9, 3.7386686395816746`*^9}, {3.7386688556597276`*^9, 3.7386689139191813`*^9}, {3.73866909759364*^9, 3.7386691636266375`*^9}, { 3.7386693665464325`*^9, 3.73866937784991*^9}, {3.7386705904840393`*^9, 3.7386706292522974`*^9}, {3.738671416632803*^9, 3.738671464621436*^9}, { 3.7386715214288125`*^9, 3.7386715217948365`*^9}, {3.7386716018550005`*^9, 3.738671648743537*^9}, {3.7386718023143125`*^9, 3.73867183494204*^9}, { 3.7386720871598883`*^9, 3.7386721271908216`*^9}, {3.738672284788164*^9, 3.7386723201066904`*^9}, {3.738672546516434*^9, 3.7386725957080126`*^9}, { 3.738674291114772*^9, 3.7386743277567606`*^9}, {3.7386884556831026`*^9, 3.7386885223569307`*^9}, {3.7386887485834312`*^9, 3.738688796443721*^9}, { 3.738689565293416*^9, 3.738689592643614*^9}, {3.7386903743787785`*^9, 3.7386904192707605`*^9}, {3.738883222602132*^9, 3.7388832248964615`*^9}, { 3.739057969536124*^9, 3.739058005990857*^9}, {3.7390581874799395`*^9, 3.7390582244766135`*^9}}, CellLabel-> "In[243]:=",ExpressionUUID->"8c0d00eb-3a38-4d87-9e21-66e5a04e235e"], Cell[BoxData[ TagBox[GridBox[{ { GraphicsBox[ {RGBColor[0, 0, 1], Thickness[ Large], {CircleBox[{5.226251859505506, 10.656854249492378}], CircleBox[{0, 10.242640687119282}, 4.242640687119285], CircleBox[{0, 2.9999999999999987}, 2.9999999999999987], CircleBox[{7.8393777892582595, 5.121320343559639}, 5.121320343559639], CircleBox[{7.8393777892582595, 12.36396103067892}, 2.1213203435596424], LineBox[{{-5.121320343559639, 14.485281374238564`}, { 12.960698132817894`, 14.485281374238564`}}], LineBox[{{-5.121320343559639, 0}, {12.960698132817894`, 0}}]}, {RGBColor[1, 0, 0], Dashing[{Small, Small}], LineBox[{{0, -5.121320343559639}, {0, 19.606601717798203`}}], CircleBox[{3.9196888946291297, 14.485281374238568}, 3.9196888946291297], CircleBox[{4.343776450049486, 9.134446499564895}, 1.4479254833498283], CircleBox[{2.2961005941905395, 5.999999999999998}, 2.2961005941905377], CircleBox[{3.9196888946291275, 0}, 3.9196888946291275], CircleBox[{6.691327492162991, 10.242640687119284}, 1.1480502970952693], LineBox[{{7.839377789258255, -5.121320343559639}, {7.839377789258255, 19.606601717798203`}}]}}]}, { GraphicsBox[ {Thickness[ Large], {CircleBox[{5.226251859505506, 10.656854249492378}], CircleBox[{0., 10.242640687119282}, 4.242640687119285], CircleBox[{0., 2.9999999999999987}, 2.9999999999999987], CircleBox[{7.83937778925826, 5.121320343559639}, 5.121320343559639], CircleBox[{7.8393777892582595, 12.36396103067892}, 2.1213203435596424], TagBox[ConicHullRegionBox[{0., 14.485281374238564`}, {{-1, 0}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{0, 0}, {{1, 0}}], "InfiniteLine"], CircleBox[{3.484167906337005, 13.209138999323168}, 0.33333333333333326], CircleBox[{4.703626673554956, 12.612489168102774}, 1.0242640687119278], CircleBox[{3.9196888946291297, 13.954951288348656}, 0.5303300858899108], CircleBox[{4.152056257907328, 8.863691944143664}, 0.13241026167907724], CircleBox[{4.747572244510715, 9.507505169381778}, 0.24504517257917738], CircleBox[{4.343776450049485, 9.3303494057877}, 0.19590290622280615], CircleBox[{4.343776450049484, 9.019689234007878}, 0.11475726555701522], CircleBox[{2.8238385250314013, 6.838727561592428}, 0.18010603653396473], CircleBox[{2.7340670182164812, 6.502807483220737}, 0.16760249440691163], CircleBox[{2.2961005941905377, 6.310660171779821}, 0.3106601717798212], CircleBox[{2.2961005941905372, 5.560660171779819}, 0.43933982822017836], CircleBox[{4.09535171171789, 1.4327767502175497}, 0.13444649956489718], CircleBox[{3.3308688983181036, 1.5386608003172566}, 0.6373341713832484], CircleBox[{4.287498081361303, 1.1601886205085192}, 0.19905689745739807], CircleBox[{3.9196888946291275, 0.5303300858899103}, 0.5303300858899103], CircleBox[{6.361927890288362, 10.242640687119273}, 0.2088560386367323], CircleBox[{6.591369096744807, 10.134446499564898}, 0.044815499854965746], CircleBox[{6.691327492162991, 10.397970773009193}, 0.15533008588991082], CircleBox[{6.691327492162991, 10.178300858899105}, 0.06433982822017871], CircleBox[{-5.226251859505506, 10.656854249492378}], CircleBox[{-7.83937778925826, 5.121320343559639}, 5.121320343559639], CircleBox[{-7.8393777892582595, 12.36396103067892}, 2.1213203435596424], CircleBox[{10.452503719011004, 10.656854249492378}], CircleBox[{15.678755578516512, 10.242640687119282}, 4.242640687119285], CircleBox[{15.67875557851651, 2.9999999999999987}, 2.9999999999999987], CircleBox[{4.032527909749613, 11.75540310839869}, 0.0642992342337918], CircleBox[{4.420388311276806, 11.474748981805524}, 0.1482020081455604], CircleBox[{4.163586122897627, 11.520625602220782}, 0.11266582861675126], CircleBox[{4.136593005411969, 11.689845884736037}, 0.058693829430676414], CircleBox[{3.6373766773473104, 12.515381448753907}, 0.04639879305639995], CircleBox[{3.6398648023120805, 12.601300861195824}, 0.03955663841948541], CircleBox[{3.5600677454451586, 12.674621202458738}, 0.06881052786039947], CircleBox[{3.6158251453978174, 12.814987951752215}, 0.08222493802989357], CircleBox[{3.8656971870317705, 13.298144122140416}, 0.0584402031838488], CircleBox[{3.91968889462913, 13.382720578857016}, 0.041900623601727895], CircleBox[{5.4882941033902055, 11.760311257658818}, 0.13414439400446743], CircleBox[{5.6674895642335015, 11.907815390013095}, 0.0979514531114025], CircleBox[{5.543277195067694, 11.962310601229307}, 0.03768939877062535], CircleBox[{2.475592986081554, 13.880792880857589}, 0.1578947368421052], CircleBox[{3.015145303560869, 13.764976679570955}, 0.39394771873535683], CircleBox[{2.6131259297527514, 14.24957911384305}, 0.23570226039551573], CircleBox[{5.701365664915095, 13.441164885671418}, 0.27272727272727315], CircleBox[{5.226251859505507, 14.01387685344753}, 0.471404520791032], CircleBox[{4.611398699563682, 13.809676587518647}, 0.17647058823529416], CircleBox[{4.239187859589271, 9.630214425821226}, 0.040556674013700895], CircleBox[{4.411273203443107, 9.786819550785726}, 0.1921202065190102], CircleBox[{4.305347176120813, 9.571263134797423}, 0.04805658615255613], CircleBox[{3.9216129197273584, 8.49680939904301}, 0.050024543084285875], CircleBox[{3.9881141151874333, 8.55299070477515}, 0.03703146251779641], CircleBox[{3.988114115187435, 8.64398096244489}, 0.05395879515193615], CircleBox[{4.087816968067115, 8.687723208591773}, 0.054917478527522344], CircleBox[{5.1485513674444725, 9.576359265854231}, 0.0832851776581338], CircleBox[{5.0385895962554725, 9.508416334507924}, 0.045973605575131256], CircleBox[{4.159100835173227, 9.073614425548701}, 0.07763038740605345], CircleBox[{4.178306103050298, 9.178309433547804}, 0.028811554581877338], CircleBox[{4.675266427096551, 9.217059929148501}, 0.05426498228712279], CircleBox[{4.556502998862088, 9.15524427274656}, 0.0796227589829594], CircleBox[{4.495028236746068, 9.052589622464566}, 0.04003142440290583], CircleBox[{2.4136778261731826, 6.713453353907323}, 0.032988375540837916], CircleBox[{2.557955783188, 6.719209073454497}, 0.11140434307015945], CircleBox[{2.4265119382416427, 6.638964871263466}, 0.04259765808423087], CircleBox[{3.1375983611459968, 7.298409451990521}, 0.060035345511321614], CircleBox[{3.0041964998859783, 7.013126156005297}, 0.07078013053550289], CircleBox[{3.004196499885962, 7.1516504294495755}, 0.06774414290879753], CircleBox[{3.1078947444098315, 7.197145558284428}, 0.04549512883486597], CircleBox[{2.6900491750077897, 5.000000000000001}, 0.029437251522859368], CircleBox[{2.5613355777095426, 4.856455861297174}, 0.16336344838611785], CircleBox[{2.679971671708965, 5.067055361272522}, 0.03837113695619223], CircleBox[{2.561335577709543, 5.106455861297175}, 0.0866365516138819], CircleBox[{2.91764357590848, 6.648572443192766}, 0.03192782072388086], CircleBox[{1.7828695607335086, 6.3177253570392615}, 0.06822746429607385], CircleBox[{1.6045826046601561, 5.940049915112529}, 0.34941470088897186], CircleBox[{1.910921956833518, 6.241849643919424}, 0.08061654797314059], CircleBox[{2.789158884438902, 6.281508964068165}, 0.06045045624926938], CircleBox[{2.6900491750077906, 6.124891681027851}, 0.12489168102784752], CircleBox[{2.69004917500779, 5.911688245431421}, 0.08831175456857822], CircleBox[{3.8813563411306315, 1.162607637685175}, 0.029338466288245497], CircleBox[{3.9956115171919278, 1.2214913994824508}, 0.09919768683684207], CircleBox[{3.919688894629127, 1.102560795381548}, 0.04190062360172789], CircleBox[{4.059436722202306, 1.604879713128551}, 0.041363956081654024], CircleBox[{3.994412482823789, 1.6439935051131538}, 0.03451779686442459], CircleBox[{3.5684627596730154, 2.191850197903992}, 0.0577249858640006], CircleBox[{3.5025076737042515, 2.2881234053286446}, 0.05897378804976995], CircleBox[{3.3308688983181036, 2.2886608003172566}, 0.11266582861675103], CircleBox[{3.172033442242421, 2.560660171779819}, 0.2023141075423632], CircleBox[{4.258239692795059, 1.4198668460025372}, 0.028952276459394646], CircleBox[{3.2035529908668763, 0.8344418747489366}, 0.07830095591188965], CircleBox[{2.613125929752752, 0.5690355937288485}, 0.5690355937288485], CircleBox[{3.2894075767479345, 0.662703415342129}, 0.11370193041076893], CircleBox[{4.566209740925514, 1.0546569301986872}, 0.09896512662251378], CircleBox[{4.721980196959205, 0.698829401777944}, 0.28946461600150114], CircleBox[{5.226251859505504, 0.33333333333333315}, 0.33333333333333315], CircleBox[{6.383764400376386, 10.609334667950629}, 0.15848754542427426], CircleBox[{6.518866108141716, 10.473634087476182}, 0.03299905719384502], CircleBox[{6.089737669786988, 10.015117162193874}, 0.07584117497512533], CircleBox[{6.200578822288158, 10.051928866664593}, 0.04095292878783043], CircleBox[{6.600621675815199, 10.210671589023606}, 0.03196909809567845], CircleBox[{7.063552773702616, 10.283633384768294}, 0.09896512662251444], CircleBox[{6.880030316142227, 10.24264068711928}, 0.08907979803524028], CircleBox[{6.786679928800258, 10.16579963419853}, 0.031828606266807044], CircleBox[{-3.484167906337005, 13.209138999323168}, 0.33333333333333326], CircleBox[{-4.703626673554956, 12.612489168102774}, 1.0242640687119278], CircleBox[{-3.9196888946291297, 13.954951288348656}, 0.5303300858899108], CircleBox[{-4.152056257907328, 8.863691944143664}, 0.13241026167907724], CircleBox[{-4.747572244510715, 9.507505169381778}, 0.24504517257917738], CircleBox[{-4.343776450049485, 9.3303494057877}, 0.19590290622280615], CircleBox[{-4.343776450049484, 9.019689234007878}, 0.11475726555701522], CircleBox[{-2.8238385250314013, 6.838727561592428}, 0.18010603653396473], CircleBox[{-2.7340670182164812, 6.502807483220737}, 0.16760249440691163], CircleBox[{-2.2961005941905377, 6.310660171779821}, 0.3106601717798212], CircleBox[{-2.2961005941905372, 5.560660171779819}, 0.43933982822017836], CircleBox[{-4.09535171171789, 1.4327767502175497}, 0.13444649956489718], CircleBox[{-3.3308688983181036, 1.5386608003172566}, 0.6373341713832484], CircleBox[{-4.287498081361303, 1.1601886205085192}, 0.19905689745739807], CircleBox[{-3.9196888946291275, 0.5303300858899103}, 0.5303300858899103], CircleBox[{-6.361927890288362, 10.242640687119273}, 0.2088560386367323], CircleBox[{-6.591369096744807, 10.134446499564898}, 0.044815499854965746], CircleBox[{-6.691327492162991, 10.397970773009193}, 0.15533008588991082], CircleBox[{-6.691327492162991, 10.178300858899105}, 0.06433982822017871], CircleBox[{-10.452503719011004, 10.656854249492378}], CircleBox[{-15.678755578516512, 10.242640687119282}, 4.242640687119285], CircleBox[{-15.67875557851651, 2.9999999999999987}, 2.9999999999999987], CircleBox[{12.194587672179505, 13.209138999323168}, 0.33333333333333326], CircleBox[{10.975128904961554, 12.612489168102774}, 1.0242640687119278], CircleBox[{11.75906668388738, 13.954951288348656}, 0.5303300858899108], CircleBox[{11.52669932060918, 8.863691944143664}, 0.13241026167907724], CircleBox[{10.931183334005796, 9.507505169381778}, 0.24504517257917738], CircleBox[{11.334979128467026, 9.3303494057877}, 0.19590290622280615], CircleBox[{11.334979128467024, 9.019689234007878}, 0.11475726555701522], CircleBox[{12.85491705348511, 6.838727561592428}, 0.18010603653396473], CircleBox[{12.94468856030003, 6.502807483220737}, 0.16760249440691163], CircleBox[{13.38265498432597, 6.310660171779821}, 0.3106601717798212], CircleBox[{13.382654984325974, 5.560660171779819}, 0.43933982822017836], CircleBox[{11.583403866798621, 1.4327767502175497}, 0.13444649956489718], CircleBox[{12.347886680198409, 1.5386608003172566}, 0.6373341713832484], CircleBox[{11.391257497155205, 1.1601886205085192}, 0.19905689745739807], CircleBox[{11.759066683887385, 0.5303300858899103}, 0.5303300858899103], CircleBox[{9.316827688228148, 10.242640687119273}, 0.2088560386367323], CircleBox[{9.087386481771704, 10.134446499564898}, 0.044815499854965746], CircleBox[{8.987428086353521, 10.397970773009193}, 0.15533008588991082], CircleBox[{8.987428086353518, 10.178300858899105}, 0.06433982822017871], CircleBox[{20.905007438022018, 10.656854249492378}], CircleBox[{23.51813336777477, 5.121320343559639}, 5.121320343559639], CircleBox[{23.51813336777477, 12.36396103067892}, 2.1213203435596424], CircleBox[{4.258673830827452, 11.245333001402797}, 0.1324815596868462], CircleBox[{4.163586122897646, 11.37756792484782}, 0.03039184875615952], CircleBox[{4.657176846623716, 11.539247141523072}, 0.04998265994882637], CircleBox[{4.045068507943508, 11.651200885726029}, 0.04065489771435937], CircleBox[{4.329568801169583, 11.627416997969464}, 0.029437251522860034], CircleBox[{4.259310575135671, 11.64269961366137}, 0.04246390749295874], CircleBox[{3.4651803862641533, 12.807656281624393}, 0.06859812665619329], CircleBox[{3.816769251996719, 13.389080822854984}, 0.04482366447393958], CircleBox[{5.716501219962462, 11.658927718293524}, 0.11556966268523629], CircleBox[{5.270288924370803, 11.703130121763312}, 0.04720220777968298], CircleBox[{5.674350393990814, 12.140246651180945}, 0.05523467431902821], CircleBox[{5.619610549827104, 12.049022932274184}, 0.051152436884583374], CircleBox[{1.9004552216383699, 14.137242544716175}, 0.09090909090909079], CircleBox[{2.195025780992317, 14.110722933011411}, 0.20485281374238523], CircleBox[{1.9598444473145629, 14.352698852766077}, 0.13258252147247762], CircleBox[{2.585915224099059, 13.719269281924015}, 0.03770912102794216], CircleBox[{2.5807327627469823, 13.650011002706433}, 0.031742784243595216], CircleBox[{3.0133149642363395, 13.293274540340503}, 0.04529984186546903], CircleBox[{3.1110037845212637, 13.32417250902314}, 0.05715888190841428], CircleBox[{3.4128292951389225, 13.58023115517369}, 0.04455366774166854], CircleBox[{3.44904914045723, 13.647491052048894}, 0.03183854994144962], CircleBox[{2.916977782049584, 14.218181807395807}, 0.06976744186046518], CircleBox[{3.1357511157033042, 14.315575746753796}, 0.16970562748477153], CircleBox[{3.3257966378671395, 14.137242544716184}, 0.09090909090909093], CircleBox[{5.736130089701169, 14.205152560232746}, 0.07317073170731712], CircleBox[{5.994818309432772, 13.934460137139776}, 0.30125413785644867], CircleBox[{5.879533341943694, 14.352698852766089}, 0.132582521472478], CircleBox[{5.37780207603963, 13.450101048393716}, 0.050959691869979534], CircleBox[{5.317213047863353, 13.513756092420877}, 0.0369208803029484], CircleBox[{4.850023485527953, 13.681608107309843}, 0.030541999314149294], CircleBox[{4.779958539147025, 13.673952174015042}, 0.039939984383652614], CircleBox[{4.463210993007153, 13.650372825546203}, 0.041100744786905195], CircleBox[{4.39032864880103, 13.647491052048894}, 0.03183854994144963], CircleBox[{5.680771482832376, 13.10091070529266}, 0.06814957835075126], CircleBox[{5.757584727809434, 13.002953488229663}, 0.05633291430837559], CircleBox[{4.783349159547412, 14.290615588234516}, 0.050847457627118675], CircleBox[{4.595497324737601, 14.16238616628412}, 0.17659725322619454], CircleBox[{4.703626673554954, 14.400428560496179}, 0.08485281374238572], CircleBox[{4.373188312276771, 10.0329059949355}, 0.0568958510542057], CircleBox[{4.2776596063715795, 10.01000199253494}, 0.04134022672716472], CircleBox[{4.636855831382812, 9.80685798795106}, 0.03435067680206082], CircleBox[{4.22294205166132, 9.55557717228626}, 0.03582817978908915], CircleBox[{4.419707923146367, 9.554290872194244}, 0.04056140183016682], CircleBox[{4.017213920296386, 8.753615390656968}, 0.04165668992258022], CircleBox[{5.021373919023973, 9.624341790249566}, 0.0526428401825891], CircleBox[{5.302442309444677, 9.618001854683543}, 0.041642588829091734], CircleBox[{4.596446764616256, 9.266968204769269}, 0.0390268992940009], CircleBox[{4.4562102340215475, 9.110914499967045}, 0.030030181853307296], CircleBox[{2.358597567590753, 6.674905933765109}, 0.03424062478735089], CircleBox[{2.5089244347922515, 6.582066895401917}, 0.03423922914128893], CircleBox[{2.889982830810686, 7.063234676290666}, 0.05394206479808394], CircleBox[{3.2618406573918226, 7.483390085053372}, 0.029720294728543], CircleBox[{3.2016694721369774, 7.415063676360169}, 0.028878850537962162], CircleBox[{3.0567881166520237, 7.254997230241508}, 0.03169750908485505], CircleBox[{2.6639097809227157, 4.680801637161216}, 0.04004715512713008], CircleBox[{2.663909780922715, 4.5558016371612124}, 0.08495284487286972], CircleBox[{2.3531987708594975, 5.021850526229466}, 0.10248674543325424], CircleBox[{2.6733307293168567, 5.175655173153424}, 0.045012446653951724], CircleBox[{2.676726108654627, 5.263902194801995}, 0.043299870894000315], CircleBox[{1.8935450010960653, 6.380285459286721}, 0.058905613589497946], CircleBox[{1.292086588298747, 6.16447348285935}, 0.03531858075164753], CircleBox[{1.2572353678476595, 6.103843301080986}, 0.03461443369366167], CircleBox[{1.1480502970952684, 6.077665042944959}, 0.07766504294495546], CircleBox[{1.1480502970952702, 5.8901650429449575}, 0.10983495705504469], CircleBox[{1.7162385625140666, 5.540256755297852}, 0.06567760638602102], CircleBox[{1.8161074897664824, 5.577623430302638}, 0.04095292878782997], CircleBox[{1.9292512935519273, 6.134003980563828}, 0.028775644111781507], CircleBox[{2.0027976665906357, 6.069228867387324}, 0.06922886738732321], CircleBox[{2.002797666590636, 5.951047798416559}, 0.04895220158344046], CircleBox[{2.6838629649867496, 6.295433357845566}, 0.04576215785725767], CircleBox[{2.559407848793527, 5.989097994029073}, 0.06354154731509164], CircleBox[{3.846597757407704, 1.1122712153076328}, 0.03183272431807001], CircleBox[{4.02113739272182, 1.088111937546547}, 0.03660235435563597], CircleBox[{3.998373665105345, 1.566513894439906}, 0.03075145826005666], CircleBox[{3.4744503673112024, 2.196943532819028}, 0.03642527689797098], CircleBox[{3.098164082612632, 2.937158498325191}, 0.09880133876370333], CircleBox[{3.172033442242421, 2.810660171779819}, 0.047685892457636464], CircleBox[{3.0419098791624504, 2.2521865146762976}, 0.13248155968684086], CircleBox[{3.2017755167225026, 2.230775147648015}, 0.02881155458187732], CircleBox[{3.435408172978406, 2.412224423129469}, 0.04918728018558394], CircleBox[{3.4014184195523858, 2.4916676214792646}, 0.03722177664300896], CircleBox[{3.3495705492930963, 0.8338569310413838}, 0.06771777414660528], CircleBox[{3.449049140457227, 0.837790322189673}, 0.03183854994144961], CircleBox[{2.7960986069626528, 1.1394523058955837}, 0.030008833775877663], CircleBox[{2.738283553355004, 1.1546037447996453}, 0.029758603215504872], CircleBox[{2.7010273284566138, 1.2372618188496731}, 0.06090772735620917], CircleBox[{2.542905532460828, 1.2316736950227953}, 0.09731278173422854], CircleBox[{2.0616494354877934, 0.3321450094633785}, 0.031167265844815294], CircleBox[{1.8768965547250782, 0.4335065778878623}, 0.17956430393910108], CircleBox[{2.08329295056206, 0.25959755556775255}, 0.04453989901762002], CircleBox[{1.9598444473145638, 0.13258252147247757}, 0.13258252147247757], CircleBox[{3.227761245328285, 0.5130582582642792}, 0.04814349959686442], CircleBox[{3.2804046316826065, 0.33410605679768585}, 0.13839125999659713], CircleBox[{3.135751115703302, 0.11999999999999994}, 0.11999999999999994], CircleBox[{4.441329401063392, 0.932498218029047}, 0.07572846296515218], CircleBox[{4.390328648801026, 0.8377903221896733}, 0.03183854994144963], CircleBox[{5.044329482789806, 0.7499999999999996}, 0.036920880302948274], CircleBox[{5.128484216972203, 0.7103163998553674}, 0.05612108552832986], CircleBox[{5.857326689247423, 0.3622528228872789}, 0.033992472300588536], CircleBox[{5.693633451910902, 0.3238532153219105}, 0.1341443940044696], CircleBox[{5.928990122016308, 0.312005221821862}, 0.05353163300217965], CircleBox[{5.87953334194369, 0.13258252147247748}, 0.13258252147247748], CircleBox[{4.570353466730693, 0.4082371191614757}, 0.03830746950310608], CircleBox[{4.703626673554953, 0.20485281374238545}, 0.20485281374238545], CircleBox[{4.485188704048001, 0.3567537013507222}, 0.061209258298182447], CircleBox[{6.241453626893835, 10.486721781683922}, 0.029358870905153236], CircleBox[{6.26652613234033, 10.778543121868802}, 0.04736753070821384], CircleBox[{6.337279539315444, 10.81846590184391}, 0.033872071454388364], CircleBox[{6.57416105974138, 10.621200404316017}, 0.032278498715817026], CircleBox[{6.571734724970585, 10.550483203105548}, 0.038480314498278996], CircleBox[{6.131657091320806, 10.13075317665685}, 0.0471585231651413], CircleBox[{5.969531685540319, 9.930917470643088}, 0.038965402059506604], CircleBox[{6.937689693498239, 10.378931105919197}, 0.05890561358949798], CircleBox[{7.196531451471808, 10.242640687119271}, 0.04018849353085653], CircleBox[{7.2653526407106765, 10.281473208591848}, 0.03883252147247782], CircleBox[{-4.032527909749613, 11.75540310839869}, 0.0642992342337918], CircleBox[{-4.420388311276806, 11.474748981805524}, 0.1482020081455604], CircleBox[{-4.163586122897627, 11.520625602220782}, 0.11266582861675126], CircleBox[{-4.136593005411969, 11.689845884736037}, 0.058693829430676414], CircleBox[{-3.6373766773473104, 12.515381448753907}, 0.04639879305639995], CircleBox[{-3.6398648023120805, 12.601300861195824}, 0.03955663841948541], CircleBox[{-3.5600677454451586, 12.674621202458738}, 0.06881052786039947], CircleBox[{-3.6158251453978174, 12.814987951752215}, 0.08222493802989357], CircleBox[{-3.8656971870317705, 13.298144122140416}, 0.0584402031838488], CircleBox[{-3.91968889462913, 13.382720578857016}, 0.041900623601727895], CircleBox[{-5.4882941033902055, 11.760311257658818}, 0.13414439400446743], CircleBox[{-5.6674895642335015, 11.907815390013095}, 0.0979514531114025], CircleBox[{-5.543277195067694, 11.962310601229307}, 0.03768939877062535], CircleBox[{-2.475592986081554, 13.880792880857589}, 0.1578947368421052], CircleBox[{-3.015145303560869, 13.764976679570955}, 0.39394771873535683], CircleBox[{-2.6131259297527514, 14.24957911384305}, 0.23570226039551573], CircleBox[{-5.701365664915095, 13.441164885671418}, 0.27272727272727315], CircleBox[{-5.226251859505507, 14.01387685344753}, 0.471404520791032], CircleBox[{-4.611398699563682, 13.809676587518647}, 0.17647058823529416], CircleBox[{-4.239187859589271, 9.630214425821226}, 0.040556674013700895], CircleBox[{-4.411273203443107, 9.786819550785726}, 0.1921202065190102], CircleBox[{-4.305347176120813, 9.571263134797423}, 0.04805658615255613], CircleBox[{-3.9216129197273584, 8.49680939904301}, 0.050024543084285875], CircleBox[{-3.9881141151874333, 8.55299070477515}, 0.03703146251779641], CircleBox[{-3.988114115187435, 8.64398096244489}, 0.05395879515193615], CircleBox[{-4.087816968067115, 8.687723208591773}, 0.054917478527522344], CircleBox[{-5.1485513674444725, 9.576359265854231}, 0.0832851776581338], CircleBox[{-5.0385895962554725, 9.508416334507924}, 0.045973605575131256], CircleBox[{-4.159100835173227, 9.073614425548701}, 0.07763038740605345], CircleBox[{-4.178306103050298, 9.178309433547804}, 0.028811554581877338], CircleBox[{-4.675266427096551, 9.217059929148501}, 0.05426498228712279], CircleBox[{-4.556502998862088, 9.15524427274656}, 0.0796227589829594], CircleBox[{-4.495028236746068, 9.052589622464566}, 0.04003142440290583], CircleBox[{-2.4136778261731826, 6.713453353907323}, 0.032988375540837916], CircleBox[{-2.557955783188, 6.719209073454497}, 0.11140434307015945], CircleBox[{-2.4265119382416427, 6.638964871263466}, 0.04259765808423087], CircleBox[{-3.1375983611459968, 7.298409451990521}, 0.060035345511321614], CircleBox[{-3.0041964998859783, 7.013126156005297}, 0.07078013053550289], CircleBox[{-3.004196499885962, 7.1516504294495755}, 0.06774414290879753], CircleBox[{-3.1078947444098315, 7.197145558284428}, 0.04549512883486597], CircleBox[{-2.6900491750077897, 5.000000000000001}, 0.029437251522859368], CircleBox[{-2.5613355777095426, 4.856455861297174}, 0.16336344838611785], CircleBox[{-2.679971671708965, 5.067055361272522}, 0.03837113695619223], CircleBox[{-2.561335577709543, 5.106455861297175}, 0.0866365516138819], CircleBox[{-2.91764357590848, 6.648572443192766}, 0.03192782072388086], CircleBox[{-1.7828695607335086, 6.3177253570392615}, 0.06822746429607385], CircleBox[{-1.6045826046601561, 5.940049915112529}, 0.34941470088897186], CircleBox[{-1.910921956833518, 6.241849643919424}, 0.08061654797314059], CircleBox[{-2.789158884438902, 6.281508964068165}, 0.06045045624926938], CircleBox[{-2.6900491750077906, 6.124891681027851}, 0.12489168102784752], CircleBox[{-2.69004917500779, 5.911688245431421}, 0.08831175456857822], CircleBox[{-3.8813563411306315, 1.162607637685175}, 0.029338466288245497], CircleBox[{-3.9956115171919278, 1.2214913994824508}, 0.09919768683684207], CircleBox[{-3.919688894629127, 1.102560795381548}, 0.04190062360172789], CircleBox[{-4.059436722202306, 1.604879713128551}, 0.041363956081654024], CircleBox[{-3.994412482823789, 1.6439935051131538}, 0.03451779686442459], CircleBox[{-3.5684627596730154, 2.191850197903992}, 0.0577249858640006], CircleBox[{-3.5025076737042515, 2.2881234053286446}, 0.05897378804976995], CircleBox[{-3.3308688983181036, 2.2886608003172566}, 0.11266582861675103], CircleBox[{-3.172033442242421, 2.560660171779819}, 0.2023141075423632], CircleBox[{-4.258239692795059, 1.4198668460025372}, 0.028952276459394646], CircleBox[{-3.2035529908668763, 0.8344418747489366}, 0.07830095591188965], CircleBox[{-2.613125929752752, 0.5690355937288485}, 0.5690355937288485], CircleBox[{-3.2894075767479345, 0.662703415342129}, 0.11370193041076893], CircleBox[{-4.566209740925514, 1.0546569301986872}, 0.09896512662251378], CircleBox[{-4.721980196959205, 0.698829401777944}, 0.28946461600150114], CircleBox[{-5.226251859505504, 0.33333333333333315}, 0.33333333333333315], CircleBox[{-6.383764400376386, 10.609334667950629}, 0.15848754542427426], CircleBox[{-6.518866108141716, 10.473634087476182}, 0.03299905719384502], CircleBox[{-6.089737669786988, 10.015117162193874}, 0.07584117497512533], CircleBox[{-6.200578822288158, 10.051928866664593}, 0.04095292878783043], CircleBox[{-6.600621675815199, 10.210671589023606}, 0.03196909809567845], CircleBox[{-7.063552773702616, 10.283633384768294}, 0.09896512662251444], CircleBox[{-6.880030316142227, 10.24264068711928}, 0.08907979803524028], CircleBox[{-6.786679928800258, 10.16579963419853}, 0.031828606266807044], CircleBox[{-12.194587672179505, 13.209138999323168}, 0.33333333333333326], CircleBox[{-10.975128904961554, 12.612489168102774}, 1.0242640687119278], CircleBox[{-11.75906668388738, 13.954951288348656}, 0.5303300858899108], CircleBox[{-11.52669932060918, 8.863691944143664}, 0.13241026167907724], CircleBox[{-10.931183334005796, 9.507505169381778}, 0.24504517257917738], CircleBox[{-11.334979128467026, 9.3303494057877}, 0.19590290622280615], CircleBox[{-11.334979128467024, 9.019689234007878}, 0.11475726555701522], CircleBox[{-12.85491705348511, 6.838727561592428}, 0.18010603653396473], CircleBox[{-12.94468856030003, 6.502807483220737}, 0.16760249440691163], CircleBox[{-13.38265498432597, 6.310660171779821}, 0.3106601717798212], CircleBox[{-13.382654984325974, 5.560660171779819}, 0.43933982822017836], CircleBox[{-11.583403866798621, 1.4327767502175497}, 0.13444649956489718], CircleBox[{-12.347886680198409, 1.5386608003172566}, 0.6373341713832484], CircleBox[{-11.391257497155205, 1.1601886205085192}, 0.19905689745739807], CircleBox[{-11.759066683887385, 0.5303300858899103}, 0.5303300858899103], CircleBox[{-9.316827688228148, 10.242640687119273}, 0.2088560386367323], CircleBox[{-9.087386481771704, 10.134446499564898}, 0.044815499854965746], CircleBox[{-8.987428086353521, 10.397970773009193}, 0.15533008588991082], CircleBox[{-8.987428086353518, 10.178300858899105}, 0.06433982822017871], CircleBox[{-20.905007438022018, 10.656854249492378}], CircleBox[{-23.51813336777477, 5.121320343559639}, 5.121320343559639], CircleBox[{-23.51813336777477, 12.36396103067892}, 2.1213203435596424], CircleBox[{11.646227668766894, 11.75540310839869}, 0.0642992342337918], CircleBox[{11.258367267239704, 11.474748981805524}, 0.1482020081455604], CircleBox[{11.515169455618881, 11.520625602220782}, 0.11266582861675126], CircleBox[{11.542162573104541, 11.689845884736037}, 0.058693829430676414], CircleBox[{12.041378901169201, 12.515381448753907}, 0.04639879305639995], CircleBox[{12.038890776204427, 12.601300861195824}, 0.03955663841948541], CircleBox[{12.118687833071352, 12.674621202458738}, 0.06881052786039947], CircleBox[{12.062930433118694, 12.814987951752215}, 0.08222493802989357], CircleBox[{11.813058391484738, 13.298144122140416}, 0.0584402031838488], CircleBox[{11.759066683887381, 13.382720578857016}, 0.041900623601727895], CircleBox[{10.190461475126305, 11.760311257658818}, 0.13414439400446743], CircleBox[{10.01126601428301, 11.907815390013095}, 0.0979514531114025], CircleBox[{10.135478383448817, 11.962310601229307}, 0.03768939877062535], CircleBox[{13.203162592434955, 13.880792880857589}, 0.1578947368421052], CircleBox[{12.663610274955643, 13.764976679570955}, 0.39394771873535683], CircleBox[{13.06562964876376, 14.24957911384305}, 0.23570226039551573], CircleBox[{9.977389913601414, 13.441164885671418}, 0.27272727272727315], CircleBox[{10.452503719011004, 14.01387685344753}, 0.471404520791032], CircleBox[{11.067356878952829, 13.809676587518647}, 0.17647058823529416], CircleBox[{11.439567718927238, 9.630214425821226}, 0.040556674013700895], CircleBox[{11.267482375073403, 9.786819550785726}, 0.1921202065190102], CircleBox[{11.373408402395697, 9.571263134797423}, 0.04805658615255613], CircleBox[{11.757142658789151, 8.49680939904301}, 0.050024543084285875], CircleBox[{11.690641463329076, 8.55299070477515}, 0.03703146251779641], CircleBox[{11.690641463329074, 8.64398096244489}, 0.05395879515193615], CircleBox[{11.590938610449397, 8.687723208591773}, 0.054917478527522344], CircleBox[{10.53020421107204, 9.576359265854231}, 0.0832851776581338], CircleBox[{10.64016598226104, 9.508416334507924}, 0.045973605575131256], CircleBox[{11.519654743343283, 9.073614425548701}, 0.07763038740605345], CircleBox[{11.50044947546621, 9.178309433547804}, 0.028811554581877338], CircleBox[{11.003489151419961, 9.217059929148501}, 0.05426498228712279], CircleBox[{11.122252579654422, 9.15524427274656}, 0.0796227589829594], CircleBox[{11.183727341770442, 9.052589622464566}, 0.04003142440290583], CircleBox[{13.265077752343327, 6.713453353907323}, 0.032988375540837916], CircleBox[{13.12079979532851, 6.719209073454497}, 0.11140434307015945], CircleBox[{13.252243640274866, 6.638964871263466}, 0.04259765808423087], CircleBox[{12.541157217370513, 7.298409451990521}, 0.060035345511321614], CircleBox[{12.674559078630532, 7.013126156005297}, 0.07078013053550289], CircleBox[{12.67455907863055, 7.1516504294495755}, 0.06774414290879753], CircleBox[{12.570860834106679, 7.197145558284428}, 0.04549512883486597], CircleBox[{12.98870640350872, 5.000000000000001}, 0.029437251522859368], CircleBox[{13.117420000806966, 4.856455861297174}, 0.16336344838611785], CircleBox[{12.998783906807544, 5.067055361272522}, 0.03837113695619223], CircleBox[{13.117420000806968, 5.106455861297175}, 0.0866365516138819], CircleBox[{12.761112002608028, 6.648572443192766}, 0.03192782072388086], CircleBox[{13.895886017783003, 6.3177253570392615}, 0.06822746429607385], CircleBox[{14.074172973856355, 5.940049915112529}, 0.34941470088897186], CircleBox[{13.767833621682994, 6.241849643919424}, 0.08061654797314059], CircleBox[{12.889596694077607, 6.281508964068165}, 0.06045045624926938], CircleBox[{12.98870640350872, 6.124891681027851}, 0.12489168102784752], CircleBox[{12.988706403508719, 5.911688245431421}, 0.08831175456857822], CircleBox[{11.79739923738588, 1.162607637685175}, 0.029338466288245497], CircleBox[{11.683144061324581, 1.2214913994824508}, 0.09919768683684207], CircleBox[{11.759066683887383, 1.102560795381548}, 0.04190062360172789], CircleBox[{11.619318856314203, 1.604879713128551}, 0.041363956081654024], CircleBox[{11.68434309569272, 1.6439935051131538}, 0.03451779686442459], CircleBox[{12.110292818843492, 2.191850197903992}, 0.0577249858640006], CircleBox[{12.176247904812255, 2.2881234053286446}, 0.05897378804976995], CircleBox[{12.347886680198407, 2.2886608003172566}, 0.11266582861675103], CircleBox[{12.50672213627409, 2.560660171779819}, 0.2023141075423632], CircleBox[{11.420515885721452, 1.4198668460025372}, 0.028952276459394646], CircleBox[{12.475202587649633, 0.8344418747489366}, 0.07830095591188965], CircleBox[{13.06562964876376, 0.5690355937288485}, 0.5690355937288485], CircleBox[{12.389348001768575, 0.662703415342129}, 0.11370193041076893], CircleBox[{11.112545837590995, 1.0546569301986872}, 0.09896512662251378], CircleBox[{10.956775381557305, 0.698829401777944}, 0.28946461600150114], CircleBox[{10.452503719011007, 0.33333333333333315}, 0.33333333333333315], CircleBox[{9.294991178140126, 10.609334667950629}, 0.15848754542427426], CircleBox[{9.159889470374795, 10.473634087476182}, 0.03299905719384502], CircleBox[{9.589017908729522, 10.015117162193874}, 0.07584117497512533], CircleBox[{9.478176756228352, 10.051928866664593}, 0.04095292878783043], CircleBox[{9.078133902701312, 10.210671589023606}, 0.03196909809567845], CircleBox[{8.615202804813894, 10.283633384768294}, 0.09896512662251444], CircleBox[{8.798725262374285, 10.24264068711928}, 0.08907979803524028], CircleBox[{8.892075649716253, 10.16579963419853}, 0.031828606266807044], CircleBox[{19.16292348485352, 13.209138999323168}, 0.33333333333333326], CircleBox[{20.382382252071466, 12.612489168102774}, 1.0242640687119278], CircleBox[{19.59844447314564, 13.954951288348656}, 0.5303300858899108], CircleBox[{19.830811836423837, 8.863691944143664}, 0.13241026167907724], CircleBox[{20.426327823027226, 9.507505169381778}, 0.24504517257917738], CircleBox[{20.022532028565994, 9.3303494057877}, 0.19590290622280615], CircleBox[{20.022532028565994, 9.019689234007878}, 0.11475726555701522], CircleBox[{18.502594103547914, 6.838727561592428}, 0.18010603653396473], CircleBox[{18.412822596732994, 6.502807483220737}, 0.16760249440691163], CircleBox[{17.974856172707046, 6.310660171779821}, 0.3106601717798212], CircleBox[{17.97485617270705, 5.560660171779819}, 0.43933982822017836], CircleBox[{19.774107290234397, 1.4327767502175497}, 0.13444649956489718], CircleBox[{19.009624476834613, 1.5386608003172566}, 0.6373341713832484], CircleBox[{19.966253659877815, 1.1601886205085192}, 0.19905689745739807], CircleBox[{19.59844447314564, 0.5303300858899103}, 0.5303300858899103], CircleBox[{22.040683468804872, 10.242640687119273}, 0.2088560386367323], CircleBox[{22.270124675261318, 10.134446499564898}, 0.044815499854965746], CircleBox[{22.370083070679506, 10.397970773009193}, 0.15533008588991082], CircleBox[{22.3700830706795, 10.178300858899105}, 0.06433982822017871], CircleBox[{26.131259297527514, 10.656854249492378}], CircleBox[{31.357511157033024, 10.242640687119282}, 4.242640687119285], CircleBox[{31.35751115703302, 2.9999999999999987}, 2.9999999999999987], CircleBox[{4.26761272575056, 11.069428036227244}, 0.043650381242770105], CircleBox[{4.192572459702704, 11.073744753169306}, 0.031513942566271345], CircleBox[{4.6011087460386175, 11.478668181096678}, 0.03256091853903379], CircleBox[{5.793221522762153, 11.526109366836538}, 0.03781455861953273], CircleBox[{5.344470364640597, 11.680425908488026}, 0.030375929481849664], CircleBox[{5.705359075914234, 12.05566398288545}, 0.03485287271510457], CircleBox[{2.289415256084886, 13.896798620878483}, 0.028969735062875996], CircleBox[{1.537132899854555, 14.260079778665226}, 0.058823529411764705], CircleBox[{1.720839026910351, 14.256892080807344}, 0.12491025228194183], CircleBox[{1.567875557851657, 14.400428560496179}, 0.08485281374238539], CircleBox[{2.3401127729129136, 14.313859264175303}, 0.0447761194029852], CircleBox[{2.2398222255023605, 14.398696870419787}, 0.08658450381876073], CircleBox[{2.1292137205392816, 14.343487777025736}, 0.03703703703703696], CircleBox[{2.5199558452322486, 13.695865671922716}, 0.03227922529906115], CircleBox[{3.0989811717278126, 13.215767836863316}, 0.05191043625421484], CircleBox[{3.4944210633346096, 13.579372999069086}, 0.037042613234847664], CircleBox[{2.8994958946571625, 14.357007935462136}, 0.07015507319944711], CircleBox[{2.9397666709718457, 14.452135743870445}, 0.033145630368119454], CircleBox[{3.4019941349611313, 14.308602864225756}, 0.09662868572754041], CircleBox[{3.3597333382535393, 14.441989122329185}, 0.04329225190938048], CircleBox[{5.71230535423877, 13.749899654962618}, 0.03620125391248452], CircleBox[{5.981400637495675, 13.589362599287941}, 0.044104146468153284], CircleBox[{6.059343916535601, 13.579951288348658}, 0.034405263930198306], CircleBox[{5.668473170694433, 14.341220435305036}, 0.07878954374707137], CircleBox[{5.599555563755898, 14.441989122329165}, 0.04329225190938045], CircleBox[{6.38764116161785, 14.059900582600084}, 0.11111111111111163], CircleBox[{6.27150223140659, 14.315575746753753}, 0.1697056274847712], CircleBox[{6.051449521532689, 14.28378520977824}, 0.05263157894736842], CircleBox[{5.404538815578872, 13.535811212113426}, 0.0388238556543308], CircleBox[{4.806064314251376, 13.739376110981848}, 0.030500082496186697], CircleBox[{4.426998690954039, 13.713370861990146}, 0.03156343769510016], CircleBox[{5.801272398396766, 13.128535837079593}, 0.05547735462946971], CircleBox[{5.737230710160924, 12.858905420278983}, 0.0383074695031072], CircleBox[{5.713148133733876, 12.925751466075099}, 0.03274437302006005], CircleBox[{4.844559307968584, 14.380068328950026}, 0.05754292520853529], CircleBox[{4.899611118286411, 14.452135743870437}, 0.033145630368119454], CircleBox[{4.59276678562605, 14.369268431064441}, 0.030303030303030342], CircleBox[{4.47964445100472, 14.3986968704198}, 0.086584503818761], CircleBox[{4.401054197478322, 14.28378520977824}, 0.05263157894736845], CircleBox[{4.303642535663586, 10.129928647091202}, 0.06247755501295673 ], CircleBox[{4.69286590661331, 9.776432275641023}, 0.029389832271045958], CircleBox[{2.7183406865031015, 4.387590886414539}, 0.05201319721243406], CircleBox[{2.5656941737709063, 4.645248224355312}, 0.04788915695211651], CircleBox[{2.2251040188975604, 5.057256294894525}, 0.03041108726146691], CircleBox[{1.2666304454696056, 5.757640756794782}, 0.034622749029316606], CircleBox[{0.9339138286325076, 5.979064382297989}, 0.12202172208771413], CircleBox[{1.8102583696298866, 5.46252391985101}, 0.05631467958609281], CircleBox[{2.0837575535306296, 5.992772146162094}, 0.042127019362541776], CircleBox[{3.055471147408245, 3.1352684438524165}, 0.05846390930913415], CircleBox[{3.049644397480254, 2.7891866980533013}, 0.05692217751129177], CircleBox[{2.9145102860283423, 2.1361615859890515}, 0.03983338571145301], CircleBox[{2.4009131808503237, 1.138071187457698}, 0.0382829040357661], CircleBox[{2.627436942794764, 1.38951191985862}, 0.08173599528580108], CircleBox[{1.992262230504165, 0.6083981367557605}, 0.0299501263782616], CircleBox[{2.001722369308686, 0.692534233420304}, 0.05471614192350194], CircleBox[{1.567875557851651, 0.20485281374238545}, 0.20485281374238545], CircleBox[{1.8058350171205713, 0.19431813538923753}, 0.03333972120269061], CircleBox[{2.1513760103135593, 0.14299888389678542}, 0.05923207711426411], CircleBox[{2.2398222255023583, 0.06122448979591833}, 0.06122448979591833], CircleBox[{3.317281347772618, 0.5101008123590386}, 0.04142544160446021], CircleBox[{2.9821839958890197, 0.08867344928945231}, 0.036729745318094045], CircleBox[{2.9397666709718453, 0.03314563036811938}, 0.03314563036811938], CircleBox[{3.3597333382535384, 0.10451674170529872}, 0.10451674170529872], CircleBox[{3.451920504839602, 0.2107845909719223}, 0.03616491833225099], CircleBox[{4.33992064336122, 0.9014607232798231}, 0.030323704476189987], CircleBox[{5.047964903432152, 0.660005546123614}, 0.038823855654330185], CircleBox[{5.563621616345633, 0.4902220507508661}, 0.03873174495712684], CircleBox[{5.599555563755897, 0.10451674170529873}, 0.10451674170529873], CircleBox[{6.011123510047895, 0.30665784523451833}, 0.028775644111781438], CircleBox[{6.08528084735618, 0.2150576565501322}, 0.08907979803523985], CircleBox[{6.271502231406602, 0.11999999999999991}, 0.11999999999999991], CircleBox[{4.5092111285640915, 0.45164801581505243}, 0.03667847227764811], CircleBox[{4.8656638289896, 0.37425702853105136}, 0.029569513968770028], CircleBox[{4.929153641443173, 0.10293111105501097}, 0.04263546218911677], CircleBox[{4.89961111828641, 0.03314563036811939}, 0.03314563036811939], CircleBox[{4.421690384454324, 0.1873990156909626}, 0.07762321387456517], CircleBox[{4.4796444510047175, 0.06122448979591833}, 0.06122448979591833], CircleBox[{6.254722722948169, 10.876966710146565}, 0.05176129054360969], CircleBox[{7.1895090884107535, 10.312803432672256}, 0.030324799162848415], CircleBox[{7.377918293437403, 10.2572701222703}, 0.03531858075165443], CircleBox[{-4.258673830827452, 11.245333001402797}, 0.1324815596868462], CircleBox[{-4.163586122897646, 11.37756792484782}, 0.03039184875615952], CircleBox[{-4.657176846623716, 11.539247141523072}, 0.04998265994882637], CircleBox[{-4.045068507943508, 11.651200885726029}, 0.04065489771435937], CircleBox[{-4.329568801169583, 11.627416997969464}, 0.029437251522860034], CircleBox[{-4.259310575135671, 11.64269961366137}, 0.04246390749295874], CircleBox[{-3.4651803862641533, 12.807656281624393}, 0.06859812665619329], CircleBox[{-3.816769251996719, 13.389080822854984}, 0.04482366447393958], CircleBox[{-5.716501219962462, 11.658927718293524}, 0.11556966268523629], CircleBox[{-5.270288924370803, 11.703130121763312}, 0.04720220777968298], CircleBox[{-5.674350393990814, 12.140246651180945}, 0.05523467431902821], CircleBox[{-5.619610549827104, 12.049022932274184}, 0.051152436884583374], CircleBox[{-1.9004552216383699, 14.137242544716175}, 0.09090909090909079], CircleBox[{-2.195025780992317, 14.110722933011411}, 0.20485281374238523], CircleBox[{-1.9598444473145629, 14.352698852766077}, 0.13258252147247762], CircleBox[{-2.585915224099059, 13.719269281924015}, 0.03770912102794216], CircleBox[{-2.5807327627469823, 13.650011002706433}, 0.031742784243595216], CircleBox[{-3.0133149642363395, 13.293274540340503}, 0.04529984186546903], CircleBox[{-3.1110037845212637, 13.32417250902314}, 0.05715888190841428], CircleBox[{-3.4128292951389225, 13.58023115517369}, 0.04455366774166854], CircleBox[{-3.44904914045723, 13.647491052048894}, 0.03183854994144962], CircleBox[{-2.916977782049584, 14.218181807395807}, 0.06976744186046518], CircleBox[{-3.1357511157033042, 14.315575746753796}, 0.16970562748477153], CircleBox[{-3.3257966378671395, 14.137242544716184}, 0.09090909090909093], CircleBox[{-5.736130089701169, 14.205152560232746}, 0.07317073170731712], CircleBox[{-5.994818309432772, 13.934460137139776}, 0.30125413785644867], CircleBox[{-5.879533341943694, 14.352698852766089}, 0.132582521472478], CircleBox[{-5.37780207603963, 13.450101048393716}, 0.050959691869979534], CircleBox[{-5.317213047863353, 13.513756092420877}, 0.0369208803029484], CircleBox[{-4.850023485527953, 13.681608107309843}, 0.030541999314149294], CircleBox[{-4.779958539147025, 13.673952174015042}, 0.039939984383652614], CircleBox[{-4.463210993007153, 13.650372825546203}, 0.041100744786905195], CircleBox[{-4.39032864880103, 13.647491052048894}, 0.03183854994144963], CircleBox[{-5.680771482832376, 13.10091070529266}, 0.06814957835075126], CircleBox[{-5.757584727809434, 13.002953488229663}, 0.05633291430837559], CircleBox[{-4.783349159547412, 14.290615588234516}, 0.050847457627118675], CircleBox[{-4.595497324737601, 14.16238616628412}, 0.17659725322619454], CircleBox[{-4.703626673554954, 14.400428560496179}, 0.08485281374238572], CircleBox[{-4.373188312276771, 10.0329059949355}, 0.0568958510542057], CircleBox[{-4.2776596063715795, 10.01000199253494}, 0.04134022672716472], CircleBox[{-4.636855831382812, 9.80685798795106}, 0.03435067680206082], CircleBox[{-4.22294205166132, 9.55557717228626}, 0.03582817978908915], CircleBox[{-4.419707923146367, 9.554290872194244}, 0.04056140183016682], CircleBox[{-4.017213920296386, 8.753615390656968}, 0.04165668992258022], CircleBox[{-5.021373919023973, 9.624341790249566}, 0.0526428401825891], CircleBox[{-5.302442309444677, 9.618001854683543}, 0.041642588829091734], CircleBox[{-4.596446764616256, 9.266968204769269}, 0.0390268992940009], CircleBox[{-4.4562102340215475, 9.110914499967045}, 0.030030181853307296], CircleBox[{-2.358597567590753, 6.674905933765109}, 0.03424062478735089], CircleBox[{-2.5089244347922515, 6.582066895401917}, 0.03423922914128893], CircleBox[{-2.889982830810686, 7.063234676290666}, 0.05394206479808394], CircleBox[{-3.2618406573918226, 7.483390085053372}, 0.029720294728543], CircleBox[{-3.2016694721369774, 7.415063676360169}, 0.028878850537962162], CircleBox[{-3.0567881166520237, 7.254997230241508}, 0.03169750908485505], CircleBox[{-2.6639097809227157, 4.680801637161216}, 0.04004715512713008], CircleBox[{-2.663909780922715, 4.5558016371612124}, 0.08495284487286972], CircleBox[{-2.3531987708594975, 5.021850526229466}, 0.10248674543325424], CircleBox[{-2.6733307293168567, 5.175655173153424}, 0.045012446653951724], CircleBox[{-2.676726108654627, 5.263902194801995}, 0.043299870894000315], CircleBox[{-1.8935450010960653, 6.380285459286721}, 0.058905613589497946], CircleBox[{-1.292086588298747, 6.16447348285935}, 0.03531858075164753], CircleBox[{-1.2572353678476595, 6.103843301080986}, 0.03461443369366167], CircleBox[{-1.1480502970952684, 6.077665042944959}, 0.07766504294495546], CircleBox[{-1.1480502970952702, 5.8901650429449575}, 0.10983495705504469], CircleBox[{-1.7162385625140666, 5.540256755297852}, 0.06567760638602102], CircleBox[{-1.8161074897664824, 5.577623430302638}, 0.04095292878782997], CircleBox[{-1.9292512935519273, 6.134003980563828}, 0.028775644111781507], CircleBox[{-2.0027976665906357, 6.069228867387324}, 0.06922886738732321], CircleBox[{-2.002797666590636, 5.951047798416559}, 0.04895220158344046], CircleBox[{-2.6838629649867496, 6.295433357845566}, 0.04576215785725767], CircleBox[{-2.559407848793527, 5.989097994029073}, 0.06354154731509164], CircleBox[{-3.846597757407704, 1.1122712153076328}, 0.03183272431807001], CircleBox[{-4.02113739272182, 1.088111937546547}, 0.03660235435563597], CircleBox[{-3.998373665105345, 1.566513894439906}, 0.03075145826005666], CircleBox[{-3.4744503673112024, 2.196943532819028}, 0.03642527689797098], CircleBox[{-3.098164082612632, 2.937158498325191}, 0.09880133876370333], CircleBox[{-3.172033442242421, 2.810660171779819}, 0.047685892457636464], CircleBox[{-3.0419098791624504, 2.2521865146762976}, 0.13248155968684086], CircleBox[{-3.2017755167225026, 2.230775147648015}, 0.02881155458187732], CircleBox[{-3.435408172978406, 2.412224423129469}, 0.04918728018558394], CircleBox[{-3.4014184195523858, 2.4916676214792646}, 0.03722177664300896], CircleBox[{-3.3495705492930963, 0.8338569310413838}, 0.06771777414660528], CircleBox[{-3.449049140457227, 0.837790322189673}, 0.03183854994144961], CircleBox[{-2.7960986069626528, 1.1394523058955837}, 0.030008833775877663], CircleBox[{-2.738283553355004, 1.1546037447996453}, 0.029758603215504872], CircleBox[{-2.7010273284566138, 1.2372618188496731}, 0.06090772735620917], CircleBox[{-2.542905532460828, 1.2316736950227953}, 0.09731278173422854], CircleBox[{-2.0616494354877934, 0.3321450094633785}, 0.031167265844815294], CircleBox[{-1.8768965547250782, 0.4335065778878623}, 0.17956430393910108], CircleBox[{-2.08329295056206, 0.25959755556775255}, 0.04453989901762002], CircleBox[{-1.9598444473145638, 0.13258252147247757}, 0.13258252147247757], CircleBox[{-3.227761245328285, 0.5130582582642792}, 0.04814349959686442], CircleBox[{-3.2804046316826065, 0.33410605679768585}, 0.13839125999659713], CircleBox[{-3.135751115703302, 0.11999999999999994}, 0.11999999999999994], CircleBox[{-4.441329401063392, 0.932498218029047}, 0.07572846296515218], CircleBox[{-4.390328648801026, 0.8377903221896733}, 0.03183854994144963], CircleBox[{-5.044329482789806, 0.7499999999999996}, 0.036920880302948274], CircleBox[{-5.128484216972203, 0.7103163998553674}, 0.05612108552832986], CircleBox[{-5.857326689247423, 0.3622528228872789}, 0.033992472300588536], CircleBox[{-5.693633451910902, 0.3238532153219105}, 0.1341443940044696], CircleBox[{-5.928990122016308, 0.312005221821862}, 0.05353163300217965], CircleBox[{-5.87953334194369, 0.13258252147247748}, 0.13258252147247748], CircleBox[{-4.570353466730693, 0.4082371191614757}, 0.03830746950310608], CircleBox[{-4.703626673554953, 0.20485281374238545}, 0.20485281374238545], CircleBox[{-4.485188704048001, 0.3567537013507222}, 0.061209258298182447], CircleBox[{-6.241453626893835, 10.486721781683922}, 0.029358870905153236], CircleBox[{-6.26652613234033, 10.778543121868802}, 0.04736753070821384], CircleBox[{-6.337279539315444, 10.81846590184391}, 0.033872071454388364], CircleBox[{-6.57416105974138, 10.621200404316017}, 0.032278498715817026], CircleBox[{-6.571734724970585, 10.550483203105548}, 0.038480314498278996], CircleBox[{-6.131657091320806, 10.13075317665685}, 0.0471585231651413], CircleBox[{-5.969531685540319, 9.930917470643088}, 0.038965402059506604], CircleBox[{-6.937689693498239, 10.378931105919197}, 0.05890561358949798], CircleBox[{-7.196531451471808, 10.242640687119271}, 0.04018849353085653], CircleBox[{-7.2653526407106765, 10.281473208591848}, 0.03883252147247782], CircleBox[{-11.646227668766894, 11.75540310839869}, 0.0642992342337918], CircleBox[{-11.258367267239704, 11.474748981805524}, 0.1482020081455604], CircleBox[{-11.515169455618881, 11.520625602220782}, 0.11266582861675126], CircleBox[{-11.542162573104541, 11.689845884736037}, 0.058693829430676414], CircleBox[{-12.041378901169201, 12.515381448753907}, 0.04639879305639995], CircleBox[{-12.038890776204427, 12.601300861195824}, 0.03955663841948541], CircleBox[{-12.118687833071352, 12.674621202458738}, 0.06881052786039947], CircleBox[{-12.062930433118694, 12.814987951752215}, 0.08222493802989357], CircleBox[{-11.813058391484738, 13.298144122140416}, 0.0584402031838488], CircleBox[{-11.759066683887381, 13.382720578857016}, 0.041900623601727895], CircleBox[{-10.190461475126305, 11.760311257658818}, 0.13414439400446743], CircleBox[{-10.01126601428301, 11.907815390013095}, 0.0979514531114025], CircleBox[{-10.135478383448817, 11.962310601229307}, 0.03768939877062535], CircleBox[{-13.203162592434955, 13.880792880857589}, 0.1578947368421052], CircleBox[{-12.663610274955643, 13.764976679570955}, 0.39394771873535683], CircleBox[{-13.06562964876376, 14.24957911384305}, 0.23570226039551573], CircleBox[{-9.977389913601414, 13.441164885671418}, 0.27272727272727315], CircleBox[{-10.452503719011004, 14.01387685344753}, 0.471404520791032], CircleBox[{-11.067356878952829, 13.809676587518647}, 0.17647058823529416], CircleBox[{-11.439567718927238, 9.630214425821226}, 0.040556674013700895], CircleBox[{-11.267482375073403, 9.786819550785726}, 0.1921202065190102], CircleBox[{-11.373408402395697, 9.571263134797423}, 0.04805658615255613], CircleBox[{-11.757142658789151, 8.49680939904301}, 0.050024543084285875], CircleBox[{-11.690641463329076, 8.55299070477515}, 0.03703146251779641], CircleBox[{-11.690641463329074, 8.64398096244489}, 0.05395879515193615], CircleBox[{-11.590938610449397, 8.687723208591773}, 0.054917478527522344], CircleBox[{-10.53020421107204, 9.576359265854231}, 0.0832851776581338], CircleBox[{-10.64016598226104, 9.508416334507924}, 0.045973605575131256], CircleBox[{-11.519654743343283, 9.073614425548701}, 0.07763038740605345], CircleBox[{-11.50044947546621, 9.178309433547804}, 0.028811554581877338], CircleBox[{-11.003489151419961, 9.217059929148501}, 0.05426498228712279], CircleBox[{-11.122252579654422, 9.15524427274656}, 0.0796227589829594], CircleBox[{-11.183727341770442, 9.052589622464566}, 0.04003142440290583], CircleBox[{-13.265077752343327, 6.713453353907323}, 0.032988375540837916], CircleBox[{-13.12079979532851, 6.719209073454497}, 0.11140434307015945], CircleBox[{-13.252243640274866, 6.638964871263466}, 0.04259765808423087], CircleBox[{-12.541157217370513, 7.298409451990521}, 0.060035345511321614], CircleBox[{-12.674559078630532, 7.013126156005297}, 0.07078013053550289], CircleBox[{-12.67455907863055, 7.1516504294495755}, 0.06774414290879753], CircleBox[{-12.570860834106679, 7.197145558284428}, 0.04549512883486597], CircleBox[{-12.98870640350872, 5.000000000000001}, 0.029437251522859368], CircleBox[{-13.117420000806966, 4.856455861297174}, 0.16336344838611785], CircleBox[{-12.998783906807544, 5.067055361272522}, 0.03837113695619223], CircleBox[{-13.117420000806968, 5.106455861297175}, 0.0866365516138819], CircleBox[{-12.761112002608028, 6.648572443192766}, 0.03192782072388086], CircleBox[{-13.895886017783003, 6.3177253570392615}, 0.06822746429607385], CircleBox[{-14.074172973856355, 5.940049915112529}, 0.34941470088897186], CircleBox[{-13.767833621682994, 6.241849643919424}, 0.08061654797314059], CircleBox[{-12.889596694077607, 6.281508964068165}, 0.06045045624926938], CircleBox[{-12.98870640350872, 6.124891681027851}, 0.12489168102784752], CircleBox[{-12.988706403508719, 5.911688245431421}, 0.08831175456857822], CircleBox[{-11.79739923738588, 1.162607637685175}, 0.029338466288245497], CircleBox[{-11.683144061324581, 1.2214913994824508}, 0.09919768683684207], CircleBox[{-11.759066683887383, 1.102560795381548}, 0.04190062360172789], CircleBox[{-11.619318856314203, 1.604879713128551}, 0.041363956081654024], CircleBox[{-11.68434309569272, 1.6439935051131538}, 0.03451779686442459], CircleBox[{-12.110292818843492, 2.191850197903992}, 0.0577249858640006], CircleBox[{-12.176247904812255, 2.2881234053286446}, 0.05897378804976995], CircleBox[{-12.347886680198407, 2.2886608003172566}, 0.11266582861675103], CircleBox[{-12.50672213627409, 2.560660171779819}, 0.2023141075423632], CircleBox[{-11.420515885721452, 1.4198668460025372}, 0.028952276459394646], CircleBox[{-12.475202587649633, 0.8344418747489366}, 0.07830095591188965], CircleBox[{-13.06562964876376, 0.5690355937288485}, 0.5690355937288485], CircleBox[{-12.389348001768575, 0.662703415342129}, 0.11370193041076893], CircleBox[{-11.112545837590995, 1.0546569301986872}, 0.09896512662251378], CircleBox[{-10.956775381557305, 0.698829401777944}, 0.28946461600150114], CircleBox[{-10.452503719011007, 0.33333333333333315}, 0.33333333333333315], CircleBox[{-9.294991178140126, 10.609334667950629}, 0.15848754542427426], CircleBox[{-9.159889470374795, 10.473634087476182}, 0.03299905719384502], CircleBox[{-9.589017908729522, 10.015117162193874}, 0.07584117497512533], CircleBox[{-9.478176756228352, 10.051928866664593}, 0.04095292878783043], CircleBox[{-9.078133902701312, 10.210671589023606}, 0.03196909809567845], CircleBox[{-8.615202804813894, 10.283633384768294}, 0.09896512662251444], CircleBox[{-8.798725262374285, 10.24264068711928}, 0.08907979803524028], CircleBox[{-8.892075649716253, 10.16579963419853}, 0.031828606266807044], CircleBox[{-19.16292348485352, 13.209138999323168}, 0.33333333333333326], CircleBox[{-20.382382252071466, 12.612489168102774}, 1.0242640687119278], CircleBox[{-19.59844447314564, 13.954951288348656}, 0.5303300858899108], CircleBox[{-19.830811836423837, 8.863691944143664}, 0.13241026167907724], CircleBox[{-20.426327823027226, 9.507505169381778}, 0.24504517257917738], CircleBox[{-20.022532028565994, 9.3303494057877}, 0.19590290622280615], CircleBox[{-20.022532028565994, 9.019689234007878}, 0.11475726555701522], CircleBox[{-18.502594103547914, 6.838727561592428}, 0.18010603653396473], CircleBox[{-18.412822596732994, 6.502807483220737}, 0.16760249440691163], CircleBox[{-17.974856172707046, 6.310660171779821}, 0.3106601717798212], CircleBox[{-17.97485617270705, 5.560660171779819}, 0.43933982822017836], CircleBox[{-19.774107290234397, 1.4327767502175497}, 0.13444649956489718], CircleBox[{-19.009624476834613, 1.5386608003172566}, 0.6373341713832484], CircleBox[{-19.966253659877815, 1.1601886205085192}, 0.19905689745739807], CircleBox[{-19.59844447314564, 0.5303300858899103}, 0.5303300858899103], CircleBox[{-22.040683468804872, 10.242640687119273}, 0.2088560386367323], CircleBox[{-22.270124675261318, 10.134446499564898}, 0.044815499854965746], CircleBox[{-22.370083070679506, 10.397970773009193}, 0.15533008588991082], CircleBox[{-22.3700830706795, 10.178300858899105}, 0.06433982822017871], CircleBox[{-26.131259297527514, 10.656854249492378}], CircleBox[{-31.357511157033024, 10.242640687119282}, 4.242640687119285], CircleBox[{-31.35751115703302, 2.9999999999999987}, 2.9999999999999987], CircleBox[{11.420081747689057, 11.245333001402797}, 0.1324815596868462], CircleBox[{11.515169455618866, 11.37756792484782}, 0.03039184875615952], CircleBox[{11.021578731892793, 11.539247141523072}, 0.04998265994882637], CircleBox[{11.633687070573004, 11.651200885726029}, 0.04065489771435937], CircleBox[{11.349186777346928, 11.627416997969464}, 0.029437251522860034], CircleBox[{11.419445003380837, 11.64269961366137}, 0.04246390749295874], CircleBox[{12.213575192252357, 12.807656281624393}, 0.06859812665619329], CircleBox[{11.86198632651979, 13.389080822854984}, 0.04482366447393958], CircleBox[{9.962254358554048, 11.658927718293524}, 0.11556966268523629], CircleBox[{10.408466654145707, 11.703130121763312}, 0.04720220777968298], CircleBox[{10.004405184525696, 12.140246651180945}, 0.05523467431902821], CircleBox[{10.059145028689407, 12.049022932274184}, 0.051152436884583374], CircleBox[{13.77830035687814, 14.137242544716175}, 0.09090909090909079], CircleBox[{13.483729797524195, 14.110722933011411}, 0.20485281374238523], CircleBox[{13.718911131201947, 14.352698852766077}, 0.13258252147247762], CircleBox[{13.09284035441745, 13.719269281924015}, 0.03770912102794216], CircleBox[{13.098022815769529, 13.650011002706433}, 0.031742784243595216], CircleBox[{12.66544061428017, 13.293274540340503}, 0.04529984186546903], CircleBox[{12.567751793995248, 13.32417250902314}, 0.05715888190841428], CircleBox[{12.265926283377588, 13.58023115517369}, 0.04455366774166854], CircleBox[{12.229706438059281, 13.647491052048894}, 0.03183854994144962], CircleBox[{12.761777796466925, 14.218181807395807}, 0.06976744186046518], CircleBox[{12.543004462813206, 14.315575746753796}, 0.16970562748477153], CircleBox[{12.35295894064937, 14.137242544716184}, 0.09090909090909093], CircleBox[{9.94262548881534, 14.205152560232746}, 0.07317073170731712], CircleBox[{9.683937269083737, 13.934460137139776}, 0.30125413785644867], CircleBox[{9.799222236572817, 14.352698852766089}, 0.132582521472478], CircleBox[{10.300953502476883, 13.450101048393716}, 0.050959691869979534], CircleBox[{10.361542530653159, 13.513756092420877}, 0.0369208803029484], CircleBox[{10.828732092988554, 13.681608107309843}, 0.030541999314149294], CircleBox[{10.898797039369484, 13.673952174015042}, 0.039939984383652614], CircleBox[{11.215544585509358, 13.650372825546203}, 0.041100744786905195], CircleBox[{11.28842692971548, 13.647491052048894}, 0.03183854994144963], CircleBox[{9.997984095684137, 13.10091070529266}, 0.06814957835075126], CircleBox[{9.921170850707076, 13.002953488229663}, 0.05633291430837559], CircleBox[{10.895406418969097, 14.290615588234516}, 0.050847457627118675], CircleBox[{11.083258253778908, 14.16238616628412}, 0.17659725322619454], CircleBox[{10.975128904961554, 14.400428560496179}, 0.08485281374238572], CircleBox[{11.30556726623974, 10.0329059949355}, 0.0568958510542057], CircleBox[{11.401095972144931, 10.01000199253494}, 0.04134022672716472], CircleBox[{11.0418997471337, 9.80685798795106}, 0.03435067680206082], CircleBox[{11.45581352685519, 9.55557717228626}, 0.03582817978908915], CircleBox[{11.259047655370145, 9.554290872194244}, 0.04056140183016682], CircleBox[{11.661541658220123, 8.753615390656968}, 0.04165668992258022], CircleBox[{10.657381659492538, 9.624341790249566}, 0.0526428401825891], CircleBox[{10.376313269071833, 9.618001854683543}, 0.041642588829091734], CircleBox[{11.082308813900255, 9.266968204769269}, 0.0390268992940009], CircleBox[{11.222545344494963, 9.110914499967045}, 0.030030181853307296], CircleBox[{13.320158010925757, 6.674905933765109}, 0.03424062478735089], CircleBox[{13.169831143724258, 6.582066895401917}, 0.03423922914128893], CircleBox[{12.788772747705824, 7.063234676290666}, 0.05394206479808394], CircleBox[{12.416914921124686, 7.483390085053372}, 0.029720294728543], CircleBox[{12.47708610637953, 7.415063676360169}, 0.028878850537962162], CircleBox[{12.621967461864488, 7.254997230241508}, 0.03169750908485505], CircleBox[{13.014845797593795, 4.680801637161216}, 0.04004715512713008], CircleBox[{13.014845797593797, 4.5558016371612124}, 0.08495284487286972], CircleBox[{13.325556807657012, 5.021850526229466}, 0.10248674543325424], CircleBox[{13.005424849199654, 5.175655173153424}, 0.045012446653951724], CircleBox[{13.002029469861883, 5.263902194801995}, 0.043299870894000315], CircleBox[{13.785210577420445, 6.380285459286721}, 0.058905613589497946], CircleBox[{14.386668990217762, 6.16447348285935}, 0.03531858075164753], CircleBox[{14.421520210668852, 6.103843301080986}, 0.03461443369366167], CircleBox[{14.530705281421241, 6.077665042944959}, 0.07766504294495546], CircleBox[{14.530705281421241, 5.8901650429449575}, 0.10983495705504469], CircleBox[{13.962517016002446, 5.540256755297852}, 0.06567760638602102], CircleBox[{13.862648088750026, 5.577623430302638}, 0.04095292878782997], CircleBox[{13.749504284964582, 6.134003980563828}, 0.028775644111781507], CircleBox[{13.675957911925872, 6.069228867387324}, 0.06922886738732321], CircleBox[{13.675957911925874, 5.951047798416559}, 0.04895220158344046], CircleBox[{12.994892613529762, 6.295433357845566}, 0.04576215785725767], CircleBox[{13.119347729722984, 5.989097994029073}, 0.06354154731509164], CircleBox[{11.832157821108806, 1.1122712153076328}, 0.03183272431807001], CircleBox[{11.65761818579469, 1.088111937546547}, 0.03660235435563597], CircleBox[{11.680381913411162, 1.566513894439906}, 0.03075145826005666], CircleBox[{12.204305211205309, 2.196943532819028}, 0.03642527689797098], CircleBox[{12.580591495903878, 2.937158498325191}, 0.09880133876370333], CircleBox[{12.506722136274089, 2.810660171779819}, 0.047685892457636464], CircleBox[{12.63684569935406, 2.2521865146762976}, 0.13248155968684086], CircleBox[{12.476980061794006, 2.230775147648015}, 0.02881155458187732], CircleBox[{12.243347405538104, 2.412224423129469}, 0.04918728018558394], CircleBox[{12.277337158964123, 2.4916676214792646}, 0.03722177664300896], CircleBox[{12.329185029223414, 0.8338569310413838}, 0.06771777414660528], CircleBox[{12.229706438059283, 0.837790322189673}, 0.03183854994144961], CircleBox[{12.882656971553855, 1.1394523058955837}, 0.030008833775877663], CircleBox[{12.940472025161508, 1.1546037447996453}, 0.029758603215504872], CircleBox[{12.977728250059895, 1.2372618188496731}, 0.06090772735620917], CircleBox[{13.135850046055682, 1.2316736950227953}, 0.09731278173422854], CircleBox[{13.617106143028716, 0.3321450094633785}, 0.031167265844815294], CircleBox[{13.801859023791431, 0.4335065778878623}, 0.17956430393910108], CircleBox[{13.595462627954452, 0.25959755556775255}, 0.04453989901762002], CircleBox[{13.71891113120195, 0.13258252147247757}, 0.13258252147247757], CircleBox[{12.450994333188225, 0.5130582582642792}, 0.04814349959686442], CircleBox[{12.398350946833904, 0.33410605679768585}, 0.13839125999659713], CircleBox[{12.543004462813208, 0.11999999999999994}, 0.11999999999999994], CircleBox[{11.237426177453118, 0.932498218029047}, 0.07572846296515218], CircleBox[{11.288426929715484, 0.8377903221896733}, 0.03183854994144963], CircleBox[{10.634426095726708, 0.7499999999999996}, 0.036920880302948274], CircleBox[{10.550271361544306, 0.7103163998553674}, 0.05612108552832986], CircleBox[{9.821428889269086, 0.3622528228872789}, 0.033992472300588536], CircleBox[{9.985122126605608, 0.3238532153219105}, 0.1341443940044696], CircleBox[{9.749765456500201, 0.312005221821862}, 0.05353163300217965], CircleBox[{9.79922223657282, 0.13258252147247748}, 0.13258252147247748], CircleBox[{11.108402111785816, 0.4082371191614757}, 0.03830746950310608], CircleBox[{10.975128904961558, 0.20485281374238545}, 0.20485281374238545], CircleBox[{11.193566874468509, 0.3567537013507222}, 0.061209258298182447], CircleBox[{9.437301951622677, 10.486721781683922}, 0.029358870905153236], CircleBox[{9.41222944617618, 10.778543121868802}, 0.04736753070821384], CircleBox[{9.341476039201066, 10.81846590184391}, 0.033872071454388364], CircleBox[{9.10459451877513, 10.621200404316017}, 0.032278498715817026], CircleBox[{9.107020853545924, 10.550483203105548}, 0.038480314498278996], CircleBox[{9.547098487195704, 10.13075317665685}, 0.0471585231651413], CircleBox[{9.70922389297619, 9.930917470643088}, 0.038965402059506604], CircleBox[{8.741065885018271, 10.378931105919197}, 0.05890561358949798], CircleBox[{8.4822241270447, 10.242640687119271}, 0.04018849353085653], CircleBox[{8.413402937805834, 10.281473208591848}, 0.03883252147247782], CircleBox[{19.711283488266123, 11.75540310839869}, 0.0642992342337918], CircleBox[{20.099143889793318, 11.474748981805524}, 0.1482020081455604], CircleBox[{19.842341701414135, 11.520625602220782}, 0.11266582861675126], CircleBox[{19.81534858392848, 11.689845884736037}, 0.058693829430676414], CircleBox[{19.31613225586382, 12.515381448753907}, 0.04639879305639995], CircleBox[{19.318620380828587, 12.601300861195824}, 0.03955663841948541], CircleBox[{19.23882332396167, 12.674621202458738}, 0.06881052786039947], CircleBox[{19.29458072391433, 12.814987951752215}, 0.08222493802989357], CircleBox[{19.54445276554828, 13.298144122140416}, 0.0584402031838488], CircleBox[{19.59844447314564, 13.382720578857016}, 0.041900623601727895], CircleBox[{21.167049681906718, 11.760311257658818}, 0.13414439400446743], CircleBox[{21.34624514275001, 11.907815390013095}, 0.0979514531114025], CircleBox[{21.222032773584207, 11.962310601229307}, 0.03768939877062535], CircleBox[{18.154348564598063, 13.880792880857589}, 0.1578947368421052], CircleBox[{18.69390088207738, 13.764976679570955}, 0.39394771873535683], CircleBox[{18.291881508269263, 14.24957911384305}, 0.23570226039551573], CircleBox[{21.380121243431603, 13.441164885671418}, 0.27272727272727315], CircleBox[{20.905007438022018, 14.01387685344753}, 0.471404520791032], CircleBox[{20.29015427808019, 13.809676587518647}, 0.17647058823529416], CircleBox[{19.91794343810578, 9.630214425821226}, 0.040556674013700895], CircleBox[{20.090028781959617, 9.786819550785726}, 0.1921202065190102], CircleBox[{19.984102754637323, 9.571263134797423}, 0.04805658615255613], CircleBox[{19.600368498243867, 8.49680939904301}, 0.050024543084285875], CircleBox[{19.666869693703944, 8.55299070477515}, 0.03703146251779641], CircleBox[{19.666869693703944, 8.64398096244489}, 0.05395879515193615], CircleBox[{19.766572546583628, 8.687723208591773}, 0.054917478527522344], CircleBox[{20.827306945960984, 9.576359265854231}, 0.0832851776581338], CircleBox[{20.717345174771985, 9.508416334507924}, 0.045973605575131256], CircleBox[{19.837856413689735, 9.073614425548701}, 0.07763038740605345], CircleBox[{19.857061681566808, 9.178309433547804}, 0.028811554581877338], CircleBox[{20.35402200561306, 9.217059929148501}, 0.05426498228712279], CircleBox[{20.2352585773786, 9.15524427274656}, 0.0796227589829594], CircleBox[{20.173783815262578, 9.052589622464566}, 0.04003142440290583], CircleBox[{18.092433404689693, 6.713453353907323}, 0.032988375540837916], CircleBox[{18.23671136170451, 6.719209073454497}, 0.11140434307015945], CircleBox[{18.105267516758154, 6.638964871263466}, 0.04259765808423087], CircleBox[{18.816353939662505, 7.298409451990521}, 0.060035345511321614], CircleBox[{18.68295207840249, 7.013126156005297}, 0.07078013053550289], CircleBox[{18.682952078402472, 7.1516504294495755}, 0.06774414290879753], CircleBox[{18.78665032292634, 7.197145558284428}, 0.04549512883486597], CircleBox[{18.3688047535243, 5.000000000000001}, 0.029437251522859368], CircleBox[{18.24009115622605, 4.856455861297174}, 0.16336344838611785], CircleBox[{18.358727250225474, 5.067055361272522}, 0.03837113695619223], CircleBox[{18.24009115622605, 5.106455861297175}, 0.0866365516138819], CircleBox[{18.596399154424986, 6.648572443192766}, 0.03192782072388086], CircleBox[{17.46162513925002, 6.3177253570392615}, 0.06822746429607385], CircleBox[{17.283338183176667, 5.940049915112529}, 0.34941470088897186], CircleBox[{17.589677535350027, 6.241849643919424}, 0.08061654797314059], CircleBox[{18.467914462955413, 6.281508964068165}, 0.06045045624926938], CircleBox[{18.368804753524298, 6.124891681027851}, 0.12489168102784752], CircleBox[{18.368804753524298, 5.911688245431421}, 0.08831175456857822], CircleBox[{19.56011191964714, 1.162607637685175}, 0.029338466288245497], CircleBox[{19.674367095708437, 1.2214913994824508}, 0.09919768683684207], CircleBox[{19.598444473145637, 1.102560795381548}, 0.04190062360172789], CircleBox[{19.738192300718815, 1.604879713128551}, 0.041363956081654024], CircleBox[{19.6731680613403, 1.6439935051131538}, 0.03451779686442459], CircleBox[{19.247218338189523, 2.191850197903992}, 0.0577249858640006], CircleBox[{19.181263252220763, 2.2881234053286446}, 0.05897378804976995], CircleBox[{19.009624476834613, 2.2886608003172566}, 0.11266582861675103], CircleBox[{18.85078902075893, 2.560660171779819}, 0.2023141075423632], CircleBox[{19.936995271311567, 1.4198668460025372}, 0.028952276459394646], CircleBox[{18.882308569383387, 0.8344418747489366}, 0.07830095591188965], CircleBox[{18.291881508269263, 0.5690355937288485}, 0.5690355937288485], CircleBox[{18.968163155264442, 0.662703415342129}, 0.11370193041076893], CircleBox[{20.244965319442024, 1.0546569301986872}, 0.09896512662251378], CircleBox[{20.400735775475717, 0.698829401777944}, 0.28946461600150114], CircleBox[{20.905007438022015, 0.33333333333333315}, 0.33333333333333315], CircleBox[{22.062519978892897, 10.609334667950629}, 0.15848754542427426], CircleBox[{22.197621686658227, 10.473634087476182}, 0.03299905719384502], CircleBox[{21.7684932483035, 10.015117162193874}, 0.07584117497512533], CircleBox[{21.87933440080467, 10.051928866664593}, 0.04095292878783043], CircleBox[{22.27937725433171, 10.210671589023606}, 0.03196909809567845], CircleBox[{22.742308352219126, 10.283633384768294}, 0.09896512662251444], CircleBox[{22.558785894658737, 10.24264068711928}, 0.08907979803524028], CircleBox[{22.46543550731677, 10.16579963419853}, 0.031828606266807044], CircleBox[{27.873343250696017, 13.209138999323168}, 0.33333333333333326], CircleBox[{26.653884483478066, 12.612489168102774}, 1.0242640687119278], CircleBox[{27.437822262403888, 13.954951288348656}, 0.5303300858899108], CircleBox[{27.20545489912569, 8.863691944143664}, 0.13241026167907724], CircleBox[{26.609938912522306, 9.507505169381778}, 0.24504517257917738], CircleBox[{27.013734706983538, 9.3303494057877}, 0.19590290622280615], CircleBox[{27.013734706983534, 9.019689234007878}, 0.11475726555701522], CircleBox[{28.53367263200162, 6.838727561592428}, 0.18010603653396473], CircleBox[{28.623444138816538, 6.502807483220737}, 0.16760249440691163], CircleBox[{29.06141056284248, 6.310660171779821}, 0.3106601717798212], CircleBox[{29.061410562842482, 5.560660171779819}, 0.43933982822017836], CircleBox[{27.262159445315135, 1.4327767502175497}, 0.13444649956489718], CircleBox[{28.026642258714915, 1.5386608003172566}, 0.6373341713832484], CircleBox[{27.070013075671714, 1.1601886205085192}, 0.19905689745739807], CircleBox[{27.4378222624039, 0.5303300858899103}, 0.5303300858899103], CircleBox[{24.995583266744656, 10.242640687119273}, 0.2088560386367323], CircleBox[{24.766142060288214, 10.134446499564898}, 0.044815499854965746], CircleBox[{24.666183664870037, 10.397970773009193}, 0.15533008588991082], CircleBox[{24.66618366487003, 10.178300858899105}, 0.06433982822017871], CircleBox[{36.583763016538526, 10.656854249492378}], CircleBox[{39.19688894629128, 5.121320343559639}, 5.121320343559639], CircleBox[{39.19688894629128, 12.36396103067892}, 2.1213203435596424], CircleBox[{4.228335774440528, 10.984165911209457}, 0.05022351750862294], CircleBox[{5.862085808076966, 11.483706330108841}, 0.04305760788928847], CircleBox[{1.2886648420699007, 14.327948752673635}, 0.041095890410957785], CircleBox[{1.4136582898662313, 14.331773816358545}, 0.08395607120589542], CircleBox[{1.3065629648764154, 14.426355809139666}, 0.05892556509887789], CircleBox[{1.7420839531685048, 14.432903094150662}, 0.05237828008789222], CircleBox[{2.3733896059222337, 14.399373474874544}, 0.046984590307886355], CircleBox[{2.1172042204566144, 14.41693129372267}, 0.03738190031795357], CircleBox[{2.8506828324575495, 14.450218228064019}, 0.035063146174539594], CircleBox[{3.484167906337005, 14.432903094150674}, 0.052378280087892456], CircleBox[{3.5233158603407904, 14.356233268910042}, 0.03370786516853934], CircleBox[{5.646439404759624, 13.739376110981805}, 0.030500082496187873], CircleBox[{6.006515685677113, 13.509187599927799}, 0.03991249573774176], CircleBox[{5.524393744108168, 14.422435998193734}, 0.03437127747355468], CircleBox[{5.701365664915088, 14.450218228064}, 0.03506314617453957], CircleBox[{6.465466217944968, 14.366876411617563}, 0.03092783505154663], CircleBox[{6.568127336946063, 14.232201346382347}, 0.1384140633394465], CircleBox[{6.532814824381859, 14.426355809139638}, 0.058925565098878877], CircleBox[{6.061374579323399, 14.388745693509915}, 0.05279711694391392], CircleBox[{4.592298231577324, 14.429873320802592}, 0.030303670671950566], CircleBox[{4.334714777589861, 14.375117126818813}, 0.06025082757128991], CircleBox[{2.75208016598636, 4.279813376029544}, 0.035105849468784776], CircleBox[{2.183420083322872, 5.103298962661668}, 0.03169750908485504], CircleBox[{0.7653668647301752, 6.034517796864446}, 0.03451779686442486], CircleBox[{0.7653668647301791, 5.951184463531087}, 0.04881553646890868], CircleBox[{3.0276569199586505, 3.2578991969029265}, 0.03862113807178978], CircleBox[{3.031038353374464, 3.048758082468077}, 0.03143049569554712], CircleBox[{2.8922716479065027, 2.057420177292372}, 0.041988166883517815], CircleBox[{1.9211756318486672, 0.6465504212596892}, 0.03803237772115814], CircleBox[{1.6251451843521008, 0.43730566135817356}, 0.034550896513303224], CircleBox[{1.2813940095016416, 0.19730894974352323}, 0.08172804296135876], CircleBox[{1.306562964876376, 0.05892556509887892}, 0.05892556509887892], CircleBox[{1.7896327356188386, 0.09884103052882207}, 0.04094129536397124], CircleBox[{1.742083953168501, 0.037037037037037014}, 0.037037037037037014], CircleBox[{2.13801212434316, 0.04232496151702179}, 0.04232496151702179], CircleBox[{3.015145303560867, 0.030303670671950514}, 0.030303670671950514], CircleBox[{3.512598187757906, 0.11819769798739582}, 0.048959089547658444], CircleBox[{3.4841679063370017, 0.037037037037037014}, 0.037037037037037014], CircleBox[{5.72943463954368, 0.07131396568430994}, 0.02953921177305068], CircleBox[{6.446756735365855, 0.1349283743236431}, 0.05588916259380668], CircleBox[{6.5328148243818775, 0.05892556509887883}, 0.05892556509887883], CircleBox[{6.097293836089754, 0.06322617708098316}, 0.06322617708098316], CircleBox[{4.988694956800707, 0.042324961517021774}, 0.042324961517021774], CircleBox[{4.355209882921252, 0.06322617708098316}, 0.06322617708098316], CircleBox[{-4.26761272575056, 11.069428036227244}, 0.043650381242770105], CircleBox[{-4.192572459702704, 11.073744753169306}, 0.031513942566271345], CircleBox[{-4.6011087460386175, 11.478668181096678}, 0.03256091853903379], CircleBox[{-5.793221522762153, 11.526109366836538}, 0.03781455861953273], CircleBox[{-5.344470364640597, 11.680425908488026}, 0.030375929481849664], CircleBox[{-5.705359075914234, 12.05566398288545}, 0.03485287271510457], CircleBox[{-2.289415256084886, 13.896798620878483}, 0.028969735062875996], CircleBox[{-1.537132899854555, 14.260079778665226}, 0.058823529411764705], CircleBox[{-1.720839026910351, 14.256892080807344}, 0.12491025228194183], CircleBox[{-1.567875557851657, 14.400428560496179}, 0.08485281374238539], CircleBox[{-2.3401127729129136, 14.313859264175303}, 0.0447761194029852], CircleBox[{-2.2398222255023605, 14.398696870419787}, 0.08658450381876073], CircleBox[{-2.1292137205392816, 14.343487777025736}, 0.03703703703703696], CircleBox[{-2.5199558452322486, 13.695865671922716}, 0.03227922529906115], CircleBox[{-3.0989811717278126, 13.215767836863316}, 0.05191043625421484], CircleBox[{-3.4944210633346096, 13.579372999069086}, 0.037042613234847664], CircleBox[{-2.8994958946571625, 14.357007935462136}, 0.07015507319944711], CircleBox[{-2.9397666709718457, 14.452135743870445}, 0.033145630368119454], CircleBox[{-3.4019941349611313, 14.308602864225756}, 0.09662868572754041], CircleBox[{-3.3597333382535393, 14.441989122329185}, 0.04329225190938048], CircleBox[{-5.71230535423877, 13.749899654962618}, 0.03620125391248452], CircleBox[{-5.981400637495675, 13.589362599287941}, 0.044104146468153284], CircleBox[{-6.059343916535601, 13.579951288348658}, 0.034405263930198306], CircleBox[{-5.668473170694433, 14.341220435305036}, 0.07878954374707137], CircleBox[{-5.599555563755898, 14.441989122329165}, 0.04329225190938045], CircleBox[{-6.38764116161785, 14.059900582600084}, 0.11111111111111163], CircleBox[{-6.27150223140659, 14.315575746753753}, 0.1697056274847712], CircleBox[{-6.051449521532689, 14.28378520977824}, 0.05263157894736842], CircleBox[{-5.404538815578872, 13.535811212113426}, 0.0388238556543308], CircleBox[{-4.806064314251376, 13.739376110981848}, 0.030500082496186697], CircleBox[{-4.426998690954039, 13.713370861990146}, 0.03156343769510016], CircleBox[{-5.801272398396766, 13.128535837079593}, 0.05547735462946971], CircleBox[{-5.737230710160924, 12.858905420278983}, 0.0383074695031072], CircleBox[{-5.713148133733876, 12.925751466075099}, 0.03274437302006005], CircleBox[{-4.844559307968584, 14.380068328950026}, 0.05754292520853529], CircleBox[{-4.899611118286411, 14.452135743870437}, 0.033145630368119454], CircleBox[{-4.59276678562605, 14.369268431064441}, 0.030303030303030342], CircleBox[{-4.47964445100472, 14.3986968704198}, 0.086584503818761], CircleBox[{-4.401054197478322, 14.28378520977824}, 0.05263157894736845], CircleBox[{-4.303642535663586, 10.129928647091202}, 0.06247755501295673], CircleBox[{-4.69286590661331, 9.776432275641023}, 0.029389832271045958], CircleBox[{-2.7183406865031015, 4.387590886414539}, 0.05201319721243406], CircleBox[{-2.5656941737709063, 4.645248224355312}, 0.04788915695211651], CircleBox[{-2.2251040188975604, 5.057256294894525}, 0.03041108726146691], CircleBox[{-1.2666304454696056, 5.757640756794782}, 0.034622749029316606], CircleBox[{-0.9339138286325076, 5.979064382297989}, 0.12202172208771413], CircleBox[{-1.8102583696298866, 5.46252391985101}, 0.05631467958609281], CircleBox[{-2.0837575535306296, 5.992772146162094}, 0.042127019362541776], CircleBox[{-3.055471147408245, 3.1352684438524165}, 0.05846390930913415], CircleBox[{-3.049644397480254, 2.7891866980533013}, 0.05692217751129177], CircleBox[{-2.9145102860283423, 2.1361615859890515}, 0.03983338571145301], CircleBox[{-2.4009131808503237, 1.138071187457698}, 0.0382829040357661], CircleBox[{-2.627436942794764, 1.38951191985862}, 0.08173599528580108], CircleBox[{-1.992262230504165, 0.6083981367557605}, 0.0299501263782616], CircleBox[{-2.001722369308686, 0.692534233420304}, 0.05471614192350194], CircleBox[{-1.567875557851651, 0.20485281374238545}, 0.20485281374238545], CircleBox[{-1.8058350171205713, 0.19431813538923753}, 0.03333972120269061], CircleBox[{-2.1513760103135593, 0.14299888389678542}, 0.05923207711426411], CircleBox[{-2.2398222255023583, 0.06122448979591833}, 0.06122448979591833], CircleBox[{-3.317281347772618, 0.5101008123590386}, 0.04142544160446021], CircleBox[{-2.9821839958890197, 0.08867344928945231}, 0.036729745318094045], CircleBox[{-2.9397666709718453, 0.03314563036811938}, 0.03314563036811938], CircleBox[{-3.3597333382535384, 0.10451674170529872}, 0.10451674170529872], CircleBox[{-3.451920504839602, 0.2107845909719223}, 0.03616491833225099], CircleBox[{-4.33992064336122, 0.9014607232798231}, 0.030323704476189987], CircleBox[{-5.047964903432152, 0.660005546123614}, 0.038823855654330185], CircleBox[{-5.563621616345633, 0.4902220507508661}, 0.03873174495712684], CircleBox[{-5.599555563755897, 0.10451674170529873}, 0.10451674170529873], CircleBox[{-6.011123510047895, 0.30665784523451833}, 0.028775644111781438], CircleBox[{-6.08528084735618, 0.2150576565501322}, 0.08907979803523985], CircleBox[{-6.271502231406602, 0.11999999999999991}, 0.11999999999999991], CircleBox[{-4.5092111285640915, 0.45164801581505243}, 0.03667847227764811], CircleBox[{-4.8656638289896, 0.37425702853105136}, 0.029569513968770028], CircleBox[{-4.929153641443173, 0.10293111105501097}, 0.04263546218911677], CircleBox[{-4.89961111828641, 0.03314563036811939}, 0.03314563036811939], CircleBox[{-4.421690384454324, 0.1873990156909626}, 0.07762321387456517], CircleBox[{-4.4796444510047175, 0.06122448979591833}, 0.06122448979591833], CircleBox[{-6.254722722948169, 10.876966710146565}, 0.05176129054360969], CircleBox[{-7.1895090884107535, 10.312803432672256}, 0.030324799162848415], CircleBox[{-7.377918293437403, 10.2572701222703}, 0.03531858075165443], CircleBox[{-11.420081747689057, 11.245333001402797}, 0.1324815596868462], CircleBox[{-11.515169455618866, 11.37756792484782}, 0.03039184875615952], CircleBox[{-11.021578731892793, 11.539247141523072}, 0.04998265994882637], CircleBox[{-11.633687070573004, 11.651200885726029}, 0.04065489771435937], CircleBox[{-11.349186777346928, 11.627416997969464}, 0.029437251522860034], CircleBox[{-11.419445003380837, 11.64269961366137}, 0.04246390749295874], CircleBox[{-12.213575192252357, 12.807656281624393}, 0.06859812665619329], CircleBox[{-11.86198632651979, 13.389080822854984}, 0.04482366447393958], CircleBox[{-9.962254358554048, 11.658927718293524}, 0.11556966268523629], CircleBox[{-10.408466654145707, 11.703130121763312}, 0.04720220777968298], CircleBox[{-10.004405184525696, 12.140246651180945}, 0.05523467431902821], CircleBox[{-10.059145028689407, 12.049022932274184}, 0.051152436884583374], CircleBox[{-13.77830035687814, 14.137242544716175}, 0.09090909090909079], CircleBox[{-13.483729797524195, 14.110722933011411}, 0.20485281374238523], CircleBox[{-13.718911131201947, 14.352698852766077}, 0.13258252147247762], CircleBox[{-13.09284035441745, 13.719269281924015}, 0.03770912102794216], CircleBox[{-13.098022815769529, 13.650011002706433}, 0.031742784243595216], CircleBox[{-12.66544061428017, 13.293274540340503}, 0.04529984186546903], CircleBox[{-12.567751793995248, 13.32417250902314}, 0.05715888190841428], CircleBox[{-12.265926283377588, 13.58023115517369}, 0.04455366774166854], CircleBox[{-12.229706438059281, 13.647491052048894}, 0.03183854994144962], CircleBox[{-12.761777796466925, 14.218181807395807}, 0.06976744186046518], CircleBox[{-12.543004462813206, 14.315575746753796}, 0.16970562748477153], CircleBox[{-12.35295894064937, 14.137242544716184}, 0.09090909090909093], CircleBox[{-9.94262548881534, 14.205152560232746}, 0.07317073170731712], CircleBox[{-9.683937269083737, 13.934460137139776}, 0.30125413785644867], CircleBox[{-9.799222236572817, 14.352698852766089}, 0.132582521472478], CircleBox[{-10.300953502476883, 13.450101048393716}, 0.050959691869979534], CircleBox[{-10.361542530653159, 13.513756092420877}, 0.0369208803029484], CircleBox[{-10.828732092988554, 13.681608107309843}, 0.030541999314149294], CircleBox[{-10.898797039369484, 13.673952174015042}, 0.039939984383652614], CircleBox[{-11.215544585509358, 13.650372825546203}, 0.041100744786905195], CircleBox[{-11.28842692971548, 13.647491052048894}, 0.03183854994144963], CircleBox[{-9.997984095684137, 13.10091070529266}, 0.06814957835075126], CircleBox[{-9.921170850707076, 13.002953488229663}, 0.05633291430837559], CircleBox[{-10.895406418969097, 14.290615588234516}, 0.050847457627118675], CircleBox[{-11.083258253778908, 14.16238616628412}, 0.17659725322619454], CircleBox[{-10.975128904961554, 14.400428560496179}, 0.08485281374238572], CircleBox[{-11.30556726623974, 10.0329059949355}, 0.0568958510542057], CircleBox[{-11.401095972144931, 10.01000199253494}, 0.04134022672716472], CircleBox[{-11.0418997471337, 9.80685798795106}, 0.03435067680206082], CircleBox[{-11.45581352685519, 9.55557717228626}, 0.03582817978908915], CircleBox[{-11.259047655370145, 9.554290872194244}, 0.04056140183016682], CircleBox[{-11.661541658220123, 8.753615390656968}, 0.04165668992258022], CircleBox[{-10.657381659492538, 9.624341790249566}, 0.0526428401825891], CircleBox[{-10.376313269071833, 9.618001854683543}, 0.041642588829091734], CircleBox[{-11.082308813900255, 9.266968204769269}, 0.0390268992940009], CircleBox[{-11.222545344494963, 9.110914499967045}, 0.030030181853307296], CircleBox[{-13.320158010925757, 6.674905933765109}, 0.03424062478735089], CircleBox[{-13.169831143724258, 6.582066895401917}, 0.03423922914128893], CircleBox[{-12.788772747705824, 7.063234676290666}, 0.05394206479808394], CircleBox[{-12.416914921124686, 7.483390085053372}, 0.029720294728543], CircleBox[{-12.47708610637953, 7.415063676360169}, 0.028878850537962162], CircleBox[{-12.621967461864488, 7.254997230241508}, 0.03169750908485505], CircleBox[{-13.014845797593795, 4.680801637161216}, 0.04004715512713008], CircleBox[{-13.014845797593797, 4.5558016371612124}, 0.08495284487286972], CircleBox[{-13.325556807657012, 5.021850526229466}, 0.10248674543325424], CircleBox[{-13.005424849199654, 5.175655173153424}, 0.045012446653951724], CircleBox[{-13.002029469861883, 5.263902194801995}, 0.043299870894000315], CircleBox[{-13.785210577420445, 6.380285459286721}, 0.058905613589497946], CircleBox[{-14.386668990217762, 6.16447348285935}, 0.03531858075164753], CircleBox[{-14.421520210668852, 6.103843301080986}, 0.03461443369366167], CircleBox[{-14.530705281421241, 6.077665042944959}, 0.07766504294495546], CircleBox[{-14.530705281421241, 5.8901650429449575}, 0.10983495705504469], CircleBox[{-13.962517016002446, 5.540256755297852}, 0.06567760638602102], CircleBox[{-13.862648088750026, 5.577623430302638}, 0.04095292878782997], CircleBox[{-13.749504284964582, 6.134003980563828}, 0.028775644111781507], CircleBox[{-13.675957911925872, 6.069228867387324}, 0.06922886738732321], CircleBox[{-13.675957911925874, 5.951047798416559}, 0.04895220158344046], CircleBox[{-12.994892613529762, 6.295433357845566}, 0.04576215785725767], CircleBox[{-13.119347729722984, 5.989097994029073}, 0.06354154731509164], CircleBox[{-11.832157821108806, 1.1122712153076328}, 0.03183272431807001], CircleBox[{-11.65761818579469, 1.088111937546547}, 0.03660235435563597], CircleBox[{-11.680381913411162, 1.566513894439906}, 0.03075145826005666], CircleBox[{-12.204305211205309, 2.196943532819028}, 0.03642527689797098], CircleBox[{-12.580591495903878, 2.937158498325191}, 0.09880133876370333], CircleBox[{-12.506722136274089, 2.810660171779819}, 0.047685892457636464], CircleBox[{-12.63684569935406, 2.2521865146762976}, 0.13248155968684086], CircleBox[{-12.476980061794006, 2.230775147648015}, 0.02881155458187732], CircleBox[{-12.243347405538104, 2.412224423129469}, 0.04918728018558394], CircleBox[{-12.277337158964123, 2.4916676214792646}, 0.03722177664300896], CircleBox[{-12.329185029223414, 0.8338569310413838}, 0.06771777414660528], CircleBox[{-12.229706438059283, 0.837790322189673}, 0.03183854994144961], CircleBox[{-12.882656971553855, 1.1394523058955837}, 0.030008833775877663], CircleBox[{-12.940472025161508, 1.1546037447996453}, 0.029758603215504872], CircleBox[{-12.977728250059895, 1.2372618188496731}, 0.06090772735620917], CircleBox[{-13.135850046055682, 1.2316736950227953}, 0.09731278173422854], CircleBox[{-13.617106143028716, 0.3321450094633785}, 0.031167265844815294], CircleBox[{-13.801859023791431, 0.4335065778878623}, 0.17956430393910108], CircleBox[{-13.595462627954452, 0.25959755556775255}, 0.04453989901762002], CircleBox[{-13.71891113120195, 0.13258252147247757}, 0.13258252147247757], CircleBox[{-12.450994333188225, 0.5130582582642792}, 0.04814349959686442], CircleBox[{-12.398350946833904, 0.33410605679768585}, 0.13839125999659713], CircleBox[{-12.543004462813208, 0.11999999999999994}, 0.11999999999999994], CircleBox[{-11.237426177453118, 0.932498218029047}, 0.07572846296515218], CircleBox[{-11.288426929715484, 0.8377903221896733}, 0.03183854994144963], CircleBox[{-10.634426095726708, 0.7499999999999996}, 0.036920880302948274], CircleBox[{-10.550271361544306, 0.7103163998553674}, 0.05612108552832986], CircleBox[{-9.821428889269086, 0.3622528228872789}, 0.033992472300588536], CircleBox[{-9.985122126605608, 0.3238532153219105}, 0.1341443940044696], CircleBox[{-9.749765456500201, 0.312005221821862}, 0.05353163300217965], CircleBox[{-9.79922223657282, 0.13258252147247748}, 0.13258252147247748], CircleBox[{-11.108402111785816, 0.4082371191614757}, 0.03830746950310608], CircleBox[{-10.975128904961558, 0.20485281374238545}, 0.20485281374238545], CircleBox[{-11.193566874468509, 0.3567537013507222}, 0.061209258298182447], CircleBox[{-9.437301951622677, 10.486721781683922}, 0.029358870905153236], CircleBox[{-9.41222944617618, 10.778543121868802}, 0.04736753070821384], CircleBox[{-9.341476039201066, 10.81846590184391}, 0.033872071454388364], CircleBox[{-9.10459451877513, 10.621200404316017}, 0.032278498715817026], CircleBox[{-9.107020853545924, 10.550483203105548}, 0.038480314498278996], CircleBox[{-9.547098487195704, 10.13075317665685}, 0.0471585231651413], CircleBox[{-9.70922389297619, 9.930917470643088}, 0.038965402059506604], CircleBox[{-8.741065885018271, 10.378931105919197}, 0.05890561358949798], CircleBox[{-8.4822241270447, 10.242640687119271}, 0.04018849353085653], CircleBox[{-8.413402937805834, 10.281473208591848}, 0.03883252147247782], CircleBox[{-19.711283488266123, 11.75540310839869}, 0.0642992342337918], CircleBox[{-20.099143889793318, 11.474748981805524}, 0.1482020081455604], CircleBox[{-19.842341701414135, 11.520625602220782}, 0.11266582861675126], CircleBox[{-19.81534858392848, 11.689845884736037}, 0.058693829430676414], CircleBox[{-19.31613225586382, 12.515381448753907}, 0.04639879305639995], CircleBox[{-19.318620380828587, 12.601300861195824}, 0.03955663841948541], CircleBox[{-19.23882332396167, 12.674621202458738}, 0.06881052786039947], CircleBox[{-19.29458072391433, 12.814987951752215}, 0.08222493802989357], CircleBox[{-19.54445276554828, 13.298144122140416}, 0.0584402031838488], CircleBox[{-19.59844447314564, 13.382720578857016}, 0.041900623601727895], CircleBox[{-21.167049681906718, 11.760311257658818}, 0.13414439400446743], CircleBox[{-21.34624514275001, 11.907815390013095}, 0.0979514531114025], CircleBox[{-21.222032773584207, 11.962310601229307}, 0.03768939877062535], CircleBox[{-18.154348564598063, 13.880792880857589}, 0.1578947368421052], CircleBox[{-18.69390088207738, 13.764976679570955}, 0.39394771873535683], CircleBox[{-18.291881508269263, 14.24957911384305}, 0.23570226039551573], CircleBox[{-21.380121243431603, 13.441164885671418}, 0.27272727272727315], CircleBox[{-20.905007438022018, 14.01387685344753}, 0.471404520791032], CircleBox[{-20.29015427808019, 13.809676587518647}, 0.17647058823529416], CircleBox[{-19.91794343810578, 9.630214425821226}, 0.040556674013700895], CircleBox[{-20.090028781959617, 9.786819550785726}, 0.1921202065190102], CircleBox[{-19.984102754637323, 9.571263134797423}, 0.04805658615255613], CircleBox[{-19.600368498243867, 8.49680939904301}, 0.050024543084285875], CircleBox[{-19.666869693703944, 8.55299070477515}, 0.03703146251779641], CircleBox[{-19.666869693703944, 8.64398096244489}, 0.05395879515193615], CircleBox[{-19.766572546583628, 8.687723208591773}, 0.054917478527522344], CircleBox[{-20.827306945960984, 9.576359265854231}, 0.0832851776581338], CircleBox[{-20.717345174771985, 9.508416334507924}, 0.045973605575131256], CircleBox[{-19.837856413689735, 9.073614425548701}, 0.07763038740605345], CircleBox[{-19.857061681566808, 9.178309433547804}, 0.028811554581877338], CircleBox[{-20.35402200561306, 9.217059929148501}, 0.05426498228712279], CircleBox[{-20.2352585773786, 9.15524427274656}, 0.0796227589829594], CircleBox[{-20.173783815262578, 9.052589622464566}, 0.04003142440290583], CircleBox[{-18.092433404689693, 6.713453353907323}, 0.032988375540837916], CircleBox[{-18.23671136170451, 6.719209073454497}, 0.11140434307015945], CircleBox[{-18.105267516758154, 6.638964871263466}, 0.04259765808423087], CircleBox[{-18.816353939662505, 7.298409451990521}, 0.060035345511321614], CircleBox[{-18.68295207840249, 7.013126156005297}, 0.07078013053550289], CircleBox[{-18.682952078402472, 7.1516504294495755}, 0.06774414290879753], CircleBox[{-18.78665032292634, 7.197145558284428}, 0.04549512883486597], CircleBox[{-18.3688047535243, 5.000000000000001}, 0.029437251522859368], CircleBox[{-18.24009115622605, 4.856455861297174}, 0.16336344838611785], CircleBox[{-18.358727250225474, 5.067055361272522}, 0.03837113695619223], CircleBox[{-18.24009115622605, 5.106455861297175}, 0.0866365516138819], CircleBox[{-18.596399154424986, 6.648572443192766}, 0.03192782072388086], CircleBox[{-17.46162513925002, 6.3177253570392615}, 0.06822746429607385], CircleBox[{-17.283338183176667, 5.940049915112529}, 0.34941470088897186], CircleBox[{-17.589677535350027, 6.241849643919424}, 0.08061654797314059], CircleBox[{-18.467914462955413, 6.281508964068165}, 0.06045045624926938], CircleBox[{-18.368804753524298, 6.124891681027851}, 0.12489168102784752], CircleBox[{-18.368804753524298, 5.911688245431421}, 0.08831175456857822], CircleBox[{-19.56011191964714, 1.162607637685175}, 0.029338466288245497], CircleBox[{-19.674367095708437, 1.2214913994824508}, 0.09919768683684207], CircleBox[{-19.598444473145637, 1.102560795381548}, 0.04190062360172789], CircleBox[{-19.738192300718815, 1.604879713128551}, 0.041363956081654024], CircleBox[{-19.6731680613403, 1.6439935051131538}, 0.03451779686442459], CircleBox[{-19.247218338189523, 2.191850197903992}, 0.0577249858640006], CircleBox[{-19.181263252220763, 2.2881234053286446}, 0.05897378804976995], CircleBox[{-19.009624476834613, 2.2886608003172566}, 0.11266582861675103], CircleBox[{-18.85078902075893, 2.560660171779819}, 0.2023141075423632], CircleBox[{-19.936995271311567, 1.4198668460025372}, 0.028952276459394646], CircleBox[{-18.882308569383387, 0.8344418747489366}, 0.07830095591188965], CircleBox[{-18.291881508269263, 0.5690355937288485}, 0.5690355937288485], CircleBox[{-18.968163155264442, 0.662703415342129}, 0.11370193041076893], CircleBox[{-20.244965319442024, 1.0546569301986872}, 0.09896512662251378], CircleBox[{-20.400735775475717, 0.698829401777944}, 0.28946461600150114], CircleBox[{-20.905007438022015, 0.33333333333333315}, 0.33333333333333315], CircleBox[{-22.062519978892897, 10.609334667950629}, 0.15848754542427426], CircleBox[{-22.197621686658227, 10.473634087476182}, 0.03299905719384502], CircleBox[{-21.7684932483035, 10.015117162193874}, 0.07584117497512533], CircleBox[{-21.87933440080467, 10.051928866664593}, 0.04095292878783043], CircleBox[{-22.27937725433171, 10.210671589023606}, 0.03196909809567845], CircleBox[{-22.742308352219126, 10.283633384768294}, 0.09896512662251444], CircleBox[{-22.558785894658737, 10.24264068711928}, 0.08907979803524028], CircleBox[{-22.46543550731677, 10.16579963419853}, 0.031828606266807044], CircleBox[{-27.873343250696017, 13.209138999323168}, 0.33333333333333326], CircleBox[{-26.653884483478066, 12.612489168102774}, 1.0242640687119278], CircleBox[{-27.437822262403888, 13.954951288348656}, 0.5303300858899108], CircleBox[{-27.20545489912569, 8.863691944143664}, 0.13241026167907724], CircleBox[{-26.609938912522306, 9.507505169381778}, 0.24504517257917738], CircleBox[{-27.013734706983538, 9.3303494057877}, 0.19590290622280615], CircleBox[{-27.013734706983534, 9.019689234007878}, 0.11475726555701522], CircleBox[{-28.53367263200162, 6.838727561592428}, 0.18010603653396473], CircleBox[{-28.623444138816538, 6.502807483220737}, 0.16760249440691163], CircleBox[{-29.06141056284248, 6.310660171779821}, 0.3106601717798212], CircleBox[{-29.061410562842482, 5.560660171779819}, 0.43933982822017836], CircleBox[{-27.262159445315135, 1.4327767502175497}, 0.13444649956489718], CircleBox[{-28.026642258714915, 1.5386608003172566}, 0.6373341713832484], CircleBox[{-27.070013075671714, 1.1601886205085192}, 0.19905689745739807], CircleBox[{-27.4378222624039, 0.5303300858899103}, 0.5303300858899103], CircleBox[{-24.995583266744656, 10.242640687119273}, 0.2088560386367323], CircleBox[{-24.766142060288214, 10.134446499564898}, 0.044815499854965746], CircleBox[{-24.666183664870037, 10.397970773009193}, 0.15533008588991082], CircleBox[{-24.66618366487003, 10.178300858899105}, 0.06433982822017871], CircleBox[{-36.583763016538526, 10.656854249492378}], CircleBox[{-39.19688894629128, 5.121320343559639}, 5.121320343559639], CircleBox[{-39.19688894629128, 12.36396103067892}, 2.1213203435596424], CircleBox[{11.41114285276595, 11.069428036227244}, 0.043650381242770105], CircleBox[{11.486183118813805, 11.073744753169306}, 0.031513942566271345], CircleBox[{11.077646832477894, 11.478668181096678}, 0.03256091853903379], CircleBox[{9.885534055754357, 11.526109366836538}, 0.03781455861953273], CircleBox[{10.334285213875914, 11.680425908488026}, 0.030375929481849664], CircleBox[{9.973396502602276, 12.05566398288545}, 0.03485287271510457], CircleBox[{13.389340322431625, 13.896798620878483}, 0.028969735062875996], CircleBox[{14.141622678661955, 14.260079778665226}, 0.058823529411764705], CircleBox[{13.957916551606159, 14.256892080807344}, 0.12491025228194183], CircleBox[{14.110880020664853, 14.400428560496179}, 0.08485281374238539], CircleBox[{13.338642805603595, 14.313859264175303}, 0.0447761194029852], CircleBox[{13.438933353014148, 14.398696870419787}, 0.08658450381876073], CircleBox[{13.549541857977227, 14.343487777025736}, 0.03703703703703696], CircleBox[{13.158799733284262, 13.695865671922716}, 0.03227922529906115], CircleBox[{12.579774406788697, 13.215767836863316}, 0.05191043625421484], CircleBox[{12.184334515181902, 13.579372999069086}, 0.037042613234847664], CircleBox[{12.779259683859348, 14.357007935462136}, 0.07015507319944711], CircleBox[{12.738988907544666, 14.452135743870445}, 0.033145630368119454], CircleBox[{12.27676144355538, 14.308602864225756}, 0.09662868572754041], CircleBox[{12.31902224026297, 14.441989122329185}, 0.04329225190938048], CircleBox[{9.96645022427774, 13.749899654962618}, 0.03620125391248452], CircleBox[{9.697354941020837, 13.589362599287941}, 0.044104146468153284], CircleBox[{9.619411661980909, 13.579951288348658}, 0.034405263930198306], CircleBox[{10.010282407822075, 14.341220435305036}, 0.07878954374707137], CircleBox[{10.079200014760612, 14.441989122329165}, 0.04329225190938045], CircleBox[{9.291114416898658, 14.059900582600084}, 0.11111111111111163], CircleBox[{9.407253347109918, 14.315575746753753}, 0.1697056274847712], CircleBox[{9.627306056983818, 14.28378520977824}, 0.05263157894736842], CircleBox[{10.27421676293764, 13.535811212113426}, 0.0388238556543308], CircleBox[{10.872691264265132, 13.739376110981848}, 0.030500082496186697], CircleBox[{11.251756887562472, 13.713370861990146}, 0.03156343769510016], CircleBox[{9.877483180119743, 13.128535837079593}, 0.05547735462946971], CircleBox[{9.941524868355586, 12.858905420278983}, 0.0383074695031072], CircleBox[{9.965607444782634, 12.925751466075099}, 0.03274437302006005], CircleBox[{10.834196270547926, 14.380068328950026}, 0.05754292520853529], CircleBox[{10.7791444602301, 14.452135743870437}, 0.033145630368119454], CircleBox[{11.08598879289046, 14.369268431064441}, 0.030303030303030342], CircleBox[{11.199111127511788, 14.3986968704198}, 0.086584503818761], CircleBox[{11.277701381038192, 14.28378520977824}, 0.05263157894736845], CircleBox[{11.375113042852924, 10.129928647091202}, 0.06247755501295673], CircleBox[{10.985889671903198, 9.776432275641023}, 0.029389832271045958], CircleBox[{12.960414892013409, 4.387590886414539}, 0.05201319721243406], CircleBox[{13.113061404745602, 4.645248224355312}, 0.04788915695211651], CircleBox[{13.453651559618951, 5.057256294894525}, 0.03041108726146691], CircleBox[{14.412125133046905, 5.757640756794782}, 0.034622749029316606], CircleBox[{14.744841749884003, 5.979064382297989}, 0.12202172208771413], CircleBox[{13.868497208886621, 5.46252391985101}, 0.05631467958609281], CircleBox[{13.59499802498588, 5.992772146162094}, 0.042127019362541776], CircleBox[{12.623284431108264, 3.1352684438524165}, 0.05846390930913415], CircleBox[{12.629111181036256, 2.7891866980533013}, 0.05692217751129177], CircleBox[{12.76424529248817, 2.1361615859890515}, 0.03983338571145301], CircleBox[{13.277842397666188, 1.138071187457698}, 0.0382829040357661], CircleBox[{13.051318635721746, 1.38951191985862}, 0.08173599528580108], CircleBox[{13.686493348012347, 0.6083981367557605}, 0.0299501263782616], CircleBox[{13.677033209207824, 0.692534233420304}, 0.05471614192350194], CircleBox[{14.11088002066486, 0.20485281374238545}, 0.20485281374238545], CircleBox[{13.872920561395938, 0.19431813538923753}, 0.03333972120269061], CircleBox[{13.527379568202951, 0.14299888389678542}, 0.05923207711426411], CircleBox[{13.438933353014152, 0.06122448979591833}, 0.06122448979591833], CircleBox[{12.361474230743891, 0.5101008123590386}, 0.04142544160446021], CircleBox[{12.696571582627492, 0.08867344928945231}, 0.036729745318094045], CircleBox[{12.738988907544664, 0.03314563036811938}, 0.03314563036811938], CircleBox[{12.319022240262973, 0.10451674170529872}, 0.10451674170529872], CircleBox[{12.226835073676908, 0.2107845909719223}, 0.03616491833225099], CircleBox[{11.338834935155289, 0.9014607232798231}, 0.030323704476189987], CircleBox[{10.63079067508436, 0.660005546123614}, 0.038823855654330185], CircleBox[{10.115133962170878, 0.4902220507508661}, 0.03873174495712684], CircleBox[{10.079200014760614, 0.10451674170529873}, 0.10451674170529873], CircleBox[{9.667632068468615, 0.30665784523451833}, 0.028775644111781438], CircleBox[{9.59347473116033, 0.2150576565501322}, 0.08907979803523985], CircleBox[{9.40725334710991, 0.11999999999999991}, 0.11999999999999991], CircleBox[{11.16954444995242, 0.45164801581505243}, 0.03667847227764811], CircleBox[{10.813091749526912, 0.37425702853105136}, 0.029569513968770028], CircleBox[{10.74960193707334, 0.10293111105501097}, 0.04263546218911677], CircleBox[{10.779144460230102, 0.03314563036811939}, 0.03314563036811939], CircleBox[{11.257065194062184, 0.1873990156909626}, 0.07762321387456517], CircleBox[{11.199111127511793, 0.06122448979591833}, 0.06122448979591833], CircleBox[{9.424032855568342, 10.876966710146565}, 0.05176129054360969], CircleBox[{8.489246490105758, 10.312803432672256}, 0.030324799162848415], CircleBox[{8.300837285079108, 10.2572701222703}, 0.03531858075165443], CircleBox[{19.937429409343963, 11.245333001402797}, 0.1324815596868462], CircleBox[{19.842341701414156, 11.37756792484782}, 0.03039184875615952], CircleBox[{20.335932425140225, 11.539247141523072}, 0.04998265994882637], CircleBox[{19.72382408646002, 11.651200885726029}, 0.04065489771435937], CircleBox[{20.008324379686094, 11.627416997969464}, 0.029437251522860034], CircleBox[{19.93806615365218, 11.64269961366137}, 0.04246390749295874], CircleBox[{19.143935964780667, 12.807656281624393}, 0.06859812665619329], CircleBox[{19.49552483051323, 13.389080822854984}, 0.04482366447393958], CircleBox[{21.39525679847897, 11.658927718293524}, 0.11556966268523629], CircleBox[{20.949044502887315, 11.703130121763312}, 0.04720220777968298], CircleBox[{21.353105972507322, 12.140246651180945}, 0.05523467431902821], CircleBox[{21.298366128343613, 12.049022932274184}, 0.051152436884583374], CircleBox[{17.57921080015488, 14.137242544716175}, 0.09090909090909079], CircleBox[{17.87378135950883, 14.110722933011411}, 0.20485281374238523], CircleBox[{17.63860002583107, 14.352698852766077}, 0.13258252147247762], CircleBox[{18.26467080261557, 13.719269281924015}, 0.03770912102794216], CircleBox[{18.259488341263495, 13.650011002706433}, 0.031742784243595216], CircleBox[{18.692070542752848, 13.293274540340503}, 0.04529984186546903], CircleBox[{18.789759363037774, 13.32417250902314}, 0.05715888190841428], CircleBox[{19.091584873655435, 13.58023115517369}, 0.04455366774166854], CircleBox[{19.127804718973742, 13.647491052048894}, 0.03183854994144962], CircleBox[{18.595733360566093, 14.218181807395807}, 0.06976744186046518], CircleBox[{18.814506694219816, 14.315575746753796}, 0.16970562748477153], CircleBox[{19.00455221638365, 14.137242544716184}, 0.09090909090909093], CircleBox[{21.414885668217682, 14.205152560232746}, 0.07317073170731712], CircleBox[{21.67357388794928, 13.934460137139776}, 0.30125413785644867], CircleBox[{21.558288920460203, 14.352698852766089}, 0.132582521472478], CircleBox[{21.05655765455614, 13.450101048393716}, 0.050959691869979534], CircleBox[{20.995968626379863, 13.513756092420877}, 0.0369208803029484], CircleBox[{20.528779064044464, 13.681608107309843}, 0.030541999314149294], CircleBox[{20.458714117663536, 13.673952174015042}, 0.039939984383652614], CircleBox[{20.141966571523664, 13.650372825546203}, 0.041100744786905195], CircleBox[{20.069084227317543, 13.647491052048894}, 0.03183854994144963], CircleBox[{21.359527061348885, 13.10091070529266}, 0.06814957835075126], CircleBox[{21.436340306325942, 13.002953488229663}, 0.05633291430837559], CircleBox[{20.462104738063925, 14.290615588234516}, 0.050847457627118675], CircleBox[{20.274252903254112, 14.16238616628412}, 0.17659725322619454], CircleBox[{20.382382252071466, 14.400428560496179}, 0.08485281374238572], CircleBox[{20.051943890793282, 10.0329059949355}, 0.0568958510542057], CircleBox[{19.95641518488809, 10.01000199253494}, 0.04134022672716472], CircleBox[{20.315611409899326, 9.80685798795106}, 0.03435067680206082], CircleBox[{19.90169763017783, 9.55557717228626}, 0.03582817978908915], CircleBox[{20.098463501662877, 9.554290872194244}, 0.04056140183016682], CircleBox[{19.695969498812893, 8.753615390656968}, 0.04165668992258022], CircleBox[{20.700129497540484, 9.624341790249566}, 0.0526428401825891], CircleBox[{20.981197887961187, 9.618001854683543}, 0.041642588829091734], CircleBox[{20.275202343132765, 9.266968204769269}, 0.0390268992940009], CircleBox[{20.13496581253806, 9.110914499967045}, 0.030030181853307296], CircleBox[{18.037353146107264, 6.674905933765109}, 0.03424062478735089], CircleBox[{18.18768001330876, 6.582066895401917}, 0.03423922914128893], CircleBox[{18.568738409327196, 7.063234676290666}, 0.05394206479808394], CircleBox[{18.94059623590833, 7.483390085053372}, 0.029720294728543], CircleBox[{18.880425050653486, 7.415063676360169}, 0.028878850537962162], CircleBox[{18.735543695168534, 7.254997230241508}, 0.03169750908485505], CircleBox[{18.342665359439227, 4.680801637161216}, 0.04004715512713008], CircleBox[{18.342665359439223, 4.5558016371612124}, 0.08495284487286972], CircleBox[{18.031954349376004, 5.021850526229466}, 0.10248674543325424], CircleBox[{18.352086307833368, 5.175655173153424}, 0.045012446653951724], CircleBox[{18.35548168717114, 5.263902194801995}, 0.043299870894000315], CircleBox[{17.572300579612577, 6.380285459286721}, 0.058905613589497946], CircleBox[{16.970842166815256, 6.16447348285935}, 0.03531858075164753], CircleBox[{16.93599094636417, 6.103843301080986}, 0.03461443369366167], CircleBox[{16.82680587561178, 6.077665042944959}, 0.07766504294495546], CircleBox[{16.826805875611782, 5.8901650429449575}, 0.10983495705504469], CircleBox[{17.39499414103058, 5.540256755297852}, 0.06567760638602102], CircleBox[{17.494863068282992, 5.577623430302638}, 0.04095292878782997], CircleBox[{17.608006872068437, 6.134003980563828}, 0.028775644111781507], CircleBox[{17.681553245107146, 6.069228867387324}, 0.06922886738732321], CircleBox[{17.681553245107146, 5.951047798416559}, 0.04895220158344046], CircleBox[{18.36261854350326, 6.295433357845566}, 0.04576215785725767], CircleBox[{18.238163427310038, 5.989097994029073}, 0.06354154731509164], CircleBox[{19.525353335924216, 1.1122712153076328}, 0.03183272431807001], CircleBox[{19.699892971238327, 1.088111937546547}, 0.03660235435563597], CircleBox[{19.677129243621856, 1.566513894439906}, 0.03075145826005666], CircleBox[{19.153205945827715, 2.196943532819028}, 0.03642527689797098], CircleBox[{18.776919661129142, 2.937158498325191}, 0.09880133876370333], CircleBox[{18.850789020758935, 2.810660171779819}, 0.047685892457636464], CircleBox[{18.720665457678958, 2.2521865146762976}, 0.13248155968684086], CircleBox[{18.88053109523901, 2.230775147648015}, 0.02881155458187732], CircleBox[{19.114163751494917, 2.412224423129469}, 0.04918728018558394], CircleBox[{19.080173998068897, 2.4916676214792646}, 0.03722177664300896], CircleBox[{19.028326127809606, 0.8338569310413838}, 0.06771777414660528], CircleBox[{19.12780471897374, 0.837790322189673}, 0.03183854994144961], CircleBox[{18.474854185479163, 1.1394523058955837}, 0.030008833775877663], CircleBox[{18.417039131871515, 1.1546037447996453}, 0.029758603215504872], CircleBox[{18.379782906973126, 1.2372618188496731}, 0.06090772735620917], CircleBox[{18.22166111097734, 1.2316736950227953}, 0.09731278173422854], CircleBox[{17.740405014004303, 0.3321450094633785}, 0.031167265844815294], CircleBox[{17.55565213324159, 0.4335065778878623}, 0.17956430393910108], CircleBox[{17.76204852907857, 0.25959755556775255}, 0.04453989901762002], CircleBox[{17.638600025831078, 0.13258252147247757}, 0.13258252147247757], CircleBox[{18.906516823844797, 0.5130582582642792}, 0.04814349959686442], CircleBox[{18.95916021019912, 0.33410605679768585}, 0.13839125999659713], CircleBox[{18.814506694219812, 0.11999999999999994}, 0.11999999999999994], CircleBox[{20.1200849795799, 0.932498218029047}, 0.07572846296515218], CircleBox[{20.069084227317536, 0.8377903221896733}, 0.03183854994144963], CircleBox[{20.723085061306318, 0.7499999999999996}, 0.036920880302948274], CircleBox[{20.807239795488712, 0.7103163998553674}, 0.05612108552832986], CircleBox[{21.536082267763934, 0.3622528228872789}, 0.033992472300588536], CircleBox[{21.372389030427414, 0.3238532153219105}, 0.1341443940044696], CircleBox[{21.607745700532817, 0.312005221821862}, 0.05353163300217965], CircleBox[{21.558288920460196, 0.13258252147247748}, 0.13258252147247748], CircleBox[{20.2491090452472, 0.4082371191614757}, 0.03830746950310608], CircleBox[{20.382382252071462, 0.20485281374238545}, 0.20485281374238545], CircleBox[{20.16394428256451, 0.3567537013507222}, 0.061209258298182447], CircleBox[{21.920209205410348, 10.486721781683922}, 0.029358870905153236], CircleBox[{21.94528171085684, 10.778543121868802}, 0.04736753070821384], CircleBox[{22.016035117831954, 10.81846590184391}, 0.033872071454388364], CircleBox[{22.252916638257894, 10.621200404316017}, 0.032278498715817026], CircleBox[{22.25049030348709, 10.550483203105548}, 0.038480314498278996], CircleBox[{21.810412669837316, 10.13075317665685}, 0.0471585231651413], CircleBox[{21.648287264056826, 9.930917470643088}, 0.038965402059506604], CircleBox[{22.616445272014747, 10.378931105919197}, 0.05890561358949798], CircleBox[{22.875287029988318, 10.242640687119271}, 0.04018849353085653], CircleBox[{22.944108219227186, 10.281473208591848}, 0.03883252147247782], CircleBox[{27.324983247283402, 11.75540310839869}, 0.0642992342337918], CircleBox[{26.937122845756214, 11.474748981805524}, 0.1482020081455604], CircleBox[{27.19392503413539, 11.520625602220782}, 0.11266582861675126], CircleBox[{27.22091815162105, 11.689845884736037}, 0.058693829430676414], CircleBox[{27.720134479685715, 12.515381448753907}, 0.04639879305639995], CircleBox[{27.717646354720937, 12.601300861195824}, 0.03955663841948541], CircleBox[{27.79744341158786, 12.674621202458738}, 0.06881052786039947], CircleBox[{27.741686011635206, 12.814987951752215}, 0.08222493802989357], CircleBox[{27.49181397000125, 13.298144122140416}, 0.0584402031838488], CircleBox[{27.43782226240389, 13.382720578857016}, 0.041900623601727895], CircleBox[{25.869217053642817, 11.760311257658818}, 0.13414439400446743], CircleBox[{25.69002159279952, 11.907815390013095}, 0.0979514531114025], CircleBox[{25.81423396196533, 11.962310601229307}, 0.03768939877062535], CircleBox[{28.88191817095146, 13.880792880857589}, 0.1578947368421052], CircleBox[{28.342365853472156, 13.764976679570955}, 0.39394771873535683], CircleBox[{28.744385227280276, 14.24957911384305}, 0.23570226039551573], CircleBox[{25.656145492117922, 13.441164885671418}, 0.27272727272727315], CircleBox[{26.131259297527517, 14.01387685344753}, 0.471404520791032], CircleBox[{26.74611245746934, 13.809676587518647}, 0.17647058823529416], CircleBox[{27.118323297443744, 9.630214425821226}, 0.040556674013700895], CircleBox[{26.946237953589915, 9.786819550785726}, 0.1921202065190102], CircleBox[{27.05216398091221, 9.571263134797423}, 0.04805658615255613], CircleBox[{27.43589823730566, 8.49680939904301}, 0.050024543084285875], CircleBox[{27.369397041845584, 8.55299070477515}, 0.03703146251779641], CircleBox[{27.36939704184558, 8.64398096244489}, 0.05395879515193615], CircleBox[{27.26969418896591, 8.687723208591773}, 0.054917478527522344], CircleBox[{26.20895978958855, 9.576359265854231}, 0.0832851776581338], CircleBox[{26.318921560777554, 9.508416334507924}, 0.045973605575131256], CircleBox[{27.198410321859793, 9.073614425548701}, 0.07763038740605345], CircleBox[{27.17920505398272, 9.178309433547804}, 0.028811554581877338], CircleBox[{26.68224472993647, 9.217059929148501}, 0.05426498228712279], CircleBox[{26.801008158170937, 9.15524427274656}, 0.0796227589829594], CircleBox[{26.86248292028695, 9.052589622464566}, 0.04003142440290583], CircleBox[{28.94383333085984, 6.713453353907323}, 0.032988375540837916], CircleBox[{28.79955537384502, 6.719209073454497}, 0.11140434307015945], CircleBox[{28.930999218791374, 6.638964871263466}, 0.04259765808423087], CircleBox[{28.219912795887023, 7.298409451990521}, 0.060035345511321614], CircleBox[{28.353314657147045, 7.013126156005297}, 0.07078013053550289], CircleBox[{28.35331465714706, 7.1516504294495755}, 0.06774414290879753], CircleBox[{28.249616412623187, 7.197145558284428}, 0.04549512883486597], CircleBox[{28.66746198202523, 5.000000000000001}, 0.029437251522859368], CircleBox[{28.796175579323474, 4.856455861297174}, 0.16336344838611785], CircleBox[{28.677539485324058, 5.067055361272522}, 0.03837113695619223], CircleBox[{28.796175579323474, 5.106455861297175}, 0.0866365516138819], CircleBox[{28.43986758112454, 6.648572443192766}, 0.03192782072388086], CircleBox[{29.574641596299514, 6.3177253570392615}, 0.06822746429607385], CircleBox[{29.752928552372865, 5.940049915112529}, 0.34941470088897186], CircleBox[{29.446589200199504, 6.241849643919424}, 0.08061654797314059], CircleBox[{28.56835227259412, 6.281508964068165}, 0.06045045624926938], CircleBox[{28.667461982025227, 6.124891681027851}, 0.12489168102784752], CircleBox[{28.667461982025227, 5.911688245431421}, 0.08831175456857822], CircleBox[{27.476154815902394, 1.162607637685175}, 0.029338466288245497], CircleBox[{27.361899639841088, 1.2214913994824508}, 0.09919768683684207], CircleBox[{27.437822262403895, 1.102560795381548}, 0.04190062360172789], CircleBox[{27.298074434830713, 1.604879713128551}, 0.041363956081654024], CircleBox[{27.36309867420923, 1.6439935051131538}, 0.03451779686442459], CircleBox[{27.78904839736, 2.191850197903992}, 0.0577249858640006], CircleBox[{27.855003483328765, 2.2881234053286446}, 0.05897378804976995], CircleBox[{28.026642258714915, 2.2886608003172566}, 0.11266582861675103], CircleBox[{28.185477714790604, 2.560660171779819}, 0.2023141075423632], CircleBox[{27.099271464237965, 1.4198668460025372}, 0.028952276459394646], CircleBox[{28.153958166166145, 0.8344418747489366}, 0.07830095591188965], CircleBox[{28.744385227280272, 0.5690355937288485}, 0.5690355937288485], CircleBox[{28.068103580285086, 0.662703415342129}, 0.11370193041076893], CircleBox[{26.7913014161075, 1.0546569301986872}, 0.09896512662251378], CircleBox[{26.63553096007381, 0.698829401777944}, 0.28946461600150114], CircleBox[{26.13125929752752, 0.33333333333333315}, 0.33333333333333315], CircleBox[{24.973746756656638, 10.609334667950629}, 0.15848754542427426], CircleBox[{24.838645048891305, 10.473634087476182}, 0.03299905719384502], CircleBox[{25.267773487246032, 10.015117162193874}, 0.07584117497512533], CircleBox[{25.156932334744862, 10.051928866664593}, 0.04095292878783043], CircleBox[{24.756889481217826, 10.210671589023606}, 0.03196909809567845], CircleBox[{24.293958383330406, 10.283633384768294}, 0.09896512662251444], CircleBox[{24.4774808408908, 10.24264068711928}, 0.08907979803524028], CircleBox[{24.570831228232763, 10.16579963419853}, 0.031828606266807044], CircleBox[{34.84167906337003, 13.209138999323168}, 0.33333333333333326], CircleBox[{36.061137830587974, 12.612489168102774}, 1.0242640687119278], CircleBox[{35.27720005166215, 13.954951288348656}, 0.5303300858899108], CircleBox[{35.50956741494034, 8.863691944143664}, 0.13241026167907724], CircleBox[{36.10508340154374, 9.507505169381778}, 0.24504517257917738], CircleBox[{35.701287607082506, 9.3303494057877}, 0.19590290622280615], CircleBox[{35.701287607082506, 9.019689234007878}, 0.11475726555701522], CircleBox[{34.18134968206442, 6.838727561592428}, 0.18010603653396473], CircleBox[{34.09157817524951, 6.502807483220737}, 0.16760249440691163], CircleBox[{33.65361175122356, 6.310660171779821}, 0.3106601717798212], CircleBox[{33.65361175122356, 5.560660171779819}, 0.43933982822017836], CircleBox[{35.45286286875091, 1.4327767502175497}, 0.13444649956489718], CircleBox[{34.688380055351125, 1.5386608003172566}, 0.6373341713832484], CircleBox[{35.64500923839432, 1.1601886205085192}, 0.19905689745739807], CircleBox[{35.277200051662156, 0.5303300858899103}, 0.5303300858899103], CircleBox[{37.71943904732138, 10.242640687119273}, 0.2088560386367323], CircleBox[{37.94888025377784, 10.134446499564898}, 0.044815499854965746], CircleBox[{38.048838649196014, 10.397970773009193}, 0.15533008588991082], CircleBox[{38.04883864919601, 10.178300858899105}, 0.06433982822017871], CircleBox[{41.81001487604402, 10.656854249492378}], CircleBox[{47.03626673554953, 10.242640687119282}, 4.242640687119285], CircleBox[{47.036266735549525, 2.9999999999999987}, 2.9999999999999987]}, {RGBColor[1, 0, 0], CircleBox[{3.9196888946291297, 14.485281374238568}, 3.9196888946291297], CircleBox[{4.343776450049485, 9.134446499564895}, 1.4479254833498283], CircleBox[{2.2961005941905377, 5.999999999999999}, 2.2961005941905377], CircleBox[{3.919688894629127, 0.}, 3.919688894629127], CircleBox[{6.6913274921629915, 10.242640687119284}, 1.1480502970952693], TagBox[ConicHullRegionBox[{0, 0}, {{0, -1}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{7.839377789258255, 0.}, {{0, 1}}], "InfiniteLine"]}, {RGBColor[0, 0, 1], CircleBox[{5.226251859505506, 10.656854249492378}], CircleBox[{0., 10.242640687119282}, 4.242640687119285], CircleBox[{0., 2.9999999999999987}, 2.9999999999999987], CircleBox[{7.83937778925826, 5.121320343559639}, 5.121320343559639], CircleBox[{7.8393777892582595, 12.36396103067892}, 2.1213203435596424], TagBox[ConicHullRegionBox[{0., 14.485281374238564`}, {{-1, 0}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{0, 0}, {{1, 0}}], "InfiniteLine"]}}, PlotRange->{{-7.839377789258255, 15.67875557851651}, {-6.145584412271567, 20.63086578651013}}, PlotRangeClipping->True]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { RowBox[{"72", "+", RowBox[{"48", " ", SqrtBox["2"]}]}], "1", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}]}, { RowBox[{"6", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], FractionBox["1", RowBox[{"3", " ", SqrtBox["2"]}]], "0", RowBox[{"1", "+", SqrtBox["2"]}]}, {"0", FractionBox["1", "3"], "0", "1"}, {"12", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "1"}, { RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], FractionBox[ SqrtBox["2"], "3"], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]}, { RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "0", "0", "1"}, {"0", "0", "0", RowBox[{"-", "1"}]}, { RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], FractionBox[ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], "3"], "1", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}]}, { RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]]}], "3", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}, { RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"1", "+", FractionBox["1", SqrtBox["2"]]}]]}], "1", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}, {"0", FractionBox[ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], "3"], "1", "0"}, { RowBox[{ FractionBox["1", "140"], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}]}, {"0", "0", RowBox[{"-", "1"}], "0"}, { RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "0", "1", "0"} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]}, { RowBox[{"{", RowBox[{ TagBox[GridBox[{ { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { SubscriptBox["a", "1"], SubscriptBox["a", "2"], RowBox[{ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "22"}], "-", RowBox[{"12", " ", SqrtBox["2"]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "1"], "-", FractionBox[ SubscriptBox["a", "2"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "24"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"16", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"20", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"18", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "1"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "3"]}]}], SubscriptBox["a", "3"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"72", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"120", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"108", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"10", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"8", " ", SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"20", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"20", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "3"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "2256"}], "-", RowBox[{"1560", " ", SqrtBox["2"]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"28", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"44", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"44", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "2"], "+", SubscriptBox["a", "3"]}]}, { SubscriptBox["a", "4"], SubscriptBox["a", "5"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"36", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"21", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", SubscriptBox["a", "4"], "-", FractionBox[ SubscriptBox["a", "5"], SqrtBox["2"]]}], RowBox[{"2", "+", SqrtBox["2"], "-", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "+", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}]], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "4"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "6"]}]}], SubscriptBox["a", "6"], RowBox[{ FractionBox[ RowBox[{ RowBox[{"-", "2"}], "-", SqrtBox["2"], "+", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "+", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}]]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"4", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", FractionBox[ SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"], RowBox[{"3", " ", SqrtBox["2"]}]], "-", RowBox[{"6", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "5"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "6"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "3096"}], "-", RowBox[{"2232", " ", SqrtBox["2"]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"72", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "5"], "+", SubscriptBox["a", "6"]}]}, { SubscriptBox["a", "7"], SubscriptBox["a", "8"], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"6", "-", RowBox[{"12", " ", SqrtBox["2"]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "7"], "-", FractionBox[ SubscriptBox["a", "8"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "7"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "9"]}]}], SubscriptBox["a", "9"], RowBox[{ FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "8"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "9"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"48", "+", RowBox[{"12", " ", SqrtBox["2"]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "8"], "+", SubscriptBox["a", "9"]}]}, { SubscriptBox["a", "10"], SubscriptBox["a", "11"], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"-", "12"}], " ", SqrtBox["2"]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "10"], "-", FractionBox[ SubscriptBox["a", "11"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "10"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "12"]}]}], SubscriptBox["a", "12"], RowBox[{ FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"-", "36"}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "+", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "11"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "12"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "864"}], "-", RowBox[{"720", " ", SqrtBox["2"]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "+", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "11"], "+", SubscriptBox["a", "12"]}]}, { SubscriptBox["a", "13"], SubscriptBox["a", "14"], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "24"}], "-", RowBox[{"24", " ", SqrtBox["2"]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "13"], "-", FractionBox[ SubscriptBox["a", "14"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "48"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"42", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "13"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "15"]}]}], SubscriptBox["a", "15"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"144", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"108", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"252", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"144", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"24", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"18", " ", SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"36", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "14"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "15"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "3132"}], "-", RowBox[{"2268", " ", SqrtBox["2"]}], "-", RowBox[{"72", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"96", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "14"], "+", SubscriptBox["a", "15"]}]}, { SubscriptBox["a", "16"], SubscriptBox["a", "17"], RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "2"}], "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}]}], "-", SubscriptBox["a", "16"], "-", FractionBox[ SubscriptBox["a", "17"], SqrtBox["2"]]}], RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "16"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "18"]}]}], SubscriptBox["a", "18"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "17"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "18"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", "1"}], "-", FractionBox[ RowBox[{ RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "17"], "+", SubscriptBox["a", "18"]}]}, { SubscriptBox["a", "19"], SubscriptBox["a", "20"], RowBox[{ RowBox[{"2", " ", SqrtBox["2"]}], "-", SubscriptBox["a", "19"], "-", FractionBox[ SubscriptBox["a", "20"], SqrtBox["2"]]}], RowBox[{ RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "19"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "21"]}]}], SubscriptBox["a", "21"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "20"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "21"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"69", "+", RowBox[{"57", " ", SqrtBox["2"]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "20"], "+", SubscriptBox["a", "21"]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "22"}], "-", RowBox[{"12", " ", SqrtBox["2"]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "24"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"16", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"20", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"18", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"72", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"120", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"108", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"10", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"8", " ", SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"20", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"20", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "2256"}], "-", RowBox[{"1560", " ", SqrtBox["2"]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"28", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"44", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"44", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"36", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"21", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], RowBox[{"2", "+", SqrtBox["2"], "-", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "+", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{"-", "2"}], "-", SqrtBox["2"], "+", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "+", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}]]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"4", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", FractionBox[ SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"], RowBox[{"3", " ", SqrtBox["2"]}]], "-", RowBox[{"6", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "3096"}], "-", RowBox[{"2232", " ", SqrtBox["2"]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"72", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"6", "-", RowBox[{"12", " ", SqrtBox["2"]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{ RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"48", "+", RowBox[{"12", " ", SqrtBox["2"]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"-", "12"}], " ", SqrtBox["2"]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"-", "36"}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "+", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "864"}], "-", RowBox[{"720", " ", SqrtBox["2"]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "+", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "24"}], "-", RowBox[{"24", " ", SqrtBox["2"]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "48"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"42", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"144", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"108", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"252", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"144", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"24", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"18", " ", SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"36", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "3132"}], "-", RowBox[{"2268", " ", SqrtBox["2"]}], "-", RowBox[{"72", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"96", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{"2", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "2"}], "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}]}], "0", RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{ RowBox[{"-", "1"}], "-", FractionBox[ RowBox[{ RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{"2", " ", SqrtBox["2"]}], RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{"69", "+", RowBox[{"57", " ", SqrtBox["2"]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "780"}], "-", RowBox[{"118", " ", "#1"}], "-", RowBox[{"842", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"466", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"9", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"], ",", TagBox[GridBox[{ { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { SubscriptBox["a", "1"], SubscriptBox["a", "2"], RowBox[{ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"214", "+", RowBox[{"136", " ", SqrtBox["2"]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"34", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"9", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"30", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"32", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"20", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"3", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "1"], "-", FractionBox[ SubscriptBox["a", "2"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"34", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"72", "+", RowBox[{"48", " ", SqrtBox["2"]}]}], ")"}]}], "-", RowBox[{"3", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "1"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "3"]}]}], SubscriptBox["a", "3"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "72"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"288", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]]}], "+", RowBox[{"216", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"204", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"288", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"180", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"18", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"16", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"16", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"10", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "3"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "15120"}], "-", RowBox[{"10728", " ", SqrtBox["2"]}], "+", RowBox[{"288", " ", SqrtBox[ RowBox[{"9", "+", RowBox[{"4", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"144", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"9", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"576", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"288", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1392", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"984", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"28", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"18", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"40", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"22", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "2"], "+", SubscriptBox["a", "3"]}]}, { SubscriptBox["a", "4"], SubscriptBox["a", "5"], RowBox[{ RowBox[{ FractionBox["1", "2"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], SqrtBox["2"]]}], ")"}]}], "+", RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"108", "+", RowBox[{"51", " ", SqrtBox["2"]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "4"], "-", FractionBox[ SubscriptBox["a", "5"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], SqrtBox["2"]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "4"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "6"]}]}], SubscriptBox["a", "6"], RowBox[{ FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], SqrtBox["2"]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", FractionBox[ SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"], RowBox[{"3", " ", SqrtBox["2"]}]], "-", RowBox[{"6", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "5"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "6"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "19080"}], "-", RowBox[{"13608", " ", SqrtBox["2"]}], "+", RowBox[{"1440", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"1008", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"36", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "5"], "+", SubscriptBox["a", "6"]}]}, { SubscriptBox["a", "7"], SubscriptBox["a", "8"], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"6", "+", RowBox[{"18", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"3", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "7"], "-", FractionBox[ SubscriptBox["a", "8"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "7"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "9"]}]}], SubscriptBox["a", "9"], RowBox[{ FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "8"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "9"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"240", "+", RowBox[{"168", " ", SqrtBox["2"]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "8"], "+", SubscriptBox["a", "9"]}]}, { SubscriptBox["a", "10"], SubscriptBox["a", "11"], RowBox[{ RowBox[{ FractionBox["1", "2"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"-", "12"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]]}], "+", RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "+", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"66", "-", RowBox[{"9", " ", SqrtBox["2"]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"11", "-", RowBox[{"6", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "10"], "-", FractionBox[ SubscriptBox["a", "11"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "12"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]]}], "+", RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "10"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "12"]}]}], SubscriptBox["a", "12"], RowBox[{ FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "12"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]]}], "+", RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "11"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "12"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "4032"}], "-", RowBox[{"3096", " ", SqrtBox["2"]}], "+", RowBox[{"432", " ", SqrtBox[ RowBox[{"11", "-", RowBox[{"6", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"432", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"11", "-", RowBox[{"6", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"864", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"864", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"432", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"216", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"36", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"24", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "+", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "11"], "+", SubscriptBox["a", "12"]}]}, { SubscriptBox["a", "13"], SubscriptBox["a", "14"], RowBox[{ RowBox[{ FractionBox["1", "2"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "+", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"204", "+", RowBox[{"159", " ", SqrtBox["2"]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"9", "+", RowBox[{"4", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"18", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "13"], "-", FractionBox[ SubscriptBox["a", "14"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "13"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "15"]}]}], SubscriptBox["a", "15"], RowBox[{ FractionBox[ RowBox[{ RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ FractionBox["1", "3"], " ", SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "-", RowBox[{ RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "14"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "15"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"891", "+", RowBox[{"645", " ", SqrtBox["2"]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"9", "+", RowBox[{"4", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"72", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"96", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"66", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ FractionBox["1", "3"], " ", SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "-", RowBox[{ RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "14"], "+", SubscriptBox["a", "15"]}]}, { SubscriptBox["a", "16"], SubscriptBox["a", "17"], RowBox[{ RowBox[{ RowBox[{"-", "3"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], "-", RowBox[{"2", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "8"}], "-", RowBox[{"9", " ", SqrtBox["2"]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], "-", SubscriptBox["a", "16"], "-", FractionBox[ SubscriptBox["a", "17"], SqrtBox["2"]]}], RowBox[{ FractionBox[ RowBox[{"3", " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "16"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "18"]}]}], SubscriptBox["a", "18"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"3", " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "17"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "18"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{"55", "+", RowBox[{"46", " ", SqrtBox["2"]}], "-", RowBox[{"8", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "17"], "+", SubscriptBox["a", "18"]}]}, { SubscriptBox["a", "19"], SubscriptBox["a", "20"], RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"3", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], "-", SubscriptBox["a", "19"], "-", FractionBox[ SubscriptBox["a", "20"], SqrtBox["2"]]}], RowBox[{ RowBox[{"3", " ", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "19"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "21"]}]}], SubscriptBox["a", "21"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"18", " ", SqrtBox[ FractionBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"3", " ", SqrtBox["2"], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "20"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "21"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", "39"}], "-", RowBox[{"28", " ", SqrtBox["2"]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", FractionBox[ RowBox[{ SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "20"], "+", SubscriptBox["a", "21"]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"214", "+", RowBox[{"136", " ", SqrtBox["2"]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"34", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"9", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"30", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"32", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"20", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"3", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"34", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"72", "+", RowBox[{"48", " ", SqrtBox["2"]}]}], ")"}]}], "-", RowBox[{"3", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "72"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"288", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]]}], "+", RowBox[{"216", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"204", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"288", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"180", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"18", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"16", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"16", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"10", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "15120"}], "-", RowBox[{"10728", " ", SqrtBox["2"]}], "+", RowBox[{"288", " ", SqrtBox[ RowBox[{"9", "+", RowBox[{"4", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"144", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"9", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"576", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"288", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1392", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"984", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"28", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"18", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"40", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"22", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ RowBox[{ FractionBox["1", "2"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], SqrtBox["2"]]}], ")"}]}], "+", RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"108", "+", RowBox[{"51", " ", SqrtBox["2"]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], SqrtBox["2"]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], SqrtBox["2"]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", FractionBox[ SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"], RowBox[{"3", " ", SqrtBox["2"]}]], "-", RowBox[{"6", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "19080"}], "-", RowBox[{"13608", " ", SqrtBox["2"]}], "+", RowBox[{"1440", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"1008", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"48", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"36", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"6", "+", RowBox[{"18", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"3", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"240", "+", RowBox[{"168", " ", SqrtBox["2"]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ RowBox[{ FractionBox["1", "2"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"-", "12"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]]}], "+", RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "+", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"66", "-", RowBox[{"9", " ", SqrtBox["2"]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"11", "-", RowBox[{"6", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "12"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]]}], "+", RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "12"}], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]]}], "+", RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "4032"}], "-", RowBox[{"3096", " ", SqrtBox["2"]}], "+", RowBox[{"432", " ", SqrtBox[ RowBox[{"11", "-", RowBox[{"6", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"432", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"11", "-", RowBox[{"6", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"864", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"864", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"432", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"216", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"36", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"24", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "+", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ RowBox[{ FractionBox["1", "2"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "+", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"204", "+", RowBox[{"159", " ", SqrtBox["2"]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"9", "+", RowBox[{"4", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"18", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{"34", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"6", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ FractionBox["1", "3"], " ", SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "-", RowBox[{ RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{ RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"891", "+", RowBox[{"645", " ", SqrtBox["2"]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"9", "+", RowBox[{"4", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"72", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"96", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"66", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}], "-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "+", RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{ FractionBox["1", "3"], " ", SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}], "2"]}], "-", RowBox[{ RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ RowBox[{ RowBox[{"-", "3"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], "-", RowBox[{"2", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "8"}], "-", RowBox[{"9", " ", SqrtBox["2"]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}]}], FractionBox[ RowBox[{"3", " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]], "0", RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"3", " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "-", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "-", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"55", "+", RowBox[{"46", " ", SqrtBox["2"]}], "-", RowBox[{"8", " ", SqrtBox[ RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "3"], " ", SqrtBox[ RowBox[{"5", "-", FractionBox["1", SqrtBox["2"]]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"3", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], RowBox[{"3", " ", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"18", " ", SqrtBox[ FractionBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}]}], RowBox[{"3", " ", SqrtBox["2"], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{ RowBox[{"-", "39"}], "-", RowBox[{"28", " ", SqrtBox["2"]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"43", "+", RowBox[{"30", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", FractionBox[ RowBox[{ SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "135"}], "+", RowBox[{"187", " ", "#1"}], "-", RowBox[{"286", " ", SuperscriptBox["#1", "2"]}], "-", RowBox[{"688", " ", SuperscriptBox["#1", "3"]}], "+", RowBox[{"10", " ", SuperscriptBox["#1", "4"]}]}], "&"}], ",", "2"}], "]"}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"], ",", TagBox[GridBox[{ { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { SubscriptBox["a", "1"], SubscriptBox["a", "2"], RowBox[{ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"86", "+", RowBox[{"56", " ", SqrtBox["2"]}], "-", RowBox[{"32", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"28", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "1"], "-", FractionBox[ SubscriptBox["a", "2"], SqrtBox["2"]]}], RowBox[{ FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "1"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "3"]}]}], SubscriptBox["a", "3"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "72"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"6", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "3"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "3600"}], "-", RowBox[{"2568", " ", SqrtBox["2"]}], "+", RowBox[{"1488", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"1032", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"8", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "2"], "+", SubscriptBox["a", "3"]}]}, { SubscriptBox["a", "4"], SubscriptBox["a", "5"], RowBox[{ RowBox[{ FractionBox["1", "12"], " ", RowBox[{"(", RowBox[{"72", "+", RowBox[{"66", " ", SqrtBox["2"]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "4"], "-", FractionBox[ SubscriptBox["a", "5"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "4"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "6"]}]}], SubscriptBox["a", "6"], RowBox[{ FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"-", "72"}], "-", RowBox[{"36", " ", SqrtBox["2"]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "5"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "6"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "3816"}], "-", RowBox[{"2664", " ", SqrtBox["2"]}], "+", RowBox[{"1440", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"1008", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "5"], "+", SubscriptBox["a", "6"]}]}, { SubscriptBox["a", "7"], SubscriptBox["a", "8"], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"6", "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "7"], "-", FractionBox[ SubscriptBox["a", "8"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "7"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "9"]}]}], SubscriptBox["a", "9"], RowBox[{ FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "8"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "9"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"48", "+", RowBox[{"24", " ", SqrtBox["2"]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "8"], "+", SubscriptBox["a", "9"]}]}, { SubscriptBox["a", "10"], SubscriptBox["a", "11"], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"24", "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "10"], "-", FractionBox[ SubscriptBox["a", "11"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"2", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "10"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "12"]}]}], SubscriptBox["a", "12"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "72"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"36", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{"18", " ", SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "11"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "12"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "1008"}], "-", RowBox[{"792", " ", SqrtBox["2"]}], "+", RowBox[{"432", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"216", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{"2", " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], "+", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "11"], "+", SubscriptBox["a", "12"]}]}, { SubscriptBox["a", "13"], SubscriptBox["a", "14"], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "+", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"84", "+", RowBox[{"63", " ", SqrtBox["2"]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"18", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "13"], "-", FractionBox[ SubscriptBox["a", "14"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "13"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "15"]}]}], SubscriptBox["a", "15"], RowBox[{ FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"-", "144"}], "-", RowBox[{"108", " ", SqrtBox["2"]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "14"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "15"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "6732"}], "-", RowBox[{"4716", " ", SqrtBox["2"]}], "+", RowBox[{"2880", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"2088", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "14"], "+", SubscriptBox["a", "15"]}]}, { SubscriptBox["a", "16"], SubscriptBox["a", "17"], RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "4"}], "-", RowBox[{"2", " ", SqrtBox["2"]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], "-", SubscriptBox["a", "16"], "-", FractionBox[ SubscriptBox["a", "17"], SqrtBox["2"]]}], RowBox[{ RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "16"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "18"]}]}], SubscriptBox["a", "18"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "3"}], "-", RowBox[{"3", " ", SqrtBox["2"]}], "+", RowBox[{"6", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "17"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "18"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "108"}], "-", RowBox[{"78", " ", SqrtBox["2"]}], "+", RowBox[{"60", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"42", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "17"], "+", SubscriptBox["a", "18"]}]}, { SubscriptBox["a", "19"], SubscriptBox["a", "20"], RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], "-", SubscriptBox["a", "19"], "-", FractionBox[ SubscriptBox["a", "20"], SqrtBox["2"]]}], RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "19"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "21"]}]}], SubscriptBox["a", "21"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"3", " ", SqrtBox["2"], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "20"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "21"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", "7"}], "-", RowBox[{"4", " ", SqrtBox["2"]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", FractionBox[ RowBox[{ SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "20"], "+", SubscriptBox["a", "21"]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"86", "+", RowBox[{"56", " ", SqrtBox["2"]}], "-", RowBox[{"32", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"28", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "72"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"6", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "3600"}], "-", RowBox[{"2568", " ", SqrtBox["2"]}], "+", RowBox[{"1488", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"1032", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"8", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ FractionBox["1", "12"], " ", RowBox[{"(", RowBox[{"72", "+", RowBox[{"66", " ", SqrtBox["2"]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"-", "72"}], "-", RowBox[{"36", " ", SqrtBox["2"]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "3816"}], "-", RowBox[{"2664", " ", SqrtBox["2"]}], "+", RowBox[{"1440", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"1008", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"24", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"6", "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"48", "+", RowBox[{"24", " ", SqrtBox["2"]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"24", "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"2", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "72"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"36", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{"18", " ", SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "1008"}], "-", RowBox[{"792", " ", SqrtBox["2"]}], "+", RowBox[{"432", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"216", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{"2", " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], "+", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ RowBox[{ FractionBox["1", "6"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "+", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"84", "+", RowBox[{"63", " ", SqrtBox["2"]}], "-", RowBox[{"36", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"18", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "6"}], " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"-", "144"}], "-", RowBox[{"108", " ", SqrtBox["2"]}], "-", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "6732"}], "-", RowBox[{"4716", " ", SqrtBox["2"]}], "+", RowBox[{"2880", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"2088", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "4"}], "-", RowBox[{"2", " ", SqrtBox["2"]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "3"}], "-", RowBox[{"3", " ", SqrtBox["2"]}], "+", RowBox[{"6", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "108"}], "-", RowBox[{"78", " ", SqrtBox["2"]}], "+", RowBox[{"60", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"42", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{"2", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], ")"}]}], SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"3", " ", SqrtBox["2"], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{ RowBox[{"-", "7"}], "-", RowBox[{"4", " ", SqrtBox["2"]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", FractionBox[ RowBox[{ SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], RowBox[{"3", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"], ",", TagBox[GridBox[{ { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { SubscriptBox["a", "1"], SubscriptBox["a", "2"], RowBox[{"3", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "+", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", SubscriptBox["a", "1"], "-", FractionBox[ SubscriptBox["a", "2"], SqrtBox["2"]]}], RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "1"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "3"]}]}], SubscriptBox["a", "3"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "3"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "2"], "+", SubscriptBox["a", "3"]}]}, { SubscriptBox["a", "4"], SubscriptBox["a", "5"], RowBox[{ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"4", "+", SqrtBox["2"]}], ")"}]}], "-", SubscriptBox["a", "4"], "-", FractionBox[ SubscriptBox["a", "5"], SqrtBox["2"]]}], RowBox[{"2", "+", SqrtBox["2"], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "4"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "6"]}]}], SubscriptBox["a", "6"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "5"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "6"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{"3", "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "5"], "+", SubscriptBox["a", "6"]}]}, { SubscriptBox["a", "7"], SubscriptBox["a", "8"], RowBox[{"1", "-", SubscriptBox["a", "7"], "-", FractionBox[ SubscriptBox["a", "8"], SqrtBox["2"]]}], RowBox[{ RowBox[{ RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], " ", SubscriptBox["a", "7"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "9"]}]}], SubscriptBox["a", "9"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "8"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "9"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "8"], "+", SubscriptBox["a", "9"]}]}, { SubscriptBox["a", "10"], SubscriptBox["a", "11"], RowBox[{ RowBox[{"-", SubscriptBox["a", "10"]}], "-", FractionBox[ SubscriptBox["a", "11"], SqrtBox["2"]]}], RowBox[{"1", "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "10"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "12"]}]}], SubscriptBox["a", "12"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "11"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "12"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "11"], "+", SubscriptBox["a", "12"]}]}, { SubscriptBox["a", "13"], SubscriptBox["a", "14"], RowBox[{"8", "+", RowBox[{"5", " ", SqrtBox["2"]}], "+", RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "8"}], "-", RowBox[{"6", " ", SqrtBox["2"]}], "+", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}]}], "-", SubscriptBox["a", "13"], "-", FractionBox[ SubscriptBox["a", "14"], SqrtBox["2"]]}], RowBox[{"8", "+", RowBox[{"6", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "13"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "15"]}]}], SubscriptBox["a", "15"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "14"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "15"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "15"}], "-", RowBox[{"11", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "14"], "+", SubscriptBox["a", "15"]}]}, { SubscriptBox["a", "16"], SubscriptBox["a", "17"], RowBox[{ RowBox[{"2", " ", SqrtBox["2"]}], "-", SubscriptBox["a", "16"], "-", FractionBox[ SubscriptBox["a", "17"], SqrtBox["2"]]}], RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "16"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "18"]}]}], SubscriptBox["a", "18"], RowBox[{ RowBox[{"-", "1"}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "17"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "18"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"4", " ", SqrtBox["2"]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "17"], "+", SubscriptBox["a", "18"]}]}, { SubscriptBox["a", "19"], SubscriptBox["a", "20"], RowBox[{ RowBox[{"-", SubscriptBox["a", "19"]}], "-", FractionBox[ SubscriptBox["a", "20"], SqrtBox["2"]]}], RowBox[{ RowBox[{ RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], " ", SubscriptBox["a", "19"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "21"]}]}], SubscriptBox["a", "21"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "20"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "21"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{"1", "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "20"], "+", SubscriptBox["a", "21"]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", RowBox[{"3", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "+", RowBox[{"2", " ", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}]}], RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "0", RowBox[{"-", FractionBox[ RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}], RowBox[{"1", "+", SqrtBox["2"]}]]}, {"0", "0", RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"4", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "+", SqrtBox["2"]}], "0", RowBox[{"-", FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "3"}, {"0", "0", "1", "0", "0", "0", "0"}, {"0", "0", "0", "1", "0", "0", "0"}, {"0", "0", RowBox[{"8", "+", RowBox[{"5", " ", SqrtBox["2"]}], "+", RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "8"}], "-", RowBox[{"6", " ", SqrtBox["2"]}], "+", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}]}]}], RowBox[{"8", "+", RowBox[{"6", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "0", RowBox[{"-", FractionBox[ RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "15"}], "-", RowBox[{"11", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", SqrtBox["2"]}]]}]}, {"0", "0", RowBox[{"2", " ", SqrtBox["2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "0", RowBox[{"-", "1"}], RowBox[{"4", " ", SqrtBox["2"]}]}, {"0", "0", "0", "0", "0", "0", "1"} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"], ",", TagBox[GridBox[{ { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { SubscriptBox["a", "1"], SubscriptBox["a", "2"], RowBox[{ RowBox[{ FractionBox["1", "280"], " ", RowBox[{"(", RowBox[{"23240", "+", RowBox[{"15680", " ", SqrtBox["2"]}], "-", RowBox[{"27423", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"18282", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"3", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"18282", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"13440", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"9800", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"17360", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"12320", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"11200", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"8960", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], ")"}]}], "-", SubscriptBox["a", "1"], "-", FractionBox[ SubscriptBox["a", "2"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "27423"}], "-", RowBox[{"18282", " ", SqrtBox["2"]}], "-", RowBox[{"3", " ", SqrtBox["80134881"]}], "-", RowBox[{"2", " ", SqrtBox["160269762"]}], "-", RowBox[{"13440", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"9800", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"17360", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"12320", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"280", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "1"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "3"]}]}], SubscriptBox["a", "3"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"11517660", "+", RowBox[{"7678440", " ", SqrtBox["2"]}], "+", RowBox[{"1260", " ", SqrtBox["80134881"]}], "+", RowBox[{"840", " ", SqrtBox["160269762"]}], "-", RowBox[{"82551981", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"470400", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"9141", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"5644800", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"4116000", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"10237920", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"7678440", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1120", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"840", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"7291200", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"5174400", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"12797400", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1400", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1120", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"117600", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "3"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "344799981"}], "-", RowBox[{"186043200", " ", SqrtBox["2"]}], "-", RowBox[{"9141", " ", SqrtBox["80134881"]}], "-", RowBox[{"25594800", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"15356880", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"2800", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1680", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"28154280", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"25594800", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"3080", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"2800", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"25401600", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"17875200", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"117600", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "2"], "+", SubscriptBox["a", "3"]}]}, { SubscriptBox["a", "4"], SubscriptBox["a", "5"], RowBox[{"24", "+", FractionBox["33", SqrtBox["2"]], "+", FractionBox[ RowBox[{"3047", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "140"], "+", RowBox[{ FractionBox["1", "140"], " ", SqrtBox[ RowBox[{ FractionBox["26711627", "3"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"8", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"9141", " ", SqrtBox["2"]}], "+", SqrtBox["160269762"], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], ")"}]}], "1680"], "-", SubscriptBox["a", "4"], "-", FractionBox[ SubscriptBox["a", "5"], SqrtBox["2"]]}], RowBox[{ FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"9141", " ", SqrtBox["2"]}], "+", SqrtBox["160269762"], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], ")"}]}], RowBox[{"1680", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "4"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "6"]}]}], SubscriptBox["a", "6"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"9141", " ", SqrtBox["2"]}], "+", SqrtBox["160269762"], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], ")"}]}], RowBox[{"1680", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{ FractionBox["1", "35"], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "-", FractionBox[ SuperscriptBox[ RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}], "2"], RowBox[{"58800", " ", SqrtBox["2"]}]], "-", RowBox[{"6", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "210"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "5"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "6"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "122068800"}], "-", RowBox[{"113600527", " ", SqrtBox["2"]}], "-", RowBox[{"3047", " ", SqrtBox["160269762"]}], "-", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1120", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1120", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"15356880", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1680", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1120", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"13171200", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"9408000", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"235200", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "5"], "+", SubscriptBox["a", "6"]}]}, { SubscriptBox["a", "7"], SubscriptBox["a", "8"], RowBox[{"1", "+", RowBox[{ FractionBox["3047", "70"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{ FractionBox["1", "70"], " ", SqrtBox[ RowBox[{ FractionBox["26711627", "6"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ FractionBox["1", "840"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "9141"}], "-", SqrtBox["80134881"], "+", RowBox[{"1680", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], "-", SubscriptBox["a", "7"], "-", FractionBox[ SubscriptBox["a", "8"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "9141"}], "-", SqrtBox["80134881"], "+", RowBox[{"1680", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], RowBox[{"840", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "7"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "9"]}]}], SubscriptBox["a", "9"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2520", "+", RowBox[{"1680", " ", SqrtBox["2"]}], "-", RowBox[{"9141", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], ")"}], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"], "-", RowBox[{"1680", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], RowBox[{"705600", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "8"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "9"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "9141"}], "-", SqrtBox["80134881"], "+", RowBox[{"1680", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], RowBox[{"705600", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{ FractionBox["1", "420"], " ", RowBox[{"(", RowBox[{"33600", "+", RowBox[{"23520", " ", SqrtBox["2"]}], "+", RowBox[{"9141", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "-", RowBox[{"18282", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "8"], "+", SubscriptBox["a", "9"]}]}, { SubscriptBox["a", "10"], SubscriptBox["a", "11"], RowBox[{ RowBox[{ FractionBox["1", "840"], " ", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"-", "1680"}], " ", SqrtBox["2"]}], "-", RowBox[{"18282", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"9141", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], "-", RowBox[{"36564", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"36564", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"4", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"6720", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"5040", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"6720", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], "-", SubscriptBox["a", "10"], "-", FractionBox[ SubscriptBox["a", "11"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "18282"}], "-", RowBox[{"9141", " ", SqrtBox["2"]}], "-", RowBox[{"2", " ", SqrtBox["80134881"]}], "-", SqrtBox["160269762"], "+", RowBox[{"27720", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"6720", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"5040", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"5040", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"840", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "10"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "12"]}]}], SubscriptBox["a", "12"], RowBox[{ FractionBox[ RowBox[{ RowBox[{"-", "18282"}], "-", RowBox[{"9141", " ", SqrtBox["2"]}], "-", RowBox[{"2", " ", SqrtBox["80134881"]}], "-", SqrtBox["160269762"], "+", RowBox[{"27720", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"6720", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"5040", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"5040", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"840", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", FractionBox["1", "35"]}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "3"}], "-", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "+", RowBox[{ FractionBox["1", "35"], " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", SuperscriptBox[ RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}], "2"]}], "58800"], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "210"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "11"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "12"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "74321054"}], "+", RowBox[{"13170127", " ", SqrtBox["2"]}], "-", RowBox[{"6094", " ", SqrtBox["80134881"]}], "+", RowBox[{"3047", " ", SqrtBox["160269762"]}], "+", RowBox[{"7678440", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"5118960", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"840", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"560", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"5118960", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"2559480", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"560", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"280", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"9408000", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"6585600", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"2559480", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"5118960", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"280", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"560", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"2822400", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"2822400", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"117600", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "11"], "+", SubscriptBox["a", "12"]}]}, { SubscriptBox["a", "13"], SubscriptBox["a", "14"], RowBox[{"56", "+", RowBox[{"41", " ", SqrtBox["2"]}], "+", FractionBox[ RowBox[{"3047", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "70"], "+", RowBox[{ FractionBox["1", "70"], " ", SqrtBox[ RowBox[{ FractionBox["26711627", "3"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"16", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ FractionBox["1", "840"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "36564"}], "-", RowBox[{"27423", " ", SqrtBox["2"]}], "-", RowBox[{"4", " ", SqrtBox["80134881"]}], "-", RowBox[{"3", " ", SqrtBox["160269762"]}], "-", RowBox[{"29400", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"28560", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], ")"}]}], "-", SubscriptBox["a", "13"], "-", FractionBox[ SubscriptBox["a", "14"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "36564"}], "-", RowBox[{"27423", " ", SqrtBox["2"]}], "-", RowBox[{"4", " ", SqrtBox["80134881"]}], "-", RowBox[{"3", " ", SqrtBox["160269762"]}], "-", RowBox[{"29400", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"28560", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"840", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "13"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "15"]}]}], SubscriptBox["a", "15"], RowBox[{ FractionBox[ RowBox[{ RowBox[{"-", "36564"}], "-", RowBox[{"27423", " ", SqrtBox["2"]}], "-", RowBox[{"4", " ", SqrtBox["80134881"]}], "-", RowBox[{"3", " ", SqrtBox["160269762"]}], "-", RowBox[{"29400", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"28560", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"840", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", FractionBox["1", "35"]}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "3"}], "-", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "+", RowBox[{ FractionBox["1", "35"], " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "-", FractionBox[ SuperscriptBox[ RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}], "2"], RowBox[{"29400", " ", SqrtBox["2"]}]], "-", RowBox[{ RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "210"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "14"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "15"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "147588000"}], "-", RowBox[{"131593327", " ", SqrtBox["2"]}], "-", RowBox[{"3047", " ", SqrtBox["160269762"]}], "-", RowBox[{"12797400", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1400", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1120", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"17916360", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1960", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1120", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"15993600", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"11289600", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"117600", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "14"], "+", SubscriptBox["a", "15"]}]}, { SubscriptBox["a", "16"], SubscriptBox["a", "17"], RowBox[{"32", "+", RowBox[{"24", " ", SqrtBox["2"]}], "-", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], ")"}]}], "-", SubscriptBox["a", "16"], "-", FractionBox[ SubscriptBox["a", "17"], SqrtBox["2"]]}], RowBox[{ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], ")"}]}], SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "16"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "18"]}]}], SubscriptBox["a", "18"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], ")"}]}], RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{ FractionBox["1", "35"], " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "210"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "17"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "18"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{"111", "+", RowBox[{"80", " ", SqrtBox["2"]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"16", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{ FractionBox["1", "35"], " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "210"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "17"], "+", SubscriptBox["a", "18"]}]}, { SubscriptBox["a", "19"], SubscriptBox["a", "20"], RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"4", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"3", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"4", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], "-", SubscriptBox["a", "19"], "-", FractionBox[ SubscriptBox["a", "20"], SqrtBox["2"]]}], RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ FractionBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "19"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "21"]}]}], SubscriptBox["a", "21"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ FractionBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "+", FractionBox[ RowBox[{ SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], RowBox[{"420", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "20"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "21"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", "79"}], "-", RowBox[{"56", " ", SqrtBox["2"]}], "+", RowBox[{"8", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "+", FractionBox[ RowBox[{ SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], RowBox[{"420", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "20"], "+", SubscriptBox["a", "21"]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", RowBox[{ FractionBox["1", "280"], " ", RowBox[{"(", RowBox[{"23240", "+", RowBox[{"15680", " ", SqrtBox["2"]}], "-", RowBox[{"27423", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"18282", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"3", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"18282", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"13440", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"9800", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"17360", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"12320", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"11200", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"8960", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "27423"}], "-", RowBox[{"18282", " ", SqrtBox["2"]}], "-", RowBox[{"3", " ", SqrtBox["80134881"]}], "-", RowBox[{"2", " ", SqrtBox["160269762"]}], "-", RowBox[{"13440", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"9800", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"17360", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"12320", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"280", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{"-", FractionBox[ RowBox[{"11517660", "+", RowBox[{"7678440", " ", SqrtBox["2"]}], "+", RowBox[{"1260", " ", SqrtBox["80134881"]}], "+", RowBox[{"840", " ", SqrtBox["160269762"]}], "-", RowBox[{"82551981", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"470400", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"9141", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"5644800", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"4116000", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"10237920", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"7678440", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1120", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"840", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"7291200", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"5174400", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"12797400", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1400", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1120", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"117600", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "344799981"}], "-", RowBox[{"186043200", " ", SqrtBox["2"]}], "-", RowBox[{"9141", " ", SqrtBox["80134881"]}], "-", RowBox[{"25594800", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"15356880", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"2800", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1680", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"28154280", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"25594800", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"3080", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"2800", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"25401600", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"17875200", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"117600", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{"24", "+", FractionBox["33", SqrtBox["2"]], "+", FractionBox[ RowBox[{"3047", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "140"], "+", RowBox[{ FractionBox["1", "140"], " ", SqrtBox[ RowBox[{ FractionBox["26711627", "3"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"8", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"9141", " ", SqrtBox["2"]}], "+", SqrtBox["160269762"], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], ")"}]}], "1680"]}], FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"9141", " ", SqrtBox["2"]}], "+", SqrtBox["160269762"], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], ")"}]}], RowBox[{"1680", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]], "0", RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"9141", " ", SqrtBox["2"]}], "+", SqrtBox["160269762"], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], ")"}]}], RowBox[{"1680", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{ FractionBox["1", "35"], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "-", FractionBox[ SuperscriptBox[ RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}], "2"], RowBox[{"58800", " ", SqrtBox["2"]}]], "-", RowBox[{"6", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "210"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "122068800"}], "-", RowBox[{"113600527", " ", SqrtBox["2"]}], "-", RowBox[{"3047", " ", SqrtBox["160269762"]}], "-", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1120", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1120", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"15356880", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1680", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1120", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"13171200", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"9408000", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"235200", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{"1", "+", RowBox[{ FractionBox["3047", "70"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{ FractionBox["1", "70"], " ", SqrtBox[ RowBox[{ FractionBox["26711627", "6"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ FractionBox["1", "840"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "9141"}], "-", SqrtBox["80134881"], "+", RowBox[{"1680", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}]}], ")"}]}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "9141"}], "-", SqrtBox["80134881"], "+", RowBox[{"1680", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], RowBox[{"840", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2520", "+", RowBox[{"1680", " ", SqrtBox["2"]}], "-", RowBox[{"9141", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], ")"}], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"], "-", RowBox[{"1680", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], RowBox[{"705600", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "9141"}], "-", SqrtBox["80134881"], "+", RowBox[{"1680", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], RowBox[{"705600", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{ FractionBox["1", "420"], " ", RowBox[{"(", RowBox[{"33600", "+", RowBox[{"23520", " ", SqrtBox["2"]}], "+", RowBox[{"9141", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "-", RowBox[{"18282", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"3360", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}]}], ")"}]}]}]}, {"0", "0", RowBox[{ FractionBox["1", "840"], " ", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"-", "1680"}], " ", SqrtBox["2"]}], "-", RowBox[{"18282", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"9141", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], "-", RowBox[{"36564", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", RowBox[{"36564", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"4", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"6720", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"5040", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"6720", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "18282"}], "-", RowBox[{"9141", " ", SqrtBox["2"]}], "-", RowBox[{"2", " ", SqrtBox["80134881"]}], "-", SqrtBox["160269762"], "+", RowBox[{"27720", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"6720", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"5040", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"5040", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"840", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{"-", "18282"}], "-", RowBox[{"9141", " ", SqrtBox["2"]}], "-", RowBox[{"2", " ", SqrtBox["80134881"]}], "-", SqrtBox["160269762"], "+", RowBox[{"27720", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"6720", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"5040", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"5040", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"3360", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"840", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", FractionBox["1", "35"]}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "3"}], "-", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "+", RowBox[{ FractionBox["1", "35"], " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", SuperscriptBox[ RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}], "2"]}], "58800"], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "210"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "74321054"}], "+", RowBox[{"13170127", " ", SqrtBox["2"]}], "-", RowBox[{"6094", " ", SqrtBox["80134881"]}], "+", RowBox[{"3047", " ", SqrtBox["160269762"]}], "+", RowBox[{"7678440", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "+", RowBox[{"5118960", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"840", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"560", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"5118960", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"2559480", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"560", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"280", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"9408000", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"6585600", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"2559480", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"5118960", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"280", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"560", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"2822400", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"2822400", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"117600", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{"56", "+", RowBox[{"41", " ", SqrtBox["2"]}], "+", FractionBox[ RowBox[{"3047", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "70"], "+", RowBox[{ FractionBox["1", "70"], " ", SqrtBox[ RowBox[{ FractionBox["26711627", "3"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"16", " ", SqrtBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{ FractionBox["1", "840"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "36564"}], "-", RowBox[{"27423", " ", SqrtBox["2"]}], "-", RowBox[{"4", " ", SqrtBox["80134881"]}], "-", RowBox[{"3", " ", SqrtBox["160269762"]}], "-", RowBox[{"29400", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"28560", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], ")"}]}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "36564"}], "-", RowBox[{"27423", " ", SqrtBox["2"]}], "-", RowBox[{"4", " ", SqrtBox["80134881"]}], "-", RowBox[{"3", " ", SqrtBox["160269762"]}], "-", RowBox[{"29400", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"28560", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"840", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{"-", "36564"}], "-", RowBox[{"27423", " ", SqrtBox["2"]}], "-", RowBox[{"4", " ", SqrtBox["80134881"]}], "-", RowBox[{"3", " ", SqrtBox["160269762"]}], "-", RowBox[{"29400", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"28560", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"20160", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"840", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", FractionBox["1", "35"]}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "3"}], "-", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "+", RowBox[{ FractionBox["1", "35"], " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "-", FractionBox[ SuperscriptBox[ RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}], "2"], RowBox[{"29400", " ", SqrtBox["2"]}]], "-", RowBox[{ RowBox[{"(", RowBox[{"48", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "210"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "147588000"}], "-", RowBox[{"131593327", " ", SqrtBox["2"]}], "-", RowBox[{"3047", " ", SqrtBox["160269762"]}], "-", RowBox[{"12797400", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1400", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"1120", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"17916360", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"10237920", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1960", " ", SqrtBox[ RowBox[{"80134881", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"1120", " ", SqrtBox[ RowBox[{"160269762", " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "+", RowBox[{"15993600", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"11289600", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}]}], RowBox[{"117600", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{"32", "+", RowBox[{"24", " ", SqrtBox["2"]}], "-", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], ")"}]}]}], FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], ")"}]}], SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]], "0", RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "+", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "-", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], ")"}]}], RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{ FractionBox["1", "35"], " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "210"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"111", "+", RowBox[{"80", " ", SqrtBox["2"]}], "-", RowBox[{"24", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "-", RowBox[{"16", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{ FractionBox["1", "35"], " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], "-", RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{ FractionBox["1", "210"], " ", SqrtBox[ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}]}], ")"}]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"4", " ", SqrtBox[ RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}]]}], "+", RowBox[{"3", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}]]}], "-", RowBox[{"4", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ FractionBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "0", RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}], " ", SqrtBox[ FractionBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "+", FractionBox[ RowBox[{ SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], RowBox[{"420", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{ RowBox[{"-", "79"}], "-", RowBox[{"56", " ", SqrtBox["2"]}], "+", RowBox[{"8", " ", SqrtBox[ RowBox[{"17", "+", RowBox[{"12", " ", SqrtBox["2"]}]}]]}], "+", FractionBox[ RowBox[{ SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]], " ", RowBox[{"(", RowBox[{"9141", "+", SqrtBox["80134881"]}], ")"}]}], RowBox[{"420", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"], ",", TagBox[GridBox[{ { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { SubscriptBox["a", "1"], SubscriptBox["a", "2"], RowBox[{"5", "-", SubscriptBox["a", "1"], "-", FractionBox[ SubscriptBox["a", "2"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "1"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "3"]}]}], SubscriptBox["a", "3"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "6"}], "-", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "3"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "2"], "+", SubscriptBox["a", "3"]}]}, { SubscriptBox["a", "4"], SubscriptBox["a", "5"], RowBox[{ FractionBox["1", SqrtBox["2"]], "-", SubscriptBox["a", "4"], "-", FractionBox[ SubscriptBox["a", "5"], SqrtBox["2"]]}], RowBox[{ RowBox[{ RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], " ", SubscriptBox["a", "4"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "6"]}]}], SubscriptBox["a", "6"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "2"}], "-", SqrtBox["2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "5"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "6"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", "1"}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "5"], "+", SubscriptBox["a", "6"]}]}, { SubscriptBox["a", "7"], SubscriptBox["a", "8"], RowBox[{"1", "-", SubscriptBox["a", "7"], "-", FractionBox[ SubscriptBox["a", "8"], SqrtBox["2"]]}], RowBox[{ RowBox[{ RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], " ", SubscriptBox["a", "7"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "9"]}]}], SubscriptBox["a", "9"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "8"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "9"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "8"], "+", SubscriptBox["a", "9"]}]}, { SubscriptBox["a", "10"], SubscriptBox["a", "11"], RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "2"}], "+", SqrtBox["2"]}], ")"}]}], "-", SubscriptBox["a", "10"], "-", FractionBox[ SubscriptBox["a", "11"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", "1"}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "10"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "12"]}]}], SubscriptBox["a", "12"], RowBox[{ FractionBox["2", RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "11"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "12"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "11"], "+", SubscriptBox["a", "12"]}]}, { SubscriptBox["a", "13"], SubscriptBox["a", "14"], RowBox[{ RowBox[{"2", " ", SqrtBox["2"]}], "-", SubscriptBox["a", "13"], "-", FractionBox[ SubscriptBox["a", "14"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "13"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "15"]}]}], SubscriptBox["a", "15"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "4"}], "-", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "14"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "15"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", "1"}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "14"], "+", SubscriptBox["a", "15"]}]}, { SubscriptBox["a", "16"], SubscriptBox["a", "17"], RowBox[{ RowBox[{"-", SubscriptBox["a", "16"]}], "-", FractionBox[ SubscriptBox["a", "17"], SqrtBox["2"]]}], RowBox[{ RowBox[{ RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], " ", SubscriptBox["a", "16"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "18"]}]}], SubscriptBox["a", "18"], RowBox[{"1", "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "17"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "18"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "17"], "+", SubscriptBox["a", "18"]}]}, { SubscriptBox["a", "19"], SubscriptBox["a", "20"], RowBox[{ RowBox[{"-", SubscriptBox["a", "19"]}], "-", FractionBox[ SubscriptBox["a", "20"], SqrtBox["2"]]}], RowBox[{ RowBox[{ RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], " ", SubscriptBox["a", "19"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "21"]}]}], SubscriptBox["a", "21"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "20"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "21"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{"1", "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "20"], "+", SubscriptBox["a", "21"]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", "5", RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "6"}], "-", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{"-", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"1", "+", SqrtBox["2"]}]]}]}, {"0", "0", FractionBox["1", SqrtBox["2"]], "0", "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "2"}], "-", SqrtBox["2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", "1"}]}, {"0", "0", "1", "0", "0", "0", "0"}, {"0", "0", RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"-", "2"}], "+", SqrtBox["2"]}], ")"}]}], RowBox[{"-", "1"}], "0", FractionBox["2", RowBox[{"1", "+", SqrtBox["2"]}]], "0"}, {"0", "0", RowBox[{"2", " ", SqrtBox["2"]}], RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"-", "4"}], "-", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{"-", "1"}]}, {"0", "0", "0", "0", "0", "1", "0"}, {"0", "0", "0", "0", "0", "0", "1"} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"], ",", TagBox[GridBox[{ { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { SubscriptBox["a", "1"], SubscriptBox["a", "2"], RowBox[{ RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"6", "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "1"], "-", FractionBox[ SubscriptBox["a", "2"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "1"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "3"]}]}], SubscriptBox["a", "3"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "72"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"6", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "3"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"48", "+", RowBox[{"24", " ", SqrtBox["2"]}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "1"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "2"], "+", SubscriptBox["a", "3"]}]}, { SubscriptBox["a", "4"], SubscriptBox["a", "5"], RowBox[{ RowBox[{ FractionBox["1", "12"], " ", RowBox[{"(", RowBox[{ RowBox[{"6", " ", SqrtBox["2"]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "4"], "-", FractionBox[ SubscriptBox["a", "5"], SqrtBox["2"]]}], RowBox[{ FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}]], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "4"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "6"]}]}], SubscriptBox["a", "6"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"-", "72"}], "-", RowBox[{"36", " ", SqrtBox["2"]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "5"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "6"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"72", "+", RowBox[{"72", " ", SqrtBox["2"]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "4"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "5"], "+", SubscriptBox["a", "6"]}]}, { SubscriptBox["a", "7"], SubscriptBox["a", "8"], RowBox[{ RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"6", "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "7"], "-", FractionBox[ SubscriptBox["a", "8"], SqrtBox["2"]]}], RowBox[{ FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "7"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "9"]}]}], SubscriptBox["a", "9"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "8"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "9"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ FractionBox[ SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "7"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "8"], "+", SubscriptBox["a", "9"]}]}, { SubscriptBox["a", "10"], SubscriptBox["a", "11"], RowBox[{"2", "-", SqrtBox["2"], "+", RowBox[{ FractionBox["1", "2"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "10"], "-", FractionBox[ SubscriptBox["a", "11"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "10"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "12"]}]}], SubscriptBox["a", "12"], RowBox[{ FractionBox[ RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"-", "12"}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "11"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "12"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{"1", "-", SqrtBox["2"], "-", FractionBox[ RowBox[{ RowBox[{"-", "12"}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "10"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "11"], "+", SubscriptBox["a", "12"]}]}, { SubscriptBox["a", "13"], SubscriptBox["a", "14"], RowBox[{ SqrtBox["2"], "+", RowBox[{ FractionBox["1", "6"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], "-", SubscriptBox["a", "13"], "-", FractionBox[ SubscriptBox["a", "14"], SqrtBox["2"]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "13"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "15"]}]}], SubscriptBox["a", "15"], RowBox[{ FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"-", "144"}], "-", RowBox[{"108", " ", SqrtBox["2"]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "14"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "15"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"36", "+", RowBox[{"36", " ", SqrtBox["2"]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "13"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "14"], "+", SubscriptBox["a", "15"]}]}, { SubscriptBox["a", "16"], SubscriptBox["a", "17"], RowBox[{ RowBox[{"-", SubscriptBox["a", "16"]}], "-", FractionBox[ SubscriptBox["a", "17"], SqrtBox["2"]]}], RowBox[{ RowBox[{ RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], " ", SubscriptBox["a", "16"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "18"]}]}], SubscriptBox["a", "18"], RowBox[{"1", "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "17"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "18"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "16"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "17"], "+", SubscriptBox["a", "18"]}]}, { SubscriptBox["a", "19"], SubscriptBox["a", "20"], RowBox[{ RowBox[{"-", SubscriptBox["a", "19"]}], "-", FractionBox[ SubscriptBox["a", "20"], SqrtBox["2"]]}], RowBox[{ RowBox[{ RowBox[{"-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], " ", SubscriptBox["a", "19"]}], "-", RowBox[{ SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]], " ", SubscriptBox["a", "21"]}]}], SubscriptBox["a", "21"], RowBox[{ RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"6", "+", RowBox[{"4", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "20"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}], "-", SqrtBox[ FractionBox[ RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"2", "-", SqrtBox["2"]}]]]}], ")"}], " ", SubscriptBox["a", "21"]}], RowBox[{"1", "+", SqrtBox["2"]}]]}], RowBox[{"1", "+", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}], " ", SubscriptBox["a", "19"]}], RowBox[{"1", "+", SqrtBox["2"]}]], "+", SubscriptBox["a", "20"], "+", SubscriptBox["a", "21"]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", RowBox[{ FractionBox["1", "2"], " ", RowBox[{"(", RowBox[{"6", "+", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{"-", FractionBox[ RowBox[{ RowBox[{ RowBox[{"-", "72"}], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{"48", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}], "-", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "+", RowBox[{"6", " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{"48", "+", RowBox[{"24", " ", SqrtBox["2"]}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ FractionBox["1", "12"], " ", RowBox[{"(", RowBox[{ RowBox[{"6", " ", SqrtBox["2"]}], "-", RowBox[{ SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]]}]], "0", RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "-", FractionBox[ RowBox[{ RowBox[{"-", "72"}], "-", RowBox[{"36", " ", SqrtBox["2"]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{"72", "+", RowBox[{"72", " ", SqrtBox["2"]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"72", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ FractionBox["1", "6"], " ", RowBox[{"(", RowBox[{"6", "-", RowBox[{ SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}], FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]], "0", RowBox[{ RowBox[{"-", FractionBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], "+", FractionBox[ SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], FractionBox[ SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}, {"0", "0", RowBox[{"2", "-", SqrtBox["2"], "+", RowBox[{ FractionBox["1", "2"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"-", "12"}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"1", "-", SqrtBox["2"], "-", FractionBox[ RowBox[{ RowBox[{"-", "12"}], "+", RowBox[{"4", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ FractionBox["1", "3"], " ", RowBox[{"(", RowBox[{"2", "-", SqrtBox["2"]}], ")"}], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"12", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", RowBox[{ SqrtBox["2"], "+", RowBox[{ FractionBox["1", "6"], " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], ")"}]}]}], RowBox[{"-", FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}]]}], "0", RowBox[{ FractionBox[ RowBox[{ RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "-", RowBox[{ SqrtBox["2"], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}]}], RowBox[{"6", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]], "-", FractionBox[ RowBox[{ RowBox[{"-", "144"}], "-", RowBox[{"108", " ", SqrtBox["2"]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"-", FractionBox[ RowBox[{"36", "+", RowBox[{"36", " ", SqrtBox["2"]}], "+", RowBox[{"12", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], " ", RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}]}], "-", RowBox[{ SqrtBox["2"], " ", SuperscriptBox[ RowBox[{"Root", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "66"}], "+", RowBox[{"10", " ", "#1"}], "-", RowBox[{"30", " ", SuperscriptBox["#1", "2"]}], "+", RowBox[{"17", " ", SuperscriptBox["#1", "3"]}], "-", RowBox[{"48", " ", SuperscriptBox["#1", "4"]}], "+", RowBox[{"3", " ", SuperscriptBox["#1", "5"]}]}], "&"}], ",", "1"}], "]"}], "2"]}]}], RowBox[{"36", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]]}]}, {"0", "0", "0", "0", "0", "1", "0"}, {"0", "0", "0", "0", "0", "0", "1"} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"]}], "}"}]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { RowBox[{"-", "1"}], "1", RowBox[{"7", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "1", "1", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{ FractionBox["2", "149"], " ", RowBox[{"(", RowBox[{"26", "+", SqrtBox["835374"]}], ")"}]}], "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}, {"1", RowBox[{"-", "1"}], "1", "1", RowBox[{"1", "+", SqrtBox["2"]}], "1", RowBox[{"1", "+", SqrtBox["2"]}], "0", "0", "0", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "0", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}, { RowBox[{"7", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "1", RowBox[{"-", "1"}], "1", RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "0", "0", RowBox[{ FractionBox["2", "149"], " ", RowBox[{"(", RowBox[{"26", "+", SqrtBox["835374"]}], ")"}]}], "0", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}, {"1", "1", "1", RowBox[{"-", "1"}], "1", RowBox[{ RowBox[{"-", "1"}], "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "0", "0", "0", "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "0"}, {"1", RowBox[{"1", "+", SqrtBox["2"]}], RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "1", RowBox[{"-", "1"}], "1", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "0", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "0"}, { RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "1"}], "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"-", "1"}], "1", "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "0", "0"}, { RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", SqrtBox["2"]}], "1", "1", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"-", "1"}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "0", "0"}, {"0", "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], "0", "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], RowBox[{"-", "1"}], "1", "3", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", "1", "1"}, {"0", "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "0", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], "1", RowBox[{"-", "1"}], "1", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", "3", RowBox[{"1", "+", SqrtBox["2"]}]}, { RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "0", "0", "0", SqrtBox[ RowBox[{"20", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "3", "1", RowBox[{"-", "1"}], "1", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"1", "+", SqrtBox["2"]}]}, { RowBox[{ FractionBox["2", "149"], " ", RowBox[{"(", RowBox[{"26", "+", SqrtBox["835374"]}], ")"}]}], SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "0", "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "0", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"-", "1"}], RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "1", "1"}, {"0", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], RowBox[{ FractionBox["2", "149"], " ", RowBox[{"(", RowBox[{"26", "+", SqrtBox["835374"]}], ")"}]}], "0", "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]]}], "1", "1", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"-", "1"}], RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1"}, { RowBox[{"2", " ", SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]]}], "0", "0", RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "-", SqrtBox["2"]}]]}], RowBox[{"2", " ", SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]]}], "0", "0", "1", "3", "1", "1", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"-", "1"}], "1"}, { SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], SqrtBox[ RowBox[{"2", "+", SqrtBox["2"]}]], SqrtBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]], "0", "0", "0", "0", "1", RowBox[{"1", "+", SqrtBox["2"]}], RowBox[{"1", "+", SqrtBox["2"]}], "1", "1", "1", RowBox[{"-", "1"}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"]], "Output", CellChangeTimes->{3.738689686753953*^9, 3.738690458455001*^9, 3.7388832652745085`*^9, 3.7390580866442213`*^9, 3.7390582868806047`*^9}, CellLabel-> "Out[243]=",ExpressionUUID->"5e897f9d-c1a1-495e-b9b5-309cec21efea"] }, Open ]] }, WindowSize->{632, 661}, WindowMargins->{{20, Automatic}, {Automatic, 21}}, Magnification:>1.05 Inherited, FrontEndVersion->"11.3 for Microsoft Windows (64-bit) (March 6, 2018)", StyleDefinitions->"Default.nb" ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[558, 20, 664, 18, 54, "Input",ExpressionUUID->"748eabe5-c3d2-4801-b8b7-aa7a789097c7"], Cell[1225, 40, 695, 18, 52, "Input",ExpressionUUID->"0ab29ce4-3405-44f4-bf4a-16ef730ff686"], Cell[1923, 60, 9875, 235, 1041, "Input",ExpressionUUID->"72e544ec-21b3-4511-8714-78e40bf96f8f"], Cell[11801, 297, 35696, 782, 3441, "Input",ExpressionUUID->"34558bf5-30de-4efd-a85d-1e42927d2f41"], Cell[47500, 1081, 13766, 317, 1251, "Input",ExpressionUUID->"1669407f-19e4-41f4-83d2-404c097a4b8c"], Cell[61269, 1400, 1572, 43, 141, "Input",ExpressionUUID->"0ca661cb-0814-4baa-8045-ccb6be11fd34"], Cell[62844, 1445, 16048, 333, 1373, "Input",ExpressionUUID->"8eb99bd7-ecdf-447b-9254-91418df0046a"], Cell[78895, 1780, 13582, 313, 1148, "Input",ExpressionUUID->"df3b60f9-0301-4a00-901e-3f42ad1f6dcc"], Cell[92480, 2095, 3768, 87, 405, "Input",ExpressionUUID->"94e58c8f-e9bc-4bc5-9f72-1e7d65b723b4"], Cell[96251, 2184, 397, 13, 82, "Input",ExpressionUUID->"e0269727-13f8-41e1-9bed-e3d214f9ade5"], Cell[96651, 2199, 682, 20, 82, "Input",ExpressionUUID->"335fc47c-61a3-4d42-b8dc-1a6e429b3dbb"], Cell[97336, 2221, 4976, 131, 752, "Input",ExpressionUUID->"8f83b82e-c1db-40d9-ac4c-a723737f7704"], Cell[102315, 2354, 1032, 29, 75, "Input",ExpressionUUID->"d37cc6ff-e0b5-488e-9c86-c606b2039282"], Cell[103350, 2385, 1961, 44, 185, "Input",ExpressionUUID->"9a3eb7b4-a69e-4770-9009-32f6122d8145"], Cell[105314, 2431, 5280, 132, 427, "Input",ExpressionUUID->"affbea28-f93e-449d-873a-65b52e624ef9"], Cell[110597, 2565, 1188, 32, 75, "Input",ExpressionUUID->"15495297-a588-42f2-9830-ff3a5a9d76a4"], Cell[111788, 2599, 4113, 110, 428, "Input",ExpressionUUID->"cd35cdcc-79cb-420e-8b24-2c510cf42e01"], Cell[115904, 2711, 5561, 129, 559, "Input",ExpressionUUID->"b49300f9-4eb0-4e74-b00e-238ad2cc61d5"], Cell[121468, 2842, 3749, 87, 339, "Input",ExpressionUUID->"b43a5c15-ff8f-4841-a157-1d63bba9b7c4"], Cell[CellGroupData[{ Cell[125242, 2933, 3067, 52, 53, "Input",ExpressionUUID->"8c0d00eb-3a38-4d87-9e21-66e5a04e235e"], Cell[128312, 2987, 963411, 23715, 2783, "Output",ExpressionUUID->"5e897f9d-c1a1-495e-b9b5-309cec21efea"] }, Open ]] } ] *)