"Source: Text/Algebra/AlgMat.text";
"Line: 297";
"Date: Wed Sep 19 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgMat.text, line: 297
// Example: H90E2 ()
print "Example: H90E2";
ei := GetEchoInput();
SetEchoInput(true);
K := FiniteField(5);
x := CambridgeMatrix(1, K, 4, [ "1234", "0111", "4321", "1211" ]);
x;
SetEchoInput(ei);
