12.3.2.2 ManinSymbolList Objects

class ManinSymbolList
All Manin symbols for a given group, weight, and character.
ManinSymbolList( weight, list)

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

apply,$  $ apply_I,$  $ apply_S,$  $ apply_T,$  $ apply_TT,$  $ index,$  $ manin_symbol,$  $ manin_symbol_list,$  $ normalize,$  $ weight

Further documentation:

index( x)

Return the index into the list of Manin symbols of x, where x is a 3-tuple of ints. If x is not in the list, then this function returns -1.

INPUT:
    x -- 3-tuple of ints. Something equivalent to an element
         of Manin symbols list, which need not be normalized.
OUTPUT:
    int -- the index of the Manin symbol equivalent to (i,u,v).

Instances of class ManinSymbolList also have the following special methods:

__getitem__,$  $ __len__

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