Right modules#

class sage.categories.right_modules.RightModules(base, name=None)#

Bases: Category_over_base_ring

The category of right modules right modules over an rng (ring not necessarily with unit), i.e. an abelian group with right multiplication by elements of the rng

EXAMPLES:

sage: RightModules(QQ)
Category of right modules over Rational Field
sage: RightModules(QQ).super_categories()
[Category of commutative additive groups]
class ElementMethods#

Bases: object

class ParentMethods#

Bases: object

super_categories()#

EXAMPLES:

sage: RightModules(QQ).super_categories()
[Category of commutative additive groups]