Macaulay2 » Documentation
Packages » CodingTheory > EvaluationCode > evaluationCode > reedMullerCode
next | previous | forward | backward | up | index | toc

reedMullerCode -- constructs the Reed-Muller code

Synopsis

Description

Given the integers q, m and d, returns the Reed-Muller code obtained when polynomials in m variables of total degree at most d are evaluated on the points of GF(q)$^\mathtt{m}$.

i1 : C=reedMullerCode(2,3,4);
i2 : C.Sets;
i3 : C.VanishingIdeal;

o3 : Ideal of GF 2[t ..t ]
                    0   2
i4 : C.PolynomialSet;
i5 : C.LinearCode;
i6 : length C.LinearCode

o6 = 8

Ways to use reedMullerCode :

For the programmer

The object reedMullerCode is a method function.