MTM[poly] - compute the characteristic polynomial of a matrix
|
Calling Sequence
|
|
poly(A)
poly(A,x)
|
|
Parameters
|
|
A
|
-
|
matrix, vector, array, or scalar
|
x
|
-
|
(optional) name
|
|
|
|
|
Description
|
|
•
|
The function poly(A,x) returns the characteristic polynomial in x that has the eigenvalues of the matrix A as its roots (all multiplicities respected).
|
•
|
This polynomial is the determinant of x*I - A, where I is the identity matrix with the dimension of A.
|
•
|
If the parameter x is omitted, then the name x is used.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?