Student[LinearAlgebra]
CharacteristicMatrix
construct a characteristic Matrix
Calling Sequence
Parameters
Description
Examples
CharacteristicMatrix(A, t, options)
A
-
square Matrix
t
name; variable
options
(optional) parameters; for a complete list, see LinearAlgebra[CharacteristicMatrix]
The CharacteristicMatrix(A, t) command constructs the characteristic Matrix , where Id is the appropriately sized identity Matrix. The determinant of M, found by using , is the characteristic polynomial of A.
See Also
LinearAlgebra[CharacteristicMatrix]
Student[LinearAlgebra][CharacteristicPolynomial]
Student[LinearAlgebra][CompanionMatrix]
Student[LinearAlgebra][Determinant]
Student[LinearAlgebra][Eigenvalues]
Download Help Document