#16261: Default behaviour of AdditiveAbelianGroup(a_tuple)
-------------------------------------------------+-------------------------
       Reporter:  ncohen                         |        Owner:
           Type:  enhancement                    |       Status:  closed
       Priority:  major                          |    Milestone:  sage-6.4
      Component:  group theory                   |   Resolution:  fixed
       Keywords:                                 |    Merged in:
        Authors:  Nathann Cohen                  |    Reviewers:  Travis
Report Upstream:  N/A                            |  Scrimshaw
         Branch:                                 |  Work issues:
  36cf5008dd7712178b5b96ef38b9eb8518c7ddfb       |       Commit:
   Dependencies:                                 |     Stopgaps:
-------------------------------------------------+-------------------------

Comment (by rbeezer):

 I bumped into this doctesting Judson's Abstract Algebra book.

 {{{
 G = AdditiveAbelianGroup([14])
 b = G([2])
 }}}

 was fine for the novices, but `b = G(vector([2]))` looks more complicated
 than necessary.

 Anybody on this ticket have a better idea?  I mean besides me ever getting
 my act together on #9773.

--
Ticket URL: <http://trac.sagemath.org/ticket/16261#comment:37>
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