I have a permutation group given in terms of its generators, such as
G := Group((2, 3), (1, 4), (1, 3)(2, 4));
I can iterate through the group and get all elements in cycle form. How can I get each element in terms of the generators? I imagine GAP has these expressions once it generates each element or not?
Factorization-- Memory will become a problem far before runtime, even though you are doing some recomputation. – ahulpke Oct 10 '16 at 19:44