8.6.1.1 ModularSymbolElement Objects

class ModularSymbolElement
A single element of a space of modular symbol.
ModularSymbolElement( parent, vector)

INPUT:
    parent -- a space of modular symbols
    vector -- a vector 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 ModularSymbolElement have the following functions (in addition to inherited functions and special functions):

coordinate_vector,$  $ list,$  $ manin_symbol_rep,$  $ modular_symbol_rep,$  $ parent,$  $ vector

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 ModularSymbolElement also have the following special functions:

__add__,$  $ __cmp__,$  $ __mul__,$  $ __neg__,$  $ __pos__,$  $ __rmul__,$  $ __sub__

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