Más en PPCG está en marcha un concurso que va a encontrar la matriz más grande sin una cierta propiedad, denominada propiedad XX. La descripción es la siguiente (copiado de la pregunta).
Un circulantes de la matriz se especifica completamente por su primera fila rr. El resto de filas de cada una de las permutaciones cíclicas de la fila rr con desplazamiento igual al índice de fila. Vamos a permitir que circulantes matrices que no son cuadradas, de modo que son simplemente faltan algunas de sus últimas filas. Nosotros, no obstante, siempre hay que asumir que el número de filas no es más que el número de columnas. Por ejemplo, considere el siguiente 3×53×5 circulantes de la matriz.
(101111101111101)⎛⎜⎝101111101111101⎞⎟⎠
We say a matrix has property XX if it contains two non-empty sets of columns with non-identical indices which have the same (vector) sum. The vector sum of two columns is simply an element-wise summation of the two columns. That is the sum of two columns containing xx elements each is another column containing xx elements.
The matrix above trivially has property XX as the first and last columns are the same. The identity matrix never has property XX.
If we just remove the last column of the matrix above then we get an example which does not have property XX. The score of a matrix is defined to be the number columns divided by the number of rows. The following matrix therefore does not have property XX and gives a score of 4/34/3.
(101111011110)⎛⎜⎝101111011110⎞⎟⎠$$
The task they were given is to find the highest scoring circulant matrix whose entries are all 0 or 1 and which does not have property XX.
Hasta ahora, la evidencia numérica, apunta hacia una cota superior de a dos.
Hay un límite superior de 22 de esta calificación?
La más alta puntuación de la matriz se encuentran hasta el momento tiene una puntuación de 36/19 por Peter Taylor. Esto ha 000001001010110001000101001111111111
como la primera fila.