parent, A) |
matrix
Further documentation:
) |
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.