3.4.1.13 MonoidElement Objects

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

multiplicative_order,$  $ order

Further documentation:

multiplicative_order( )

Return the multiplicative order of self.

order( )

Return the multiplicative order of self.

Instances of class MonoidElement also have the following special methods:

__mul__,$  $ __rmul__,$  $ _mul

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