"Source: Text/Algebra/AlgMat.text";
"Line: 2066";
"Date: Wed Sep 19 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgMat.text, line: 2066
// Example: H90E6 ()
print "Example: H90E6";
ei := GetEchoInput();
SetEchoInput(true);
K<w> := FiniteField(8);
M := MatrixAlgebra(K, 4);
A := M ! [1, w, w^5, 0,  w^3, w^4, w, 1,  w^6, w^3, 1, w^4, 1, w, 1, w ];
A;
EchelonForm(A);
SetEchoInput(ei);
