"Source: Text/Group/GrpAb.text";
"Line: 184";
"Date: Mon Aug 27 15:22:06 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpAb.text, line: 184
// Example: H75E3 ()
print "Example: H75E3";
ei := GetEchoInput();
SetEchoInput(true);
F<a, b, c> := FreeAbelianGroup(3);
A := quo< F | 7*a + 4*b + c, 8*a + 5*b + 2*c, 9*a + 6*b + 3*c >;
A;
SetEchoInput(ei);
