(* Content-type: application/vnd.wolfram.mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 12.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] NotebookDataLength[ 132182, 3311] NotebookOptionsPosition[ 49304, 1671] NotebookOutlinePosition[ 124798, 3150] CellTagsIndexPosition[ 124086, 3126] WindowFrame->Normal*) (* Beginning of Notebook Content *) Notebook[{ Cell["KSetPartitions", "Title", CellTags->"Title"], Cell["\<\ Give all possible ways to partition a set into a given number of subsets, \ ignoring order of blocks and within blocks\ \>", "Text", CellTags->"Description"], Cell[CellGroupData[{ Cell[TextData[{ "Definition", Cell[BoxData[ TemplateBox[{"Definition",Cell[ BoxData[ FrameBox[ Cell[ "Define your function using the name you gave in the Title line above. \ You can add input cells and extra code to define additional input cases or \ prerequisites. All definitions, including dependencies, will be included in \ the generated resource function.\n\nThis section should be evaluated before \ creating the Examples section below.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoDefinition"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Section", Deletable->False, DefaultNewCellStyle->"Input", CellTags->"Definition", CellID->474513213], Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"KSetPartitions", "[", RowBox[{"0", ",", " ", "0"}], "]"}], " ", ":=", " ", RowBox[{"{", RowBox[{"{", "}"}], "}"}]}], "\n", " "}], "\n", RowBox[{ RowBox[{ RowBox[{"KSetPartitions", "[", RowBox[{ RowBox[{"{", "}"}], ",", " ", "0"}], "]"}], " ", ":=", " ", RowBox[{"{", RowBox[{"{", "}"}], "}"}]}], "\n", " "}], "\n", RowBox[{ RowBox[{ RowBox[{"KSetPartitions", "[", RowBox[{"s_List", ",", " ", "0"}], "]"}], " ", ":=", " ", RowBox[{"{", "}"}]}], "\n", " "}], "\n", RowBox[{ RowBox[{ RowBox[{"KSetPartitions", "[", RowBox[{"s_List", ",", " ", "k_Integer"}], "]"}], " ", ":=", " ", RowBox[{ RowBox[{"{", "}"}], " ", "/;", " ", RowBox[{"k", " ", ">", " ", RowBox[{"Length", "[", "s", "]"}]}]}]}], "\n", " "}], "\n", RowBox[{ RowBox[{ RowBox[{"KSetPartitions", "[", RowBox[{"s_List", ",", " ", "k_Integer"}], "]"}], " ", ":=", " ", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"{", "#1", "}"}], " ", "&"}], " ", ")"}], " ", "/@", " ", "s"}], "}"}], " ", "/;", " ", RowBox[{"k", " ", "===", " ", RowBox[{"Length", "[", "s", "]"}]}]}]}], "\n", " "}], "\n", RowBox[{ RowBox[{ RowBox[{"KSetPartitions", "[", RowBox[{"s_List", ",", " ", "k_Integer"}], "]"}], " ", ":=", " ", RowBox[{ RowBox[{"Block", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"$RecursionLimit", " ", "=", " ", "Infinity"}], ",", " ", "j"}], "}"}], ",", " ", RowBox[{"Join", "[", RowBox[{ RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"Prepend", "[", RowBox[{"#1", ",", " ", RowBox[{"{", RowBox[{"First", "[", "s", "]"}], "}"}]}], "]"}], " ", "&"}], " ", ")"}], " ", "/@", " ", RowBox[{"KSetPartitions", "[", RowBox[{ RowBox[{"Rest", "[", "s", "]"}], ",", " ", RowBox[{"k", " ", "-", " ", "1"}]}], "]"}]}], ",", " ", RowBox[{"Flatten", "[", RowBox[{ RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"Table", "[", RowBox[{ RowBox[{"Prepend", "[", RowBox[{ RowBox[{"Delete", "[", RowBox[{"#1", ",", " ", "j"}], "]"}], ",", " ", RowBox[{"Prepend", "[", RowBox[{ RowBox[{"#1", "[", RowBox[{"[", "j", "]"}], "]"}], ",", " ", RowBox[{"s", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}]}], "]"}], ",", " ", RowBox[{"{", RowBox[{"j", ",", " ", RowBox[{"Length", "[", "#1", "]"}]}], "}"}]}], "]"}], " ", "&"}], " ", ")"}], " ", "/@", " ", RowBox[{"KSetPartitions", "[", RowBox[{ RowBox[{"Rest", "[", "s", "]"}], ",", " ", "k"}], "]"}]}], ",", " ", "1"}], "]"}]}], "]"}]}], "]"}], " ", "/;", " ", RowBox[{ RowBox[{"k", " ", ">", " ", "0"}], " ", "&&", " ", RowBox[{"k", " ", "<", " ", RowBox[{"Length", "[", "s", "]"}]}]}]}]}], "\n", " "}], "\n", RowBox[{ RowBox[{ RowBox[{"KSetPartitions", "[", RowBox[{"0", ",", " ", RowBox[{ RowBox[{"(", "k_Integer", ")"}], "?", "Positive"}]}], "]"}], " ", ":=", " ", RowBox[{"{", "}"}]}], "\n", " "}], "\n", RowBox[{ RowBox[{ RowBox[{"KSetPartitions", "[", RowBox[{ RowBox[{ RowBox[{"(", "n_Integer", ")"}], "?", "Positive"}], ",", " ", "0"}], "]"}], " ", ":=", " ", RowBox[{"{", "}"}]}], "\n", " "}], "\n", RowBox[{ RowBox[{"KSetPartitions", "[", RowBox[{ RowBox[{ RowBox[{"(", "n_Integer", ")"}], "?", "Positive"}], ",", " ", RowBox[{ RowBox[{"(", "k_Integer", ")"}], "?", "Positive"}]}], "]"}], " ", ":=", " ", RowBox[{"KSetPartitions", "[", RowBox[{ RowBox[{"Range", "[", "n", "]"}], ",", " ", "k"}], "]"}]}]}], "Input", InitializationCell->True] }, Open ]], Cell["Documentation", "Section", Deletable->False, CellTags->"Documentation", CellID->855965831], Cell[CellGroupData[{ Cell[TextData[{ "Usage", Cell[BoxData[ TemplateBox[{"Usage",Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Document input usage cases by first typing an input structure, then \ pressing ", Cell[ BoxData[ StyleBox[ DynamicBox[ ToBoxes[ If[$OperatingSystem === "MacOSX", "\[ReturnKey]", "\[EnterKey]"], StandardForm], SingleEvaluation -> True, Evaluator -> "System"], ShowStringCharacters -> False]]], " to add a brief explanation of the function\[CloseCurlyQuote]s \ behavior for that structure. Pressing ", Cell[ BoxData[ StyleBox[ DynamicBox[ ToBoxes[ If[$OperatingSystem === "MacOSX", "\[ReturnKey]", "\[EnterKey]"], StandardForm], SingleEvaluation -> True, Evaluator -> "System"], ShowStringCharacters -> False]]], " repeatedly will create new cases as needed. Every input usage \ case defined above should be demonstrated explicitly here.\n\nSee existing \ documentation pages for examples."}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoUsage"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Subsection", Deletable->False, DefaultNewCellStyle->"UsageInputs", CellTags->"Usage", CellID->310800389], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"KSetPartitions", "[", RowBox[{ StyleBox["set", "TI"], ",", StyleBox["k", "TI"]}], "]"}]], "UsageInputs"], Cell[TextData[{ "returns the list of set partitions of ", StyleBox["set", "TI"], " with ", StyleBox["k", "TI"], " blocks." }], "UsageDescription"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"KSetPartitions", "[", RowBox[{ StyleBox["n", "TI"], ",", StyleBox["k", "TI"]}], "]"}]], "UsageInputs"], Cell[TextData[{ "returns the list of set partitions of {1,2,\[Ellipsis], ", StyleBox["n", "TI"], "} with ", StyleBox["k", "TI"], " blocks." }], "UsageDescription"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Details & Options", Cell[BoxData[ TemplateBox[{"Details & Options",Cell[ BoxData[ FrameBox[ Cell[ "Give a detailed explanation of how the function is used and \ configured (e.g. acceptable input types, result formats, options \ specifications, background information). This section may include multiple \ cells, bullet lists, tables, hyperlinks and additional styles/structures as \ needed.\n\nAdd any other information that may be relevant, such as when the \ function was first discovered or how and why it is used within a given field. \ Include all relevant background or contextual information related to the \ function, its development, and its usage.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoDetailsOptions"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Subsection", Deletable->False, DefaultNewCellStyle->"Notes", CellTags->"Details & Options", CellID->66019318], Cell[TextData[{ "A set partition of a set ", StyleBox["S", "TI"], " is an unordered set of nonempty disjoint subsets of ", StyleBox["S", "TI"], " (called blocks) whose union is ", StyleBox["S", "TI"], "." }], "Notes", Editable->True, Deletable->True, GeneratedCell->True, CellAutoOverwrite->True, CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellChangeTimes->{{3.760906501269218*^9, 3.7609066297200212`*^9}, { 3.760906962060483*^9, 3.760906966060069*^9}, 3.7705577986652803`*^9}, CellTags->"TabNext", CellID->521904482], Cell["\<\ Both the order of the blocks and the order within each block are ignored.\ \>", "Notes", Editable->True, Deletable->True, GeneratedCell->True, CellAutoOverwrite->True, CellChangeTimes->{{3.76090764351404*^9, 3.760907673283058*^9}, { 3.761325413976365*^9, 3.76132541476136*^9}, 3.7705577986861773`*^9}, CellTags->"Nothing", CellID->982632416] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Examples", Cell[BoxData[ TemplateBox[{"Examples",Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Demonstrate the function\[CloseCurlyQuote]s usage, starting with \ the most basic use case and describing each example in a preceding text cell.\ \n\nWithin a group, individual examples can be delimited by inserting page \ breaks between them (either using ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"[Right-click]\"", FontFamily -> "Source Sans Pro Semibold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False], StyleBox[ "\" \[FilledRightTriangle] \"", FontFamily -> "Source Sans Pro", FontSize -> 13.86, FontColor -> GrayLevel[0.5], StripOnInput -> False], StyleBox[ "\"Insert Page Break\"", FontFamily -> "Source Sans Pro Semibold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], " between cells or through the menu using ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"Insert\"", FontFamily -> "Source Sans Pro Semibold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False], StyleBox[ "\" \[FilledRightTriangle] \"", FontFamily -> "Source Sans Pro", FontSize -> 13.86, FontColor -> GrayLevel[0.5], StripOnInput -> False], StyleBox[ "\"Page Break\"", FontFamily -> "Source Sans Pro Semibold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], ").\n\nExamples should be grouped into Subsection and Subsubsection \ cells similarly to existing documentation pages. Here are some typical \ Subsection names and the types of examples they normally contain:\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Basic Examples: \"", FontFamily -> "Source Sans Pro Semibold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "most basic function usage\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Scope: \"", FontFamily -> "Source Sans Pro Semibold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "input and display conventions, standard computational attributes \ (e.g. threading over lists)\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Options: \"", FontFamily -> "Source Sans Pro Semibold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "available options and parameters for the function\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Applications: \"", FontFamily -> "Source Sans Pro Semibold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "standard industry or academic applications\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Properties and Relations: \"", FontFamily -> "Source Sans Pro Semibold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "how the function relates to other functions\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Possible Issues: \"", FontFamily -> "Source Sans Pro Semibold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "limitations or unexpected behavior a user might experience\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Neat Examples: \"", FontFamily -> "Source Sans Pro Semibold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "particularly interesting, unconventional, or otherwise unique \ usage"}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoExamples"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Section", Deletable->False, CellTags->"Examples", CellID->180595041], Cell[CellGroupData[{ Cell["Basic Examples", "Subsection", CellID->462042388], Cell["\<\ There are 15 set partitions of a five-element set into two subsets:\ \>", "Text", CellChangeTimes->{{3.760906842360795*^9, 3.760906886271161*^9}, { 3.76090697569199*^9, 3.760906980003921*^9}, {3.770566363618137*^9, 3.770566369162136*^9}}, CellID->13078159], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"KSetPartitions", "[", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "b", ",", "c", ",", "d", ",", "e"}], "}"}], ",", "2"}], "]"}]], "Input", CellChangeTimes->{{3.760906781723373*^9, 3.760906800761997*^9}}, CellLabel->"In[76]:=", CellID->443871870], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"{", "a", "}"}], ",", RowBox[{"{", RowBox[{"b", ",", "c", ",", "d", ",", "e"}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "b"}], "}"}], ",", RowBox[{"{", RowBox[{"c", ",", "d", ",", "e"}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "c", ",", "d", ",", "e"}], "}"}], ",", RowBox[{"{", "b", "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "b", ",", "c"}], "}"}], ",", RowBox[{"{", RowBox[{"d", ",", "e"}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "d", ",", "e"}], "}"}], ",", RowBox[{"{", RowBox[{"b", ",", "c"}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "b", ",", "d", ",", "e"}], "}"}], ",", RowBox[{"{", "c", "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "c"}], "}"}], ",", RowBox[{"{", RowBox[{"b", ",", "d", ",", "e"}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "b", ",", "c", ",", "d"}], "}"}], ",", RowBox[{"{", "e", "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "e"}], "}"}], ",", RowBox[{"{", RowBox[{"b", ",", "c", ",", "d"}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "b", ",", "e"}], "}"}], ",", RowBox[{"{", RowBox[{"c", ",", "d"}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "c", ",", "d"}], "}"}], ",", RowBox[{"{", RowBox[{"b", ",", "e"}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "b", ",", "c", ",", "e"}], "}"}], ",", RowBox[{"{", "d", "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "d"}], "}"}], ",", RowBox[{"{", RowBox[{"b", ",", "c", ",", "e"}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "b", ",", "d"}], "}"}], ",", RowBox[{"{", RowBox[{"c", ",", "e"}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"a", ",", "c", ",", "e"}], "}"}], ",", RowBox[{"{", RowBox[{"b", ",", "d"}], "}"}]}], "}"}]}], "}"}]], "Output", CellChangeTimes->{{3.7609068020348263`*^9, 3.760906830236424*^9}}, CellLabel->"Out[76]=", CellID->499721349] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "@", "%"}]], "Input", CellChangeTimes->{{3.7609068318594313`*^9, 3.760906835193104*^9}}, CellLabel->"In[77]:=", CellID->8169226], Cell[BoxData["15"], "Output", CellChangeTimes->{3.760906836435623*^9}, CellLabel->"Out[77]=", CellID->1251150756] }, Open ]], Cell["\<\ The number of such set partitions is given by a Stirling number of the second \ kind:\ \>", "Text", CellChangeTimes->{{3.760906996139126*^9, 3.7609070623531017`*^9}}, CellID->305982435], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"StirlingS2", "[", RowBox[{"5", ",", "2"}], "]"}]], "Input", CellChangeTimes->{{3.760906818534844*^9, 3.760906825529388*^9}}, CellLabel->"In[75]:=", CellID->689387391], Cell[BoxData["15"], "Output", CellChangeTimes->{3.760906826750893*^9}, CellLabel->"Out[75]=", CellID->1739145925] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Scope", "Subsection", CellID->964056545], Cell["Here is a compact way to see the blocks:", "Text", CellChangeTimes->{{3.7609070843679867`*^9, 3.760907113039033*^9}}, CellID->649685796], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Map", "[", RowBox[{"Row", ",", RowBox[{"KSetPartitions", "[", RowBox[{"6", ",", "3"}], "]"}], ",", RowBox[{"{", "2", "}"}]}], "]"}]], "Input", CellChangeTimes->{{3.760907121696083*^9, 3.760907163757402*^9}}, CellLabel->"In[80]:=", CellID->836153427], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"3","4","5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","3"}, "RowDefault"], ",", TemplateBox[{"4","5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","4","5","6"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","3","4"}, "RowDefault"], ",", TemplateBox[{"5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","5","6"}, "RowDefault"], ",", TemplateBox[{"3","4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","3","5","6"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","4"}, "RowDefault"], ",", TemplateBox[{"3","5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","3","4","5"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","6"}, "RowDefault"], ",", TemplateBox[{"3","4","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","3","6"}, "RowDefault"], ",", TemplateBox[{"4","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","4","5"}, "RowDefault"], ",", TemplateBox[{"3","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","3","4","6"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","5"}, "RowDefault"], ",", TemplateBox[{"3","4","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","3","5"}, "RowDefault"], ",", TemplateBox[{"4","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1"}, "RowDefault"], ",", TemplateBox[{"2","4","6"}, "RowDefault"], ",", TemplateBox[{"3","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"], ",", TemplateBox[{"4","5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"4","5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4","5","6"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2"}, "RowDefault"], ",", TemplateBox[{"3","4"}, "RowDefault"], ",", TemplateBox[{"5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","4"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","5","6"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"3","4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2"}, "RowDefault"], ",", TemplateBox[{"3","5","6"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","5","6"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"3","5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2"}, "RowDefault"], ",", TemplateBox[{"3","4","5"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","4","5"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","6"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"3","4","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2"}, "RowDefault"], ",", TemplateBox[{"3","6"}, "RowDefault"], ",", TemplateBox[{"4","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","6"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"4","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4","5"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"3","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2"}, "RowDefault"], ",", TemplateBox[{"3","4","6"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","4","6"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","5"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"3","4","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2"}, "RowDefault"], ",", TemplateBox[{"3","5"}, "RowDefault"], ",", TemplateBox[{"4","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","5"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"4","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4","6"}, "RowDefault"], ",", TemplateBox[{"2"}, "RowDefault"], ",", TemplateBox[{"3","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","3"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"], ",", TemplateBox[{"5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4"}, "RowDefault"], ",", TemplateBox[{"2","3"}, "RowDefault"], ",", TemplateBox[{"5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","5","6"}, "RowDefault"], ",", TemplateBox[{"2","3"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","4"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"], ",", TemplateBox[{"5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3"}, "RowDefault"], ",", TemplateBox[{"2","4"}, "RowDefault"], ",", TemplateBox[{"5","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","5","6"}, "RowDefault"], ",", TemplateBox[{"2","4"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","5","6"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3"}, "RowDefault"], ",", TemplateBox[{"2","5","6"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4"}, "RowDefault"], ",", TemplateBox[{"2","5","6"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","3"}, "RowDefault"], ",", TemplateBox[{"4","5"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4","5"}, "RowDefault"], ",", TemplateBox[{"2","3"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","6"}, "RowDefault"], ",", TemplateBox[{"2","3"}, "RowDefault"], ",", TemplateBox[{"4","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","4","5"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3"}, "RowDefault"], ",", TemplateBox[{"2","4","5"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","6"}, "RowDefault"], ",", TemplateBox[{"2","4","5"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","6"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"], ",", TemplateBox[{"4","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3"}, "RowDefault"], ",", TemplateBox[{"2","6"}, "RowDefault"], ",", TemplateBox[{"4","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4","5"}, "RowDefault"], ",", TemplateBox[{"2","6"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","3"}, "RowDefault"], ",", TemplateBox[{"4","6"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4","6"}, "RowDefault"], ",", TemplateBox[{"2","3"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","5"}, "RowDefault"], ",", TemplateBox[{"2","3"}, "RowDefault"], ",", TemplateBox[{"4","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","4","6"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3"}, "RowDefault"], ",", TemplateBox[{"2","4","6"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","5"}, "RowDefault"], ",", TemplateBox[{"2","4","6"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","5"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"], ",", TemplateBox[{"4","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3"}, "RowDefault"], ",", TemplateBox[{"2","5"}, "RowDefault"], ",", TemplateBox[{"4","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4","6"}, "RowDefault"], ",", TemplateBox[{"2","5"}, "RowDefault"], ",", TemplateBox[{"3"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","3","4"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","5"}, "RowDefault"], ",", TemplateBox[{"2","3","4"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","6"}, "RowDefault"], ",", TemplateBox[{"2","3","4"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","5"}, "RowDefault"], ",", TemplateBox[{"3","4"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","4"}, "RowDefault"], ",", TemplateBox[{"2","5"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","6"}, "RowDefault"], ",", TemplateBox[{"2","5"}, "RowDefault"], ",", TemplateBox[{"3","4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","6"}, "RowDefault"], ",", TemplateBox[{"3","4"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","4"}, "RowDefault"], ",", TemplateBox[{"2","6"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","5"}, "RowDefault"], ",", TemplateBox[{"2","6"}, "RowDefault"], ",", TemplateBox[{"3","4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","3","5"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4"}, "RowDefault"], ",", TemplateBox[{"2","3","5"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","6"}, "RowDefault"], ",", TemplateBox[{"2","3","5"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","4"}, "RowDefault"], ",", TemplateBox[{"3","5"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","5"}, "RowDefault"], ",", TemplateBox[{"2","4"}, "RowDefault"], ",", TemplateBox[{"6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","6"}, "RowDefault"], ",", TemplateBox[{"2","4"}, "RowDefault"], ",", TemplateBox[{"3","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","6"}, "RowDefault"], ",", TemplateBox[{"3","5"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","5"}, "RowDefault"], ",", TemplateBox[{"2","6"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4"}, "RowDefault"], ",", TemplateBox[{"2","6"}, "RowDefault"], ",", TemplateBox[{"3","5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","3","6"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4"}, "RowDefault"], ",", TemplateBox[{"2","3","6"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","5"}, "RowDefault"], ",", TemplateBox[{"2","3","6"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","4"}, "RowDefault"], ",", TemplateBox[{"3","6"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","6"}, "RowDefault"], ",", TemplateBox[{"2","4"}, "RowDefault"], ",", TemplateBox[{"5"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","5"}, "RowDefault"], ",", TemplateBox[{"2","4"}, "RowDefault"], ",", TemplateBox[{"3","6"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","2","5"}, "RowDefault"], ",", TemplateBox[{"3","6"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","3","6"}, "RowDefault"], ",", TemplateBox[{"2","5"}, "RowDefault"], ",", TemplateBox[{"4"}, "RowDefault"]}], "}"}], ",", RowBox[{"{", RowBox[{ TemplateBox[{"1","4"}, "RowDefault"], ",", TemplateBox[{"2","5"}, "RowDefault"], ",", TemplateBox[{"3","6"}, "RowDefault"]}], "}"}]}], "}"}]], "Output", CellChangeTimes->{{3.7609071420839376`*^9, 3.760907164602222*^9}}, CellLabel->"Out[80]=", CellID->869338181] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Source & Additional Information", "Section", Deletable->False, CellTags->"Source & Additional Information", CellID->318391102], Cell[CellGroupData[{ Cell[TextData[{ "Contributed By", Cell[BoxData[ TemplateBox[{"Contributed By",Cell[ BoxData[ FrameBox[ Cell[ "Enter the name of the person, people or organization that should be \ publicly credited with contributing this function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoContributedBy"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Subsection", Deletable->False, DefaultNewCellStyle->"Text", CellTags->"Contributed By", CellID->127820888], Cell["Wolfram Staff", "Text"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Keywords", Cell[BoxData[ TemplateBox[{"Keywords",Cell[ BoxData[ FrameBox[ Cell[ "List relevant terms (e.g. functional areas, algorithm names, related \ concepts) that should be used to include the function in search results.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoKeywords"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Subsection", Deletable->False, DefaultNewCellStyle->"Item", CellTags->"Keywords", CellID->547400482], Cell["Stirling numbers", "Item"], Cell["subsets", "Item"], Cell["set partition", "Item"], Cell["Bell numbers", "Item"] }, Open ]], Cell[CellGroupData[{ Cell["Categories", "Subsection", Deletable->False, DefaultNewCellStyle->"Item", CellTags->"Categories", CellID->749076926], Cell["Higher Mathematical Computation", "Item"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Related Symbols", Cell[BoxData[ TemplateBox[{"Related Symbols",Cell[ BoxData[ FrameBox[ Cell[ "List up to twenty documented, system-level Wolfram Language symbols \ related to the function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoRelatedSymbols"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Subsection", Deletable->False, DefaultNewCellStyle->"Item", CellTags->"Related Symbols", CellID->161079978], Cell["StirlingS2", "Item"], Cell["StirlingS1", "Item"], Cell["BellB", "Item"], Cell["Subsets", "Item"], Cell["Union", "Item"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Related Resource Objects", Cell[BoxData[ TemplateBox[{"Related Resource Objects",Cell[ BoxData[ FrameBox[ Cell[ "List the names of published resource objects from any Wolfram \ repository that are related to this function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoRelatedResourceObjects"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Subsection", Deletable->False, DefaultNewCellStyle->"Item", CellTags->"Related Resource Objects", CellID->588449267], Cell["SetPartitions", "Item"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Source/Reference Citation", Cell[BoxData[ TemplateBox[{"Source/Reference Citation",Cell[ BoxData[ FrameBox[ Cell[ "Give a bibliographic-style citation for the original source of the \ function and/or its components (e.g. a published paper, algorithm, or code \ repository).", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoSourceReferenceCitation"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Subsection", Deletable->False, DefaultNewCellStyle->"Text", CellTags->"Source/Reference Citation", CellID->642091068], Cell["Source, reference or citation information", "Text", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->"TabNext", CellID->343081869] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Links", Cell[BoxData[ TemplateBox[{"Links",Cell[ BoxData[ FrameBox[ Cell[ "List additional URLs or hyperlinks for external information related \ to the function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoLinks"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Subsection", Deletable->False, DefaultNewCellStyle->"Item", CellTags->"Links", CellID->521525586], Cell[TextData[ButtonBox["Set Partition\[Dash]Wolfram MathWorld", BaseStyle->"Hyperlink", ButtonData->{ URL["http://mathworld.wolfram.com/SetPartition.html"], None}, ButtonNote->"http://mathworld.wolfram.com/SetPartition.html"]], "Item"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Tests", Cell[BoxData[ TemplateBox[{"Tests",Cell[ BoxData[ FrameBox[ Cell[ "Specify an optional list of tests for verifying that the function is \ working properly in any environment. Tests can be specified as Input/Output \ cell pairs or as symbolic VerificationTest expressions for including \ additional options.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoTests"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Subsection", Deletable->False, DefaultNewCellStyle->"Input", CellTags->"Tests", CellID->74308299], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"MyFunction", "[", RowBox[{"x", ",", "y"}], "]"}]], "Input", CellLabel->"In[3]:=", CellID->667877521], Cell[BoxData[ RowBox[{"x", " ", "y"}]], "Output", CellLabel->"Out[3]=", CellID->993233288] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Author Notes", "Section", Deletable->False, DefaultNewCellStyle->"Text", CellTags->"Author Notes", CellID->795110225], Cell["Additional information about limitations, issues, etc.", "Text", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->"TabNext", CellID->567921317] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Submission Notes", Cell[BoxData[ TemplateBox[{"Submission Notes",Cell[ BoxData[ FrameBox[ Cell[ "Enter any additional information that you would like to communicate \ to the reviewer here. This section will not be included in the published \ resource.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoSubmissionNotes"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]]] }], "Section", Deletable->False, DefaultNewCellStyle->"Text", CellTags->"Submission Notes", CellID->843283583], Cell["Additional information for the reviewer.", "Text", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->"TabNext", CellID->920818074] }, Open ]] }, WindowSize->Automatic, WindowMargins->Automatic, TaggingRules->{ "ResourceType" -> "Function", "ResourceCreateNotebook" -> True, "TemplateVersion" -> "1.2.19"}, CreateCellID->True, FrontEndVersion->"12.0 for Linux x86 (64-bit) (April 8, 2019)", StyleDefinitions->Notebook[{ Cell[ StyleData[StyleDefinitions -> "Default.nb"]], Cell[ StyleData[All, "Working"], DockedCells -> { Cell[ BoxData[ TemplateBox[{}, "MainGridTemplate"]], "DockedCell", CellMargins -> {{-10, -10}, {-8, -8}}, CellFrame -> 0, CellTags -> {"MainDockedCell"}], Cell[ BoxData[ TemplateBox[{}, "ToolsGridTemplate"]], "DockedCell", TaggingRules -> {"Tools" -> True}, CellTags -> {"ToolbarDockedCell"}, Background -> RGBColor[0.996078, 0.941176, 0.921569], CellFrameMargins -> {{39, 5}, {2, 2}}, CellFrame -> {{0, 0}, {1, 0}}, CellFrameColor -> GrayLevel[0.75], CellOpen -> Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ToolsOpen"}, False]]]}], Cell[ StyleData["Item"], DefaultNewCellStyle -> "Item"], Cell[ StyleData["MoreInfoText", StyleDefinitions -> StyleData["Text"]], FontColor -> GrayLevel[0.25]], Cell[ StyleData["ErrorText", StyleDefinitions -> StyleData["Text"]], ShowCellBracket -> False, CellMargins -> {{66, Inherited}, {10, 10}}, CellElementSpacings -> {"CellMinHeight" -> 0, "ClosedCellHeight" -> 0}, FontWeight -> Bold, FontColor -> RGBColor[1, 0, 0]], Cell[ StyleData["WarningText", StyleDefinitions -> StyleData["Text"]], ShowCellBracket -> False, CellMargins -> {{66, 35}, {0, 0}}, FontSize -> 14, GridBoxOptions -> {BaseStyle -> {}}], Cell[ StyleData["ButtonText"], FontFamily -> "Sans Serif", FontSize -> 11, FontWeight -> Bold, FontColor -> RGBColor[0.458824, 0.458824, 0.458824]], Cell[ StyleData["MoreInfoOpenerIconTemplate"], TemplateBoxOptions -> { DisplayFunction -> (PaneSelectorBox[{False -> GraphicsBox[{ Thickness[0.07142857142857142], StyleBox[{ JoinedCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYCYpfunOe/V2o6MICBjAOM//GSb5KAhKLD46Wz jygUaDjIRKVY3+dXgahzUIPTMHGYOpg+XObKgtSfF4Xze6fnCTUf4Ifr/w8G bHDzn15Quv2z7o89zJ4nIHUbPtnD7IHxYfbA+DB7YPph9sDMh9EwcZg6mD5c 5qLbC3MXTD/M3TDzYf6C2YMrHGD2AAAVXK28 "], CurveClosed -> {1}]}, JoinForm[{"Miter", 3.25}], Thickness[0.049999999999999996`], RGBColor[0.627441, 0.627441, 0.627441, 1.], StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGCQBGIQ/Tcg88iZOhmHGu7Xx3YXKzm03fzoEzpdGs7nS6q6 eve8lMOjwkBdpVlKDtNeMcWlaUg5rLeT+/XumZKDfHH3s3cNkhD1xsoOydvP axnrSjrM0+V9eXcqgi+2tCUhlFcFzu+R+XP9TIsKXD/Y/GcqcPPB6g1V4fZ7 3Ng+uaNGFe4+sPpFqg4w98P4b+wjNu/OlYXzwerN5eD6T8maTZx5Ww7V/Hp5 uP0GLXO+/78oD3cfjA9zP4wP8x9MP8z/MPNh4QOzHxZ+MPfBwhc9/AFZSbHT "], CompressedData[" 1:eJxTTMoPSmViYGCQB2IQLeF07vf/KwoOe35VvNh9m88Bxg+bItQUGsrtcErW bOLMbHEMPky9Qcuc7/8vSjp80F0j/f4cP5xvEy11afdrATjfN0f78Zk/gnC+ thfnwVVSwnC+lOWP9TMtReD8Z6xHa9LMROH8SRvy1QUFxdD4EnA+p8bzeR0a knD+ooMNFkpCUnB+XK3Nl7tnpVDt65RGlfeVQXOfLIQvKe7wQ+xab3k5gn/0 8aIolz9yDinbz2sZ35VzWG8n9+vdKQWIfKK8Qw3362O7pyP4EP3ScD6Kf4B8 FP8C+Q3z48QYLETgfLD7RIXhfHD4fhaE88HueSIA58PiAz1+AUR/638= "]}]}, FaceForm[ RGBColor[0.627441, 0.627441, 0.627441, 1.]], StripOnInput -> False]}, ImageSize -> {14., 14.}, PlotRange -> {{0., 14.}, {0., 14.}}, AspectRatio -> Automatic], True -> GraphicsBox[{ Thickness[0.07142857142857142], StyleBox[{ JoinedCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYCYpfunOe/V2o6MICBjAOM//GSb5KAhKLD46Wz jygUaDjIRKVY3+dXgahzUIPTMHGYOpg+XObKgtSfF4Xze6fnCTUf4Ifr/w8G bHDzn15Quv2z7o89zJ4nIHUbPtnD7IHxYfbA+DB7YPph9sDMh9EwcZg6mD5c 5qLbC3MXTD/M3TDzYf6C2YMrHGD2AAAVXK28 "], CurveClosed -> {1}]}, JoinForm[{"Miter", 3.25}], Thickness[0.049999999999999996`], RGBColor[0.5, 0.5, 0.5, 1.], StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYCYpfunOe/V2o6MICBjAOM//GSb5KAhKLD46Wz jygUaDjIRKVY3+dXgahzUIPTMHGYOpg+XObKgtSfF4Xze6fnCTUf4Ifr/w8G bHDzn15Quv2z7o89zJ4nIHUbPtnD7IHxYfbA+DB7YPph9sDMh9EwcZg6mD5c 5qLbC3MXTD/M3TDzYf6C2YMrHGD2AAAVXK28 "]]}, FaceForm[ RGBColor[0.5, 0.5, 0.5, 1.]], StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGCQBGIQ/Tcg88iZOhmHGu7Xx3YXKzm03fzoEzpdGs7nS6q6 eve8lMOjwkBdpVlKDtNeMcWlaUg5rLeT+/XumZKDfHH3s3cNkhD1xsoOydvP axnrSjrM0+V9eXcqgi+2tCUhlFcFzu+R+XP9TIsKXD/Y/GcqcPPB6g1V4fZ7 3Ng+uaNGFe4+sPpFqg4w98P4b+wjNu/OlYXzwerN5eD6T8maTZx5Ww7V/Hp5 uP0GLXO+/78oD3cfjA9zP4wP8x9MP8z/MPNh4QOzHxZ+MPfBwhc9/AFZSbHT "], CompressedData[" 1:eJxTTMoPSmViYGCQB2IQLeF07vf/KwoOe35VvNh9m88Bxg+bItQUGsrtcErW bOLMbHEMPky9Qcuc7/8vSjp80F0j/f4cP5xvEy11afdrATjfN0f78Zk/gnC+ thfnwVVSwnC+lOWP9TMtReD8Z6xHa9LMROH8SRvy1QUFxdD4EnA+p8bzeR0a knD+ooMNFkpCUnB+XK3Nl7tnpVDt65RGlfeVQXOfLIQvKe7wQ+xab3k5gn/0 8aIolz9yDinbz2sZ35VzWG8n9+vdKQWIfKK8Qw3362O7pyP4EP3ScD6Kf4B8 FP8C+Q3z48QYLETgfLD7RIXhfHD4fhaE88HueSIA58PiAz1+AUR/638= "]}]}, FaceForm[ RGBColor[0.999985, 0.999985, 0.999985, 1.]], StripOnInput -> False]}, ImageSize -> {14., 14.}, PlotRange -> {{0., 14.}, {0., 14.}}, AspectRatio -> Automatic]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0]& )}], Cell[ StyleData["MoreInfoOpenerButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (AdjustmentBox[ ButtonBox[ TemplateBox[{ TemplateBox[{}, "MoreInfoOpenerIconTemplate"], "\"Click for more information\""}, "PrettyTooltipTemplate"], ButtonFunction :> (If[ MatchQ[ CurrentValue[ ButtonNotebook[], {TaggingRules, "AttachedCells", #}], Blank[CellObject]], NotebookDelete[ CurrentValue[ ButtonNotebook[], {TaggingRules, "AttachedCells", #}]]; CurrentValue[ ButtonNotebook[], {TaggingRules, "AttachedCells", #}] = Inherited, CurrentValue[ ButtonNotebook[], {TaggingRules, "AttachedCells", #}] = MathLink`CallFrontEnd[ FrontEnd`AttachCell[ ParentCell[ EvaluationCell[]], #2, "Inline", "ClosingActions" -> {"ParentChanged", "EvaluatorQuit"}]]; Null]; Null), Appearance -> None, Evaluator -> Automatic, Method -> "Preemptive"], BoxBaselineShift -> -0.5, BoxMargins -> 0.2]& )}], Cell[ StyleData["ClickToCopyTemplate"], TemplateBoxOptions -> { DisplayFunction -> (PaneSelectorBox[{False -> TagBox[ GridBox[{{#, ButtonBox[ GraphicsBox[{ GrayLevel[0.85], Thickness[ NCache[2/45, 0.044444444444444446`]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, { 9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, {16.5, 4.5}, { 16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, {15.75, 17.25}, { 15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, { 8.25, 18.}}, {{9.75, 17.25}, {12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, { 14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{8.25, 12.}, { 14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], ButtonFunction :> Null, Appearance -> { "Default" -> None, "Hover" -> None, "Pressed" -> None}, Evaluator -> Automatic, Method -> "Preemptive"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], True -> DynamicModuleBox[{ FunctionResourceTools`BuildDefinitionNotebook`Private`clickTime$$ = 0., FunctionResourceTools`BuildDefinitionNotebook`Private`timeout$\ $ = 3.}, TagBox[ GridBox[{{#, TagBox[ ButtonBox[ DynamicBox[ ToBoxes[ Refresh[ If[ AbsoluteTime[] - FunctionResourceTools`BuildDefinitionNotebook`Private`\ clickTime$$ > FunctionResourceTools`BuildDefinitionNotebook`Private`timeout$$, (RawBoxes[ TemplateBox[{ ToBoxes[#], ToBoxes[#2]}, "PrettyTooltipTemplate"]]& )[ Mouseover[ Graphics[{ GrayLevel[0.65], Thickness[2/45], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], Graphics[{ RGBColor[0.988235, 0.419608, 0.203922], Thickness[2/45], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12]], "Click to copy to the clipboard"], (RawBoxes[ TemplateBox[{ ToBoxes[#], ToBoxes[#2]}, "PrettyTooltipTemplate"]]& )[ Graphics[{ RGBColor[0, 2/3, 0], Thickness[2/45], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], "Copied"]], UpdateInterval -> 1, TrackedSymbols :> { FunctionResourceTools`BuildDefinitionNotebook`Private`\ clickTime$$}], StandardForm], Evaluator -> "System"], ButtonFunction :> ( FunctionResourceTools`BuildDefinitionNotebook`Private`\ clickTime$$ = AbsoluteTime[]; CopyToClipboard[#2]), Appearance -> { "Default" -> None, "Hover" -> None, "Pressed" -> None}, Method -> "Queued", Evaluator -> "System"], MouseAppearanceTag["LinkHand"]]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], DynamicModuleValues :> {}]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0]& )}], Cell[ StyleData["PrettyTooltipTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TagBox[ TooltipBox[#, FrameBox[ StyleBox[#2, "Text", FontColor -> RGBColor[0.537255, 0.537255, 0.537255], FontSize -> 12, FontWeight -> "Plain", FontTracking -> "Plain", StripOnInput -> False], Background -> RGBColor[0.960784, 0.960784, 0.960784], FrameStyle -> RGBColor[0.898039, 0.898039, 0.898039], FrameMargins -> 8, StripOnInput -> False], TooltipDelay -> 0.1, TooltipStyle -> {Background -> None, CellFrame -> 0}], Annotation[#, Framed[ Style[ FunctionResourceTools`BuildDefinitionNotebook`Private`$$tooltip, "Text", FontColor -> RGBColor[0.537255, 0.537255, 0.537255], FontSize -> 12, FontWeight -> "Plain", FontTracking -> "Plain"], Background -> RGBColor[0.960784, 0.960784, 0.960784], FrameStyle -> RGBColor[0.898039, 0.898039, 0.898039], FrameMargins -> 8], "Tooltip"]& ]& )}], Cell[ StyleData["ToolsGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TagBox[ GridBox[{{ ButtonBox[ TemplateBox[{ StyleBox[ "\"Template Input\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Format selection automatically using appropriate \ documentation styles\""}, "PrettyTooltipTemplate"], ButtonFunction :> ( Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Symbol["System`ResourceFunction"]]; Identity[ FunctionResource`DocuToolsTemplate`FunctionTemplateToggle[]]), FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], {FontColor -> RGBColor[1, 1, 1]}, { FontColor -> RGBColor[0.92549, 0.498039, 0.235294]}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh9mpryfFAVBQDZcMVzZr9un gFK/H1+BWwFkA0WA4nBlf988A+l9fgvNMUARoDhQFuJaoJYP0xKwOhsoDpRl AANilBFpGvFuI9KnxIcbMbGABrDGKQDn48Vx "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh8mRbxvd4MgIBuuGK7s1+1T 7zs8fvbb/JkCRUA2UAQoDlf2982zDxNDf05AqIGqnGADFAfKQlwL1PKhwx1N DQQBxYGyDGBAjDIiTSPebUT6lPhwIyYWiIlTAA7cjww= "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUu/6wt42OkMQkA1XDFf26/ap t81urxOUXodLQ1GCElAEKA5X9vfNs3c9wa/jFRFqICheESgOlIW4FqjlXYMz uhowAooDZRnAgBhlRJpGvNuI9Cnx4UZMLBATpwBrEHs/ "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> RGBColor[0.996078, 0.941176, 0.921569], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], ButtonBox[ TemplateBox[{ StyleBox[ "\"Literal Input\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Format selection as literal Wolfram Language code\""}, "PrettyTooltipTemplate"], ButtonFunction :> ( Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Symbol["System`ResourceFunction"]]; Identity[ FunctionResource`DocuToolsTemplate`\ FunctionTemplateLiteralInput[]]), FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], {FontColor -> RGBColor[1, 1, 1]}, { FontColor -> RGBColor[0.92549, 0.498039, 0.235294]}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh9mpryfFAVBQDZcMVzZr9un gFK/H1+BWwFkA0WA4nBlf988A+l9fgvNMUARoDhQFuJaoJYP0xKwOhsoDpRl AANilBFpGvFuI9KnxIcbMbGABrDGKQDn48Vx "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh8mRbxvd4MgIBuuGK7s1+1T 7zs8fvbb/JkCRUA2UAQoDlf2982zDxNDf05AqIGqnGADFAfKQlwL1PKhwx1N DQQBxYGyDGBAjDIiTSPebUT6lPhwIyYWiIlTAA7cjww= "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUu/6wt42OkMQkA1XDFf26/ap t81urxOUXodLQ1GCElAEKA5X9vfNs3c9wa/jFRFqICheESgOlIW4FqjlXYMz uhowAooDZRnAgBhlRJpGvNuI9Cnx4UZMLBATpwBrEHs/ "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> RGBColor[0.996078, 0.941176, 0.921569], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], ButtonBox[ TemplateBox[{ StyleBox[ "\"Insert Delimiter\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Insert example delimiter\""}, "PrettyTooltipTemplate"], ButtonFunction :> ( Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Symbol["System`ResourceFunction"]]; Identity[ FunctionResource`DocuToolsTemplate`DocDelimiter[]]), FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], {FontColor -> RGBColor[1, 1, 1]}, { FontColor -> RGBColor[0.92549, 0.498039, 0.235294]}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh9mpryfFAVBQDZcMVzZr9un gFK/H1+BWwFkA0WA4nBlf988A+l9fgvNMUARoDhQFuJaoJYP0xKwOhsoDpRl AANilBFpGvFuI9KnxIcbMbGABrDGKQDn48Vx "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh8mRbxvd4MgIBuuGK7s1+1T 7zs8fvbb/JkCRUA2UAQoDlf2982zDxNDf05AqIGqnGADFAfKQlwL1PKhwx1N DQQBxYGyDGBAjDIiTSPebUT6lPhwIyYWiIlTAA7cjww= "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUu/6wt42OkMQkA1XDFf26/ap t81urxOUXodLQ1GCElAEKA5X9vfNs3c9wa/jFRFqICheESgOlIW4FqjlXYMz uhowAooDZRnAgBhlRJpGvNuI9Cnx4UZMLBATpwBrEHs/ "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> RGBColor[0.996078, 0.941176, 0.921569], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], ButtonBox[ TemplateBox[{ StyleBox[ "\"Subscripted Variable\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Insert subscripted variable placeholder\""}, "PrettyTooltipTemplate"], ButtonFunction :> ( Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Symbol["System`ResourceFunction"]]; Identity[ FunctionResource`DocuToolsTemplate`InsertSubscript[]]), FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], {FontColor -> RGBColor[1, 1, 1]}, { FontColor -> RGBColor[0.92549, 0.498039, 0.235294]}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh9mpryfFAVBQDZcMVzZr9un gFK/H1+BWwFkA0WA4nBlf988A+l9fgvNMUARoDhQFuJaoJYP0xKwOhsoDpRl AANilBFpGvFuI9KnxIcbMbGABrDGKQDn48Vx "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh8mRbxvd4MgIBuuGK7s1+1T 7zs8fvbb/JkCRUA2UAQoDlf2982zDxNDf05AqIGqnGADFAfKQlwL1PKhwx1N DQQBxYGyDGBAjDIiTSPebUT6lPhwIyYWiIlTAA7cjww= "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUu/6wt42OkMQkA1XDFf26/ap t81urxOUXodLQ1GCElAEKA5X9vfNs3c9wa/jFRFqICheESgOlIW4FqjlXYMz uhowAooDZRnAgBhlRJpGvNuI9Cnx4UZMLBATpwBrEHs/ "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> RGBColor[0.996078, 0.941176, 0.921569], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], ActionMenuBox[ ButtonBox[ TemplateBox[{ StyleBox[ "\"Tables\[ThinSpace]\[ThinSpace]\[ThinSpace]\ \[FilledDownTriangle]\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Table Functions\""}, "PrettyTooltipTemplate"], ButtonFunction :> ( Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Symbol["System`ResourceFunction"]]; FunctionResource`DefinitionNotebook`Private`showProgress[Null]), FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], {FontColor -> RGBColor[1, 1, 1]}, { FontColor -> RGBColor[0.92549, 0.498039, 0.235294]}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh9mpryfFAVBQDZcMVzZr9un gFK/H1+BWwFkA0WA4nBlf988A+l9fgvNMUARoDhQFuJaoJYP0xKwOhsoDpRl AANilBFpGvFuI9KnxIcbMbGABrDGKQDn48Vx "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh8mRbxvd4MgIBuuGK7s1+1T 7zs8fvbb/JkCRUA2UAQoDlf2982zDxNDf05AqIGqnGADFAfKQlwL1PKhwx1N DQQBxYGyDGBAjDIiTSPebUT6lPhwIyYWiIlTAA7cjww= "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUu/6wt42OkMQkA1XDFf26/ap t81urxOUXodLQ1GCElAEKA5X9vfNs3c9wa/jFRFqICheESgOlIW4FqjlXYMz uhowAooDZRnAgBhlRJpGvNuI9Cnx4UZMLBATpwBrEHs/ "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> RGBColor[0.996078, 0.941176, 0.921569], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], { "\"Insert table with two columns\"" :> ToExpression[ "System`Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = System`False}, \ System`Symbol[\"System`ResourceFunction\"]; \ FunctionResource`DocuToolsTemplate`TableInsert[2]]", InputForm], "\"Insert table with three columns\"" :> ToExpression[ "System`Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = System`False}, \ System`Symbol[\"System`ResourceFunction\"]; \ FunctionResource`DocuToolsTemplate`TableInsert[3]]", InputForm], "\"Add a row to the selected table\"" :> ToExpression[ "System`Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = System`False}, \ System`Symbol[\"System`ResourceFunction\"]; \ System`FrontEndExecute[{System`FrontEndToken[System`ButtonNotebook[], \ \"NewRow\"]}]]", InputForm], "\"Sort the selected table\"" :> ToExpression[ "System`Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = System`False}, \ System`Symbol[\"System`ResourceFunction\"]; \ FunctionResource`DocuToolsTemplate`TableSort[]]", InputForm], "\"Merge selected tables\"" :> ToExpression[ "System`Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = System`False}, \ System`Symbol[\"System`ResourceFunction\"]; \ FunctionResource`DocuToolsTemplate`TableMerge[]]", InputForm]}, Appearance -> None, Method -> "Queued"], DynamicBox[ ToBoxes[ If[ CurrentValue[ EvaluationNotebook[], { TaggingRules, "SubmissionReviewData", "Review"}, False], Button[ RawBoxes[ TemplateBox[{ StyleBox[ "\"Insert Comment\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Insert comment for reviewer\""}, "PrettyTooltipTemplate"]], Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Symbol["System`ResourceFunction"]]; Identity[ FunctionResource`DocuToolsTemplate`InsertComment[]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> RGBColor[1, 1, 1]}, { FontColor -> RGBColor[0.92549, 0.498039, 0.235294]}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh9mpryfFAVBQDZcMVzZr9un gFK/H1+BWwFkA0WA4nBlf988A+l9fgvNMUARoDhQFuJaoJYP0xKwOhsoDpRl AANilBFpGvFuI9KnxIcbMbGABrDGKQDn48Vx "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUh8mRbxvd4MgIBuuGK7s1+1T 7zs8fvbb/JkCRUA2UAQoDlf2982zDxNDf05AqIGqnGADFAfKQlwL1PKhwx1N DQQBxYGyDGBAjDIiTSPebUT6lPhwIyYWiIlTAA7cjww= "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQ/PvwGo5+3zsPQciCyMqAUu/6wt42OkMQkA1XDFf26/ap t81urxOUXodLQ1GCElAEKA5X9vfNs3c9wa/jFRFqICheESgOlIW4FqjlXYMz uhowAooDZRnAgBhlRJpGvNuI9Cnx4UZMLBATpwBrEHs/ "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> RGBColor[0.996078, 0.941176, 0.921569], Method -> "Queued", ImageSize -> {All, 20}], ""], StandardForm], Evaluator -> "System", SingleEvaluation -> True], ItemBox["\"\"", ItemSize -> Fit, StripOnInput -> False]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxBackground -> {"Columns" -> {{None}}, "Rows" -> { RGBColor[0.996078, 0.941176, 0.921569]}}, GridBoxFrame -> { "Columns" -> False, "RowsIndexed" -> {1 -> RGBColor[0.996078, 0.941176, 0.921569]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "ColumnsIndexed" -> {1 -> 0, -1 -> 0}, "Rows" -> {{Automatic}}}, FrameStyle -> GrayLevel[0.75]], "Grid"]& )}], Cell[ StyleData["MainGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TagBox[ GridBox[{{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.022222222222222223`], { FaceForm[{ RGBColor[0.87451, 0.278431, 0.03137260000000001], Opacity[1.]}], FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{45., 22.5}, {45., 10.073999999999998`}, {34.926, 0.}, {22.5, 0.}, {10.074, 0.}, {0., 10.073999999999998`}, { 0., 22.5}, {0., 34.926}, {10.074, 45.}, {22.5, 45.}, { 34.926, 45.}, {45., 34.926}, {45., 22.5}}}]}, { FaceForm[{ RGBColor[1., 1., 1.], Opacity[1.]}], FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGAwAWIQLcESxqe7SdlhqnN3zvPblg4w/omyffOl/K0cEp9e ULq9U9lhT8lkCZZrVg6VL9UMOd4oO1SLrHN/GGXtcKUCKOCh4sDDpN0udtPa 4fnvlR8v8ao6ZIE12ELMrVZzmAIymNfOAWj43PfpGg45YIV2Dguk9O+qsGlB 9M+0h9gjpgOxh8fBYePc98uPees5MICAggNE/TF9B6Bl574rO0DcMcsAwmd2 cNCM6T/0VcPQAeQsjh6oeWWGEPt97R3UDTnWyMwyhKh7Yefw5S/QB22GEHe1 2zlIg5yTaAh3by7InUKGDmBnLrR1cOkGudzAYZHrts9/Q2wdHi+dfUShwMBh Q1HGxLcytg5BO+RaXwsaQN1r6/BdA2jRVn1oeNk6aIEcWq4HcccvWwfTuF2e PEy6UPPtHIC+CH68VBvOP70QaNFeLTg/T6j5wKlELYdPl3yTBCLsIOGkowVx 71tbhycg93zQdAjonZ4ndNgGzgern2ENVw90TZVInhUkfqy1IO65ZQl3L4wP iW99B/NOx4SnEyzh4Q+W32XhcBUc0PoQd7dawM1D568H2cdnCOd/A9nzVc/h I9hdWg4ZoIg6oueQD/Kfoh40nSD4fkDfWpboQOw7oYDBh6mHxIcy3DxYek4A peOfCD7MPTA+zL0yUSnW9/sV4Hxw/DgpQOL7igUkfi8qwsMHAHSDTZ8= "], {{19.051000000000002`, 14.242}, {19.051000000000002`, 27.594}, {23.828, 27.594}, {23.828, 26.543}, {21.426, 26.308999999999997`}, {21.375, 26.258000000000003`}, { 21.375, 24.219}, {21.375, 17.535000000000004`}, {21.375, 15.602}, {21.426, 15.547}, {23.828, 15.315999999999999`}, {23.828, 14.242}}, {{24.578, 18.75}, {24.578, 23.078000000000003`}, {24.578, 23.539}, { 24.953, 23.914}, {25.418, 23.91}, {29.746, 23.91}, { 30.203, 23.91}, {30.578, 23.539}, {30.578, 23.078000000000003`}, {30.578, 18.75}, { 30.581999999999997`, 18.288999999999998`}, {30.207, 17.91}, {29.746, 17.91}, {25.418, 17.91}, {24.953, 17.906}, {24.574, 18.285}, {24.578, 18.75}}, {{31.328, 14.242}, {31.328, 15.315999999999999`}, {33.684, 15.539000000000001`}, {33.789, 15.602}, {33.789, 17.641}, {33.789, 24.188}, {33.789, 26.227}, {33.684, 26.281}, {31.328, 26.512000000000004`}, {31.328, 27.586}, {36.113, 27.586}, {36.113, 14.234000000000002`}}}]}}, { ImageSize -> {Automatic, 32}, ImagePadding -> {{5, 0}, {0, 0}}, BaselinePosition -> Scaled[0.25], Background -> RGBColor[0.988235, 0.419608, 0.203922], AspectRatio -> Automatic, ImageSize -> {45., 45.}, PlotRange -> {{0., 45.}, {0., 45.}}}], StyleBox[ TagBox[ GridBox[{{ StyleBox[ "\"Function Resource\"", FontFamily -> "Source Sans Pro SemiBold", FontWeight -> "SemiBold", StripOnInput -> False], StyleBox[ "\"DEFINITION NOTEBOOK\"", FontFamily -> "Source Sans Pro", FontTracking -> "SemiCondensed", FontVariations -> {"CapsType" -> "AllSmallCaps"}, StripOnInput -> False]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxDividers -> { "ColumnsIndexed" -> {2 -> GrayLevel[1]}, "Rows" -> {{None}}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Grid"], FontSize -> 24, FontColor -> GrayLevel[1], StripOnInput -> False]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Grid"], "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", ItemBox[ TemplateBox[{ StyleBox[ "\"Function Repository \[RightGuillemet] \"", "Text", FontColor -> GrayLevel[1], StripOnInput -> False], "https://resources.wolframcloud.com/FunctionRepository/"}, "HyperlinkURL"], Alignment -> {Right, Bottom}, StripOnInput -> False]}, { TemplateBox[{ TemplateBox[{ "\"Open Sample\"", "\"View a completed sample definition notebook\""}, "PrettyTooltipTemplate"], FunctionResource`DefinitionNotebook`Private`viewExampleNotebook[]\ & , "\"View a completed sample definition notebook\"", True}, "OrangeButtonTemplate"], TemplateBox[{ TemplateBox[{ "\"Style Guidelines\"", "\"View general guidelines for authoring resource \ functions\""}, "PrettyTooltipTemplate"], FunctionResource`DefinitionNotebook`Private`viewStyleGuidelines[]\ & , "\"View general guidelines for authoring resource functions\"", True}, "OrangeButtonTemplate"], TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{"\"Tools\"", PaneSelectorBox[{False -> GraphicsBox[{ GrayLevel[1], AbsoluteThickness[1], LineBox[{{-1, -1}, {-1, 1}, {1, 1}, {1, -1}, {-1, -1}}], LineBox[{{0., 0.65}, {0., -0.65}}], LineBox[{{-0.65, 0.}, {0.65, 0.}}]}, ImageSize -> 12, PlotRangePadding -> None, Background -> None], True -> GraphicsBox[{ GrayLevel[1], AbsoluteThickness[1], LineBox[{{-1, -1}, {-1, 1}, {1, 1}, {1, -1}, {-1, -1}}], LineBox[{{-0.65, 0.}, {0.65, 0.}}]}, ImageSize -> 12, PlotRangePadding -> None, Background -> None]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ToolsOpen"}, True]], BaselinePosition -> Scaled[0.1]]}}, GridBoxAlignment -> { "Columns" -> {{Automatic}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.35}}}], "Grid"], "\"Toggle documentation toolbar\""}, "PrettyTooltipTemplate"], FunctionResource`DefinitionNotebook`Private`getResource[ ButtonNotebook[], "Tools"]& , "\"Toggle documentation toolbar\"", False}, "OrangeButtonTemplate"], TagBox[ GridBox[{{"\"\"", "\"\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxDividers -> { "ColumnsIndexed" -> {2 -> True}, "Rows" -> {{False}}}, GridBoxItemSize -> {"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, GridBoxSpacings -> {"Columns" -> {{0.5}}}, FrameStyle -> RGBColor[0.994118, 0.709804, 0.601961]], "Grid"], TemplateBox[{ TemplateBox[{ "\"Check\"", "\"Check notebook for potential errors\""}, "PrettyTooltipTemplate"], FunctionResource`DefinitionNotebook`Private`checkNotebook[ ButtonNotebook[]]& , "\"Check notebook for potential errors\"", True}, "OrangeButtonTemplate"], ActionMenuBox[ TemplateBox[{ "\"Preview \[FilledDownTriangle]\"", Null& , "\"\"", True}, "OrangeButtonTemplate"], { "\"In a notebook\"" :> ToExpression[ "System`Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = System`False}, \ System`Symbol[\"System`ResourceFunction\"]; \ FunctionResource`DefinitionNotebook`Private`getResource[System`ButtonNotebook[\ ], \"Preview\"]]", InputForm], "\"On the cloud\"" :> ToExpression[ "System`Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = System`False}, \ System`Symbol[\"System`ResourceFunction\"]; \ FunctionResource`DefinitionNotebook`Private`getResource[System`ButtonNotebook[\ ], \"Cloud\"]]", InputForm]}, Appearance -> None, Method -> "Queued"], ActionMenuBox[ TemplateBox[{ "\"Deploy \[FilledDownTriangle]\"", Null& , "\"\"", True}, "OrangeButtonTemplate"], { "\"Locally on this computer\"" :> ToExpression[ "System`Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = System`False}, \ System`Symbol[\"System`ResourceFunction\"]; \ FunctionResource`DefinitionNotebook`Private`getResource[System`ButtonNotebook[\ ], \"Local\"]]", InputForm], "\"For my cloud account\"" :> ToExpression[ "System`Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = System`False}, \ System`Symbol[\"System`ResourceFunction\"]; \ FunctionResource`DefinitionNotebook`Private`getResource[System`ButtonNotebook[\ ], \"Cloud\"]]", InputForm], "\"Publicly in the cloud\"" :> ToExpression[ "System`Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = System`False}, \ System`Symbol[\"System`ResourceFunction\"]; \ FunctionResource`DefinitionNotebook`Private`getResource[System`ButtonNotebook[\ ], \"CloudPublic\"]]", InputForm], "\"In this session only (without documentation)\"" :> ToExpression[ "System`Block[{ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = System`False}, \ System`Symbol[\"System`ResourceFunction\"]; \ FunctionResource`DefinitionNotebook`Private`getResource[System`ButtonNotebook[\ ], \"KernelSession\"]]", InputForm]}, Appearance -> None, Method -> "Queued"], ItemBox[ StyleBox[ DynamicBox[ ToBoxes[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "StatusMessage"}, ""], StandardForm], Evaluator -> "System", Initialization :> (CurrentValue[ EvaluationNotebook[], {TaggingRules, "StatusMessage"}] = "")], "Text", GrayLevel[1], StripOnInput -> False], ItemSize -> Fit, StripOnInput -> False], DynamicBox[ ToBoxes[ If[ CurrentValue[ EvaluationNotebook[], { TaggingRules, "SubmissionReviewData", "Review"}, False], RawBoxes[ TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.06349206349206349], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBWIWIGZigIEX9mCqQd8Bwv+Bnc/A54CiHs5HV6/ngJUP p2HmwdTp4FCHTvOhqYfZrw2lhdDk0fno6tHcD1PPwOSAnY+uns8BAE8cGz4= "]]}, FaceForm[ RGBColor[0.960784, 0.705882, 0.498039, 1.]], StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgB2IWIGZigAEJBwjNB6EblHHwX9ijqofxoeoYhKC0Bg4+ Hw4apk4Uap8aDr4QDhqqDu4uVRx8URw0TJ001D5lHHwJHDRUHYMclFbCwZfG QUPVNSjgp+HmIWgAG/wcEg== "]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJx10EEKgCAQhWGpFtEyEAYGggQj6RKeoSMErbuCR0/IWfTgCcPwy7fR9XrO u3fOTXWGOp2zM+ZvH2170nv+e2sFH0ijt45/XxJp9NgRPHYAb63kHhu9tf2H eU8aPfbS9kxawAvxnrSCx3c3XzbS6JX4RFrAS34B53ckaw== "]]}, FaceForm[ RGBColor[1., 1., 1., 1.]], StripOnInput -> False]}, ImageSize -> 15, PlotRange -> {{0., 15.75}, {0., 16.5}}, AspectRatio -> 1.15], "\"Submit Update\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{0}}, "ColumnsIndexed" -> {2 -> 0.5}, "Rows" -> {{0}}}], "Grid"], "\"Submit changes to update your resource submission\""}, "PrettyTooltipTemplate"], FunctionResource`DefinitionNotebook`Private`\ submitRepositoryUpdate[ ButtonNotebook[]]& , "\"Submit changes to update your resource submission\"", True}, "OrangeButtonTemplate"]], RawBoxes[ TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.06349206349206349], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBWIWIGZigIEX9mCqQd8Bwv+Bnc/A54CiHs5HV6/ngJUP p2HmwdTp4FCHTvOhqYfZrw2lhdDk0fno6tHcD1PPwOSAnY+uns8BAE8cGz4= "]]}, FaceForm[ RGBColor[0.960784, 0.705882, 0.498039, 1.]], StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgB2IWIGZigAEJBwjNB6EblHHwX9ijqofxoeoYhKC0Bg4+ Hw4apk4Uap8aDr4QDhqqDu4uVRx8URw0TJ001D5lHHwJHDRUHYMclFbCwZfG QUPVNSjgp+HmIWgAG/wcEg== "]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJx10EEKgCAQhWGpFtEyEAYGggQj6RKeoSMErbuCR0/IWfTgCcPwy7fR9XrO u3fOTXWGOp2zM+ZvH2170nv+e2sFH0ijt45/XxJp9NgRPHYAb63kHhu9tf2H eU8aPfbS9kxawAvxnrSCx3c3XzbS6JX4RFrAS34B53ckaw== "]]}, FaceForm[ RGBColor[1., 1., 1., 1.]], StripOnInput -> False]}, ImageSize -> 15, PlotRange -> {{0., 15.75}, {0., 16.5}}, AspectRatio -> 1.15], "\"Submit to Repository\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{0}}, "ColumnsIndexed" -> {2 -> 0.5}, "Rows" -> {{0}}}], "Grid"], "\"Submit your function to the Wolfram Function Repository\ \""}, "PrettyTooltipTemplate"], FunctionResource`DefinitionNotebook`Private`submitRepository[ ButtonNotebook[]]& , "\"Submit your function to the Wolfram Function \ Repository\"", True}, "OrangeButtonTemplate"]]], StandardForm], Evaluator -> "System", SingleEvaluation -> True]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxBackground -> {"Columns" -> {{None}}, "Rows" -> { RGBColor[0.988235, 0.419608, 0.203922], RGBColor[0.921569, 0.341176, 0.105882]}}, GridBoxFrame -> { "Columns" -> False, "RowsIndexed" -> { 1 -> RGBColor[0.988235, 0.419608, 0.203922], 2 -> RGBColor[0.921569, 0.341176, 0.105882]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {5, {0.9}, 5}, "RowsIndexed" -> {1 -> 1.1, 2 -> 1.3, 3 -> 1.55}}, FrameStyle -> RGBColor[0.988235, 0.419608, 0.203922]], "Grid"]& )}], Cell[ StyleData["ReviewerCommentLabelTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TagBox[ GridBox[{{#, TemplateBox[{ GraphicsBox[{ Thickness[0.022222222222222223`], { FaceForm[{ RGBColor[0.87451, 0.278431, 0.03137260000000001], Opacity[1.]}], FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{45., 22.5}, {45., 10.073999999999998`}, {34.926, 0.}, {22.5, 0.}, {10.074, 0.}, {0., 10.073999999999998`}, { 0., 22.5}, {0., 34.926}, {10.074, 45.}, {22.5, 45.}, {34.926, 45.}, {45., 34.926}, {45., 22.5}}}]}, { FaceForm[{ RGBColor[1., 1., 1.], Opacity[1.]}], FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, { 1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { 1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, { 0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGAwAWIQLcESxqe7SdlhqnN3zvPblg4w/omyffOl/K0cEp9e ULq9U9lhT8lkCZZrVg6VL9UMOd4oO1SLrHN/GGXtcKUCKOCh4sDDpN0udtPa 4fnvlR8v8ao6ZIE12ELMrVZzmAIymNfOAWj43PfpGg45YIV2Dguk9O+qsGlB 9M+0h9gjpgOxh8fBYePc98uPees5MICAggNE/TF9B6Bl574rO0DcMcsAwmd2 cNCM6T/0VcPQAeQsjh6oeWWGEPt97R3UDTnWyMwyhKh7Yefw5S/QB22GEHe1 2zlIg5yTaAh3by7InUKGDmBnLrR1cOkGudzAYZHrts9/Q2wdHi+dfUShwMBh Q1HGxLcytg5BO+RaXwsaQN1r6/BdA2jRVn1oeNk6aIEcWq4HcccvWwfTuF2e PEy6UPPtHIC+CH68VBvOP70QaNFeLTg/T6j5wKlELYdPl3yTBCLsIOGkowVx 71tbhycg93zQdAjonZ4ndNgGzgern2ENVw90TZVInhUkfqy1IO65ZQl3L4wP iW99B/NOx4SnEyzh4Q+W32XhcBUc0PoQd7dawM1D568H2cdnCOd/A9nzVc/h I9hdWg4ZoIg6oueQD/Kfoh40nSD4fkDfWpboQOw7oYDBh6mHxIcy3DxYek4A peOfCD7MPTA+zL0yUSnW9/sV4Hxw/DgpQOL7igUkfi8qwsMHAHSDTZ8= "], {{19.051000000000002`, 14.242}, {19.051000000000002`, 27.594}, {23.828, 27.594}, {23.828, 26.543}, {21.426, 26.308999999999997`}, {21.375, 26.258000000000003`}, { 21.375, 24.219}, {21.375, 17.535000000000004`}, {21.375, 15.602}, {21.426, 15.547}, {23.828, 15.315999999999999`}, { 23.828, 14.242}}, {{24.578, 18.75}, {24.578, 23.078000000000003`}, {24.578, 23.539}, {24.953, 23.914}, { 25.418, 23.91}, {29.746, 23.91}, {30.203, 23.91}, {30.578, 23.539}, {30.578, 23.078000000000003`}, {30.578, 18.75}, { 30.581999999999997`, 18.288999999999998`}, {30.207, 17.91}, {29.746, 17.91}, {25.418, 17.91}, {24.953, 17.906}, {24.574, 18.285}, {24.578, 18.75}}, {{31.328, 14.242}, {31.328, 15.315999999999999`}, {33.684, 15.539000000000001`}, {33.789, 15.602}, {33.789, 17.641}, { 33.789, 24.188}, {33.789, 26.227}, {33.684, 26.281}, { 31.328, 26.512000000000004`}, {31.328, 27.586}, {36.113, 27.586}, {36.113, 14.234000000000002`}}}]}}, { ImageSize -> 12, Background -> None, AspectRatio -> Automatic, ImageSize -> {45., 45.}, PlotRange -> {{0., 45.}, {0., 45.}}}], "Wolfram Function Repository Reviewer"}, "PrettyTooltipTemplate"]}}, GridBoxAlignment -> { "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.25}}}], "Grid"]& )}], Cell[ StyleData["CommentCellLabelTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ TagBox[ GridBox[{{ StyleBox[#, FontSize -> 11]}, { StyleBox[ DynamicBox[ ToBoxes[ DateString[ TimeZoneConvert[ DateObject[#2, TimeZone -> 0]], { "Month", "/", "Day", "/", "Year", " ", "Hour24", ":", "Minute"}], StandardForm], SingleEvaluation -> True], FontSize -> 9]}}, GridBoxAlignment -> {"Columns" -> {{Left}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{Automatic}}, "Rows" -> {{0}}}], "Grid"], "CommentLabel", ShowStringCharacters -> False]& )}], Cell[ StyleData["OrangeButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (ButtonBox[ StyleBox[#, "Text", FontFamily -> "Source Sans Pro SemiBold", FontWeight -> "SemiBold", FontTracking -> -0.9, FontSize -> 13, FontColor -> GrayLevel[1], StripOnInput -> False], ButtonFunction :> Block[{ResourceSystemClient`$AsyncronousResourceInformationUpdates = False}, Symbol["System`ResourceFunction"]; If[ TrueQ[#4], CurrentValue[ ButtonNotebook[], {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; FunctionResource`DefinitionNotebook`Private`showProgress, Identity][ #2[]]], FrameMargins -> {{5, 5}, {0, 0}}, Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQvA6XhqPngeIQhCyIrAwodd2K5Yo5IwQB2XDFcGXPA8Wu WjBdNmVARkARoDhCWZjUdUsWNDUQBBQHykJcC9RyxRzdKAgCigNlGcCAGGVE mka824j1KdHhRkwsEBOnAMp0Eag= "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQvA6XhqMHARIQhCyIrAwotdGIa7UuOwQB2XDFcGX3/MXX 6LEv12ZDRkARoDhc2ctQqQ1GnGhqIAgoDpSFuBarUcgGMoABMcqINI14txHp U+LDjZhYICZOAZ5bBHA= "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQvA6XhqN3hfYQhCyIrAwo9e36ma8PbkIQkA1XDFf2vtzt 28Obu6Jsl2uzQRCQDRQBisOVvYlR+nr99I5gU7gaCAKKAMWBshDXArV8vnUR TQ0EAcWBsgxgQIwyIk0j3m1E+pT4cCMmFoiJUwBDsjmM "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> RGBColor[0.921569, 0.341176, 0.105882], Method -> "Queued", ImageSize -> {All, 23}, Evaluator -> Automatic]& )}], Cell[ StyleData["SuggestionGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ FrameBox[ AdjustmentBox[ TagBox[ GridBox[{{ TemplateBox[{#2, #3, {16., 16.}, {{1., 17.}, {1., 17.}}}, "SuggestionIconTemplate"], #, AdjustmentBox[ TemplateBox[{ ActionMenuBox[ TagBox[ PaneSelectorBox[{False -> GraphicsBox[{ EdgeForm[ Directive[ GrayLevel[1, 0], Thickness[0.025]]], FaceForm[#4], RectangleBox[{-1.75, -2}, {1.75, 2}, RoundingRadius -> 0.2], Thickness[0.15], #5, LineBox[{{-0.5, -1.}, {0.5, 0.}, {-0.5, 1.}}]}, ImageSize -> {Automatic, 15}, ImageMargins -> 0], True -> GraphicsBox[{ EdgeForm[ Directive[#5, Thickness[0.025]]], FaceForm[#2], RectangleBox[{-1.75, -2}, {1.75, 2}, RoundingRadius -> 0.2], Thickness[0.15], GrayLevel[1], LineBox[{{-0.5, -1.}, {0.5, 0.}, {-0.5, 1.}}]}, ImageSize -> {Automatic, 15}, ImageMargins -> 0]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0], MouseAppearanceTag["LinkHand"]], #6, Appearance -> None, Method -> "Queued"], "\"View suggestions\""}, "PrettyTooltipTemplate"], BoxBaselineShift -> -0.3]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {Automatic, Automatic, Fit}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], BoxMargins -> {{0.25, -1.}, {0.15, -0.15}}], RoundingRadius -> {13, 75}, Background -> #4, FrameStyle -> None, FrameMargins -> {{0, 0}, {0, 0}}, ImageMargins -> {{0, 0}, {5, 5}}, StripOnInput -> False], "Text", FontColor -> #5, FontSize -> 14, FontFamily -> "Source Sans Pro SemiBold", FontWeight -> "SemiBold", FontTracking -> "Plain", PrivateFontOptions -> {"OperatorSubstitution" -> False}, LineBreakWithin -> False]& )}], Cell[ StyleData["SuggestionIconTemplate"], TemplateBoxOptions -> {DisplayFunction -> (GraphicsBox[{ Thickness[0.05555555555555555], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGZigIIGAwcIQ8kBxk94ekHp9k9Vh4qXaoYcOfoO m+a+X37stKZDbP+hrxpzdOA0TBymDqYPl7n2pnG7PHlk4PzZRxQ2FGWIwPWD jI3p54WbLxuVYn3fnwluD8S8H/Yo9gD5KPYA+TB7YPph9sDMh9EwcZg6FPdh MRfdXpi7YPph7oaZD/MXzB5c4QCzBwA8nn+Z "]]}, FaceForm[#]], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{8.175292500000001, 7.416875}, {7.796855000000001, 11.3084375}, {7.796855000000001, 13.38}, {10.11998, 13.38}, {10.11998, 11.3084375}, { 9.741542500000001, 7.416875}, {8.175292500000001, 7.416875}}, CompressedData[" 1:eJxTTMoPSmViYGCQBGIQ/cTvZcLf/4oOD6tE1rk/5HNQjDzAkqeL4FsusdsW 1KjgwAAGAg7hCSdehX2Xd5BvfR24Q07QwaZCOJPjjZyDHdf1xQW2Qg56LJYa iWlyDv2HvmrEzBeG80GmVbmIwvkvtjT6Sb8Qg+t/BLLPUwJuPti6DEm4/WD7 2qTg7gMZJyIm7QBzP4y/zEVob88lJTi/7+dk7hV1ynD9c3LzfPxZVODmr3ro 0futUwVu/0bpbbqnzqjA3Qfjw9wP48P8B9MP8z/MfFj4wOyHhR/MfbDwRQ9/ ACBxmlc= "]}]}, FaceForm[#2]]}, ImageSize -> #3, PlotRange -> #4, AspectRatio -> Automatic, BaselinePosition -> Scaled[0.1]]& )}], Cell[ StyleData["UsageInputs", StyleDefinitions -> StyleData["Input"]], CellMargins -> {{66, 10}, {0, 8}}, StyleKeyMapping -> {"Tab" -> "UsageDescription"}, Evaluatable -> False, CellEventActions -> { "ReturnKeyDown" :> With[{FunctionResourceTools`BuildDefinitionNotebook`Private`nb = Notebooks[ EvaluationCell[]]}, SelectionMove[ EvaluationCell[], After, Cell]; NotebookWrite[ FunctionResourceTools`BuildDefinitionNotebook`Private`nb, Cell["", "UsageDescription"], All]; SelectionMove[ FunctionResourceTools`BuildDefinitionNotebook`Private`nb, Before, CellContents]; Null], {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]]}, ShowAutoStyles -> False, ShowCodeAssist -> False, CodeAssistOptions -> {"DynamicHighlighting" -> False}, LineSpacing -> {1, 3}, TabSpacings -> {2.5}, CounterIncrements -> "Text", FontFamily -> "Source Sans Pro", FontSize -> 15, FontWeight -> "Plain"], Cell[ StyleData["UsageDescription", StyleDefinitions -> StyleData["Text"]], CellMargins -> {{86, 10}, {7, 0}}, StyleKeyMapping -> {"Backspace" -> "UsageInputs"}, CellGroupingRules -> "OutputGrouping", CellEventActions -> { "ReturnKeyDown" :> With[{FunctionResourceTools`BuildDefinitionNotebook`Private`nb = Notebooks[ EvaluationCell[]]}, SelectionMove[ EvaluationCell[], After, Cell]; NotebookWrite[ FunctionResourceTools`BuildDefinitionNotebook`Private`nb, Cell[ BoxData[""], "UsageInputs"], All]; SelectionMove[ FunctionResourceTools`BuildDefinitionNotebook`Private`nb, Before, CellContents]; Null], {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]]}, ShowAutoSpellCheck -> False], Cell[ StyleData["Notes", StyleDefinitions -> StyleData["Item"]], StyleKeyMapping -> {}, DefaultNewCellStyle -> "Notes", ShowAutoSpellCheck -> False, GridBoxOptions -> {BaseStyle -> "TableNotes"}], Cell[ StyleData["TableNotes", StyleDefinitions -> StyleData["Notes"]], CellDingbat -> None, CellFrameColor -> RGBColor[0.749, 0.694, 0.553], StyleMenuListing -> None, ButtonBoxOptions -> {Appearance -> {Automatic, None}}, GridBoxOptions -> { FrameStyle -> GrayLevel[0.906], GridBoxAlignment -> { "Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxDividers -> {"Columns" -> {{None}}, "Rows" -> {{True}}}, GridDefaultElement -> Cell["\[Placeholder]", "TableText"]}], Cell[ StyleData["TableText"], DefaultInlineFormatType -> "DefaultInputInlineFormatType", AutoQuoteCharacters -> {}, StyleMenuListing -> None], Cell[ StyleData["Hyperlink"], FontColor -> RGBColor[0.921569, 0.341176, 0.105882]], Cell[ StyleData["HyperlinkActive"], FontColor -> RGBColor[0.614379, 0.227451, 0.0705882]], Cell[ StyleData["InlineFormula"], FontSize -> 0.99 Inherited], Cell[ StyleData["ExampleDelimiter"], Selectable -> False, ShowCellBracket -> Automatic, CellMargins -> {{66, 14}, {5, 10}}, Evaluatable -> True, CellGroupingRules -> {"SectionGrouping", 58}, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False, CellLabelAutoDelete -> True, TabFilling -> "\[LongDash]\[NegativeThickSpace]", TabSpacings -> {100}, StyleMenuListing -> None, FontFamily -> "Verdana", FontWeight -> Bold, FontSlant -> "Plain", FontColor -> GrayLevel[0.905882]], Cell[ StyleData["ExampleText", StyleDefinitions -> StyleData["Text"]]], Cell[ StyleData["PageBreak", StyleDefinitions -> StyleData["ExampleDelimiter"]], Selectable -> False, CellFrame -> {{0, 0}, {1, 0}}, CellMargins -> {{66, 14}, {15, -5}}, CellElementSpacings -> {"CellMinHeight" -> 1}, Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), CellFrameColor -> GrayLevel[ Rational[77, 85]]], Cell[ StyleData["Subsection"], Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False], Cell[ StyleData["Subsubsection"], Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False], Cell[ StyleData["Comment", StyleDefinitions -> StyleData["Text"]], CellFrame -> {{3, 0}, {0, 0}}, CellMargins -> {{66, 0}, {1, 0}}, CellElementSpacings -> {"ClosedCellHeight" -> 0}, CellFrameColor -> RGBColor[0.880722, 0.611041, 0.142051], CellFrameLabelMargins -> {{0, 10}, {0, 0}}, FontColor -> GrayLevel[0.25], Background -> RGBColor[0.9821083, 0.94165615, 0.87130765]], Cell[ StyleData["AuthorComment", StyleDefinitions -> StyleData["Comment"]], CellFrameColor -> RGBColor[0.368417, 0.506779, 0.709798], Background -> RGBColor[0.90526255, 0.92601685, 0.9564697]], Cell[ StyleData["ReviewerComment", StyleDefinitions -> StyleData["Comment"]], CellFrameColor -> RGBColor[0.560181, 0.691569, 0.194885], Background -> RGBColor[0.9340271499999999, 0.95373535, 0.87923275]], Cell[ StyleData["CommentLabel", StyleDefinitions -> StyleData["Text"]], ShowStringCharacters -> False, FontSlant -> "Italic", FontColor -> GrayLevel[0.5]], Cell[ StyleData["CharactersRefLink"], ShowSpecialCharacters -> False]}, Visible -> False, FrontEndVersion -> "12.0 for Linux x86 (64-bit) (April 8, 2019)", StyleDefinitions -> "PrivateStylesheetFormatting.nb"] ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{ "Title"->{ Cell[558, 20, 51, 1, 70, "Title",ExpressionUUID->"ab166cad-5d2b-457c-9b5e-7181117e73db", CellTags->"Title"]}, "Description"->{ Cell[612, 23, 168, 4, 70, "Text",ExpressionUUID->"749d7eb7-c34c-42a6-8720-32f7ca402b9c", CellTags->"Description"]}, "Definition"->{ Cell[805, 31, 887, 21, 70, "Section",ExpressionUUID->"f78208ec-3fca-4d7a-b53f-62596e270547", CellTags->"Definition", CellID->474513213]}, "Documentation"->{ Cell[5877, 179, 99, 3, 70, "Section",ExpressionUUID->"e875e8d0-ff0b-4ab3-ba56-891664f9dc2d", CellTags->"Documentation", CellID->855965831]}, "Usage"->{ Cell[6001, 186, 1615, 42, 70, "Subsection",ExpressionUUID->"72677cde-0454-491a-a279-46c96a6aea9d", CellTags->"Usage", CellID->310800389]}, "Details & Options"->{ Cell[8326, 267, 1131, 24, 70, "Subsection",ExpressionUUID->"00d1cfbf-b752-4640-846e-432b28654a50", CellTags->"Details & Options", CellID->66019318]}, "TabNext"->{ Cell[9460, 293, 888, 22, 70, "Notes",ExpressionUUID->"5b8b410c-d1d5-42a5-a676-d95a5848f8de", CellTags->"TabNext", CellID->521904482], Cell[44887, 1538, 496, 8, 70, "Text",ExpressionUUID->"24995e23-4e43-4fb1-8a80-3c0f67887e95", CellTags->"TabNext", CellID->343081869], Cell[47524, 1626, 509, 8, 70, "Text",ExpressionUUID->"488031a5-389e-442a-aabe-bce38cc3add3", CellTags->"TabNext", CellID->567921317], Cell[48793, 1660, 495, 8, 70, "Text",ExpressionUUID->"46880add-04d1-4ecb-8bdf-beb31150c3dc", CellTags->"TabNext", CellID->920818074]}, "Nothing"->{ Cell[10351, 317, 361, 10, 70, "Notes",ExpressionUUID->"cb8b68cf-9a97-4f4d-b72c-a97740a2bdff", CellTags->"Nothing", CellID->982632416]}, "Examples"->{ Cell[10749, 332, 6400, 143, 70, "Section",ExpressionUUID->"32119c60-f8e6-4c0d-9c18-24e7c56a640e", CellTags->"Examples", CellID->180595041]}, "Source & Additional Information"->{ Cell[40542, 1385, 135, 3, 70, "Section",ExpressionUUID->"cc739c43-e1bd-495b-b1dd-4ceaf00ed986", CellTags->"Source & Additional Information", CellID->318391102]}, "Contributed By"->{ Cell[40702, 1392, 683, 18, 70, "Subsection",ExpressionUUID->"743e3285-fae9-4e42-a021-416825b019c0", CellTags->"Contributed By", CellID->127820888]}, "Keywords"->{ Cell[41454, 1417, 684, 18, 70, "Subsection",ExpressionUUID->"3d051fb0-ead1-4885-932a-2fbd445c12cd", CellTags->"Keywords", CellID->547400482]}, "Categories"->{ Cell[42299, 1448, 126, 4, 70, "Subsection",ExpressionUUID->"f93f23af-9de7-43b3-a7e4-31a09863ba2c", CellTags->"Categories", CellID->749076926]}, "Related Symbols"->{ Cell[42512, 1459, 661, 18, 70, "Subsection",ExpressionUUID->"e600b118-72cd-42d7-ae17-26aaf6e5d15d", CellTags->"Related Symbols", CellID->161079978]}, "Related Resource Objects"->{ Cell[43342, 1492, 711, 18, 70, "Subsection",ExpressionUUID->"3e69b368-e880-491b-a62f-f278a3dfbfe0", CellTags->"Related Resource Objects", CellID->588449267]}, "Source/Reference Citation"->{ Cell[44122, 1517, 762, 19, 70, "Subsection",ExpressionUUID->"3708e7ab-3fdd-4ce2-8318-f664d87f526f", CellTags->"Source/Reference Citation", CellID->642091068]}, "Links"->{ Cell[45420, 1551, 614, 18, 70, "Subsection",ExpressionUUID->"0c4dd84b-dbc2-4777-b04a-713ccbd414ac", CellTags->"Links", CellID->521525586]}, "Tests"->{ Cell[46316, 1580, 767, 20, 70, "Subsection",ExpressionUUID->"eff1f096-0a82-4562-bfe3-4203654a5485", CellTags->"Tests", CellID->74308299]}, "Author Notes"->{ Cell[47394, 1620, 127, 4, 70, "Section",ExpressionUUID->"dc91dec8-beb0-4c10-a401-566dd42a2612", CellTags->"Author Notes", CellID->795110225]}, "Submission Notes"->{ Cell[48070, 1639, 720, 19, 70, "Section",ExpressionUUID->"009fe566-e3cf-42f3-b8b6-ecc20e3a627c", CellTags->"Submission Notes", CellID->843283583]} } *) (*CellTagsIndex CellTagsIndex->{ {"Title", 120264, 3036}, {"Description", 120397, 3039}, {"Definition", 120535, 3042}, {"Documentation", 120701, 3046}, {"Usage", 120862, 3050}, {"Details & Options", 121033, 3054}, {"TabNext", 121205, 3058}, {"Nothing", 121788, 3071}, {"Examples", 121947, 3075}, {"Source & Additional Information", 122134, 3079}, {"Contributed By", 122325, 3083}, {"Keywords", 122497, 3087}, {"Categories", 122665, 3091}, {"Related Symbols", 122839, 3095}, {"Related Resource Objects", 123028, 3099}, {"Source/Reference Citation", 123227, 3103}, {"Links", 123407, 3107}, {"Tests", 123567, 3111}, {"Author Notes", 123733, 3115}, {"Submission Notes", 123907, 3119} } *) (*NotebookFileOutline Notebook[{ Cell[558, 20, 51, 1, 70, "Title",ExpressionUUID->"ab166cad-5d2b-457c-9b5e-7181117e73db", CellTags->"Title"], Cell[612, 23, 168, 4, 70, "Text",ExpressionUUID->"749d7eb7-c34c-42a6-8720-32f7ca402b9c", CellTags->"Description"], Cell[CellGroupData[{ Cell[805, 31, 887, 21, 70, "Section",ExpressionUUID->"f78208ec-3fca-4d7a-b53f-62596e270547", CellTags->"Definition", CellID->474513213], Cell[1695, 54, 4167, 122, 70, "Input",ExpressionUUID->"ff8674fe-dd0c-4796-a246-16fd0592e9a3", InitializationCell->True] }, Open ]], Cell[5877, 179, 99, 3, 70, "Section",ExpressionUUID->"e875e8d0-ff0b-4ab3-ba56-891664f9dc2d", CellTags->"Documentation", CellID->855965831], Cell[CellGroupData[{ Cell[6001, 186, 1615, 42, 70, "Subsection",ExpressionUUID->"72677cde-0454-491a-a279-46c96a6aea9d", CellTags->"Usage", CellID->310800389], Cell[CellGroupData[{ Cell[7641, 232, 138, 4, 70, "UsageInputs",ExpressionUUID->"40e61c4c-f06f-49ce-ae0f-cc347aa3c505"], Cell[7782, 238, 151, 6, 70, "UsageDescription",ExpressionUUID->"72641b1d-3af5-48cb-9127-747d38d88f9d"] }, Open ]], Cell[CellGroupData[{ Cell[7970, 249, 136, 4, 70, "UsageInputs",ExpressionUUID->"36a82a91-8afa-4bd5-85ad-182385911fd0"], Cell[8109, 255, 168, 6, 70, "UsageDescription",ExpressionUUID->"f618a742-a133-4177-abfa-5a14fc876045"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[8326, 267, 1131, 24, 70, "Subsection",ExpressionUUID->"00d1cfbf-b752-4640-846e-432b28654a50", CellTags->"Details & Options", CellID->66019318], Cell[9460, 293, 888, 22, 70, "Notes",ExpressionUUID->"5b8b410c-d1d5-42a5-a676-d95a5848f8de", CellTags->"TabNext", CellID->521904482], Cell[10351, 317, 361, 10, 70, "Notes",ExpressionUUID->"cb8b68cf-9a97-4f4d-b72c-a97740a2bdff", CellTags->"Nothing", CellID->982632416] }, Open ]], Cell[CellGroupData[{ Cell[10749, 332, 6400, 143, 70, "Section",ExpressionUUID->"32119c60-f8e6-4c0d-9c18-24e7c56a640e", CellTags->"Examples", CellID->180595041], Cell[CellGroupData[{ Cell[17174, 479, 56, 1, 70, "Subsection",ExpressionUUID->"d6dec8dd-c0b6-4ac0-a592-e08af4541ead", CellID->462042388], Cell[17233, 482, 273, 6, 70, "Text",ExpressionUUID->"7a49465f-c01a-4a18-950b-12925e408cc8", CellID->13078159], Cell[CellGroupData[{ Cell[17531, 492, 282, 8, 70, "Input",ExpressionUUID->"3ffdefa2-6ca1-430b-a986-16ab9939d8a6", CellID->443871870], Cell[17816, 502, 2705, 90, 70, "Output",ExpressionUUID->"b6a5ec1d-9099-44b1-84fa-be76aa222393", CellID->499721349] }, Open ]], Cell[CellGroupData[{ Cell[20558, 597, 164, 4, 70, "Input",ExpressionUUID->"5dd93a39-e64b-4a5a-9a12-169ab3689d12", CellID->8169226], Cell[20725, 603, 116, 3, 70, "Output",ExpressionUUID->"ccb19042-49be-48f0-9965-7e47bc7b4be4", CellID->1251150756] }, Open ]], Cell[20856, 609, 197, 5, 70, "Text",ExpressionUUID->"cc936ae4-e6d2-43ff-b8f0-7d4a55db6b40", CellID->305982435], Cell[CellGroupData[{ Cell[21078, 618, 196, 5, 70, "Input",ExpressionUUID->"3c747111-bb85-4a05-badd-ce90a42e1999", CellID->689387391], Cell[21277, 625, 116, 3, 70, "Output",ExpressionUUID->"ddf421da-d73e-4264-ac1e-ea2c9ad904f8", CellID->1739145925] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[21442, 634, 47, 1, 70, "Subsection",ExpressionUUID->"6d92b9ea-ef07-4db9-9b4d-4dc7ce1e30e4", CellID->964056545], Cell[21492, 637, 144, 2, 70, "Text",ExpressionUUID->"98f6e427-f1ab-4b7e-8039-9081b6ebd11d", CellID->649685796], Cell[CellGroupData[{ Cell[21661, 643, 292, 8, 70, "Input",ExpressionUUID->"196737dc-91d8-4d0d-9a54-6d02d6a641cf", CellID->836153427], Cell[21956, 653, 18525, 725, 70, "Output",ExpressionUUID->"0c3a851b-06b6-4ed7-8bd1-476e12f6e83b", CellID->869338181] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[40542, 1385, 135, 3, 70, "Section",ExpressionUUID->"cc739c43-e1bd-495b-b1dd-4ceaf00ed986", CellTags->"Source & Additional Information", CellID->318391102], Cell[CellGroupData[{ Cell[40702, 1392, 683, 18, 70, "Subsection",ExpressionUUID->"743e3285-fae9-4e42-a021-416825b019c0", CellTags->"Contributed By", CellID->127820888], Cell[41388, 1412, 29, 0, 70, "Text",ExpressionUUID->"67375c5a-18b1-4b05-a30c-28fc49f09e9c"] }, Open ]], Cell[CellGroupData[{ Cell[41454, 1417, 684, 18, 70, "Subsection",ExpressionUUID->"3d051fb0-ead1-4885-932a-2fbd445c12cd", CellTags->"Keywords", CellID->547400482], Cell[42141, 1437, 32, 0, 70, "Item",ExpressionUUID->"d2448a26-691f-4aee-ba7e-5accb050fb4d"], Cell[42176, 1439, 23, 0, 70, "Item",ExpressionUUID->"1a741f7c-0e24-4cc3-8b09-95965711eb2d"], Cell[42202, 1441, 29, 0, 70, "Item",ExpressionUUID->"76d27dc6-b8de-4edb-8975-63d226eba1d0"], Cell[42234, 1443, 28, 0, 70, "Item",ExpressionUUID->"cf4d5723-5b68-4a49-a68f-b82426718d2e"] }, Open ]], Cell[CellGroupData[{ Cell[42299, 1448, 126, 4, 70, "Subsection",ExpressionUUID->"f93f23af-9de7-43b3-a7e4-31a09863ba2c", CellTags->"Categories", CellID->749076926], Cell[42428, 1454, 47, 0, 70, "Item",ExpressionUUID->"40149c70-7f37-4631-a325-fb1be132861a"] }, Open ]], Cell[CellGroupData[{ Cell[42512, 1459, 661, 18, 70, "Subsection",ExpressionUUID->"e600b118-72cd-42d7-ae17-26aaf6e5d15d", CellTags->"Related Symbols", CellID->161079978], Cell[43176, 1479, 26, 0, 70, "Item",ExpressionUUID->"fde4bbd9-1c08-4cc7-8146-72e8ceba43a1"], Cell[43205, 1481, 26, 0, 70, "Item",ExpressionUUID->"e74af589-20f5-49d6-bf9d-29a72209e0b4"], Cell[43234, 1483, 21, 0, 70, "Item",ExpressionUUID->"50297d6c-1f72-4a3e-a0e5-498851dbb42f"], Cell[43258, 1485, 23, 0, 70, "Item",ExpressionUUID->"88f8f713-764b-461c-888f-8b0de29518d5"], Cell[43284, 1487, 21, 0, 70, "Item",ExpressionUUID->"af1fbad4-4c8a-4e7e-9fea-774b43474a64"] }, Open ]], Cell[CellGroupData[{ Cell[43342, 1492, 711, 18, 70, "Subsection",ExpressionUUID->"3e69b368-e880-491b-a62f-f278a3dfbfe0", CellTags->"Related Resource Objects", CellID->588449267], Cell[44056, 1512, 29, 0, 70, "Item",ExpressionUUID->"b7dd882e-af35-44fd-a61c-6f9217dcf8e0"] }, Open ]], Cell[CellGroupData[{ Cell[44122, 1517, 762, 19, 70, "Subsection",ExpressionUUID->"3708e7ab-3fdd-4ce2-8318-f664d87f526f", CellTags->"Source/Reference Citation", CellID->642091068], Cell[44887, 1538, 496, 8, 70, "Text",ExpressionUUID->"24995e23-4e43-4fb1-8a80-3c0f67887e95", CellTags->"TabNext", CellID->343081869] }, Open ]], Cell[CellGroupData[{ Cell[45420, 1551, 614, 18, 70, "Subsection",ExpressionUUID->"0c4dd84b-dbc2-4777-b04a-713ccbd414ac", CellTags->"Links", CellID->521525586], Cell[46037, 1571, 242, 4, 70, "Item",ExpressionUUID->"54c46649-739e-4615-ae43-94e91e9d12ba"] }, Open ]], Cell[CellGroupData[{ Cell[46316, 1580, 767, 20, 70, "Subsection",ExpressionUUID->"eff1f096-0a82-4562-bfe3-4203654a5485", CellTags->"Tests", CellID->74308299], Cell[CellGroupData[{ Cell[47108, 1604, 129, 4, 70, "Input",ExpressionUUID->"e90b229a-6f39-4b69-b61f-41b92abcbcfb", CellID->667877521], Cell[47240, 1610, 93, 3, 70, "Output",ExpressionUUID->"bfb5cc3d-eef4-4906-8392-9b34eae8c93e", CellID->993233288] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[47394, 1620, 127, 4, 70, "Section",ExpressionUUID->"dc91dec8-beb0-4c10-a401-566dd42a2612", CellTags->"Author Notes", CellID->795110225], Cell[47524, 1626, 509, 8, 70, "Text",ExpressionUUID->"488031a5-389e-442a-aabe-bce38cc3add3", CellTags->"TabNext", CellID->567921317] }, Open ]], Cell[CellGroupData[{ Cell[48070, 1639, 720, 19, 70, "Section",ExpressionUUID->"009fe566-e3cf-42f3-b8b6-ecc20e3a627c", CellTags->"Submission Notes", CellID->843283583], Cell[48793, 1660, 495, 8, 70, "Text",ExpressionUUID->"46880add-04d1-4ecb-8bdf-beb31150c3dc", CellTags->"TabNext", CellID->920818074] }, Open ]] } ] *) (* End of internal cache information *)