"Source: Text/Code/CodeRng.text";
"Line: 132";
"Date: Tue Nov  5 09:08:43 2019";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeRng.text, line: 132
// Example: H168E2 ()
print "Example: H168E2";
ei := GetEchoInput();
SetEchoInput(true);
R<w> := GaloisRing(4,3);
S := [1, 1, 0, w^2, w, w + 2, 2*w^2, 2*w^2 + w + 3];
G := Matrix(R, 2, 4, S);
G;
C := LinearCode(G);
C;
#C;
assert $1 eq 512;
SetEchoInput(ei);
