Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Here is the problem:

sage: parent(gens)
C library interface to GAP

Just coerce them to GAP:

sage: PermutationGroup(gap(gens))
Permutation Group with generators [(3,4), (2,3)]

Here is the problem:

sage: parent(gens)
C library interface to GAP

Just coerce them to GAP:

sage: parent(gap(gens))
Gap
sage: PermutationGroup(gap(gens))
Permutation Group with generators [(3,4), (2,3)]