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 M=−t⁢Id+A, where Id is the appropriately sized identity Matrix. The determinant of M, found by using Determinant⁡M, is the characteristic polynomial of A.
with⁡StudentLinearAlgebra:
A≔1,2,3|1,2,3|1,5,6
A≔111225336
C≔CharacteristicMatrix⁡A,t
C≔t−1−1−1−2t−2−5−3−3t−6
Determinant⁡C
t3−9⁢t2
CharacteristicPolynomial⁡A,t
See Also
LinearAlgebra[CharacteristicMatrix]
Student[LinearAlgebra][CharacteristicPolynomial]
Student[LinearAlgebra][CompanionMatrix]
Student[LinearAlgebra][Determinant]
Student[LinearAlgebra][Eigenvalues]
Download Help Document