"Source: Text/Code/CodeRng.text";
"Line: 362";
"Date: Tue Nov  5 09:08:43 2019";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeRng.text, line: 362
// Example: H168E6 ()
print "Example: H168E6";
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);
