MonoidAlgebras

class sage.categories.monoid_algebras.MonoidAlgebras(base, name=None)

Bases: sage.categories.category_types.Category_over_base_ring

The category of all monoid algebras over a given base ring.

EXAMPLES:

sage: MonoidAlgebras(GF(2))
Category of monoid algebras over Finite Field of size 2

TESTS:

sage: TestSuite(MonoidAlgebras(ZZ)).run()
super_categories(*args, **kwds)

EXAMPLES:

sage: MonoidAlgebras(QQ).super_categories()
[Category of algebras over Rational Field]

Previous topic

Modules With Basis

Next topic

Monoids

This Page