"Source: Text/Code/CodeFld.text";
"Line: 205";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 205
// Example: H161E3 ()
print "Example: H161E3";
ei := GetEchoInput();
SetEchoInput(true);
G := PSL(3, 2);
G;
V := VectorSpace(GF(2), 7);
u := V ! [1, 0, 0, 1, 0, 1, 1];
C := PermutationCode(u, G);
C;
SetEchoInput(ei);
