3.4.1.12 ModuleElement Objects

class ModuleElement
Generic element of a module.
Instances of class ModuleElement have the following methods (in addition to inherited methods and special methods):

additive_order,$  $ is_nonzero,$  $ is_zero,$  $ order

Further documentation:

additive_order( )

Return the additive order of self.

order( )

Return the additive order of self.

Instances of class ModuleElement also have the following special methods:

__add__,$  $ __neg__,$  $ __pos__,$  $ __radd__,$  $ __rsub__,$  $ __sub__,$  $ _add,$  $ _sub

See About this document... for information on suggesting changes.