#10961: Add Lie bracket operation in Rings
---------------------------------+------------------------------------------
   Reporter:  nthiery            |       Owner:  AlexGhitza
       Type:  enhancement        |      Status:  needs_work
   Priority:  major              |   Milestone:  sage-4.7  
  Component:  algebra            |    Keywords:            
     Author:  Nicolas M. ThiƩry  |    Upstream:  N/A       
   Reviewer:  Anne Schilling     |      Merged:            
Work_issues:                     |  
---------------------------------+------------------------------------------
Changes (by aschilling):

  * status:  new => needs_work
  * reviewer:  => Anne Schilling


Comment:

 The patch implements the Lie bracket and it would be good to merge it into
 sage soon. However, the tests in /categories/rings.py line 70 do not pass
 due to the misprint
 {{
                 sage: a,b,c = FF.algebra_generators()
 }}
 should be
 {{
                 sage: a,b,c = F.algebra_generators()
 }}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10961#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