#19328: Wrap automorphism group of groups better
--------------------------------+------------------------
       Reporter:  kcrisman      |        Owner:
           Type:  defect        |       Status:  new
       Priority:  major         |    Milestone:  sage-6.9
      Component:  group theory  |   Resolution:
       Keywords:                |    Merged in:
        Authors:                |    Reviewers:
Report Upstream:  N/A           |  Work issues:
         Branch:                |       Commit:
   Dependencies:                |     Stopgaps:
--------------------------------+------------------------
Description changed by tmonteil:

Old description:

> See [http://math.stackexchange.com/questions/1458109/compute-
> automorphism-group-using-computer-software this math.SX question].
>
> {{{
> G = CyclicPermutationGroup(4)
> H = CyclicPermutationGroup(2)
> D=G.direct_product(H)
> D.AutomorphismGroup()
> <boom>
> }}}
> Okay, that's because you receive a tuple back.  But
> {{{
> d = D[0]
> d.AutomorphismGroup()
> <boom for different and more annoying reason>
> }}}
> Also, there is no `gap()` method for such groups, only a `_gap_()`
> method, which most people will not know about.

New description:

 See [http://math.stackexchange.com/questions/1458109/compute-automorphism-
 group-using-computer-software this math.SX question] and
 [http://ask.sagemath.org/question/29658/error-when-computing-automorphism-
 group/ this ask question].

 {{{
 G = CyclicPermutationGroup(4)
 H = CyclicPermutationGroup(2)
 D=G.direct_product(H)
 D.AutomorphismGroup()
 <boom>
 }}}
 Okay, that's because you receive a tuple back.  But
 {{{
 d = D[0]
 d.AutomorphismGroup()
 <boom for different and more annoying reason>
 }}}
 Also, there is no `gap()` method for such groups, only a `_gap_()` method,
 which most people will not know about.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/19328#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to