12.3.1.1 ModularSymbolsElement Objects

class ModularSymbolsElement
An element of a space of modular symbol.
ModularSymbolsElement( parent, x, [check=True])

INPUT:
    parent -- a space of modular symbols
    x -- a free module element that represents the modular
         symbol in terms of a basis for the ambient space (not
         in terms of a basis for parent!)

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

coordinate_vector,$  $ list,$  $ manin_symbol_rep,$  $ modular_symbol_rep

Further documentation:

manin_symbol_rep( )

Returns a representation of self as a formal sum of Manin symbols.

(The result is cached for future use.)

modular_symbol_rep( )

Returns a representation of self as a formal sum of modular symbols.

(The result is cached for future use.)

Instances of class ModularSymbolsElement also have the following special methods:

__add__,$  $ __cmp__,$  $ __mul__,$  $ __neg__,$  $ __pos__,$  $ __repr__,$  $ __sub__,$  $ _ModularSymbolsElement__is_compatible

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