Graded Algebras

class sage.categories.graded_algebras.GradedAlgebras(base, name=None)

Bases: sage.categories.category_types.Category_over_base_ring

The category of graded algebras

EXAMPLES:

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

TESTS:

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

EXAMPLES:

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

Previous topic

GcdDomains

Next topic

GradedAlgebrasWithBasis

This Page