GradedAlgebrasWithBasis

class sage.categories.graded_algebras_with_basis.GradedAlgebrasWithBasis(base, name=None)

Bases: sage.categories.category_types.Category_over_base_ring

The category of graded algebras with a distinguished basis

EXAMPLES:

sage: GradedAlgebrasWithBasis(ZZ)
Category of graded algebras with basis over Integer Ring
sage: GradedAlgebrasWithBasis(ZZ).super_categories()
[Category of graded modules with basis over Integer Ring, Category of graded algebras over Integer Ring, Category of algebras with basis over Integer Ring]

TESTS:

sage: TestSuite(GradedAlgebrasWithBasis(ZZ)).run()
class ElementMethods
class GradedAlgebrasWithBasis.ParentMethods
GradedAlgebrasWithBasis.super_categories(*args, **kwds)

EXAMPLES:

sage: GradedAlgebrasWithBasis(QQ).super_categories()
[Category of graded modules with basis over Rational Field, Category of graded algebras over Rational Field, Category of algebras with basis over Rational Field]

Previous topic

Graded Algebras

Next topic

GradedBialgebras

This Page