"Source: Text/Code/CodeFld.text";
"Line: 5420";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 5420
// Example: H161E48 ()
print "Example: H161E48";
ei := GetEchoInput();
SetEchoInput(true);
n := 7;
K := GF(2, 12);
FP<x> := PolynomialRing(K);
f := x^4 + x^2 + x + 1;
A := MattsonSolomonTransform(f, n);
A;
SetEchoInput(ei);
