Changes between Version 3 and Version 6 of Ticket #10961


Ignore:
Timestamp:
03/27/11 00:48:53 (2 years ago)
Author:
aschilling
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10961

    • Property Status changed from needs_review to positive_review
  • Ticket #10961 – Description

    v3 v6  
    44    sage: F = AlgebrasWithBasis(QQ).example(); F 
    55    An example of an algebra with basis: the free algebra on the generators ('a', 'b', 'c') over Rational Field 
    6     sage: a,b,c = FF.algebra_generators() 
     6    sage: a,b,c = F.algebra_generators() 
    77    sage: F.bracket(a,b) 
    88    B[word: ab] - B[word: ba]