"Source: Text/Code/CodeZ4.text";
"Line: 801";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeZ4.text, line: 801
// Example: H165E7 ()
print "Example: H165E7";
ei := GetEchoInput();
SetEchoInput(true);
Z4:=IntegerRing(4);
Ga:=Matrix(Z4,1,2,[1,1]);
Gb:=Matrix(Z4,2,2,[1,2,0,2]);
Gc:=Matrix(Z4,1,2,[2,2]);
Ca:=LinearCode(Ga);
Cb:=LinearCode(Gb);
Cc:=LinearCode(Gc);
C:=LinearCode(BQPlotkinSum(Ga,Gb,Gc));
D:=BQPlotkinSum(Ca,Cb,Cc);
C eq D;
assert not $1;
SetEchoInput(ei);
