"Source: Text/Group/Grp.text";
"Line: 229";
"Date: Mon Mar 29 16:52:44 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/Grp.text, line: 229
// Example: H63E2 ()
print "Example: H63E2";
ei := GetEchoInput();
SetEchoInput(true);
C15 := CyclicGroup(15);
h := hom< C15 -> C15 | g :-> g^3 >;
forall{ <c, d> : c, d in C15 | h(c * d) eq h(c) * h(d) };
assert $1;
im := h(C15);
im;
IsCyclic(im);
assert $1;
SetEchoInput(ei);
