"Source: Text/Module/ModRng.text";
"Line: 1453";
"Date: Wed Sep 19 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Module/ModRng.text, line: 1453
// Example: H59E7 ()
print "Example: H59E7";
ei := GetEchoInput();
SetEchoInput(true);
Q  := RationalField();
R4 := RModule(Q, 4);
M  := EndomorphismAlgebra(R4);
M;
SetEchoInput(ei);
