Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Matrices and Linear Algebra > Matrix Operations > CharacteristicPolynomial >
Mathematica > Mathematics and Algorithms > Graphs & Networks > Graph Programming > Matrices and Linear Algebra > Matrix Operations > CharacteristicPolynomial >
Mathematica > Visualization and Graphics > Graphs & Networks > Graph Programming > Matrices and Linear Algebra > Matrix Operations > CharacteristicPolynomial >

CharacteristicPolynomial

CharacteristicPolynomial
gives the characteristic polynomial for the matrix m.
CharacteristicPolynomial
gives the generalized characteristic polynomial with respect to a.
  • m must be a square matrix.
  • It can contain numeric or symbolic entries.
  • is essentially equivalent to Det where id is the identity matrix of appropriate size. »
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
Use exact arithmetic to find the characteristic polynomial:
Use machine arithmetic:
Use 20-digit precision arithmetic:
The characteristic polynomial of a complex matrix:
The generalized characteristic polynomial :
Find the eigenvalues of a matrix as the roots of the characteristic polynomial:
The characteristic polynomial is equivalent to Det:
The generalized characteristic polynomial is equivalent to Det:
A matrix is a root of its characteristic polynomial (Cayley-Hamilton theorem []):
Evaluate the polynomial at m with matrix arithmetic:
Use the more efficient Horner's method to evaluate the polynomial:
where are the eigenvalues is equivalent to the characteristic polynomial:
If is a monic polynomial, then the characteristic polynomial of its companion matrix is:
Form the companion matrix:
New in 5 | Last modified in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF