5.2.2.1 FreeAbelianMonoidElement Objects

class FreeAbelianMonoidElement
FreeAbelianMonoidElement( F, x)

Create the element x of the FreeAbelianMonoid F.

Instances of class FreeAbelianMonoidElement have the following methods (in addition to inherited methods and special methods):

list

Further documentation:

list( )

Return (a reference to) the underlying list used to represent this element. If this is a monoid in an abelian monoid on $ n$ generators, then this is a list of nonnegative integers of length $ n$ .

Instances of class FreeAbelianMonoidElement also have the following special methods:

__mul__,$  $ __pow__,$  $ __repr__

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