"Source: Text/Code/CodeFld.text";
"Line: 5783";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 5783
// Example: H165E50 ()
print "Example: H165E50";
ei := GetEchoInput();
SetEchoInput(true);
C := BCHCode(GF(2),23,2);                
C;
WeightDistribution(C);
AutomorphismGroup(C : Weight := MinimumWeight(C) );
SetEchoInput(ei);
