Systems with repeated eigenvalues

This topic is fully treated by Brogan (1991, p 250), but not by (Rowell1997?). Every n×n matrix has n eigenvalues, and for each distinct eigenvalue λi, a linear independent eigenvector mi exists. For every eigenvalue λi repeated μi times (termed algebraic multiplicity of λi), any number qi (termed geometric multiplicity or degeneracy of λi) up to and including μi of independent eigenvectors may exist: 1qiμi. qi is equal to the dimension of the null space of AIλi, qi=nrank(AλiI).

This gives rise to the three cases that follow.

full degeneracy

When qi=μi, the eigenvalue problem has qi=μi independent solutions for mi. So, even though there were not n distinct eigenvalues, n distinct eigenvectors still exist and we can diagonalize or decouple the system as before.

simple degeneracy

When qi=1, the eigenvalue problem has qi=1 independent solutions for mi. We would still like to construct a basis set of n independent vectors, but they can no longer be eigenvectors, and we will no longer be able to fully diagonalize or decouple the system. There are multiple ways of doing this (e.g. Gram-Schmidt), but the typical and most nearly diagonal way is to construct μiqi generalized eigenvectors (here also called mi), which will be included in the modal matrix M along with the eigenvectors. The generalized eigenvectors are found by solving the usual eigenvalue/vector problem for the first eigenvector mi1 corresponding to λi, then solving it again with the following equations to find the generalized eigenvectors (Aλi)mi2=mi1(Aλi)mi3=mi2

This forms the modal matrix M. The block-diagonal Jordan form matrix J, analogous to the diagonal Λ is J=M1AM, which gives the most-decoupled state transition matrix Φ(t)=MeJtM1.

general degeneracy

If 1<qi<μi, the preceding method applies, but it may be ambiguous as to which eigenvector the generalized eigenvectors correspond (or how many for each). This can be approached by trial and error or a systematic method presented by Brogan (1991, p 255).

Brogan, William L. 1991. Modern Control Theory. Third. Prentice Hall.

Online Resources for Section B.1

No online resources.