"Source: Text/Code/CodeFld.text";
"Line: 399";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 399
// Example: H161E6 ()
print "Example: H161E6";
ei := GetEchoInput();
SetEchoInput(true);
H := HammingCode(FiniteField(2), 3);
H;
ParityCheckMatrix(H);
SetEchoInput(ei);
