parent, A) |
INPUT: parent -- a homspace A -- matrix
base_ring,
charpoly,
decomposition,
det,
fcp,
image,
kernel,
matrix,
rank,
restrict,
restrict_domain,
trace
Further documentation:
) |
Return the determinant of this endomorphism.
) |
Return the factorization of the characteristic polynomial.
sub) |
Restrict this matrix morphism to a subspace sub of the domain.
The codomain and domain of the resulting matrix are both sub.
sub) |
Restrict this matrix morphism to a subspace sub of the domain. The subspace sub should have a basis() method and elements of the basis should be coercible into domain.
The resulting morphism has the same codomain as before, but a new domain.
Instances of class MatrixMorphism also have the following special methods:
__call__,
__cmp__,
__invert__,
__mul__,
__repr__,
__rmul__,
_add_function,
_mul_function,
_sub_function
See About this document... for information on suggesting changes.