Right modules#

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

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]
>>> from sage.all import *
>>> RightModules(QQ)
Category of right modules over Rational Field
>>> RightModules(QQ).super_categories()
[Category of commutative additive groups]
class ElementMethods[source]#

Bases: object

class ParentMethods[source]#

Bases: object

super_categories()[source]#

EXAMPLES:

sage: RightModules(QQ).super_categories()
[Category of commutative additive groups]
>>> from sage.all import *
>>> RightModules(QQ).super_categories()
[Category of commutative additive groups]