![]() | 1 | initial version |
When you initialize a CombinatorialFreeModule
, you can specify a category, and if you specify a category of algebras, then defining a method product_on_basis
will give you an algebra structure. Some examples in the Sage library:
Indeed, many of the algebras in Sage inherit from CombinatorialFreeModule
.