Changes between Version 3 and Version 6 of Ticket #10961
- Timestamp:
- 03/27/11 00:48:53 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10961
- Property Status changed from needs_review to positive_review
-
Ticket #10961 – Description
v3 v6 4 4 sage: F = AlgebrasWithBasis(QQ).example(); F 5 5 An example of an algebra with basis: the free algebra on the generators ('a', 'b', 'c') over Rational Field 6 sage: a,b,c = F F.algebra_generators()6 sage: a,b,c = F.algebra_generators() 7 7 sage: F.bracket(a,b) 8 8 B[word: ab] - B[word: ba]
