Characteristic polynomial

from Wikipedia, the free encyclopedia

The characteristic polynomial (CP) is a term from the mathematical branch of linear algebra . This polynomial , which is defined for square matrices and endomorphisms of finite-dimensional vector spaces , provides information about some properties of the matrix or linear mapping.

The equation in which the characteristic polynomial is set equal to zero is sometimes called a secular equation . Their solutions are the eigenvalues ​​of the matrix or the linear mapping. A matrix, inserted into its characteristic polynomial, gives the zero mapping ( Cayley-Hamilton theorem ).

definition

The characteristic polynomial of a quadratic matrix with entries from a body is defined by:

Here denotes the -dimensional identity matrix and the determinant . The indefinite also stands for an element of .

The definition of the characteristic polynomial as is also common. For odd numbers it differs from the above definition in terms of the factor , that is, the polynomial is then no longer normalized .

If one - dimensional - vector space and an endomorphism , then the characteristic polynomial is given by:

where is a representation matrix of the endomorphism with respect to a base. The characteristic polynomial of does not depend on the chosen basis.

The characteristic polynomial is a normalized polynomial -th degree from the polynomial ring . The notation for the characteristic polynomial is very inconsistent, other variants are, for example, or from Bourbaki .

Relationship with eigenvalues

The characteristic polynomial plays an important role in determining the eigenvalues ​​of a matrix, because the eigenvalues ​​are exactly the zeros of the characteristic polynomial. Even if you always select a base and thus a representation matrix for the explicit calculation of the characteristic polynomial, the polynomial and the determinant do not depend on this choice.

To show that the eigenvalues ​​are the zeros of the characteristic polynomial, proceed as follows:

Let it be and a matrix over . Then the following equivalences apply:

is an eigenvalue of .
There is one with .
There is one with .
is not invertible.
is the root of the characteristic polynomial of .

Formulas and algorithms

If you write the characteristic polynomial in the form

so is always , with as the trace , and the determinant of .

The characteristic polynomial has a particularly simple form especially for matrices

The form for matrices is:

Here is the matrix that is obtained by deleting the -th row and the -th column (a minor ).

The coefficients of can be determined with the aid of suitable methods, e.g. B. the algorithm of Faddejew-Leverrier or the algorithm of Samuelson-Berkowitz , also determine systematically.

properties

  • The characteristic polynomials of two similar matrices are the same. However, the reverse is generally not correct.
  • The matrix and its transpose have the same characteristic polynomial.
  • According to Cayley-Hamilton's theorem , a matrix is ​​the root of its characteristic polynomial:
    .
  • The minimal polynomial of a linear mapping divides its characteristic polynomial.
  • If there is a matrix and a matrix then holds .
Proof:
From the matrix equations
as well as the rule
follows
.

example

Find the characteristic polynomial of the matrix

According to the definition above, one calculates as follows:

Thus 1, −1 and 4 are the zeros of the characteristic polynomial and thus also the eigenvalues ​​of the matrix . Since every zero has the multiplicity 1, the characteristic polynomial in this example is also the minimal polynomial.

literature

  • Oliver Deiser, Caroline Lasser: First Aid in Linear Algebra: Overview and basic knowledge with many illustrations and examples . Springer, 2015, ISBN 978-3-642-41627-9 , p. 204 ff

Web links