"Source: Text/Geometry/ModAbVar.text";
"Line: 4665";
"Date: Fri Sep  9 15:10:23 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModAbVar.text, line: 4665
// Example: H145E74 ()
print "Example: H145E74";
ei := GetEchoInput();
SetEchoInput(true);
H := Hom(JZero(11),JZero(33));
Basis(H);
Dimension(H);
assert $1 eq 2;
Ngens(H);
assert $1 eq 2;
Rank(H);
assert $1 eq 2;
H.1;
SetEchoInput(ei);
