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

Old description:

> From the documentation:
>
> {{{
>     sage: F = AlgebrasWithBasis(QQ).example(); F
>     An example of an algebra with basis: the free algebra on the
> generators ('a', 'b', 'c') over Rational Field
>     sage: a,b,c = FF.algebra_generators()
>     sage: F.bracket(a,b)
>     B[word: ab] - B[word: ba]
> }}}
>
> Apply trac_10961-lie_bracket_in_rings-nt.patch

New description:

 From the documentation:

 {{{
     sage: F = AlgebrasWithBasis(QQ).example(); F
     An example of an algebra with basis: the free algebra on the
 generators ('a', 'b', 'c') over Rational Field
     sage: a,b,c = F.algebra_generators()
     sage: F.bracket(a,b)
     B[word: ab] - B[word: ba]
 }}}

 Apply trac_10961-lie_bracket_in_rings-nt.patch

--

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