"Source: Text/Code/CodeFld.text";
"Line: 399";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 399
// Example: H165E6 ()
print "Example: H165E6";
ei := GetEchoInput();
SetEchoInput(true);
H := HammingCode(FiniteField(2), 3);
H;
ParityCheckMatrix(H);
SetEchoInput(ei);
