"Source: Text/Module/ModRng.text";
"Line: 1281";
"Date: Wed Sep 19 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Module/ModRng.text, line: 1281
// Example: H59E5 ()
print "Example: H59E5";
ei := GetEchoInput();
SetEchoInput(true);
F2 := GaloisField(2);
V  := VectorSpace(F2, 3);
W  := VectorSpace(F2, 4);
M  := Hom(V, W);
M;
SetEchoInput(ei);
