(*********************************************************************** Mathematica-Compatible Notebook This notebook can be used on any computer system with Mathematica 4.0, MathReader 4.0, or any compatible application. The data for the notebook starts with the line containing stars above. To get the notebook into a Mathematica-compatible application, do one of the following: * Save the data starting with the line of stars above into a file with a name ending in .nb, then open the file inside the application; * Copy the data starting with the line of stars above to the clipboard, then use the Paste menu command inside the application. Data for notebooks contains only printable 7-bit ASCII and can be sent directly in email or through ftp in text mode. Newlines can be CR, LF or CRLF (Unix, Macintosh or MS-DOS style). NOTE: If you modify the data for this notebook not in a Mathematica- compatible application, you must delete the line below containing the word CacheID, otherwise Mathematica-compatible applications may try to use invalid cache data. For more information on notebooks and Mathematica-compatible applications, contact Wolfram Research: web: http://www.wolfram.com email: info@wolfram.com phone: +1-217-398-0700 (U.S.) Notebook reader applications are available free of charge from Wolfram Research. ***********************************************************************) (*CacheID: 232*) (*NotebookFileLineBreakTest NotebookFileLineBreakTest*) (*NotebookOptionsPosition[ 446310, 9742]*) (*NotebookOutlinePosition[ 447094, 9770]*) (* CellTagsIndexPosition[ 447050, 9766]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell["Hadamard Search Package - Readme", "Title"], Cell["\<\ Victor Alvarez Solano, Jose Andres Armario Sampalo, Maria Dolores \ Frau Garcia and Pedro Real Jurado Departamento de Matematica Aplicada I, University of Seville (Spain). 20 August 2006\ \>", "Subtitle"], Cell["valvarez@us.es", "Subsubtitle"], Cell[TextData[{ "Determining Hadamard matrices at a desired dimension is a very difficult \ task. Furthermore, the Hadamard conjecture about the existence of Hadamard \ matrices at every dimension multiple of 4 is still open. A new insight on the \ subject was provided by the tandem De Launey-Horadam in the early 90s, in \ terms of ", StyleBox["cocyclic", FontSlant->"Italic"], " Hadamard matrices. The term cocyclic refers to cocycles coming from the \ second group of cohomology. The main difficulty in this approximation is how \ to explicitly construct a basis for 2-cocycles. This question is \ significantly skipped with the use of the so-called ", StyleBox["homologial reduction method", FontSlant->"Italic"], ", provided a ", StyleBox["homological model", FontSlant->"Italic"], " for the given group is known. This package provides a means of explicitly \ constructing a basis for 2-cocycles on G from a homological model hG for G. \ Depending on the choice of the user, an exhaustive (which is only recommended \ for low dimensions) or heuristic search for cocyclic Hadamard matrices over G \ is then developed." }], "Text"], Cell[CellGroupData[{ Cell["Loading the package HadamardSearch", "Subsection"], Cell[TextData[{ "The package `HadamardSearch` may be placed in folder: ", Cell[BoxData[ \("/Applications/Mathematica 5.2.app/AddOns/Applications"\)], "Output"], "/.\nI use the Get request and select initialization as a cell property \ such as:" }], "Text"], Cell[BoxData[ \(\(<< HadamardSearch.m;\)\)], "Input", InitializationCell->True], Cell["For questions or comments please email me at valvarez@us.es", "Text"] }, Open ]], Cell[CellGroupData[{ Cell["Examples to use the package and possible tests", "Section"], Cell["\<\ All the calculations about the homological model have been provided \ by the package \"HomologyIteratedGroups\" which has been developed by the \ author as well.\ \>", "Text"], Cell["\<\ Let consider the dihedral group D_4t = Z_2t x_chi Z_2, for the \ dihedral action chi:Z_2 x Z_2t--\[Rule]Z_2t given by chi[1,a]= 2t-a and _a_ \ otherwise. We consider the following ordering in D_4t: {0, \ 0},{0,1},{1,0},{1,1},{2,0},{2,1},...,{2t-1,0},{2t-1,1}. Attending to this \ ordering, a matrix PR representing the group law in D_4t for t=4 is given by \ \ \>", "Text"], Cell[BoxData[ RowBox[{ RowBox[{"PR", "=", TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16"}, {"2", "1", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7", "6", "5", "4", "3"}, {"3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "1", "2"}, {"4", "3", "2", "1", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7", "6", "5"}, {"5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "1", "2", "3", "4"}, {"6", "5", "4", "3", "2", "1", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7"}, {"7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "1", "2", "3", "4", "5", "6"}, {"8", "7", "6", "5", "4", "3", "2", "1", "16", "15", "14", "13", "12", "11", "10", "9"}, {"9", "10", "11", "12", "13", "14", "15", "16", "1", "2", "3", "4", "5", "6", "7", "8"}, {"10", "9", "8", "7", "6", "5", "4", "3", "2", "1", "16", "15", "14", "13", "12", "11"}, {"11", "12", "13", "14", "15", "16", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}, {"12", "11", "10", "9", "8", "7", "6", "5", "4", "3", "2", "1", "16", "15", "14", "13"}, {"13", "14", "15", "16", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"}, {"14", "13", "12", "11", "10", "9", "8", "7", "6", "5", "4", "3", "2", "1", "16", "15"}, {"15", "16", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14"}, {"16", "15", "14", "13", "12", "11", "10", "9", "8", "7", "6", "5", "4", "3", "2", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]}], ";"}]], "Input"], Cell["\<\ Assume that a basis for hG_1 is {{1,0},{0,1}}, a basis for hG_2 is \ {{2,0},{1,1},{0,2}} and a basis for hG_3 is {{3,0},{2,1},{1,2},{0,3}}. In \ these circumstances, a matrix representing F1 is \ \>", "Text"], Cell[BoxData[ RowBox[{ RowBox[{"F1", "=", RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0"}, {"0", "1"}, {"1", "0"}, {"1", "1"}, {"2", "0"}, {"2", "1"}, {"3", "0"}, {"3", "1"}, {"4", "0"}, {"4", "1"}, {"5", "0"}, {"5", "1"}, {"6", "0"}, {"6", "1"}, {"7", "0"}, {"7", "1"} }], "\[NoBreak]", ")"}]}], ";"}]], "Input"], Cell[TextData[Cell[BoxData[ \(\(\(A\)\(\ \)\(matrix\)\(\ \)\(representing\)\(\ \)\(F2\)\(\ \)\(is\)\(\ \ \)\)\)]]], "Text"], Cell[BoxData[ RowBox[{ RowBox[{"F2", "=", RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "1"}, {"0", "1", "0"}, {"0", "1", "1"}, {"1", "2", "0"}, {"1", "2", "1"}, {"2", "3", "0"}, {"2", "3", "1"}, {"3", "4", "0"}, {"3", "4", "1"}, {"4", "5", "0"}, {"4", "5", "1"}, {"5", "6", "0"}, {"5", "6", "1"}, {"6", "7", "0"}, {"6", "7", "1"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"0", "0", "0"}, {"0", "0", "1"}, {"1", "1", "0"}, {"1", "1", "1"}, {"1", "2", "0"}, {"1", "2", "1"}, {"2", "3", "0"}, {"2", "3", "1"}, {"3", "4", "0"}, {"3", "4", "1"}, {"4", "5", "0"}, {"4", "5", "1"}, {"5", "6", "0"}, {"5", "6", "1"}, {"6", "7", "0"}, {"6", "7", "1"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"0", "0", "0"}, {"0", "0", "1"}, {"1", "1", "0"}, {"1", "1", "1"}, {"2", "2", "0"}, {"2", "2", "1"}, {"2", "3", "0"}, {"2", "3", "1"}, {"3", "4", "0"}, {"3", "4", "1"}, {"4", "5", "0"}, {"4", "5", "1"}, {"5", "6", "0"}, {"5", "6", "1"}, {"6", "7", "0"}, {"6", "7", "1"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"0", "0", "0"}, {"0", "0", "1"}, {"1", "1", "0"}, {"1", "1", "1"}, {"2", "2", "0"}, {"2", "2", "1"}, {"3", "3", "0"}, {"3", "3", "1"}, {"3", "4", "0"}, {"3", "4", "1"}, {"4", "5", "0"}, {"4", "5", "1"}, {"5", "6", "0"}, {"5", "6", "1"}, {"6", "7", "0"}, {"6", "7", "1"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"0", "0", "0"}, {"0", "0", "1"}, {"1", "1", "0"}, {"1", "1", "1"}, {"2", "2", "0"}, {"2", "2", "1"}, {"3", "3", "0"}, {"3", "3", "1"}, {"4", "4", "0"}, {"4", "4", "1"}, {"4", "5", "0"}, {"4", "5", "1"}, {"5", "6", "0"}, {"5", "6", "1"}, {"6", "7", "0"}, {"6", "7", "1"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "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"}, {"0", "0", "0"}, {"0", "0", "1"}, {"1", "1", "0"}, {"1", "1", "1"}, {"2", "2", "0"}, {"2", "2", "1"}, {"3", "3", "0"}, {"3", "3", "1"}, {"4", "4", "0"}, {"4", "4", "1"}, {"5", "5", "0"}, {"5", "5", "1"}, {"5", "6", "0"}, {"5", "6", "1"}, {"6", "7", "0"}, {"6", "7", "1"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "0", "0"}, {"0", "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"}, {"1", "0", "0"}, {"1", "0", "0"}, {"0", "0", "0"}, {"0", "0", "1"}, {"1", "1", "0"}, {"1", "1", "1"}, {"2", "2", "0"}, {"2", "2", "1"}, {"3", "3", "0"}, {"3", "3", "1"}, {"4", "4", "0"}, {"4", "4", "1"}, {"5", "5", "0"}, {"5", "5", "1"}, {"6", "6", "0"}, {"6", "6", "1"}, {"6", "7", "0"}, {"6", "7", "1"}, {"0", "0", "0"}, {"0", "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"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"1", "0", "0"}, {"0", "0", "0"}, {"0", "0", "1"}, {"1", "1", "0"}, {"1", "1", "1"}, {"2", "2", "0"}, {"2", "2", "1"}, {"3", "3", "0"}, {"3", "3", "1"}, {"4", "4", "0"}, {"4", "4", "1"}, {"5", "5", "0"}, {"5", "5", "1"}, {"6", "6", "0"}, {"6", "6", "1"}, {"7", "7", "0"}, {"7", "7", "1"} }], "\[NoBreak]", ")"}]}], ";"}]], "Input"], Cell[TextData[{ "\n\n", Cell[BoxData[ \(\(\(A\)\(\ \)\(matrix\)\(\ \)\(representing\)\(\ \)\(M2\)\(\ \)\((d2)\ \)\(\ \)\(is\)\(\ \)\)\)]] }], "Text"], Cell[BoxData[ RowBox[{ TagBox[ RowBox[{"M2", "=", RowBox[{"(", "\[NoBreak]", GridBox[{ {"8", "0"}, {\(-6\), "0"}, {"0", "2"} }], "\[NoBreak]", ")"}]}], (MatrixForm[ #]&)], ";"}]], "Input"], Cell["A matrix representing M3 (d3) is ", "Text"], Cell[BoxData[ RowBox[{ RowBox[{"M3", "=", RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", "0"}, {"6", "8", "0"}, {\(-6\), \(-8\), "0"}, {"0", "0", "0"} }], "\[NoBreak]", ")"}]}], ";"}]], "Input"], Cell["\<\ Now we may proceed to develope an exahustive search (this is only \ feasible for groups of low order, up to order 28).\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(\(HadamardSearch[PR, M2, M3, F1, F2, 1];\)\)], "Input"], Cell[BoxData[ \("Calculating a basis for 2-coboundaries..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]2\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 2, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]3\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 3, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]4\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 4, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]5\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 5, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]6\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 6, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]7\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 7, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]8\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 8, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]9\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 9, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]10\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 10, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, { "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\)}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]11\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 11, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\)}, { "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]12\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 12, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, { "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\)}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]13\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 13, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\)}, { "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]14\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 14, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, { "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\)}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ \("Calculating a system of generators for 2-cocycles coming from \ inflation..."\)], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ \("Calculating a system of generators for 2-cocycles coming from \ transgression..."\)], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\)}, {"1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\)}, {"1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ \("Searching for cocyclic Hadamard matrices..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 6, 7, 9, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 6, 7, 9, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 8, 9, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 8, 9, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 7, 8, 9, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 7, 8, 9, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 8, 9, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 8, 9, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 7, 10, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 7, 10, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 8, 10, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 8, 10, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 7, 8, 10, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 7, 8, 10, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 6, 7, 8, 10, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 6, 7, 8, 10, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 9, 10, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 9, 10, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 9, 10, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 9, 10, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 7, 9, 10, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 7, 9, 10, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 9, 10, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 9, 10, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 8, 9, 10, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 8, 9, 10, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 6, 8, 9, 10, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 6, 8, 9, 10, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 7, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 7, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 6, 7, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 6, 7, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 8, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 8, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 7, 8, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 7, 8, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 8, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 8, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 9, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 9, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 6, 9, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 6, 9, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 6, 9, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 6, 9, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 6, 7, 9, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 6, 7, 9, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 8, 9, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 8, 9, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 8, 9, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 8, 9, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 7, 8, 9, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 7, 8, 9, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 7, 8, 9, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 7, 8, 9, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 6, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 6, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 7, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 7, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 6, 8, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 6, 8, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 6, 8, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 6, 8, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 7, 8, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 7, 8, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 7, 8, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 7, 8, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 9, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 9, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 7, 9, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 7, 9, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 7, 9, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 7, 9, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 8, 9, 10, 11, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 8, 9, 10, 11, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 7, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 7, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 8, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 8, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 8, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 8, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 7, 8, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 7, 8, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 6, 7, 8, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 6, 7, 8, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 9, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 9, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 9, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 9, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 6, 9, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 6, 9, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 9, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 9, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 9, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 9, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 6, 8, 9, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 6, 8, 9, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 7, 8, 9, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 7, 8, 9, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 7, 8, 9, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 7, 8, 9, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 6, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 6, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 6, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 6, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 6, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 6, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 6, 7, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 6, 7, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 6, 7, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 6, 7, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 8, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 8, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 7, 8, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 7, 8, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 7, 8, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 7, 8, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 6, 9, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 6, 9, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 6, 7, 9, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 6, 7, 9, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 8, 9, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 8, 9, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 8, 9, 10, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 8, 9, 10, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 7, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 7, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 8, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 8, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 6, 8, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 6, 8, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 6, 8, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 6, 8, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 7, 9, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 7, 9, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 6, 7, 9, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 6, 7, 9, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 8, 9, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 8, 9, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 8, 9, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 8, 9, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 7, 8, 9, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 7, 8, 9, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 7, 10, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 7, 10, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 6, 7, 10, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 6, 7, 10, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 8, 10, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 8, 10, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 8, 10, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 8, 10, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 7, 8, 10, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 7, 8, 10, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 8, 10, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 8, 10, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 9, 10, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 9, 10, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 6, 9, 10, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 6, 9, 10, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 7, 9, 10, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 7, 9, 10, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 7, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 7, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 6, 7, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 6, 7, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 6, 7, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 6, 7, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 8, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 8, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 7, 8, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 7, 8, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 8, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 8, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 9, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 9, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 9, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 9, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 6, 9, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 6, 9, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 6, 9, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 6, 9, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 7, 9, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 7, 9, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 6, 7, 9, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 6, 7, 9, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 8, 9, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 8, 9, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 8, 9, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 8, 9, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 7, 8, 9, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 7, 8, 9, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 7, 8, 9, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 7, 8, 9, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 8, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 8, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 6, 8, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 6, 8, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 7, 8, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 7, 8, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 6, 7, 8, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 6, 7, 8, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 7, 9, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 7, 9, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 8, 9, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 8, 9, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 8, 9, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 8, 9, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 8, 9, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 8, 9, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 7, 8, 9, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 7, 8, 9, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 7, 8, 9, 10, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 7, 8, 9, 10, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 6, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 6, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 6, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 6, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 7, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 7, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 6, 7, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 6, 7, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 6, 7, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 6, 7, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 8, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 8, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 8, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 8, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 7, 8, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 7, 8, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 6, 7, 8, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 6, 7, 8, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 6, 9, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 6, 9, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 8, 9, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 8, 9, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 8, 9, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 8, 9, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 8, 9, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 8, 9, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 7, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 7, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 6, 7, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 6, 7, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 8, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 8, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 7, 8, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 7, 8, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 7, 8, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 7, 8, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 9, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 9, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 9, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 9, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 6, 9, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 6, 9, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 9, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 9, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 7, 8, 9, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 7, 8, 9, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 6, 7, 8, 9, 10, 11, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 6, 7, 8, 9, 10, 11, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 6, 8, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 6, 8, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 7, 8, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 7, 8, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 6, 7, 8, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 6, 7, 8, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 9, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 9, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 7, 9, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 7, 9, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 7, 9, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 7, 9, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 6, 7, 9, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 6, 7, 9, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 6, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 6, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 7, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 7, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 8, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 8, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 8, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 8, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 7, 8, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 7, 8, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 8, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 8, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 9, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 9, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 9, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 9, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 6, 9, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 6, 9, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 7, 9, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 7, 9, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 6, 7, 9, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 6, 7, 9, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 8, 9, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 8, 9, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 8, 9, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 8, 9, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 8, 9, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 8, 9, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 7, 8, 9, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 7, 8, 9, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 7, 8, 9, 10, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 7, 8, 9, 10, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 8, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 8, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 8, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 8, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 7, 8, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 7, 8, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 9, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 9, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 9, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 9, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 9, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 9, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 9, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 9, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 9, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 9, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 8, 9, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 8, 9, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 7, 8, 9, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 7, 8, 9, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 10, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 10, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 6, 10, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 6, 10, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 7, 10, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 7, 10, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 8, 10, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 8, 10, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 8, 9, 10, 11, 12, 13, 14}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 8, 9, 10, 11, 12, 13, 14}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 7, 8, 9, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 7, 8, 9, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 7, 8, 10, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 7, 8, 10, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 11, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 11, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 6, 9, 11, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 6, 9, 11, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 7, 8, 9, 11, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 7, 8, 9, 11, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 10, 11, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 10, 11, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 7, 8, 10, 11, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 7, 8, 10, 11, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 9, 10, 11, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 9, 10, 11, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 12, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 12, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 6, 9, 12, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 6, 9, 12, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 7, 8, 9, 12, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 7, 8, 9, 12, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 6, 10, 12, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 6, 10, 12, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 7, 8, 10, 12, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 7, 8, 10, 12, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 6, 9, 10, 12, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 6, 9, 10, 12, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 7, 8, 9, 11, 12, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 7, 8, 9, 11, 12, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 7, 8, 10, 11, 12, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 7, 8, 10, 11, 12, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 7, 8, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 7, 8, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 7, 8, 9, 10, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 7, 8, 9, 10, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 6, 11, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 6, 11, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 7, 8, 11, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 7, 8, 11, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 6, 9, 11, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 6, 9, 11, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 10, 11, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 10, 11, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 6, 9, 10, 11, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 6, 9, 10, 11, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 7, 8, 9, 10, 11, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 7, 8, 9, 10, 11, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 12, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 12, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 7, 8, 12, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 7, 8, 12, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 9, 12, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 9, 12, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 6, 10, 12, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 6, 10, 12, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 6, 9, 10, 12, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 6, 9, 10, 12, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 7, 8, 9, 10, 12, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 7, 8, 9, 10, 12, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 7, 8, 11, 12, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 7, 8, 11, 12, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 8, 9, 10, 11, 12, 13, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 8, 9, 10, 11, 12, 13, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 6, 7, 9, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 6, 7, 9, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 8, 10, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 8, 10, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 9, 10, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 9, 10, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 8, 9, 10, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 8, 9, 10, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 8, 11, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 8, 11, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 6, 7, 9, 11, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 6, 7, 9, 11, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 8, 9, 11, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 8, 9, 11, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 7, 9, 10, 11, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 7, 9, 10, 11, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 7, 12, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 7, 12, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 6, 7, 10, 12, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 6, 7, 10, 12, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 8, 10, 12, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 8, 10, 12, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 8, 9, 10, 12, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 8, 9, 10, 12, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 11, 12, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 11, 12, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 8, 11, 12, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 8, 11, 12, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 8, 9, 11, 12, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 8, 9, 11, 12, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 6, 7, 10, 11, 12, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 6, 7, 10, 11, 12, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 6, 7, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 6, 7, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 10, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 10, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 8, 10, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 8, 10, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 8, 9, 10, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 8, 9, 10, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 6, 7, 11, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 6, 7, 11, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 8, 11, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 8, 11, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 8, 9, 11, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 8, 9, 11, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 7, 10, 11, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 7, 10, 11, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 6, 7, 9, 12, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 6, 7, 9, 12, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 8, 10, 12, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 8, 10, 12, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 6, 7, 9, 10, 12, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 6, 7, 9, 10, 12, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 8, 9, 10, 12, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 8, 9, 10, 12, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 8, 11, 12, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 8, 11, 12, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 9, 11, 12, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 9, 11, 12, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 8, 9, 11, 12, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 8, 9, 11, 12, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 6, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 6, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 6, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 6, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 7, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 7, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 7, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 7, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 7, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 7, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 7, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 7, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 7, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 7, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 7, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 7, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 6, 7, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 6, 7, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 6, 7, 8, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 6, 7, 8, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 6, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 6, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 7, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 7, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 7, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 7, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 6, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 6, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 7, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 7, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 7, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 7, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 7, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 7, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 7, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 7, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 6, 7, 8, 9, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 6, 7, 8, 9, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 7, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 7, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 7, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 7, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 7, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 7, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 7, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 7, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 6, 8, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 6, 8, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 6, 8, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 6, 8, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 6, 7, 8, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 6, 7, 8, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 6, 7, 8, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 6, 7, 8, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 7, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 7, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 7, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 7, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 7, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 7, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 6, 8, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 6, 8, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 6, 8, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 6, 8, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 6, 7, 8, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 6, 7, 8, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 7, 8, 9, 10, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 7, 8, 9, 10, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 6, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 6, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 7, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 7, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 7, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 7, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 7, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 7, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 7, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 7, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 7, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 7, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 6, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 6, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 7, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 7, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 7, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 7, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 7, 8, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 7, 8, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 7, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 7, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 7, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 7, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 8, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 8, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 8, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 8, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 7, 8, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 7, 8, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 7, 8, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 7, 8, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 8, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 8, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 7, 8, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 7, 8, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 7, 8, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 7, 8, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 6, 7, 8, 9, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 6, 7, 8, 9, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{7, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {7, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 7, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 7, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 6, 8, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 6, 8, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 8, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 8, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 8, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 8, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 7, 8, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 7, 8, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 7, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 7, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 7, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 7, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 8, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 8, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 6, 7, 8, 9, 10, 11, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 6, 7, 8, 9, 10, 11, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 6, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 6, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 7, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 7, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 7, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 7, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 7, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 7, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 7, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 7, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 7, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 7, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 7, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 7, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 8, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 8, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 8, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 8, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 6, 8, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 6, 8, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 6, 8, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 6, 8, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 7, 8, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 7, 8, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 6, 7, 8, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 6, 7, 8, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 8, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 8, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 6, 7, 8, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 6, 7, 8, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 7, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 7, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 7, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 7, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 7, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 7, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 8, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 8, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 6, 8, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 6, 8, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 8, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 8, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 6, 7, 8, 9, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 6, 7, 8, 9, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 7, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 7, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 7, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 7, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 7, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 7, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 8, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 8, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 8, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 8, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 7, 8, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 7, 8, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 7, 8, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 7, 8, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 7, 8, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 7, 8, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 8, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 8, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 7, 8, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 7, 8, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 7, 8, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 7, 8, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 7, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 7, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 7, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 7, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 7, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 7, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 6, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 6, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 6, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 6, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 7, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 7, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 7, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 7, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 7, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 7, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 7, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 7, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 7, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 7, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 6, 7, 8, 9, 10, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 6, 7, 8, 9, 10, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 6, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 6, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 8, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 8, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 6, 8, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 6, 8, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 8, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 8, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 6, 8, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 6, 8, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 6, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 6, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 7, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 7, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 7, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 7, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 7, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 7, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 7, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 7, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 8, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 8, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 6, 8, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 6, 8, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 8, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 8, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{7, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {7, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 7, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 7, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 6, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 6, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 7, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 7, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 7, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 7, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 6, 7, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 6, 7, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 6, 7, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 6, 7, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 8, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 8, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 7, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 7, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 7, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 7, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 8, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 8, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 6, 8, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 6, 8, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 7, 8, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 7, 8, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 5, 7, 8, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 5, 7, 8, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 6, 7, 8, 9, 10, 11, 12, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 6, 7, 8, 9, 10, 11, 12, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 6, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 6, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 7, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 7, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 7, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 7, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 7, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 7, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 6, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 6, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 6, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 6, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{7, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {7, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 7, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 7, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 7, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 7, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 7, 8, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 7, 8, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 7, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 7, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 7, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 7, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 7, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 7, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 7, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 7, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 7, 8, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 7, 8, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 7, 8, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 7, 8, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 8, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 8, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 8, 9, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 8, 9, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 6, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 6, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 7, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 7, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 7, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 7, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 6, 8, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 6, 8, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 8, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 8, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 7, 8, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 7, 8, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 7, 8, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 7, 8, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 9, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 9, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 9, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 9, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{7, 9, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {7, 9, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 7, 9, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 7, 9, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 8, 9, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 8, 9, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 8, 9, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 8, 9, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 8, 9, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 8, 9, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 6, 7, 8, 9, 10, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 6, 7, 8, 9, 10, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 7, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 7, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 7, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 7, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 7, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 7, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 7, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 7, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 8, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 8, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 6, 8, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 6, 8, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{7, 8, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {7, 8, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 7, 8, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 7, 8, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 7, 8, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 7, 8, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 8, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 8, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 7, 8, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 7, 8, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 7, 8, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 7, 8, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 6, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 6, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 6, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 6, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 5, 6, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 5, 6, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 7, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 7, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 7, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 7, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 7, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 7, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 7, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 7, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 7, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 7, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 7, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 7, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 6, 7, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 6, 7, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 6, 7, 8, 9, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 6, 7, 8, 9, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 7, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 7, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 7, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 7, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 6, 8, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 6, 8, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 8, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 8, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 8, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 8, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 6, 7, 8, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 6, 7, 8, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 6, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 6, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 7, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 7, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 7, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 7, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 7, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 7, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 3, 4, 6, 8, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 3, 4, 6, 8, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 8, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 8, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 6, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 6, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 7, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 7, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 6, 7, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 6, 7, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 6, 8, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 6, 8, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 6, 8, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 6, 8, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 7, 8, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 7, 8, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 6, 7, 8, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 6, 7, 8, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 6, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 6, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 7, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 7, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 7, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 7, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 6, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 6, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{7, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {7, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 7, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 7, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 7, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 7, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 7, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 7, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{7, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {7, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 7, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 7, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 6, 8, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 6, 8, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 6, 8, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 6, 8, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 7, 8, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 7, 8, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 7, 8, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 7, 8, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 8, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 8, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 6, 7, 8, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 6, 7, 8, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 7, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 7, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 6, 7, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 6, 7, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 8, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 8, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 6, 8, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 6, 8, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 7, 8, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 7, 8, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 7, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 7, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 7, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 7, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 7, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 7, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 7, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 7, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 7, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 7, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 5, 6, 7, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 5, 6, 7, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 4, 5, 6, 7, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 4, 5, 6, 7, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 7, 8, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 7, 8, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 7, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 7, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 7, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 7, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 8, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 8, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 6, 8, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 6, 8, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{7, 8, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {7, 8, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 7, 8, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 7, 8, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 5, 7, 8, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 5, 7, 8, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 7, 8, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 7, 8, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 5, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 5, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 5, 6, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 5, 6, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 7, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 7, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{6, 7, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {6, 7, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 6, 7, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 6, 7, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 6, 7, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 6, 7, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{5, 6, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {5, 6, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{3, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {3, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{4, 7, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {4, 7, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 4, 7, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 4, 7, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{2, 5, 7, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {2, 5, 7, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("The 2-cocycle generated by the Hadamard product of \ the following generators "\[InvisibleSpace]{1, 2, 5, 7, 8, 9, 10, 11, 12, 13, 14, 16}\[InvisibleSpace]" gives raise to a Hadamard matrix"\), SequenceForm[ "The 2-cocycle generated by the Hadamard product of the following \ generators ", {1, 2, 5, 7, 8, 9, 10, 11, 12, 13, 14, 16}, " gives raise to a Hadamard matrix"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("There are "\[InvisibleSpace]768\[InvisibleSpace]" \ Hadamard matrices coming from normalized 2-cocycles."\), SequenceForm[ "There are ", 768, " Hadamard matrices coming from normalized 2-cocycles."], Editable->False]], "Print"] }, Open ]], Cell["\<\ Now we develope a heuristic search, which will output a few \ (posibly one) cocyclic Hadamard matrices over the group.\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(\(HadamardSearch[PR, M2, M3, F1, F2, 2];\)\)], "Input"], Cell[BoxData[ \("Calculating a basis for 2-coboundaries..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]2\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 2, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]3\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 3, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]4\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 4, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]5\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 5, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]6\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 6, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]7\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 7, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]8\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 8, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]9\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 9, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\)}, {"1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]10\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 10, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, { "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\)}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]11\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 11, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\)}, { "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]12\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 12, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, { "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\)}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]13\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 13, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1"}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\)}, { "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\), \(-1\)}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ InterpretationBox[\("The "\[InvisibleSpace]14\[InvisibleSpace]"-ith \ 2-coboundary is a generator:"\), SequenceForm[ "The ", 14, "-ith 2-coboundary is a generator:"], Editable->False]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1", "1"}, {"1", "1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), "1"}, {"1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"}, { "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), "1", \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", \(-1\)}, {"1", "1", \(-1\), "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ \("Calculating a system of generators for 2-cocycles coming from \ inflation..."\)], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\), "1", \(-1\)} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)}, {"1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\), "1", "1", \(-1\), \(-1\)} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ \("Calculating a system of generators for 2-cocycles coming from \ transgression..."\)], "Print"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"}, {"1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\)}, {"1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", \(-1\), \(-1\)}, {"1", "1", \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \ \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\), \(-1\)}, {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"} }], "\[NoBreak]", ")"}], (MatrixForm[ #]&)]], "Print"], Cell[BoxData[ \("Generating the initial population..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("Searching in the generation "\[InvisibleSpace]1\), SequenceForm[ "Searching in the generation ", 1], Editable->False]], "Print"], Cell[BoxData[ \("Crossover and mutation finished..."\)], "Print"], Cell[BoxData[ \("Evaluation of fitness finished..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]0\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 0, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(0\[InvisibleSpace]" individuals"\), SequenceForm[ 0, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]1\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 1, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(1\[InvisibleSpace]" individuals"\), SequenceForm[ 1, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]2\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 2, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(4\[InvisibleSpace]" individuals"\), SequenceForm[ 4, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]3\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 3, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(1\[InvisibleSpace]" individuals"\), SequenceForm[ 1, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]4\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 4, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(4\[InvisibleSpace]" individuals"\), SequenceForm[ 4, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]5\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 5, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(4\[InvisibleSpace]" individuals"\), SequenceForm[ 4, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]6\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 6, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(1\[InvisibleSpace]" individuals"\), SequenceForm[ 1, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]7\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 7, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(6\[InvisibleSpace]" individuals"\), SequenceForm[ 6, " individuals"], Editable->False]], "Print"], Cell[BoxData[ \("Natural selection finished..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("Searching in the generation "\[InvisibleSpace]2\), SequenceForm[ "Searching in the generation ", 2], Editable->False]], "Print"], Cell[BoxData[ \("Crossover and mutation finished..."\)], "Print"], Cell[BoxData[ \("Evaluation of fitness finished..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]0\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 0, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(0\[InvisibleSpace]" individuals"\), SequenceForm[ 0, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]1\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 1, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(1\[InvisibleSpace]" individuals"\), SequenceForm[ 1, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]2\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 2, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(7\[InvisibleSpace]" individuals"\), SequenceForm[ 7, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]3\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 3, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(3\[InvisibleSpace]" individuals"\), SequenceForm[ 3, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]4\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 4, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(6\[InvisibleSpace]" individuals"\), SequenceForm[ 6, " individuals"], Editable->False]], "Print"], Cell[BoxData[ \("Natural selection finished..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("Searching in the generation "\[InvisibleSpace]3\), SequenceForm[ "Searching in the generation ", 3], Editable->False]], "Print"], Cell[BoxData[ \("Crossover and mutation finished..."\)], "Print"], Cell[BoxData[ \("Evaluation of fitness finished..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]0\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 0, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(0\[InvisibleSpace]" individuals"\), SequenceForm[ 0, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]1\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 1, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(1\[InvisibleSpace]" individuals"\), SequenceForm[ 1, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]2\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 2, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(9\[InvisibleSpace]" individuals"\), SequenceForm[ 9, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]3\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 3, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(5\[InvisibleSpace]" individuals"\), SequenceForm[ 5, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]4\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 4, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(7\[InvisibleSpace]" individuals"\), SequenceForm[ 7, " individuals"], Editable->False]], "Print"], Cell[BoxData[ \("Natural selection finished..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("Searching in the generation "\[InvisibleSpace]4\), SequenceForm[ "Searching in the generation ", 4], Editable->False]], "Print"], Cell[BoxData[ \("Crossover and mutation finished..."\)], "Print"], Cell[BoxData[ \("Evaluation of fitness finished..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]0\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 0, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(0\[InvisibleSpace]" individuals"\), SequenceForm[ 0, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]1\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 1, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(1\[InvisibleSpace]" individuals"\), SequenceForm[ 1, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]2\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 2, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(11\[InvisibleSpace]" individuals"\), SequenceForm[ 11, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]3\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 3, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(5\[InvisibleSpace]" individuals"\), SequenceForm[ 5, " individuals"], Editable->False]], "Print"], Cell[BoxData[ \("Natural selection finished..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("Searching in the generation "\[InvisibleSpace]5\), SequenceForm[ "Searching in the generation ", 5], Editable->False]], "Print"], Cell[BoxData[ \("Crossover and mutation finished..."\)], "Print"], Cell[BoxData[ \("Evaluation of fitness finished..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]0\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 0, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(2\[InvisibleSpace]" individuals"\), SequenceForm[ 2, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]1\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 1, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(1\[InvisibleSpace]" individuals"\), SequenceForm[ 1, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]2\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 2, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(12\[InvisibleSpace]" individuals"\), SequenceForm[ 12, " individuals"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\("With a lack of "\[InvisibleSpace]3\[InvisibleSpace]" \ rows to be Hadamard"\), SequenceForm[ "With a lack of ", 3, " rows to be Hadamard"], Editable->False]], "Print"], Cell[BoxData[ InterpretationBox[\(5\[InvisibleSpace]" individuals"\), SequenceForm[ 5, " individuals"], Editable->False]], "Print"], Cell[BoxData[ \("Natural selection finished..."\)], "Print"], Cell[BoxData[ InterpretationBox[\("We have found the following Hadamard matrices in "\ \[InvisibleSpace]5\[InvisibleSpace]" generations..."\), SequenceForm[ "We have found the following Hadamard matrices in ", 5, " generations..."], Editable->False]], "Print"], Cell[BoxData[ \({1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1}\)], "Print"], Cell[BoxData[ \({1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1}\)], "Print"] }, Open ]] }, Open ]] }, Open ]] }, FrontEndVersion->"4.0 for Microsoft Windows", ScreenRectangle->{{0, 1280}, {0, 727}}, AutoGeneratedPackage->None, WindowToolbars->"EditBar", WindowSize->{1272, 337}, WindowMargins->{{0, Automatic}, {0, Automatic}}, PrintingCopies->1, PrintingPageRange->{1, Automatic}, ShowSelection->True ] (*********************************************************************** Cached data follows. If you edit this Notebook file directly, not using Mathematica, you must remove the line containing CacheID at the top of the file. The cache data will then be recreated when you save this file from within Mathematica. ***********************************************************************) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[CellGroupData[{ Cell[1739, 51, 49, 0, 105, "Title"], Cell[1791, 53, 214, 5, 122, "Subtitle"], Cell[2008, 60, 37, 0, 53, "Subsubtitle"], Cell[2048, 62, 1161, 22, 90, "Text"], Cell[CellGroupData[{ Cell[3234, 88, 56, 0, 47, "Subsection"], Cell[3293, 90, 274, 7, 52, "Text"], Cell[3570, 99, 85, 2, 30, "Input", InitializationCell->True], Cell[3658, 103, 75, 0, 33, "Text"] }, Open ]], Cell[CellGroupData[{ Cell[3770, 108, 65, 0, 53, "Section"], Cell[3838, 110, 185, 4, 33, "Text"], Cell[4026, 116, 389, 7, 52, "Text"], Cell[4418, 125, 2188, 38, 265, "Input"], Cell[6609, 165, 220, 6, 71, "Text"], Cell[6832, 173, 570, 20, 265, "Input"], Cell[7405, 195, 127, 2, 29, "Text"], Cell[7535, 199, 8090, 260, 4105, "Input"], Cell[15628, 461, 159, 5, 67, "Text"], Cell[15790, 468, 289, 9, 57, "Input"], Cell[16082, 479, 49, 0, 33, "Text"], Cell[16134, 481, 284, 8, 73, "Input"], Cell[16421, 491, 142, 3, 33, "Text"], Cell[CellGroupData[{ Cell[16588, 498, 75, 1, 30, "Input"], Cell[16666, 501, 76, 1, 25, "Print"], Cell[16745, 504, 222, 4, 25, "Print"], Cell[16970, 510, 2012, 37, 261, "Print"], Cell[18985, 549, 222, 4, 25, "Print"], Cell[19210, 555, 2012, 37, 261, "Print"], Cell[21225, 594, 222, 4, 25, "Print"], Cell[21450, 600, 2012, 37, 261, "Print"], Cell[23465, 639, 222, 4, 25, "Print"], Cell[23690, 645, 2012, 37, 261, "Print"], Cell[25705, 684, 222, 4, 25, "Print"], Cell[25930, 690, 2012, 37, 261, "Print"], Cell[27945, 729, 222, 4, 25, "Print"], Cell[28170, 735, 2012, 37, 261, "Print"], Cell[30185, 774, 222, 4, 25, "Print"], Cell[30410, 780, 2012, 37, 261, "Print"], Cell[32425, 819, 222, 4, 25, "Print"], Cell[32650, 825, 2010, 36, 261, "Print"], Cell[34663, 863, 224, 4, 25, "Print"], Cell[34890, 869, 2012, 37, 261, "Print"], Cell[36905, 908, 224, 4, 25, "Print"], Cell[37132, 914, 2012, 37, 261, "Print"], Cell[39147, 953, 224, 4, 25, "Print"], Cell[39374, 959, 2012, 37, 261, "Print"], Cell[41389, 998, 224, 4, 25, "Print"], Cell[41616, 1004, 2012, 37, 261, "Print"], Cell[43631, 1043, 224, 4, 25, "Print"], Cell[43858, 1049, 2012, 37, 261, "Print"], Cell[45873, 1088, 111, 2, 25, "Print"], Cell[45987, 1092, 2076, 36, 261, "Print"], Cell[48066, 1130, 2076, 36, 261, "Print"], Cell[50145, 1168, 115, 2, 25, "Print"], Cell[50263, 1172, 2236, 44, 261, "Print"], Cell[52502, 1218, 78, 1, 25, "Print"], Cell[52583, 1221, 428, 7, 25, "Print"], Cell[53014, 1230, 428, 7, 25, "Print"], Cell[53445, 1239, 428, 7, 25, "Print"], Cell[53876, 1248, 428, 7, 25, "Print"], Cell[54307, 1257, 430, 7, 25, "Print"], Cell[54740, 1266, 430, 7, 25, "Print"], Cell[55173, 1275, 430, 7, 25, "Print"], Cell[55606, 1284, 430, 7, 25, "Print"], Cell[56039, 1293, 430, 7, 25, "Print"], Cell[56472, 1302, 430, 7, 25, "Print"], Cell[56905, 1311, 430, 7, 25, "Print"], Cell[57338, 1320, 430, 7, 25, "Print"], Cell[57771, 1329, 430, 7, 25, "Print"], Cell[58204, 1338, 430, 7, 25, "Print"], Cell[58637, 1347, 430, 7, 25, "Print"], Cell[59070, 1356, 430, 7, 25, "Print"], Cell[59503, 1365, 430, 7, 25, "Print"], Cell[59936, 1374, 430, 7, 25, "Print"], Cell[60369, 1383, 430, 7, 25, "Print"], Cell[60802, 1392, 430, 7, 25, "Print"], Cell[61235, 1401, 430, 7, 25, "Print"], Cell[61668, 1410, 430, 7, 25, "Print"], Cell[62101, 1419, 430, 7, 25, "Print"], Cell[62534, 1428, 430, 7, 25, "Print"], Cell[62967, 1437, 430, 7, 25, "Print"], Cell[63400, 1446, 430, 7, 25, "Print"], Cell[63833, 1455, 430, 7, 25, "Print"], Cell[64266, 1464, 430, 7, 25, "Print"], Cell[64699, 1473, 432, 7, 25, "Print"], Cell[65134, 1482, 432, 7, 25, "Print"], Cell[65569, 1491, 432, 7, 25, "Print"], Cell[66004, 1500, 432, 7, 25, "Print"], Cell[66439, 1509, 432, 7, 25, "Print"], Cell[66874, 1518, 432, 7, 25, "Print"], Cell[67309, 1527, 432, 7, 25, "Print"], Cell[67744, 1536, 432, 7, 25, "Print"], Cell[68179, 1545, 432, 7, 25, "Print"], Cell[68614, 1554, 432, 7, 25, "Print"], Cell[69049, 1563, 432, 7, 25, "Print"], Cell[69484, 1572, 432, 7, 25, "Print"], Cell[69919, 1581, 430, 7, 25, "Print"], Cell[70352, 1590, 430, 7, 25, "Print"], Cell[70785, 1599, 430, 7, 25, "Print"], Cell[71218, 1608, 430, 7, 25, "Print"], Cell[71651, 1617, 430, 7, 25, "Print"], Cell[72084, 1626, 430, 7, 25, "Print"], Cell[72517, 1635, 430, 7, 25, "Print"], Cell[72950, 1644, 430, 7, 25, "Print"], Cell[73383, 1653, 430, 7, 25, "Print"], Cell[73816, 1662, 430, 7, 25, "Print"], Cell[74249, 1671, 430, 7, 25, "Print"], Cell[74682, 1680, 430, 7, 25, "Print"], Cell[75115, 1689, 430, 7, 25, "Print"], Cell[75548, 1698, 430, 7, 25, "Print"], Cell[75981, 1707, 432, 7, 25, "Print"], Cell[76416, 1716, 432, 7, 25, "Print"], Cell[76851, 1725, 432, 7, 25, "Print"], Cell[77286, 1734, 432, 7, 25, "Print"], Cell[77721, 1743, 432, 7, 25, "Print"], Cell[78156, 1752, 432, 7, 25, "Print"], Cell[78591, 1761, 432, 7, 25, "Print"], Cell[79026, 1770, 432, 7, 25, "Print"], Cell[79461, 1779, 432, 7, 25, "Print"], Cell[79896, 1788, 432, 7, 25, "Print"], Cell[80331, 1797, 432, 7, 25, "Print"], Cell[80766, 1806, 432, 7, 25, "Print"], Cell[81201, 1815, 432, 7, 25, "Print"], Cell[81636, 1824, 432, 7, 25, "Print"], Cell[82071, 1833, 432, 7, 25, "Print"], Cell[82506, 1842, 432, 7, 25, "Print"], Cell[82941, 1851, 432, 7, 25, "Print"], Cell[83376, 1860, 432, 7, 25, "Print"], Cell[83811, 1869, 432, 7, 25, "Print"], Cell[84246, 1878, 432, 7, 25, "Print"], Cell[84681, 1887, 432, 7, 25, "Print"], Cell[85116, 1896, 432, 7, 25, "Print"], Cell[85551, 1905, 432, 7, 25, "Print"], Cell[85986, 1914, 465, 8, 25, "Print"], Cell[86454, 1924, 441, 8, 25, "Print"], Cell[86898, 1934, 441, 8, 25, "Print"], Cell[87342, 1944, 441, 8, 25, "Print"], Cell[87786, 1954, 441, 8, 25, "Print"], Cell[88230, 1964, 441, 8, 25, "Print"], Cell[88674, 1974, 467, 8, 25, "Print"], Cell[89144, 1984, 441, 8, 25, "Print"], Cell[89588, 1994, 441, 8, 25, "Print"], Cell[90032, 2004, 467, 8, 25, "Print"], Cell[90502, 2014, 467, 8, 25, "Print"], Cell[90972, 2024, 430, 7, 25, "Print"], Cell[91405, 2033, 430, 7, 25, "Print"], Cell[91838, 2042, 430, 7, 25, "Print"], Cell[92271, 2051, 430, 7, 25, "Print"], Cell[92704, 2060, 430, 7, 25, "Print"], Cell[93137, 2069, 430, 7, 25, "Print"], Cell[93570, 2078, 430, 7, 25, "Print"], Cell[94003, 2087, 430, 7, 25, "Print"], Cell[94436, 2096, 430, 7, 25, "Print"], Cell[94869, 2105, 430, 7, 25, "Print"], Cell[95302, 2114, 430, 7, 25, "Print"], Cell[95735, 2123, 430, 7, 25, "Print"], Cell[96168, 2132, 430, 7, 25, "Print"], Cell[96601, 2141, 430, 7, 25, "Print"], Cell[97034, 2150, 430, 7, 25, "Print"], Cell[97467, 2159, 430, 7, 25, "Print"], Cell[97900, 2168, 432, 7, 25, "Print"], Cell[98335, 2177, 432, 7, 25, "Print"], Cell[98770, 2186, 432, 7, 25, "Print"], Cell[99205, 2195, 432, 7, 25, "Print"], Cell[99640, 2204, 432, 7, 25, "Print"], Cell[100075, 2213, 432, 7, 25, "Print"], Cell[100510, 2222, 432, 7, 25, "Print"], Cell[100945, 2231, 432, 7, 25, "Print"], Cell[101380, 2240, 432, 7, 25, "Print"], Cell[101815, 2249, 432, 7, 25, "Print"], Cell[102250, 2258, 432, 7, 25, "Print"], Cell[102685, 2267, 432, 7, 25, "Print"], Cell[103120, 2276, 432, 7, 25, "Print"], Cell[103555, 2285, 465, 8, 25, "Print"], Cell[104023, 2295, 432, 7, 25, "Print"], Cell[104458, 2304, 432, 7, 25, "Print"], Cell[104893, 2313, 432, 7, 25, "Print"], Cell[105328, 2322, 432, 7, 25, "Print"], Cell[105763, 2331, 432, 7, 25, "Print"], Cell[106198, 2340, 432, 7, 25, "Print"], Cell[106633, 2349, 432, 7, 25, "Print"], Cell[107068, 2358, 432, 7, 25, "Print"], Cell[107503, 2367, 432, 7, 25, "Print"], Cell[107938, 2376, 432, 7, 25, "Print"], Cell[108373, 2385, 432, 7, 25, "Print"], Cell[108808, 2394, 432, 7, 25, "Print"], Cell[109243, 2403, 432, 7, 25, "Print"], Cell[109678, 2412, 432, 7, 25, "Print"], Cell[110113, 2421, 441, 8, 25, "Print"], Cell[110557, 2431, 441, 8, 25, "Print"], Cell[111001, 2441, 467, 8, 25, "Print"], Cell[111471, 2451, 441, 8, 25, "Print"], Cell[111915, 2461, 441, 8, 25, "Print"], Cell[112359, 2471, 467, 8, 25, "Print"], Cell[112829, 2481, 441, 8, 25, "Print"], Cell[113273, 2491, 441, 8, 25, "Print"], Cell[113717, 2501, 441, 8, 25, "Print"], Cell[114161, 2511, 467, 8, 25, "Print"], Cell[114631, 2521, 467, 8, 25, "Print"], Cell[115101, 2531, 467, 8, 25, "Print"], Cell[115571, 2541, 432, 7, 25, "Print"], Cell[116006, 2550, 432, 7, 25, "Print"], Cell[116441, 2559, 432, 7, 25, "Print"], Cell[116876, 2568, 432, 7, 25, "Print"], Cell[117311, 2577, 432, 7, 25, "Print"], Cell[117746, 2586, 432, 7, 25, "Print"], Cell[118181, 2595, 432, 7, 25, "Print"], Cell[118616, 2604, 432, 7, 25, "Print"], Cell[119051, 2613, 432, 7, 25, "Print"], Cell[119486, 2622, 465, 8, 25, "Print"], Cell[119954, 2632, 441, 8, 25, "Print"], Cell[120398, 2642, 441, 8, 25, "Print"], Cell[120842, 2652, 441, 8, 25, "Print"], Cell[121286, 2662, 441, 8, 25, "Print"], Cell[121730, 2672, 441, 8, 25, "Print"], Cell[122174, 2682, 467, 8, 25, "Print"], Cell[122644, 2692, 441, 8, 25, "Print"], Cell[123088, 2702, 441, 8, 25, "Print"], Cell[123532, 2712, 441, 8, 25, "Print"], Cell[123976, 2722, 441, 8, 25, "Print"], Cell[124420, 2732, 467, 8, 25, "Print"], Cell[124890, 2742, 441, 8, 25, "Print"], Cell[125334, 2752, 467, 8, 25, "Print"], Cell[125804, 2762, 467, 8, 25, "Print"], Cell[126274, 2772, 467, 8, 25, "Print"], Cell[126744, 2782, 467, 8, 25, "Print"], Cell[127214, 2792, 441, 8, 25, "Print"], Cell[127658, 2802, 441, 8, 25, "Print"], Cell[128102, 2812, 441, 8, 25, "Print"], Cell[128546, 2822, 467, 8, 25, "Print"], Cell[129016, 2832, 441, 8, 25, "Print"], Cell[129460, 2842, 441, 8, 25, "Print"], Cell[129904, 2852, 441, 8, 25, "Print"], Cell[130348, 2862, 441, 8, 25, "Print"], Cell[130792, 2872, 467, 8, 25, "Print"], Cell[131262, 2882, 441, 8, 25, "Print"], Cell[131706, 2892, 467, 8, 25, "Print"], Cell[132176, 2902, 467, 8, 25, "Print"], Cell[132646, 2912, 445, 8, 25, "Print"], Cell[133094, 2922, 445, 8, 25, "Print"], Cell[133542, 2932, 445, 8, 25, "Print"], Cell[133990, 2942, 469, 8, 25, "Print"], Cell[134462, 2952, 469, 8, 25, "Print"], Cell[134934, 2962, 469, 8, 25, "Print"], Cell[135406, 2972, 469, 8, 25, "Print"], Cell[135878, 2982, 469, 8, 25, "Print"], Cell[136350, 2992, 469, 8, 25, "Print"], Cell[136822, 3002, 469, 8, 25, "Print"], Cell[137294, 3012, 428, 7, 25, "Print"], Cell[137725, 3021, 430, 7, 25, "Print"], Cell[138158, 3030, 430, 7, 25, "Print"], Cell[138591, 3039, 430, 7, 25, "Print"], Cell[139024, 3048, 430, 7, 25, "Print"], Cell[139457, 3057, 432, 7, 25, "Print"], Cell[139892, 3066, 432, 7, 25, "Print"], Cell[140327, 3075, 432, 7, 25, "Print"], Cell[140762, 3084, 430, 7, 25, "Print"], Cell[141195, 3093, 430, 7, 25, "Print"], Cell[141628, 3102, 430, 7, 25, "Print"], Cell[142061, 3111, 432, 7, 25, "Print"], Cell[142496, 3120, 432, 7, 25, "Print"], Cell[142931, 3129, 432, 7, 25, "Print"], Cell[143366, 3138, 432, 7, 25, "Print"], Cell[143801, 3147, 441, 8, 25, "Print"], Cell[144245, 3157, 430, 7, 25, "Print"], Cell[144678, 3166, 465, 8, 25, "Print"], Cell[145146, 3176, 432, 7, 25, "Print"], Cell[145581, 3185, 432, 7, 25, "Print"], Cell[146016, 3194, 432, 7, 25, "Print"], Cell[146451, 3203, 441, 8, 25, "Print"], Cell[146895, 3213, 441, 8, 25, "Print"], Cell[147339, 3223, 467, 8, 25, "Print"], Cell[147809, 3233, 432, 7, 25, "Print"], Cell[148244, 3242, 432, 7, 25, "Print"], Cell[148679, 3251, 432, 7, 25, "Print"], Cell[149114, 3260, 441, 8, 25, "Print"], Cell[149558, 3270, 441, 8, 25, "Print"], Cell[150002, 3280, 467, 8, 25, "Print"], Cell[150472, 3290, 441, 8, 25, "Print"], Cell[150916, 3300, 469, 8, 25, "Print"], Cell[151388, 3310, 445, 8, 25, "Print"], Cell[151836, 3320, 447, 8, 25, "Print"], Cell[152286, 3330, 447, 8, 25, "Print"], Cell[152736, 3340, 447, 8, 25, "Print"], Cell[153186, 3350, 447, 8, 25, "Print"], Cell[153636, 3360, 447, 8, 25, "Print"], Cell[154086, 3370, 447, 8, 25, "Print"], Cell[154536, 3380, 449, 8, 25, "Print"], Cell[154988, 3390, 447, 8, 25, "Print"], Cell[155438, 3400, 449, 8, 25, "Print"], Cell[155890, 3410, 449, 8, 25, "Print"], Cell[156342, 3420, 449, 8, 25, "Print"], Cell[156794, 3430, 449, 8, 25, "Print"], Cell[157246, 3440, 449, 8, 25, "Print"], Cell[157698, 3450, 449, 8, 25, "Print"], Cell[158150, 3460, 451, 8, 25, "Print"], Cell[158604, 3470, 447, 8, 25, "Print"], Cell[159054, 3480, 449, 8, 25, "Print"], Cell[159506, 3490, 449, 8, 25, "Print"], Cell[159958, 3500, 449, 8, 25, "Print"], Cell[160410, 3510, 449, 8, 25, "Print"], Cell[160862, 3520, 449, 8, 25, "Print"], Cell[161314, 3530, 449, 8, 25, "Print"], Cell[161766, 3540, 451, 8, 25, "Print"], Cell[162220, 3550, 473, 8, 25, "Print"], Cell[162696, 3560, 451, 8, 25, "Print"], Cell[163150, 3570, 475, 8, 25, "Print"], Cell[163628, 3580, 451, 8, 25, "Print"], Cell[164082, 3590, 451, 8, 25, "Print"], Cell[164536, 3600, 475, 8, 25, "Print"], Cell[165014, 3610, 451, 8, 25, "Print"], Cell[165468, 3620, 477, 8, 25, "Print"], Cell[165948, 3630, 418, 7, 25, "Print"], Cell[166369, 3639, 424, 7, 25, "Print"], Cell[166796, 3648, 424, 7, 25, "Print"], Cell[167223, 3657, 430, 7, 25, "Print"], Cell[167656, 3666, 418, 7, 25, "Print"], Cell[168077, 3675, 424, 7, 25, "Print"], Cell[168504, 3684, 424, 7, 25, "Print"], Cell[168931, 3693, 430, 7, 25, "Print"], Cell[169364, 3702, 430, 7, 25, "Print"], Cell[169797, 3711, 445, 8, 25, "Print"], Cell[170245, 3721, 430, 7, 25, "Print"], Cell[170678, 3730, 445, 8, 25, "Print"], Cell[171126, 3740, 418, 7, 25, "Print"], Cell[171547, 3749, 424, 7, 25, "Print"], Cell[171974, 3758, 418, 7, 25, "Print"], Cell[172395, 3767, 430, 7, 25, "Print"], Cell[172828, 3776, 424, 7, 25, "Print"], Cell[173255, 3785, 445, 8, 25, "Print"], Cell[173703, 3795, 424, 7, 25, "Print"], Cell[174130, 3804, 430, 7, 25, "Print"], Cell[174563, 3813, 418, 7, 25, "Print"], Cell[174984, 3822, 424, 7, 25, "Print"], Cell[175411, 3831, 418, 7, 25, "Print"], Cell[175832, 3840, 424, 7, 25, "Print"], Cell[176259, 3849, 430, 7, 25, "Print"], Cell[176692, 3858, 430, 7, 25, "Print"], Cell[177125, 3867, 424, 7, 25, "Print"], Cell[177552, 3876, 445, 8, 25, "Print"], Cell[178000, 3886, 445, 8, 25, "Print"], Cell[178448, 3896, 451, 8, 25, "Print"], Cell[178902, 3906, 445, 8, 25, "Print"], Cell[179350, 3916, 445, 8, 25, "Print"], Cell[179798, 3926, 445, 8, 25, "Print"], Cell[180246, 3936, 451, 8, 25, "Print"], Cell[180700, 3946, 451, 8, 25, "Print"], Cell[181154, 3956, 451, 8, 25, "Print"], Cell[181608, 3966, 420, 7, 25, "Print"], Cell[182031, 3975, 426, 7, 25, "Print"], Cell[182460, 3984, 420, 7, 25, "Print"], Cell[182883, 3993, 432, 7, 25, "Print"], Cell[183318, 4002, 426, 7, 25, "Print"], Cell[183747, 4011, 432, 7, 25, "Print"], Cell[184182, 4020, 432, 7, 25, "Print"], Cell[184617, 4029, 453, 8, 25, "Print"], Cell[185073, 4039, 432, 7, 25, "Print"], Cell[185508, 4048, 447, 8, 25, "Print"], Cell[185958, 4058, 447, 8, 25, "Print"], Cell[186408, 4068, 453, 8, 25, "Print"], Cell[186864, 4078, 420, 7, 25, "Print"], Cell[187287, 4087, 426, 7, 25, "Print"], Cell[187716, 4096, 420, 7, 25, "Print"], Cell[188139, 4105, 432, 7, 25, "Print"], Cell[188574, 4114, 432, 7, 25, "Print"], Cell[189009, 4123, 447, 8, 25, "Print"], Cell[189459, 4133, 426, 7, 25, "Print"], Cell[189888, 4142, 447, 8, 25, "Print"], Cell[190338, 4152, 447, 8, 25, "Print"], Cell[190788, 4162, 447, 8, 25, "Print"], Cell[191238, 4172, 459, 8, 25, "Print"], Cell[191700, 4182, 459, 8, 25, "Print"], Cell[192162, 4192, 453, 8, 25, "Print"], Cell[192618, 4202, 453, 8, 25, "Print"], Cell[193074, 4212, 459, 8, 25, "Print"], Cell[193536, 4222, 459, 8, 25, "Print"], Cell[193998, 4232, 420, 7, 25, "Print"], Cell[194421, 4241, 432, 7, 25, "Print"], Cell[194856, 4250, 426, 7, 25, "Print"], Cell[195285, 4259, 447, 8, 25, "Print"], Cell[195735, 4269, 420, 7, 25, "Print"], Cell[196158, 4278, 426, 7, 25, "Print"], Cell[196587, 4287, 426, 7, 25, "Print"], Cell[197016, 4296, 432, 7, 25, "Print"], Cell[197451, 4305, 432, 7, 25, "Print"], Cell[197886, 4314, 432, 7, 25, "Print"], Cell[198321, 4323, 453, 8, 25, "Print"], Cell[198777, 4333, 453, 8, 25, "Print"], Cell[199233, 4343, 426, 7, 25, "Print"], Cell[199662, 4352, 420, 7, 25, "Print"], Cell[200085, 4361, 432, 7, 25, "Print"], Cell[200520, 4370, 420, 7, 25, "Print"], Cell[200943, 4379, 432, 7, 25, "Print"], Cell[201378, 4388, 447, 8, 25, "Print"], Cell[201828, 4398, 426, 7, 25, "Print"], Cell[202257, 4407, 447, 8, 25, "Print"], Cell[202707, 4417, 426, 7, 25, "Print"], Cell[203136, 4426, 447, 8, 25, "Print"], Cell[203586, 4436, 453, 8, 25, "Print"], Cell[204042, 4446, 453, 8, 25, "Print"], Cell[204498, 4456, 432, 7, 25, "Print"], Cell[204933, 4465, 432, 7, 25, "Print"], Cell[205368, 4474, 459, 8, 25, "Print"], Cell[205830, 4484, 459, 8, 25, "Print"], Cell[206292, 4494, 432, 7, 25, "Print"], Cell[206727, 4503, 447, 8, 25, "Print"], Cell[207177, 4513, 432, 7, 25, "Print"], Cell[207612, 4522, 447, 8, 25, "Print"], Cell[208062, 4532, 453, 8, 25, "Print"], Cell[208518, 4542, 459, 8, 25, "Print"], Cell[208980, 4552, 453, 8, 25, "Print"], Cell[209436, 4562, 459, 8, 25, "Print"], Cell[209898, 4572, 453, 8, 25, "Print"], Cell[210354, 4582, 459, 8, 25, "Print"], Cell[210816, 4592, 453, 8, 25, "Print"], Cell[211272, 4602, 459, 8, 25, "Print"], Cell[211734, 4612, 428, 7, 25, "Print"], Cell[212165, 4621, 441, 8, 25, "Print"], Cell[212609, 4631, 422, 7, 25, "Print"], Cell[213034, 4640, 449, 8, 25, "Print"], Cell[213486, 4650, 455, 8, 25, "Print"], Cell[213944, 4660, 449, 8, 25, "Print"], Cell[214396, 4670, 422, 7, 25, "Print"], Cell[214821, 4679, 428, 7, 25, "Print"], Cell[215252, 4688, 441, 8, 25, "Print"], Cell[215696, 4698, 461, 8, 25, "Print"], Cell[216160, 4708, 455, 8, 25, "Print"], Cell[216618, 4718, 461, 8, 25, "Print"], Cell[217082, 4728, 441, 8, 25, "Print"], Cell[217526, 4738, 455, 8, 25, "Print"], Cell[217984, 4748, 441, 8, 25, "Print"], Cell[218428, 4758, 455, 8, 25, "Print"], Cell[218886, 4768, 455, 8, 25, "Print"], Cell[219344, 4778, 467, 8, 25, "Print"], Cell[219814, 4788, 455, 8, 25, "Print"], Cell[220272, 4798, 467, 8, 25, "Print"], Cell[220742, 4808, 467, 8, 25, "Print"], Cell[221212, 4818, 467, 8, 25, "Print"], Cell[221682, 4828, 467, 8, 25, "Print"], Cell[222152, 4838, 467, 8, 25, "Print"], Cell[222622, 4848, 426, 7, 25, "Print"], Cell[223051, 4857, 432, 7, 25, "Print"], Cell[223486, 4866, 432, 7, 25, "Print"], Cell[223921, 4875, 447, 8, 25, "Print"], Cell[224371, 4885, 420, 7, 25, "Print"], Cell[224794, 4894, 432, 7, 25, "Print"], Cell[225229, 4903, 447, 8, 25, "Print"], Cell[225679, 4913, 432, 7, 25, "Print"], Cell[226114, 4922, 420, 7, 25, "Print"], Cell[226537, 4931, 447, 8, 25, "Print"], Cell[226987, 4941, 432, 7, 25, "Print"], Cell[227422, 4950, 453, 8, 25, "Print"], Cell[227878, 4960, 426, 7, 25, "Print"], Cell[228307, 4969, 432, 7, 25, "Print"], Cell[228742, 4978, 432, 7, 25, "Print"], Cell[229177, 4987, 447, 8, 25, "Print"], Cell[229627, 4997, 432, 7, 25, "Print"], Cell[230062, 5006, 447, 8, 25, "Print"], Cell[230512, 5016, 447, 8, 25, "Print"], Cell[230962, 5026, 453, 8, 25, "Print"], Cell[231418, 5036, 420, 7, 25, "Print"], Cell[231841, 5045, 426, 7, 25, "Print"], Cell[232270, 5054, 447, 8, 25, "Print"], Cell[232720, 5064, 420, 7, 25, "Print"], Cell[233143, 5073, 426, 7, 25, "Print"], Cell[233572, 5082, 453, 8, 25, "Print"], Cell[234028, 5092, 453, 8, 25, "Print"], Cell[234484, 5102, 447, 8, 25, "Print"], Cell[234934, 5112, 447, 8, 25, "Print"], Cell[235384, 5122, 459, 8, 25, "Print"], Cell[235846, 5132, 447, 8, 25, "Print"], Cell[236296, 5142, 447, 8, 25, "Print"], Cell[236746, 5152, 447, 8, 25, "Print"], Cell[237196, 5162, 453, 8, 25, "Print"], Cell[237652, 5172, 453, 8, 25, "Print"], Cell[238108, 5182, 459, 8, 25, "Print"], Cell[238570, 5192, 428, 7, 25, "Print"], Cell[239001, 5201, 441, 8, 25, "Print"], Cell[239445, 5211, 441, 8, 25, "Print"], Cell[239889, 5221, 449, 8, 25, "Print"], Cell[240341, 5231, 428, 7, 25, "Print"], Cell[240772, 5240, 449, 8, 25, "Print"], Cell[241224, 5250, 449, 8, 25, "Print"], Cell[241676, 5260, 461, 8, 25, "Print"], Cell[242140, 5270, 441, 8, 25, "Print"], Cell[242584, 5280, 449, 8, 25, "Print"], Cell[243036, 5290, 449, 8, 25, "Print"], Cell[243488, 5300, 441, 8, 25, "Print"], Cell[243932, 5310, 449, 8, 25, "Print"], Cell[244384, 5320, 455, 8, 25, "Print"], Cell[244842, 5330, 455, 8, 25, "Print"], Cell[245300, 5340, 461, 8, 25, "Print"], Cell[245764, 5350, 449, 8, 25, "Print"], Cell[246216, 5360, 428, 7, 25, "Print"], Cell[246647, 5369, 428, 7, 25, "Print"], Cell[247078, 5378, 441, 8, 25, "Print"], Cell[247522, 5388, 449, 8, 25, "Print"], Cell[247974, 5398, 455, 8, 25, "Print"], Cell[248432, 5408, 441, 8, 25, "Print"], Cell[248876, 5418, 455, 8, 25, "Print"], Cell[249334, 5428, 455, 8, 25, "Print"], Cell[249792, 5438, 455, 8, 25, "Print"], Cell[250250, 5448, 467, 8, 25, "Print"], Cell[250720, 5458, 467, 8, 25, "Print"], Cell[251190, 5468, 441, 8, 25, "Print"], Cell[251634, 5478, 455, 8, 25, "Print"], Cell[252092, 5488, 441, 8, 25, "Print"], Cell[252536, 5498, 449, 8, 25, "Print"], Cell[252988, 5508, 449, 8, 25, "Print"], Cell[253440, 5518, 455, 8, 25, "Print"], Cell[253898, 5528, 449, 8, 25, "Print"], Cell[254350, 5538, 449, 8, 25, "Print"], Cell[254802, 5548, 455, 8, 25, "Print"], Cell[255260, 5558, 455, 8, 25, "Print"], Cell[255718, 5568, 461, 8, 25, "Print"], Cell[256182, 5578, 461, 8, 25, "Print"], Cell[256646, 5588, 467, 8, 25, "Print"], Cell[257116, 5598, 461, 8, 25, "Print"], Cell[257580, 5608, 467, 8, 25, "Print"], Cell[258050, 5618, 461, 8, 25, "Print"], Cell[258514, 5628, 428, 7, 25, "Print"], Cell[258945, 5637, 428, 7, 25, "Print"], Cell[259376, 5646, 441, 8, 25, "Print"], Cell[259820, 5656, 455, 8, 25, "Print"], Cell[260278, 5666, 428, 7, 25, "Print"], Cell[260709, 5675, 441, 8, 25, "Print"], Cell[261153, 5685, 441, 8, 25, "Print"], Cell[261597, 5695, 461, 8, 25, "Print"], Cell[262061, 5705, 428, 7, 25, "Print"], Cell[262492, 5714, 441, 8, 25, "Print"], Cell[262936, 5724, 455, 8, 25, "Print"], Cell[263394, 5734, 461, 8, 25, "Print"], Cell[263858, 5744, 461, 8, 25, "Print"], Cell[264322, 5754, 467, 8, 25, "Print"], Cell[264792, 5764, 455, 8, 25, "Print"], Cell[265250, 5774, 455, 8, 25, "Print"], Cell[265708, 5784, 461, 8, 25, "Print"], Cell[266172, 5794, 455, 8, 25, "Print"], Cell[266630, 5804, 455, 8, 25, "Print"], Cell[267088, 5814, 467, 8, 25, "Print"], Cell[267558, 5824, 461, 8, 25, "Print"], Cell[268022, 5834, 467, 8, 25, "Print"], Cell[268492, 5844, 461, 8, 25, "Print"], Cell[268956, 5854, 467, 8, 25, "Print"], Cell[269426, 5864, 430, 7, 25, "Print"], Cell[269859, 5873, 457, 8, 25, "Print"], Cell[270319, 5883, 445, 8, 25, "Print"], Cell[270767, 5893, 451, 8, 25, "Print"], Cell[271221, 5903, 457, 8, 25, "Print"], Cell[271681, 5913, 463, 8, 25, "Print"], Cell[272147, 5923, 430, 7, 25, "Print"], Cell[272580, 5932, 445, 8, 25, "Print"], Cell[273028, 5942, 445, 8, 25, "Print"], Cell[273476, 5952, 445, 8, 25, "Print"], Cell[273924, 5962, 451, 8, 25, "Print"], Cell[274378, 5972, 457, 8, 25, "Print"], Cell[274838, 5982, 457, 8, 25, "Print"], Cell[275298, 5992, 463, 8, 25, "Print"], Cell[275764, 6002, 451, 8, 25, "Print"], Cell[276218, 6012, 463, 8, 25, "Print"], Cell[276684, 6022, 451, 8, 25, "Print"], Cell[277138, 6032, 457, 8, 25, "Print"], Cell[277598, 6042, 457, 8, 25, "Print"], Cell[278058, 6052, 457, 8, 25, "Print"], Cell[278518, 6062, 457, 8, 25, "Print"], Cell[278978, 6072, 463, 8, 25, "Print"], Cell[279444, 6082, 463, 8, 25, "Print"], Cell[279910, 6092, 463, 8, 25, "Print"], Cell[280376, 6102, 451, 8, 25, "Print"], Cell[280830, 6112, 463, 8, 25, "Print"], Cell[281296, 6122, 451, 8, 25, "Print"], Cell[281750, 6132, 463, 8, 25, "Print"], Cell[282216, 6142, 463, 8, 25, "Print"], Cell[282682, 6152, 475, 8, 25, "Print"], Cell[283160, 6162, 463, 8, 25, "Print"], Cell[283626, 6172, 475, 8, 25, "Print"], Cell[284104, 6182, 469, 8, 25, "Print"], Cell[284576, 6192, 469, 8, 25, "Print"], Cell[285048, 6202, 469, 8, 25, "Print"], Cell[285520, 6212, 475, 8, 25, "Print"], Cell[285998, 6222, 469, 8, 25, "Print"], Cell[286470, 6232, 469, 8, 25, "Print"], Cell[286942, 6242, 475, 8, 25, "Print"], Cell[287420, 6252, 469, 8, 25, "Print"], Cell[287892, 6262, 426, 7, 25, "Print"], Cell[288321, 6271, 432, 7, 25, "Print"], Cell[288756, 6280, 420, 7, 25, "Print"], Cell[289179, 6289, 426, 7, 25, "Print"], Cell[289608, 6298, 432, 7, 25, "Print"], Cell[290043, 6307, 447, 8, 25, "Print"], Cell[290493, 6317, 432, 7, 25, "Print"], Cell[290928, 6326, 447, 8, 25, "Print"], Cell[291378, 6336, 420, 7, 25, "Print"], Cell[291801, 6345, 432, 7, 25, "Print"], Cell[292236, 6354, 432, 7, 25, "Print"], Cell[292671, 6363, 453, 8, 25, "Print"], Cell[293127, 6373, 432, 7, 25, "Print"], Cell[293562, 6382, 426, 7, 25, "Print"], Cell[293991, 6391, 447, 8, 25, "Print"], Cell[294441, 6401, 420, 7, 25, "Print"], Cell[294864, 6410, 426, 7, 25, "Print"], Cell[295293, 6419, 447, 8, 25, "Print"], Cell[295743, 6429, 453, 8, 25, "Print"], Cell[296199, 6439, 432, 7, 25, "Print"], Cell[296634, 6448, 447, 8, 25, "Print"], Cell[297084, 6458, 453, 8, 25, "Print"], Cell[297540, 6468, 420, 7, 25, "Print"], Cell[297963, 6477, 432, 7, 25, "Print"], Cell[298398, 6486, 453, 8, 25, "Print"], Cell[298854, 6496, 447, 8, 25, "Print"], Cell[299304, 6506, 459, 8, 25, "Print"], Cell[299766, 6516, 459, 8, 25, "Print"], Cell[300228, 6526, 426, 7, 25, "Print"], Cell[300657, 6535, 432, 7, 25, "Print"], Cell[301092, 6544, 432, 7, 25, "Print"], Cell[301527, 6553, 447, 8, 25, "Print"], Cell[301977, 6563, 426, 7, 25, "Print"], Cell[302406, 6572, 432, 7, 25, "Print"], Cell[302841, 6581, 432, 7, 25, "Print"], Cell[303276, 6590, 447, 8, 25, "Print"], Cell[303726, 6600, 447, 8, 25, "Print"], Cell[304176, 6610, 459, 8, 25, "Print"], Cell[304638, 6620, 447, 8, 25, "Print"], Cell[305088, 6630, 459, 8, 25, "Print"], Cell[305550, 6640, 447, 8, 25, "Print"], Cell[306000, 6650, 447, 8, 25, "Print"], Cell[306450, 6660, 465, 8, 25, "Print"], Cell[306918, 6670, 465, 8, 25, "Print"], Cell[307386, 6680, 441, 8, 25, "Print"], Cell[307830, 6690, 428, 7, 25, "Print"], Cell[308261, 6699, 449, 8, 25, "Print"], Cell[308713, 6709, 428, 7, 25, "Print"], Cell[309144, 6718, 455, 8, 25, "Print"], Cell[309602, 6728, 461, 8, 25, "Print"], Cell[310066, 6738, 441, 8, 25, "Print"], Cell[310510, 6748, 455, 8, 25, "Print"], Cell[310968, 6758, 449, 8, 25, "Print"], Cell[311420, 6768, 461, 8, 25, "Print"], Cell[311884, 6778, 467, 8, 25, "Print"], Cell[312354, 6788, 467, 8, 25, "Print"], Cell[312824, 6798, 428, 7, 25, "Print"], Cell[313255, 6807, 441, 8, 25, "Print"], Cell[313699, 6817, 428, 7, 25, "Print"], Cell[314130, 6826, 441, 8, 25, "Print"], Cell[314574, 6836, 461, 8, 25, "Print"], Cell[315038, 6846, 467, 8, 25, "Print"], Cell[315508, 6856, 461, 8, 25, "Print"], Cell[315972, 6866, 467, 8, 25, "Print"], Cell[316442, 6876, 428, 7, 25, "Print"], Cell[316873, 6885, 441, 8, 25, "Print"], Cell[317317, 6895, 449, 8, 25, "Print"], Cell[317769, 6905, 455, 8, 25, "Print"], Cell[318227, 6915, 428, 7, 25, "Print"], Cell[318658, 6924, 449, 8, 25, "Print"], Cell[319110, 6934, 449, 8, 25, "Print"], Cell[319562, 6944, 461, 8, 25, "Print"], Cell[320026, 6954, 428, 7, 25, "Print"], Cell[320457, 6963, 441, 8, 25, "Print"], Cell[320901, 6973, 428, 7, 25, "Print"], Cell[321332, 6982, 449, 8, 25, "Print"], Cell[321784, 6992, 461, 8, 25, "Print"], Cell[322248, 7002, 455, 8, 25, "Print"], Cell[322706, 7012, 467, 8, 25, "Print"], Cell[323176, 7022, 467, 8, 25, "Print"], Cell[323646, 7032, 441, 8, 25, "Print"], Cell[324090, 7042, 449, 8, 25, "Print"], Cell[324542, 7052, 449, 8, 25, "Print"], Cell[324994, 7062, 455, 8, 25, "Print"], Cell[325452, 7072, 441, 8, 25, "Print"], Cell[325896, 7082, 449, 8, 25, "Print"], Cell[326348, 7092, 455, 8, 25, "Print"], Cell[326806, 7102, 461, 8, 25, "Print"], Cell[327270, 7112, 441, 8, 25, "Print"], Cell[327714, 7122, 449, 8, 25, "Print"], Cell[328166, 7132, 441, 8, 25, "Print"], Cell[328610, 7142, 449, 8, 25, "Print"], Cell[329062, 7152, 461, 8, 25, "Print"], Cell[329526, 7162, 467, 8, 25, "Print"], Cell[329996, 7172, 461, 8, 25, "Print"], Cell[330460, 7182, 467, 8, 25, "Print"], Cell[330930, 7192, 449, 8, 25, "Print"], Cell[331382, 7202, 461, 8, 25, "Print"], Cell[331846, 7212, 455, 8, 25, "Print"], Cell[332304, 7222, 467, 8, 25, "Print"], Cell[332774, 7232, 455, 8, 25, "Print"], Cell[333232, 7242, 461, 8, 25, "Print"], Cell[333696, 7252, 461, 8, 25, "Print"], Cell[334160, 7262, 467, 8, 25, "Print"], Cell[334630, 7272, 430, 7, 25, "Print"], Cell[335063, 7281, 430, 7, 25, "Print"], Cell[335496, 7290, 451, 8, 25, "Print"], Cell[335950, 7300, 463, 8, 25, "Print"], Cell[336416, 7310, 451, 8, 25, "Print"], Cell[336870, 7320, 463, 8, 25, "Print"], Cell[337336, 7330, 475, 8, 25, "Print"], Cell[337814, 7340, 475, 8, 25, "Print"], Cell[338292, 7350, 445, 8, 25, "Print"], Cell[338740, 7360, 445, 8, 25, "Print"], Cell[339188, 7370, 451, 8, 25, "Print"], Cell[339642, 7380, 463, 8, 25, "Print"], Cell[340108, 7390, 457, 8, 25, "Print"], Cell[340568, 7400, 475, 8, 25, "Print"], Cell[341046, 7410, 451, 8, 25, "Print"], Cell[341500, 7420, 463, 8, 25, "Print"], Cell[341966, 7430, 463, 8, 25, "Print"], Cell[342432, 7440, 475, 8, 25, "Print"], Cell[342910, 7450, 457, 8, 25, "Print"], Cell[343370, 7460, 463, 8, 25, "Print"], Cell[343836, 7470, 469, 8, 25, "Print"], Cell[344308, 7480, 475, 8, 25, "Print"], Cell[344786, 7490, 469, 8, 25, "Print"], Cell[345258, 7500, 475, 8, 25, "Print"], Cell[345736, 7510, 441, 8, 25, "Print"], Cell[346180, 7520, 441, 8, 25, "Print"], Cell[346624, 7530, 449, 8, 25, "Print"], Cell[347076, 7540, 441, 8, 25, "Print"], Cell[347520, 7550, 449, 8, 25, "Print"], Cell[347972, 7560, 449, 8, 25, "Print"], Cell[348424, 7570, 461, 8, 25, "Print"], Cell[348888, 7580, 467, 8, 25, "Print"], Cell[349358, 7590, 441, 8, 25, "Print"], Cell[349802, 7600, 449, 8, 25, "Print"], Cell[350254, 7610, 461, 8, 25, "Print"], Cell[350718, 7620, 467, 8, 25, "Print"], Cell[351188, 7630, 445, 8, 25, "Print"], Cell[351636, 7640, 445, 8, 25, "Print"], Cell[352084, 7650, 451, 8, 25, "Print"], Cell[352538, 7660, 463, 8, 25, "Print"], Cell[353004, 7670, 457, 8, 25, "Print"], Cell[353464, 7680, 469, 8, 25, "Print"], Cell[353936, 7690, 451, 8, 25, "Print"], Cell[354390, 7700, 463, 8, 25, "Print"], Cell[354856, 7710, 451, 8, 25, "Print"], Cell[355310, 7720, 457, 8, 25, "Print"], Cell[355770, 7730, 463, 8, 25, "Print"], Cell[356236, 7740, 445, 8, 25, "Print"], Cell[356684, 7750, 451, 8, 25, "Print"], Cell[357138, 7760, 463, 8, 25, "Print"], Cell[357604, 7770, 469, 8, 25, "Print"], Cell[358076, 7780, 451, 8, 25, "Print"], Cell[358530, 7790, 457, 8, 25, "Print"], Cell[358990, 7800, 463, 8, 25, "Print"], Cell[359456, 7810, 445, 8, 25, "Print"], Cell[359904, 7820, 457, 8, 25, "Print"], Cell[360364, 7830, 469, 8, 25, "Print"], Cell[360836, 7840, 451, 8, 25, "Print"], Cell[361290, 7850, 463, 8, 25, "Print"], Cell[361756, 7860, 469, 8, 25, "Print"], Cell[362228, 7870, 445, 8, 25, "Print"], Cell[362676, 7880, 451, 8, 25, "Print"], Cell[363130, 7890, 445, 8, 25, "Print"], Cell[363578, 7900, 451, 8, 25, "Print"], Cell[364032, 7910, 463, 8, 25, "Print"], Cell[364498, 7920, 469, 8, 25, "Print"], Cell[364970, 7930, 463, 8, 25, "Print"], Cell[365436, 7940, 463, 8, 25, "Print"], Cell[365902, 7950, 469, 8, 25, "Print"], Cell[366374, 7960, 463, 8, 25, "Print"], Cell[366840, 7970, 469, 8, 25, "Print"], Cell[367312, 7980, 469, 8, 25, "Print"], Cell[367784, 7990, 445, 8, 25, "Print"], Cell[368232, 8000, 451, 8, 25, "Print"], Cell[368686, 8010, 469, 8, 25, "Print"], Cell[369158, 8020, 475, 8, 25, "Print"], Cell[369636, 8030, 445, 8, 25, "Print"], Cell[370084, 8040, 451, 8, 25, "Print"], Cell[370538, 8050, 469, 8, 25, "Print"], Cell[371010, 8060, 475, 8, 25, "Print"], Cell[371488, 8070, 445, 8, 25, "Print"], Cell[371936, 8080, 463, 8, 25, "Print"], Cell[372402, 8090, 445, 8, 25, "Print"], Cell[372850, 8100, 463, 8, 25, "Print"], Cell[373316, 8110, 451, 8, 25, "Print"], Cell[373770, 8120, 463, 8, 25, "Print"], Cell[374236, 8130, 463, 8, 25, "Print"], Cell[374702, 8140, 469, 8, 25, "Print"], Cell[375174, 8150, 451, 8, 25, "Print"], Cell[375628, 8160, 463, 8, 25, "Print"], Cell[376094, 8170, 469, 8, 25, "Print"], Cell[376566, 8180, 475, 8, 25, "Print"], Cell[377044, 8190, 463, 8, 25, "Print"], Cell[377510, 8200, 469, 8, 25, "Print"], Cell[377982, 8210, 469, 8, 25, "Print"], Cell[378454, 8220, 475, 8, 25, "Print"], Cell[378932, 8230, 447, 8, 25, "Print"], Cell[379382, 8240, 447, 8, 25, "Print"], Cell[379832, 8250, 459, 8, 25, "Print"], Cell[380294, 8260, 471, 8, 25, "Print"], Cell[380768, 8270, 453, 8, 25, "Print"], Cell[381224, 8280, 465, 8, 25, "Print"], Cell[381692, 8290, 453, 8, 25, "Print"], Cell[382148, 8300, 465, 8, 25, "Print"], Cell[382616, 8310, 477, 8, 25, "Print"], Cell[383096, 8320, 459, 8, 25, "Print"], Cell[383558, 8330, 477, 8, 25, "Print"], Cell[384038, 8340, 471, 8, 25, "Print"], Cell[384512, 8350, 453, 8, 25, "Print"], Cell[384968, 8360, 459, 8, 25, "Print"], Cell[385430, 8370, 453, 8, 25, "Print"], Cell[385886, 8380, 465, 8, 25, "Print"], Cell[386354, 8390, 471, 8, 25, "Print"], Cell[386828, 8400, 483, 8, 25, "Print"], Cell[387314, 8410, 465, 8, 25, "Print"], Cell[387782, 8420, 471, 8, 25, "Print"], Cell[388256, 8430, 459, 8, 25, "Print"], Cell[388718, 8440, 471, 8, 25, "Print"], Cell[389192, 8450, 471, 8, 25, "Print"], Cell[389666, 8460, 483, 8, 25, "Print"], Cell[390152, 8470, 459, 8, 25, "Print"], Cell[390614, 8480, 465, 8, 25, "Print"], Cell[391082, 8490, 459, 8, 25, "Print"], Cell[391544, 8500, 465, 8, 25, "Print"], Cell[392012, 8510, 477, 8, 25, "Print"], Cell[392492, 8520, 483, 8, 25, "Print"], Cell[392978, 8530, 471, 8, 25, "Print"], Cell[393452, 8540, 465, 8, 25, "Print"], Cell[393920, 8550, 471, 8, 25, "Print"], Cell[394394, 8560, 477, 8, 25, "Print"], Cell[394874, 8570, 465, 8, 25, "Print"], Cell[395342, 8580, 471, 8, 25, "Print"], Cell[395816, 8590, 477, 8, 25, "Print"], Cell[396296, 8600, 483, 8, 25, "Print"], Cell[396782, 8610, 471, 8, 25, "Print"], Cell[397256, 8620, 477, 8, 25, "Print"], Cell[397736, 8630, 294, 6, 25, "Print"] }, Open ]], Cell[398045, 8639, 142, 3, 33, "Text"], Cell[CellGroupData[{ Cell[398212, 8646, 75, 1, 30, "Input"], Cell[398290, 8649, 76, 1, 25, "Print"], Cell[398369, 8652, 222, 4, 25, "Print"], Cell[398594, 8658, 2012, 37, 261, "Print"], Cell[400609, 8697, 222, 4, 25, "Print"], Cell[400834, 8703, 2012, 37, 261, "Print"], Cell[402849, 8742, 222, 4, 25, "Print"], Cell[403074, 8748, 2012, 37, 261, "Print"], Cell[405089, 8787, 222, 4, 25, "Print"], Cell[405314, 8793, 2012, 37, 261, "Print"], Cell[407329, 8832, 222, 4, 25, "Print"], Cell[407554, 8838, 2012, 37, 261, "Print"], Cell[409569, 8877, 222, 4, 25, "Print"], Cell[409794, 8883, 2012, 37, 261, "Print"], Cell[411809, 8922, 222, 4, 25, "Print"], Cell[412034, 8928, 2012, 37, 261, "Print"], Cell[414049, 8967, 222, 4, 25, "Print"], Cell[414274, 8973, 2010, 36, 261, "Print"], Cell[416287, 9011, 224, 4, 25, "Print"], Cell[416514, 9017, 2012, 37, 261, "Print"], Cell[418529, 9056, 224, 4, 25, "Print"], Cell[418756, 9062, 2012, 37, 261, "Print"], Cell[420771, 9101, 224, 4, 25, "Print"], Cell[420998, 9107, 2012, 37, 261, "Print"], Cell[423013, 9146, 224, 4, 25, "Print"], Cell[423240, 9152, 2012, 37, 261, "Print"], Cell[425255, 9191, 224, 4, 25, "Print"], Cell[425482, 9197, 2012, 37, 261, "Print"], Cell[427497, 9236, 111, 2, 25, "Print"], Cell[427611, 9240, 2076, 36, 261, "Print"], Cell[429690, 9278, 2076, 36, 261, "Print"], Cell[431769, 9316, 115, 2, 25, "Print"], Cell[431887, 9320, 2236, 44, 261, "Print"], Cell[434126, 9366, 71, 1, 25, "Print"], Cell[434200, 9369, 179, 3, 25, "Print"], Cell[434382, 9374, 69, 1, 25, "Print"], Cell[434454, 9377, 68, 1, 25, "Print"], Cell[434525, 9380, 218, 4, 25, "Print"], Cell[434746, 9386, 147, 3, 25, "Print"], Cell[434896, 9391, 218, 4, 25, "Print"], Cell[435117, 9397, 147, 3, 25, "Print"], Cell[435267, 9402, 218, 4, 25, "Print"], Cell[435488, 9408, 147, 3, 25, "Print"], Cell[435638, 9413, 218, 4, 25, "Print"], Cell[435859, 9419, 147, 3, 25, "Print"], Cell[436009, 9424, 218, 4, 25, "Print"], Cell[436230, 9430, 147, 3, 25, "Print"], Cell[436380, 9435, 218, 4, 25, "Print"], Cell[436601, 9441, 147, 3, 25, "Print"], Cell[436751, 9446, 218, 4, 25, "Print"], Cell[436972, 9452, 147, 3, 25, "Print"], Cell[437122, 9457, 218, 4, 25, "Print"], Cell[437343, 9463, 147, 3, 25, "Print"], Cell[437493, 9468, 64, 1, 25, "Print"], Cell[437560, 9471, 179, 3, 25, "Print"], Cell[437742, 9476, 69, 1, 25, "Print"], Cell[437814, 9479, 68, 1, 25, "Print"], Cell[437885, 9482, 218, 4, 25, "Print"], Cell[438106, 9488, 147, 3, 25, "Print"], Cell[438256, 9493, 218, 4, 25, "Print"], Cell[438477, 9499, 147, 3, 25, "Print"], Cell[438627, 9504, 218, 4, 25, "Print"], Cell[438848, 9510, 147, 3, 25, "Print"], Cell[438998, 9515, 218, 4, 25, "Print"], Cell[439219, 9521, 147, 3, 25, "Print"], Cell[439369, 9526, 218, 4, 25, "Print"], Cell[439590, 9532, 147, 3, 25, "Print"], Cell[439740, 9537, 64, 1, 25, "Print"], Cell[439807, 9540, 179, 3, 25, "Print"], Cell[439989, 9545, 69, 1, 25, "Print"], Cell[440061, 9548, 68, 1, 25, "Print"], Cell[440132, 9551, 218, 4, 25, "Print"], Cell[440353, 9557, 147, 3, 25, "Print"], Cell[440503, 9562, 218, 4, 25, "Print"], Cell[440724, 9568, 147, 3, 25, "Print"], Cell[440874, 9573, 218, 4, 25, "Print"], Cell[441095, 9579, 147, 3, 25, "Print"], Cell[441245, 9584, 218, 4, 25, "Print"], Cell[441466, 9590, 147, 3, 25, "Print"], Cell[441616, 9595, 218, 4, 25, "Print"], Cell[441837, 9601, 147, 3, 25, "Print"], Cell[441987, 9606, 64, 1, 25, "Print"], Cell[442054, 9609, 179, 3, 25, "Print"], Cell[442236, 9614, 69, 1, 25, "Print"], Cell[442308, 9617, 68, 1, 25, "Print"], Cell[442379, 9620, 218, 4, 25, "Print"], Cell[442600, 9626, 147, 3, 25, "Print"], Cell[442750, 9631, 218, 4, 25, "Print"], Cell[442971, 9637, 147, 3, 25, "Print"], Cell[443121, 9642, 218, 4, 25, "Print"], Cell[443342, 9648, 149, 3, 25, "Print"], Cell[443494, 9653, 218, 4, 25, "Print"], Cell[443715, 9659, 147, 3, 25, "Print"], Cell[443865, 9664, 64, 1, 25, "Print"], Cell[443932, 9667, 179, 3, 25, "Print"], Cell[444114, 9672, 69, 1, 25, "Print"], Cell[444186, 9675, 68, 1, 25, "Print"], Cell[444257, 9678, 218, 4, 25, "Print"], Cell[444478, 9684, 147, 3, 25, "Print"], Cell[444628, 9689, 218, 4, 25, "Print"], Cell[444849, 9695, 147, 3, 25, "Print"], Cell[444999, 9700, 218, 4, 25, "Print"], Cell[445220, 9706, 149, 3, 25, "Print"], Cell[445372, 9711, 218, 4, 25, "Print"], Cell[445593, 9717, 147, 3, 25, "Print"], Cell[445743, 9722, 64, 1, 25, "Print"], Cell[445810, 9725, 292, 6, 25, "Print"], Cell[446105, 9733, 81, 1, 25, "Print"], Cell[446189, 9736, 81, 1, 25, "Print"] }, Open ]] }, Open ]] }, Open ]] } ] *) (*********************************************************************** End of Mathematica Notebook file. ***********************************************************************)