| 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)]
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.