Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Add williamson type matrices of order 7
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCati committed Dec 7, 2022
1 parent 8ba531e commit 129351f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sage/combinat/matrices/hadamard_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ def williamson_type_quadruples_smallcases(n, existence=False):
"""
db = {
1: ([1], [1], [1], [1]),
7: ([1, -1, -1, 1, 1, -1, -1],
[1, -1, 1, -1, -1, 1, -1],
[1, 1, -1, -1, -1, -1, 1],
[1, -1, -1, -1, -1, -1, -1]),
29: ([1, 1, 1,-1,-1,-1, 1, 1,-1,-1, 1,-1, 1,-1,-1,-1,-1, 1,-1, 1,-1,-1, 1, 1,-1,-1,-1, 1, 1],
[1,-1, 1,-1,-1,-1, 1, 1,-1,-1, 1,-1, 1, 1, 1, 1, 1, 1,-1, 1,-1,-1, 1, 1,-1,-1,-1, 1,-1],
[1, 1, 1, 1,-1, 1, 1,-1, 1,-1,-1,-1, 1, 1, 1, 1, 1, 1,-1,-1,-1, 1,-1, 1, 1,-1, 1, 1, 1],
Expand Down

0 comments on commit 129351f

Please sign in to comment.