11.3.2.2 HeckeAlgebraElement_matrix Objects

class HeckeAlgebraElement_matrix
HeckeAlgebraElement_matrix( parent, A)

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

matrix

Further documentation:

matrix( )

Return the matrix that defines this Hecke algebra element.

sage: M = ModularSymbols(1,12)
sage: T = M.hecke_operator(2).matrix_form()
sage: T.matrix()
[ -24    0    0]
[   0  -24    0]
[4860    0 2049]

Instances of class HeckeAlgebraElement_matrix also have the following special methods:

__cmp__,$  $ __mul__,$  $ __repr__,$  $ _latex_

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