Description

The Eigenvektors of a matrix only form a Basis (Lineare Algebra) of the vector space if the matrix is diagonalisable. The generalised eigenvector allows us to find a natural basis even if the matrix is not diagonalisable.

To each generalised eigenvector we can associate a level.

Definition

Let be a matrix with the corresponding linear map . A vector is called a generalised eigenvector of level with eigenvalue if:

The idea

To understand the generalised eugenvector we try to understand the Jordan decomposition. A Jordan block as a matrix is a sum of a rescaling and a nilpotent shift. The nilpotent shift has the property that . In the case of the normal eigenvector, this nilpotent summand is just zero (this is where the generalisation lies). Notice, that there is a hierarchy in the axis. The nilpotent shift first deletes the last axis . Then it deletes the second and then the first. The equation returns the nilpotent summand and applies iterations it.

The matrix studies just now was quite simple. Can we apply this idea to other matrices? Well, since every matrix can be made into a Jordan-form by change of basis, the procedure is the same:

  • For each generalised eigenspace there are generalised eigenvectors
  • The linear map approximately scales those eigenvectors.
  • If we remove the scaling, we discover that the generalised eigenvectors follows a hierarchy: Generalised eigenvectors are sent to one another until they completely die out

In a sense, the nilpotent summand of a matrix feeld like the skeleton that describes some motion. This motion must be the skew transformations in the matrix.

When trying to find a basis of generalised eigenvectors, we try to find the highest one of highest level and apply the nilpotent element to map it to the others.

Properties

Tip

Examples

Example