Coding theory package for Macaulay2
In this Macaulay2 <cit.> package we define an object called linear code. We implement functions that compute basic parameters and objects associated with a linear code, such as generator and parity check matrices, the dual code, length, dimension, and minimum distance, among others. We define an object evaluation code, a construction which allows to study linear codes using tools of algebraic geometry and commutative algebra. We implement functions to generate important families of linear codes such as Hamming codes, cyclic codes, Reed–Solomon codes, Reed–Muller codes, Cartesian codes, monomial–Cartesian codes, and toric codes. In addition, we define functions for the syndrome decoding algorithm and locally recoverable code construction, which are important tools in applications of linear codes. The package CodingTheory.m2 is available at <https://github.com/Macaulay2/Workshop-2020-Cleveland/tree/CodingTheory/CodingTheory>
READ FULL TEXT