"Source: Text/Code/CodeZ4.text";
"Line: 822";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeZ4.text, line: 822
// Example: H169E8 ()
print "Example: H169E8";
ei := GetEchoInput();
SetEchoInput(true);
Ga := GeneratorMatrix(ReedMullerCodeRMZ4(1,2,3));
Gb := GeneratorMatrix(ReedMullerCodeRMZ4(1,1,3));
Gc := GeneratorMatrix(ReedMullerCodeRMZ4(1,0,3));
C := ReedMullerCodeRMZ4(1,2,4);
Cp := LinearCode(PlotkinSum(Ga, Gb));
C eq Cp;
assert $1;
D := ReedMullerCodeRMZ4(2,2,5);
Dp := LinearCode(BQPlotkinSum(Ga, Gb, Gc));
D eq Dp;
assert $1;
SetEchoInput(ei);
