GradedModulesWithBasis

class sage.categories.graded_modules_with_basis.GradedModulesWithBasis(base, name=None)

Bases: sage.categories.category_types.Category_over_base_ring

The category of graded modules with a distinguished basis

EXAMPLES:

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

TESTS:

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

EXAMPLES:

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

Previous topic

GradedModules

Next topic

Groupoid

This Page