Circle-Packings/fractal_dimension/Bipyramid Coordinates.nb

8392 lines
305 KiB
Mathematica
Raw Normal View History

2021-07-05 10:02:17 -07:00
(* Content-type: application/vnd.wolfram.mathematica *)
(*** Wolfram Notebook File ***)
(* http://www.wolfram.com/nb *)
(* CreatedBy='Mathematica 12.3' *)
(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[ 158, 7]
NotebookDataLength[ 312173, 8381]
NotebookOptionsPosition[ 310983, 8355]
NotebookOutlinePosition[ 311374, 8371]
CellTagsIndexPosition[ 311331, 8368]
WindowFrame->Normal*)
(* Beginning of Notebook Content *)
Notebook[{
Cell[CellGroupData[{
Cell[BoxData[{
RowBox[{"n", "=", "30"}], "\[IndentingNewLine]",
RowBox[{"gram", "=",
RowBox[{
RowBox[{"IdentityMatrix", "[",
RowBox[{
RowBox[{"3", "n"}], "+", "2"}], "]"}], "//",
"MatrixForm"}]}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"regularcoords", "=",
RowBox[{
RowBox[{"ConstantArray", "[",
RowBox[{"0", ",",
RowBox[{"{",
RowBox[{"3", ",",
RowBox[{
RowBox[{"3", "n"}], "+", "2"}]}], "}"}]}], "]"}], "//",
"MatrixForm"}]}], "\n",
RowBox[{"(*",
RowBox[{
RowBox[{"Order", " ", "is", " ", "X"}], ",", " ", "Y", ",", " ",
RowBox[{
RowBox[{"R", "\[IndentingNewLine]", "1"}], "-",
RowBox[{"n", " ", "ring", "\[IndentingNewLine]", "n"}], "+",
RowBox[{"1", " ", "inner", " ", "\[IndentingNewLine]", "n"}], "+",
RowBox[{"2", " ", "outer", "\[IndentingNewLine]", "n"}], "+", "3", "-",
RowBox[{"2", "n"}], "+",
RowBox[{
"2", " ", "inner", " ", "dual", "\[IndentingNewLine]", "2", "n"}], "+",
"3", "-",
RowBox[{"3", "n"}], "+",
RowBox[{"2", " ", "outer", " ", "dual"}]}]}], "*)"}]}], "\n",
RowBox[{"For", "[",
RowBox[{
RowBox[{"i", "=", "0"}], ",",
RowBox[{"i", "<", "n"}], ",",
RowBox[{"i", "++"}], ",",
RowBox[{
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "1", ",",
RowBox[{"i", "+", "1"}]}], "]"}], "]"}], "=",
RowBox[{"Cos", "[",
RowBox[{"2", "Pi", "*",
RowBox[{"i", "/", "n"}]}], "]"}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "2", ",",
RowBox[{"i", "+", "1"}]}], "]"}], "]"}], "=",
RowBox[{"Sin", "[",
RowBox[{"2", "Pi", "*",
RowBox[{"i", "/", "n"}]}], "]"}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",",
RowBox[{"i", "+", "1"}]}], "]"}], "]"}], "=",
RowBox[{"Sin", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}]}]}], "]"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",",
RowBox[{"n", "+", "1"}]}], "]"}], "]"}], "=",
RowBox[{"1", "-",
RowBox[{"Sin", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}]}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",",
RowBox[{"n", "+", "2"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"-", "1"}], "-",
RowBox[{"Sin", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}]}], "\[IndentingNewLine]",
RowBox[{"For", "[",
RowBox[{
RowBox[{"i", "=", "0"}], ",",
RowBox[{"i", "<", "n"}], ",",
RowBox[{"i", "++"}], ",",
RowBox[{
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "1", ",",
RowBox[{"i", "+", "n", "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "-",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Cos", "[",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"2", " ", "i"}], "+", "1"}], ")"}],
RowBox[{"Pi", "/", "n"}]}], "]"}]}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "2", ",",
RowBox[{"i", "+", "n", "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "-",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Sin", "[",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"2", " ", "i"}], "+", "1"}], ")"}],
RowBox[{"Pi", "/", "n"}]}], "]"}]}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",",
RowBox[{"i", "+", "n", "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "-",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Sin", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}]}]}]}],
"]"}], "\[IndentingNewLine]",
RowBox[{"For", "[",
RowBox[{
RowBox[{"i", "=", "0"}], ",",
RowBox[{"i", "<", "n"}], ",",
RowBox[{"i", "++"}], ",",
RowBox[{
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "1", ",",
RowBox[{"i", "+",
RowBox[{"2", "n"}], "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "+",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Cos", "[",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"2", " ", "i"}], "+", "1"}], ")"}],
RowBox[{"Pi", "/", "n"}]}], "]"}]}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "2", ",",
RowBox[{"i", "+",
RowBox[{"2", "n"}], "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "+",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Sin", "[",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"2", " ", "i"}], "+", "1"}], ")"}],
RowBox[{"Pi", "/", "n"}]}], "]"}]}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",",
RowBox[{"i", "+",
RowBox[{"2", "n"}], "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "+",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Sin", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}]}]}]}],
"]"}], "\[IndentingNewLine]",
RowBox[{"Graphics", "[",
RowBox[{"{",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"Circle", "[",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "1", ",", "i"}], "]"}], "]"}], ",",
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "2", ",", "i"}], "]"}], "]"}]}], "}"}], ",",
RowBox[{"Abs", "[",
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",", "i"}], "]"}], "]"}], "]"}]}], "]"}],
",",
RowBox[{"{",
RowBox[{"i", ",",
RowBox[{"Length", "[",
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "1"}], "]"}], "]"}], "]"}]}], "}"}]}], "]"}],
"}"}], "]"}]}], "Input",
CellChangeTimes->{{3.83449323929599*^9, 3.834493249900744*^9}},
CellLabel->"In[94]:=",ExpressionUUID->"0f4b8f1d-84c6-415b-a3e5-51d504112893"],
Cell[BoxData["30"], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.834493250317463*^9}},
CellLabel->"Out[94]=",ExpressionUUID->"eb4e357b-f574-4a1d-bd67-46ec73949ac5"],
Cell[BoxData[
TagBox[
RowBox[{"(", "\[NoBreak]", GridBox[{
{"1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"1", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "1", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "1", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "1", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "1", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "1", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "1", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "1"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}], "\[NoBreak]", ")"}],
Function[BoxForm`e$,
MatrixForm[BoxForm`e$]]]], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.834493250372159*^9}},
CellLabel->
"Out[95]//MatrixForm=",ExpressionUUID->"b76a20b6-d0e6-49ec-aaae-\
51dbac933317"],
Cell[BoxData[
TagBox[
RowBox[{"(", "\[NoBreak]", GridBox[{
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}], "\[NoBreak]", ")"}],
Function[BoxForm`e$,
MatrixForm[BoxForm`e$]]]], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.834493250395192*^9}},
CellLabel->
"Out[96]//MatrixForm=",ExpressionUUID->"a7109183-e3e9-4548-9d33-\
8f5321fb6485"],
Cell[BoxData[
RowBox[{"1", "-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "30"], "]"}]}]], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.834493250398693*^9}},
CellLabel->"Out[98]=",ExpressionUUID->"f64ca3a3-7f6f-45f4-8547-a18e4d8607a2"],
Cell[BoxData[
RowBox[{
RowBox[{"-", "1"}], "-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "30"], "]"}]}]], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.834493250401802*^9}},
CellLabel->"Out[99]=",ExpressionUUID->"13fdeac6-8cb0-46d7-bdaa-5750dc73fb6a"],
Cell[BoxData[
GraphicsBox[{
CircleBox[{1, 0}, NCache[Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Cos[Rational[1, 15] Pi], Sin[Rational[1, 15] Pi]}, {
0.9781476007338057, 0.20791169081775931`}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Cos[Rational[2, 15] Pi], Sin[Rational[2, 15] Pi]}, {
0.9135454576426009, 0.40673664307580015`}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[1, 4] (1 + 5^Rational[1, 2]), (Rational[5, 8] +
Rational[-1, 8] 5^Rational[1, 2])^Rational[1, 2]}, {0.8090169943749475,
0.5877852522924731}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Sin[Rational[7, 30] Pi], Cos[Rational[7, 30] Pi]}, {
0.6691306063588582, 0.7431448254773942}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[1, 2], Rational[1, 2] 3^Rational[1, 2]}, {0.5,
0.8660254037844386}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[1, 4] (-1 + 5^Rational[1, 2]), (Rational[5, 8] +
Rational[1, 8] 5^Rational[1, 2])^Rational[1, 2]}, {
0.30901699437494745`, 0.9510565162951535}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Sin[Rational[1, 30] Pi], Cos[Rational[1, 30] Pi]}, {
0.10452846326765346`, 0.9945218953682733}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{-Sin[Rational[1, 30] Pi], Cos[
Rational[1, 30] Pi]}, {-0.10452846326765346`, 0.9945218953682733}],
NCache[Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[1, 4] (1 - 5^Rational[1, 2]), (Rational[5, 8] +
Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2]}, {-0.30901699437494745`, 0.9510565162951535}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[-1, 2], Rational[1, 2] 3^Rational[1, 2]}, {-0.5,
0.8660254037844386}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{-Sin[Rational[7, 30] Pi], Cos[
Rational[7, 30] Pi]}, {-0.6691306063588582, 0.7431448254773942}],
NCache[Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[1, 4] (-1 - 5^Rational[1, 2]), (Rational[5, 8] +
Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2]}, {-0.8090169943749475, 0.5877852522924731}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{-Cos[Rational[2, 15] Pi], Sin[
Rational[2, 15] Pi]}, {-0.9135454576426009, 0.40673664307580015`}],
NCache[Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{-Cos[Rational[1, 15] Pi], Sin[
Rational[1, 15] Pi]}, {-0.9781476007338057, 0.20791169081775931`}],
NCache[Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[{-1, 0}, NCache[Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{-Cos[Rational[1, 15] Pi], -
Sin[Rational[1, 15] Pi]}, {-0.9781476007338057, -0.20791169081775931`}],
NCache[Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{-Cos[Rational[2, 15] Pi], -
Sin[Rational[2, 15] Pi]}, {-0.9135454576426009, -0.40673664307580015`}],
NCache[Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[1, 4] (-1 - 5^
Rational[1, 2]), -(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2]}, {-0.8090169943749475, -0.5877852522924731}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{-Sin[Rational[7, 30] Pi], -
Cos[Rational[7, 30] Pi]}, {-0.6691306063588582, -0.7431448254773942}],
NCache[Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[-1, 2], Rational[-1, 2]
3^Rational[1, 2]}, {-0.5, -0.8660254037844386}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[1, 4] (1 - 5^
Rational[1, 2]), -(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2]}, {-0.30901699437494745`, -0.9510565162951535}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{-Sin[Rational[1, 30] Pi], -
Cos[Rational[1, 30] Pi]}, {-0.10452846326765346`, -0.9945218953682733}],
NCache[Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Sin[Rational[1, 30] Pi], -Cos[Rational[1, 30] Pi]}, {
0.10452846326765346`, -0.9945218953682733}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[1, 4] (-1 +
5^Rational[1, 2]), -(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2]}, {0.30901699437494745`, -0.9510565162951535}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[1, 2], Rational[-1, 2] 3^Rational[1, 2]}, {
0.5, -0.8660254037844386}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Sin[Rational[7, 30] Pi], -Cos[Rational[7, 30] Pi]}, {
0.6691306063588582, -0.7431448254773942}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Rational[1, 4] (1 +
5^Rational[1, 2]), -(Rational[5, 8] +
Rational[-1, 8] 5^Rational[1, 2])^Rational[1, 2]}, {
0.8090169943749475, -0.5877852522924731}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Cos[Rational[2, 15] Pi], -Sin[Rational[2, 15] Pi]}, {
0.9135454576426009, -0.40673664307580015`}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[
NCache[{Cos[Rational[1, 15] Pi], -Sin[Rational[1, 15] Pi]}, {
0.9781476007338057, -0.20791169081775931`}], NCache[
Sin[Rational[1, 30] Pi], 0.10452846326765346`]],
CircleBox[{0, 0}, NCache[1 - Sin[Rational[1, 30] Pi], 0.8954715367323466]],
CircleBox[{0, 0}, NCache[
1 + Sin[Rational[1, 30] Pi], 1.1045284632676535`]],
CircleBox[
NCache[{Cos[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]),
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.8954715367323465, 0.09411785107043338}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 4] (-1 + 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.8563351336279708, 0.2782401514919655}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Rational[1, 2]
3^Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi])}, {
0.7797727760321783, 0.45020202214891997`}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Cos[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]),
Sin[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.6691306063588582, 0.6024879041289819}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 4] (1 + 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.529244218342769, 0.7284421736408855}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Sin[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]),
Cos[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.36622731838957745`, 0.8225600247113188}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Sin[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]),
Cos[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.18720452726911255`, 0.8807280556209475}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{0, Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]}, {
0, 0.9004040442978399}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-Sin[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]),
Cos[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.18720452726911255`, 0.8807280556209475}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-Sin[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]),
Cos[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.36622731838957745`, 0.8225600247113188}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 4] (1 + 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.529244218342769, 0.7284421736408855}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-Cos[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]),
Sin[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.6691306063588582, 0.6024879041289819}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Rational[-1, 2]
3^Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.7797727760321783, 0.45020202214891997`}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 4] (-1 + 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.8563351336279708, 0.2782401514919655}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-Cos[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]),
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.8954715367323465, 0.09411785107043338}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-Cos[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), -
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.8954715367323465, -0.09411785107043338}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 4] (1 - 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.8563351336279708, -0.2782401514919655}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Rational[-1, 2]
3^Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 2] (-Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30]
Pi])}, {-0.7797727760321783, -0.45020202214891997`}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-Cos[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), -
Sin[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.6691306063588582, -0.6024879041289819}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 4] (-1 - 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.529244218342769, -0.7284421736408855}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-Sin[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), -
Cos[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.36622731838957745`, -0.8225600247113188}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{-Sin[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), -
Cos[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.18720452726911255`, -0.8807280556209475}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{0, -Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]}, {
0, -0.9004040442978399}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Sin[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), -
Cos[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.18720452726911255`, -0.8807280556209475}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Sin[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), -
Cos[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.36622731838957745`, -0.8225600247113188}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 4] (-1 - 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.529244218342769, -0.7284421736408855}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Cos[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), -
Sin[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.6691306063588582, -0.6024879041289819}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Rational[1, 2]
3^Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 2] (-Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi])}, {
0.7797727760321783, -0.45020202214891997`}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]),
Rational[1, 4] (1 - 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.8563351336279708, -0.2782401514919655}],
NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Cos[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), -
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {0.8954715367323465, -0.09411785107043338}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi]), 0.09411785107043338]],
CircleBox[
NCache[{Cos[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]),
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {1.1045284632676533`, 0.1160906194609195}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 4] (-1 + 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {1.0562552693072516`, 0.3431981412477189}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{Rational[1, 2]
3^Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi])}, {
0.9618186516030025, 0.5553062574145964}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{Cos[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]),
Sin[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {0.8253459435057504, 0.7431448254773942}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 4] (1 + 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {0.6528016572280552, 0.8985043986623152}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{Sin[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]),
Cos[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {0.4517268060395982, 1.0145950181232348`}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{Sin[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]),
Cos[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {0.23090932580150125`, 1.086342966725113}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{0, Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]}, {
0, 1.1106125148291928`}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-Sin[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]),
Cos[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {-0.23090932580150125`, 1.086342966725113}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-Sin[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]),
Cos[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {-0.4517268060395982, 1.0145950181232348`}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 4] (1 + 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {-0.6528016572280552, 0.8985043986623152}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-Cos[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]),
Sin[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {-0.8253459435057504, 0.7431448254773942}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{Rational[-1, 2]
3^Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 2] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {-0.9618186516030025, 0.5553062574145964}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 4] (-1 + 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {-1.0562552693072516`, 0.3431981412477189}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-Cos[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]),
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {-1.1045284632676533`, 0.1160906194609195}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-Cos[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), -
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30]
Pi])}, {-1.1045284632676533`, -0.1160906194609195}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 4] (1 - 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30]
Pi])}, {-1.0562552693072516`, -0.3431981412477189}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{Rational[-1, 2]
3^Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 2] (-Sec[Rational[1, 30] Pi] - Tan[
Rational[1, 30] Pi])}, {-0.9618186516030025, -0.5553062574145964}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-Cos[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), -
Sin[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {-0.8253459435057504, -0.7431448254773942}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 4] (-1 - 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {-0.6528016572280552, -0.8985043986623152}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-Sin[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), -
Cos[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30]
Pi])}, {-0.4517268060395982, -1.0145950181232348`}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{-Sin[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), -
Cos[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30]
Pi])}, {-0.23090932580150125`, -1.086342966725113}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{0, -Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi]}, {
0, -1.1106125148291928`}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{Sin[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), -
Cos[Rational[1, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {0.23090932580150125`, -1.086342966725113}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{Sin[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), -
Cos[Rational[2, 15] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {0.4517268060395982, -1.0145950181232348`}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 4] (-1 - 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {0.6528016572280552, -0.8985043986623152}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{Cos[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), -
Sin[Rational[7, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {0.8253459435057504, -0.7431448254773942}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{Rational[1, 2]
3^Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 2] (-Sec[Rational[1, 30] Pi] - Tan[Rational[1, 30] Pi])}, {
0.9618186516030025, -0.5553062574145964}], NCache[
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2] (Sec[Rational[1, 30] Pi] + Tan[Rational[1, 30] Pi]),
Rational[1, 4] (1 - 5^Rational[1, 2]) (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {1.0562552693072516`, -0.3431981412477189}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]],
CircleBox[
NCache[{Cos[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), -
Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi])}, {1.1045284632676533`, -0.1160906194609195}],
NCache[Sin[Rational[1, 30] Pi] (Sec[Rational[1, 30] Pi] +
Tan[Rational[1, 30] Pi]), 0.1160906194609195]]}]], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.8344932504150476`*^9}},
CellLabel->
"Out[102]=",ExpressionUUID->"148adab0-604f-4b49-abd9-702b3ed5797a"]
}, Open ]],
Cell[CellGroupData[{
Cell[BoxData["regularcoords"], "Input",
CellChangeTimes->{{3.834493173828258*^9, 3.83449317728242*^9}},
CellLabel->"In[75]:=",ExpressionUUID->"6eb74dbe-64fd-4b09-897e-8c8deaa35f44"],
Cell[BoxData[
TagBox[
RowBox[{"(", "\[NoBreak]", GridBox[{
{"1",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}], "0",
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-", "1"}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}]}], "0",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}], "0", "0",
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}]},
{"0",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}], "1",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}], "0",
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-", "1"}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}]}], "0", "0",
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}]},
{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}],
RowBox[{"1", "-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
RowBox[{
RowBox[{"-", "1"}], "-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "100"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "100"], "]"}]}], ")"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}], "\[NoBreak]", ")"}],
Function[BoxForm`e$,
MatrixForm[BoxForm`e$]]]], "Output",
CellChangeTimes->{3.834493177658388*^9},
CellLabel->
"Out[75]//MatrixForm=",ExpressionUUID->"1aaee7b7-ac49-4ff8-92dc-\
92bdcafdaeb9"]
}, Open ]]
},
WindowSize->{1304, 747},
WindowMargins->{{4, Automatic}, {Automatic, 4}},
FrontEndVersion->"12.3 for Mac OS X x86 (64-bit) (May 11, 2021)",
StyleDefinitions->"Default.nb",
ExpressionUUID->"6041ecf9-0826-4bf6-a1d4-51e22551d8c5"
]
(* End of Notebook Content *)
(* Internal cache information *)
(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[CellGroupData[{
Cell[580, 22, 7208, 222, 451, "Input",ExpressionUUID->"0f4b8f1d-84c6-415b-a3e5-51d504112893"],
Cell[7791, 246, 203, 3, 34, "Output",ExpressionUUID->"eb4e357b-f574-4a1d-bd67-46ec73949ac5"],
Cell[7997, 251, 47467, 662, 1590, "Output",ExpressionUUID->"b76a20b6-d0e6-49ec-aaae-51dbac933317"],
Cell[55467, 915, 2166, 39, 76, "Output",ExpressionUUID->"a7109183-e3e9-4548-9d33-8f5321fb6485"],
Cell[57636, 956, 281, 6, 48, "Output",ExpressionUUID->"f64ca3a3-7f6f-45f4-8547-a18e4d8607a2"],
Cell[57920, 964, 299, 7, 48, "Output",ExpressionUUID->"13fdeac6-8cb0-46d7-bdaa-5750dc73fb6a"],
Cell[58222, 973, 28920, 549, 401, "Output",ExpressionUUID->"148adab0-604f-4b49-abd9-702b3ed5797a"]
}, Open ]],
Cell[CellGroupData[{
Cell[87179, 1527, 183, 2, 30, "Input",ExpressionUUID->"6eb74dbe-64fd-4b09-897e-8c8deaa35f44"],
Cell[87365, 1531, 223602, 6821, 122, "Output",ExpressionUUID->"1aaee7b7-ac49-4ff8-92dc-92bdcafdaeb9"]
}, Open ]]
}
]
*)
(* End of internal cache information *)