"Source: Text/Code/CodeFld.text";
"Line: 5420";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 5420
// Example: H165E48 ()
print "Example: H165E48";
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);
