On Mon, Apr 23, 2012 at 2:09 AM, Paul-Olivier Dehaye <[email protected]> wrote: > Given a permutation group G (say AlternatingGroup(n) for some n), how can I > find out if two given elements g,h are conjugate in G? And which element > would conjugate g to h? > I tried looking through the methods of G and g, but couldn't find anything > that did what I want...
You may have to use Gap. Get the gap versions of the elements and use this: http://www.math.uiuc.edu/Software/GAP-Manual/IsConjugate.html > Thanks > Paul > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org -- William Stein Professor of Mathematics University of Washington http://wstein.org -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
