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)]
2 | No.2 Revision |
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)]