3.4.1.6 Element Objects

class Element
Generic element base class, so all this functionality must be defined by any ring element.
Instances of class Element have the following methods (in addition to inherited methods and special methods):

base_ring,$  $ category,$  $ is_nonzero,$  $ is_zero,$  $ name,$  $ names,$  $ parent

Instances of class Element also have the following special methods:

__add__,$  $ __div__,$  $ __mul__,$  $ __neg__,$  $ __pos__,$  $ __radd__,$  $ __rdiv__,$  $ __reduce__,$  $ __repr__,$  $ __rmul__,$  $ __rsub__,$  $ __sub__,$  $ _add,$  $ _div,$  $ _mul,$  $ _sub

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