Implementing Hadamard Matrices in SageMath
Abstract
Hadamard matrices are square matrices with mutually orthogonal rows. The Hadamard conjecture states that Hadamard matrices of order exist whenever is , , or a multiple of . However, no construction is known that works for all values of , and for some orders no Hadamard matrix has yet been found. Given the many practical applications of these matrices, it would be useful to have a way to easily check if a construction for a Hadamard matrix of order exists, and in case to create it. This project aimed to address this, by implementing constructions of Hadamard and skew Hadamard matrices to cover all known orders less than or equal to in SageMath, an open-source mathematical software. Furthermore, we implemented some additional mathematical objects, such as complementary difference sets and T-sequences, which were not present in SageMath but are needed to construct Hadamard matrices. This also allows to verify the correctness of the results given in the literature; within the range, just one order, , of a skew Hadamard matrix claimed to have a known construction, required a fix.
Keywords
Cite
@article{arxiv.2306.16812,
title = {Implementing Hadamard Matrices in SageMath},
author = {Matteo Cati and Dmitrii V. Pasechnik},
journal= {arXiv preprint arXiv:2306.16812},
year = {2023}
}
Comments
pdflatex+biber, 32 pages