Right modules¶
-
class
sage.categories.right_modules.
RightModules
(base, name=None)¶ Bases:
sage.categories.category_types.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 multiplation 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]
TESTS:
sage: TestSuite(RightModules(ZZ)).run()
-
class
ElementMethods
¶
-
class
RightModules.
ParentMethods
¶
-
RightModules.
super_categories
()¶ EXAMPLES:
sage: RightModules(QQ).super_categories() [Category of commutative additive groups]
-
class