"Source: Text/Code/CodeRng.text";
"Line: 362";
"Date: Tue Nov  5 09:08:43 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeRng.text, line: 362
// Example: H164E6 ()
print "Example: H164E6";
ei := GetEchoInput();
SetEchoInput(true);
R<w> := GR(4,2);
P<x> := PolynomialRing(R);
g := CyclotomicFactors(R, 5)[2];
g;
C := CyclicCode(5, g);
C;
SetEchoInput(ei);
