"Source: Text/Algebra/AlgMat.text";
"Line: 2077";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgMat.text, line: 2077
// Example: H92E6 ()
print "Example: H92E6";
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);
