Minimal polynomial (linear algebra)

For the minimal polynomial of an algebraic element of a field, see Minimal polynomial (field theory).

In linear algebra, the minimal polynomial μA of an n × n matrix A over a field F is the monic polynomial P over F of least degree such that P(A) = 0. Any other polynomial Q with Q(A) = 0 is a (polynomial) multiple of μA.

The following three statements are equivalent:

  1. λ is a root of μA,
  2. λ is a root of the characteristic polynomial χA of A,
  3. λ is an eigenvalue of matrix A.

The multiplicity of a root λ of μA is the largest power m such that Ker((AλIn)m) strictly contains Ker((AλIn)m−1). In other words, increasing the exponent up to m will give ever larger kernels, but further increasing the exponent beyond m will just give the same kernel.

If the field F is not algebraically closed, then the minimal and characteristic polynomials need not factor according to their roots (in F) alone, in other words they may have irreducible polynomial factors of degree greater than 1. For irreducible polynomials P one has similar equivalences:

  1. P divides μA,
  2. P divides χA,
  3. the kernel of P(A) has dimension at least 1.
  4. the kernel of P(A) has dimension at least deg(P).

Like the characteristic polynomial, the minimal polynomial does not depend on the base field, in other words considering the matrix as one with coefficients in a larger field does not change the minimal polynomial. The reason is somewhat different from for the characteristic polynomial (where it is immediate from the definition of determinants), namely the fact that the minimal polynomial is determined by the relations of linear dependence between the powers of A: extending the base field will not introduce any new such relations (nor of course will it remove existing ones).

The minimal polynomial is often the same as the characteristic polynomial, but not always. For example, if A is a multiple aIn of the identity matrix, then its minimal polynomial is Xa since the kernel of aInA = 0 is already the entire space; on the other hand its characteristic polynomial is (Xa)n (the only eigenvalue is a, and the degree of the characteristic polynomial is always equal to the dimension of the space). The minimal polynomial always divides the characteristic polynomial, which is one way of formulating the Cayley–Hamilton theorem (for the case of matrices over a field).

Formal definition

Given an endomorphism T on a finite-dimensional vector space V over a field F, let IT be the set defined as

where F[t] is the space of all polynomials over the field F. IT is a proper ideal of F[t]. Since F is a field, F[t] is a principal ideal domain, thus any ideal is generated by a single polynomial, which is unique up to units in F. A particular choice among the generators can be made, since precisely one of the generators is monic. The minimal polynomial is thus defined to be the monic polynomial which generates IT. It is the monic polynomial of least degree in IT.

Applications

An endomorphism φ of a finite dimensional vector space over a field F is diagonalizable if and only if its minimal polynomial factors completely over F into distinct linear factors. The fact that there is only one factor Xλ for every eigenvalue λ means that the generalized eigenspace for λ is the same as the eigenspace for λ: every Jordan block has size 1. More generally, if φ satisfies a polynomial equation P(φ) = 0 where P factors into distinct linear factors over F, then it will be diagonalizable: its minimal polynomial is a divisor of P and therefore also factors into distinct linear factors. In particular one has:

These cases can also be proved directly, but the minimal polynomial gives a unified perspective and proof.

Computation

For a vector v in V define:

This definition satisfies the properties of a proper ideal. Let μT,v be the monic polynomial which generates it.

Properties

  • Since IT,v contains the minimal polynomial μT, the latter is divisible by μT,v.
  • If d is the least natural number such that v, T(v), ..., Td(v) are linearly dependent, then there exist unique a0, a1, ..., ad−1 in F such that

    and for these coefficients one has

  • Let the subspace W be the image of μT,v(T), which is T-stable. Since μT,v(T) annihilates at least the vectors v, T(v), ..., Td-1(v), the codimension of W is at least d.
  • The minimal polynomial μT is the product of μT,v and the minimal polynomial Q of the restriction of T to W. In the (likely) case that W has dimension 0 one has Q = 1 and therefore μT = μT,v; otherwise a recursive computation of Q suffices to find μT.

Example

Define T to be the endomorphism of R3 with matrix, on the canonical basis,

Taking the first canonical basis vector e1 and its repeated images by T one obtains

of which the first three are easily seen to be linearly independent, and therefore span all of R3. The last one then necessarily is a linear combination of the first three, in fact

T3e1 = −4T2e1Te1 + e1,

so that:

μT,e1 = X3 + 4X2 + XI.

This is in fact also the minimal polynomial μT and the characteristic polynomial χT: indeed μT,e1 divides μT which divides χT, and since the first and last are of degree 3 and all are monic, they must all be the same. Another reason is that in general if any polynomial in T annihilates a vector v, then it also annihilates Tv (just apply T to the equation that says that it annihilates v), and therefore by iteration it annihilates the entire space generated by the iterated images by T of v; in the current case we have seen that for v = e1 that space is all of R3, so μT,e1(T) = 0. Indeed one verifies for the full matrix that T3 + 4T2 + TI3 is the null matrix:

References

This article is issued from Wikipedia - version of the 11/11/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.