#9695: AdditiveAbelianGroup, __call__ is misleading and complicated
-----------------------+----------------------------------------------------
   Reporter:  rbeezer  |       Owner:  AlexGhitza
       Type:  defect   |      Status:  new       
   Priority:  major    |   Milestone:  sage-4.5.3
  Component:  algebra  |    Keywords:            
     Author:           |    Upstream:  N/A       
   Reviewer:           |      Merged:            
Work_issues:           |  
-----------------------+----------------------------------------------------

Comment(by rbeezer):

 Mystery solved.  The `FGP_Module` class will accept an iterable in
 {{{__call__}}}, which it uses for a linear combination of a minimal set of
 generators.  It will also accept a vector (which is a module element) and
 use its entries as the scalars in a linear combination of the "original",
 "obvious", or "non-minimal" generators.  This distinction was hard to
 discern in the doctests.

 As part of working on other documentation items, I have addressed this at
 #9783.  So this ticket could be closed once #9783 is merged, if not
 sooner.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9695#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 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-trac?hl=en.

Reply via email to