Why do we need to find generalized eigenvectors for Jordan Normal Form?

  • Thread starter Thread starter Maybe_Memorie
  • Start date Start date
  • Tags Tags
    Basis
Click For Summary
SUMMARY

The discussion focuses on the necessity of finding generalized eigenvectors when determining the Jordan Normal Form of a matrix, specifically matrix A defined as A = \begin{bmatrix} -3 & 1 & 0 \\ -1 & -1 & 0 \\ -1 & -2 & 1 \end{bmatrix}. The characteristic polynomial is derived using det(A - tI) = 0, yielding eigenvalues of 1 and -2. The eigenspace for eigenvalue -2 is one-dimensional, necessitating the search for a generalized eigenvector to complete the basis for Jordan Normal Form. This process involves solving (A + 2I)v = 0 and finding vectors that satisfy the conditions for generalized eigenvectors.

PREREQUISITES
  • Understanding of Jordan Normal Form and its significance in linear algebra.
  • Familiarity with characteristic polynomials and eigenvalues.
  • Knowledge of matrix rank and kernel concepts.
  • Ability to perform operations with matrices, including finding reduced row echelon form.
NEXT STEPS
  • Study the process of finding Jordan Normal Form for matrices with repeated eigenvalues.
  • Learn about the relationship between eigenvalues, eigenvectors, and generalized eigenvectors.
  • Explore the implications of Jordan Normal Form in solving differential equations.
  • Investigate the use of the characteristic polynomial in determining matrix properties.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, matrix theory, or anyone involved in advanced computational methods requiring matrix diagonalization and transformation techniques.

Maybe_Memorie
Messages
346
Reaction score
0

Homework Statement



Right, I know how to do questions on Jordan Normal Form and find a basis, but there is one part I don't understand.

Let's take for example this matrix, call it A.

\begin{bmatrix}
-3 & 1 & 0 \\
-1 & -1 & 0 \\
-1 & -2 & 1
\end{bmatrix}

We find the characteristic polynomial of A using
det(A-tI) = 0, where I is the identity matrix.

The roots of this equation are our eigenvalues, let's call them [itex]\lambda_{1}[/itex] and [itex]\lambda_{2}[/itex]

For each one we find A-[itex]\lambda[/itex]I.
Call this matrix B.

We find rk(B), and using the formula rk(B) + dimKer(B) = n, where n is the dimension of our vector space, find dimKer(B).

We find B2, B3, ..., Bk-1, Bk
until rk(Bk-1) = rk(Bk)

We then have to find the vector(s) that spans the kernel of Bk-1 and the first part of our basis is given by a vector which isn't in the kernel. This tends to change depending on various cases which we're working on.
Example, if rk(B) =/= rk(B2) = 0 then we find the vectors that span the kernel of
B2, bring it to reduced column echelon form and the vector we choose for part of our basis is the vector which makes up for the "missing leading one".

The last paragraph is basically what I don't understand.
Could someone please explain why this is done? (in general, not for any particular case) :smile:
 
Physics news on Phys.org
You are talking very generally. For this particular matrix, the eigenvalues are 1 and -2, with -2 being a "double" eigenvalue- the characteristic equation is [itex](\lambda- 1)(\lambda+ 2)^2= 0[/itex]. The space of all eigenvectors corresponding to the eigenvalue 1 is, of course, of dimension 1 and it is fairly easy to find a basis vector for that space.

However, it turns out that the dimension of the eigenspace for eigenvalue -2 is also one, leaving us one eigenvector short. If there were two independent eigenvectors, then, using those three eigenvectors as basis, we could diagonalize the matrix. What we can do is look for a "generalized eigenvector". Every matrix satisfies its own characteristic equation so we must have (A- I)(A+ 2I)^2v= 0. Of course, if Av= v, that is, if v is an eigenvector corresponding to eigenvalue 1, that is satisfied. Further, the exist a space of eigenvectors corresponding to eigenvalue -2, so that (A+ 2I)v= 0 for those vectors. But there exist other vectors for which neither of those is true. For those vectors we must have (A+2I)[(A+2I)v]= 0. That means that (A+ 2I)v is an eigenvector corresponding to eigenvalue -2. That is, to find a third vector, forming a basis in which the matrix is not diagonal but in "Jordan Normal Form", find a vector, x, satisfying (A+ 2I)x= v with v an eigenvector corresponding to eigenvalue -2.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
2K