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

Commit

Permalink
Add 324 construction to skew hadamard function
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCati committed Jan 11, 2023
1 parent 4b852c2 commit 553a8d4
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 @@ -2232,6 +2232,10 @@ def true():
if existence:
return true()
M = matrix([1])
elif n == 324:
if existence:
return true()
M = skew_hadamard_matrix_324()
elif is_prime_power(n - 1) and ((n - 1) % 4 == 3):
if existence:
return true()
Expand Down

0 comments on commit 553a8d4

Please sign in to comment.