5.D Jordan chains and Jordan bases‣ Chapter 5 Jordan normal form (2024)

Given a matrix AMn(), and an eigenvalue λ, in the previous section we put a lot of effort into finding a basis for each of the generalized eigenspaces of λ. They are subspaces, and by Theorem 5.22 there is a number r1 such that:

{0}Vλ(1)Vλ(2)Vλ(r)=Vλ(r+1)=Vλ(r+2)=n.

Recall that XY means X is a subset of Y but XY.

An important observation is that if we pick a vector in one of these subspace, repeatedly multiplying that vector by the matrix A-λIn moves it along these subspaces from the right to the left, creating a “chain” of vectors. In other words:

Theorem 5.26.

If xVλ(i), for some i1, then

(A-λIn)xVλ(i-1).
Proof.

The proof is because xVλ(i) means that (A-λIn)ix=0, by definition of the generalized eigenspace. This implies that (A-λIn)i-1((A-λIn)x)=0, which is what we wanted to prove.

Notice that this formula still works with i=1, because we have that Vλ(0)={0}, the zero subspace.∎

In the following definition, notice that a “Jordan chain of length 1 for λ” is exactly the same thing as an “eigenvector for λ”.

Recall that if YX are sets, then aX\Y means that aX but aY. For example {1,2,3}\{2} is the set {1,3}.

Definition 5.27:

Given a square matrix AMn() and an eigenvalue λ, a sequence of vectors x1,,xk is called a Jordan chain of length k for λ if:

A Jordan basis (for A) is a basis of n which consists only of Jordan chains (for different eigenvalues, in general).

Any Jordan chain, x1,,xk, must obey x10. This is because xkVλ(k-1) is another way of saying x1=(A-λIn)k-1xk0.

Exercise 5.28:

Let A=[-101-1].

  1. i.

    Prove that V-1(1)=span{(0,1)} and that V-1(2)=2.

  2. ii.

    Find a non-zero vector x which is in V-1(2) but is not in V-1(1).

  3. iii.

    Prove that (A+I2)xV-1(1).

Solution.[5.28] (i) A=[-101-1]. We find the generalized eigenspaces as follows:

V-1(1)=ker(A+I2)=ker[0010]=span{[01]},
V-1(2)=ker[0010]2=ker[0000]=2.

(ii) Since 2=V-1(2), we just need any vector which is not in V-1(1). Let’s take x=(1,0); this is not in a scalar multiple of (0,1), and therefore it is not in V-1(1).

(iii) We make the following calculation with the vector chosen above:

(A+I2)x=[0010][10]=[01]V-1(1).

This is all we were asked to check.

Example 5.29.

Let A=[510051005]. You may use that V5(1)=span{(1,0,0)}, V5(2)=span{(1,0,0),(0,1,0)}, and V5(3)=3.

Find a Jordan chain of length 3.

Solution: First pick an element in V5(3)\V5(2). Say x3=(0,0,1). Then define x2=(A-5I3)x3=(0,1,0) and x1=(A-5I3)x2=(1,0,0). Then sequence x1,x2,x3 is a Jordan chain of length 3. In fact this sequence is a Jordan basis, since it is a basis of 3 and it is made up of Jordan chains (in this case, just one).

Example 5.30.

Let A=[321031-1-4-1] as in Example 5.24. Find a Jordan basis.

(Solution:) First we find the generalized eigenspaces for each eigenvalue.

λ=1: All of the generalized eigenspaces are 1-dimensional and are spanned by the vector y1:=(0,1,-2). In particular, this eigenvector forms a Jordan chain of length 1 for the eigenvalue λ=1, and no longer chains are possible.

λ=2: Based on our computation of the dimensions of the generalized eigenspaces, a Jordan chain for λ=2 has length at most 2. Let’s choose a vector in V2(2)\V2(1). One such vector is x2=(3,-1,0). Then x1:=(A-2I3)x2=(1,-1,1). So x1,x2 is a Jordan chain of length 2.

Now we use Corollary 1.59, and check that the determinant of the matrix is -1, and hence y1,x1,x2 forms a basis of 3, so our search ends. In other words, we have found a Jordan basis for A; it is the union of two Jordan chains.

Let’s see how the matrix A from Example 5.30 looks in the new Jordan basis

:=(y1,x1,x2)=((0,1,-2),(1,-1,1),(3,-1,0)).

If T(v)=Av is the associated linear map, then we want to compute [T]. Using the method from Section 3.A we compute:

  1. T(y1)=y1+0x1+0x2

  2. T(x1)=0y1+2x1+0x2

  3. T(x2)=0y1+x1+2x2

This calculation shows that

[T]=[100021002].

Alternately, one could do a much longer calculation by using the change of basis matrix from to the standard basis:

P=[Id]𝒞=[0131-1-1-210].

Then we need to compute the inverse of P, and finally verify that [T]=P-1AP gives the same matrix as above.

The resulting matrix [T] is not diagonal, but it is as close as we can get to diagonalizing. In the next section we will see that this matrix is in Jordan normal form.

Exercise 5.31:

Find a Jordan basis for [04-1-4] (see also Exercise 5.19).

Solution.[5.31] A=[04-1-4]. Recall from Exercise 5.19 that -2 is the only eigenvalue, V-2(1)=span{[2-1]}, and V-2(2)=2. So, to find a Jordan basis, we need an element in V-2(2)\V-2(1), for example, the vector x2=(1,0). Then, following Definition 5.27 we will make a Jordan chain of length 2 by defining x2=[10], and x1:=(A-λI2)x2=[24-1-2][10]=[2-1]. These two vectors form a basis of 2, and therefore the sequence x1,x2 forms a Jordan basis.

Notice that many other choices of the vector x2 are possible, which would potentially lead to a different vector x1; but result would still be a Jordan basis.

Exercise 5.32:

Find a Jordan basis for [-101-1] (see also Exercise 5.28).

Solution.[5.32] A=[-101-1]. Recall from Exercise 5.28 that there is only one eigenvalue, -1, and that V-1(1)=span{(0,1)} and V-1(2)=2. So to make a Jordan basis, we just need to choose a vectors as in Definition 5.27:

  1. x2:=[10], x1:=(A+I2)x2=[0010][10]=[01].

There two vectors are linearly independent, and therefore form a basis of 2. Since they form a Jordan chain, the sequence x1,x2 forms a Jordan basis, as required.

We can’t always find a basis of eigenvectors, but in the above examples, we were able to find a basis of Jordan chains. The remarkable thing about these Jordan bases, and the reason why this method should be considered a superior extension to diagonalizing a matrix, is that they always exist (see Theorem 5.41).

At the end of the next section is an algorithm for finding a Jordan basis.

Exercise 5.33:

Find a Jordan basis for A=[2000201-12]. State the length of each Jordan chain in your basis.

5.D Jordan chains and Jordan bases‣ Chapter 5 Jordan normal form (2024)

References

Top Articles
Chapter 2 - Welcome to Hogwarts - Harry Potter: Hogwarts Mystery Guide - IGN
SCAVENGER HUNT Let's agree to meet in classroom 2e
Spasa Parish
The Machine 2023 Showtimes Near Habersham Hills Cinemas
Gilbert Public Schools Infinite Campus
Rentals for rent in Maastricht
159R Bus Schedule Pdf
11 Best Sites Like The Chive For Funny Pictures and Memes
Finger Lakes 1 Police Beat
Craigslist Pets Huntsville Alabama
Paulette Goddard | American Actress, Modern Times, Charlie Chaplin
Red Dead Redemption 2 Legendary Fish Locations Guide (“A Fisher of Fish”)
What's the Difference Between Halal and Haram Meat & Food?
Rugged Gentleman Barber Shop Martinsburg Wv
Jennifer Lenzini Leaving Ktiv
Havasu Lake residents boiling over water quality as EPA assumes oversight
Justified - Streams, Episodenguide und News zur Serie
Epay. Medstarhealth.org
Olde Kegg Bar & Grill Portage Menu
Half Inning In Which The Home Team Bats Crossword
Amazing Lash Bay Colony
Cato's Dozen Crossword
Cyclefish 2023
What’s Closing at Disney World? A Complete Guide
New from Simply So Good - Cherry Apricot Slab Pie
modelo julia - PLAYBOARD
Poker News Views Gossip
Abby's Caribbean Cafe
Joanna Gaines Reveals Who Bought the 'Fixer Upper' Lake House and Her Favorite Features of the Milestone Project
Pull And Pay Middletown Ohio
Navy Qrs Supervisor Answers
Trade Chart Dave Richard
Sweeterthanolives
How to get tink dissipator coil? - Dish De
Lincoln Financial Field Section 110
1084 Sadie Ridge Road, Clermont, FL 34715 - MLS# O6240905 - Coldwell Banker
Kino am Raschplatz - Vorschau
Classic Buttermilk Pancakes
Pick N Pull Near Me [Locator Map + Guide + FAQ]
'I want to be the oldest Miss Universe winner - at 31'
Gun Mayhem Watchdocumentaries
Ice Hockey Dboard
Infinity Pool Showtimes Near Maya Cinemas Bakersfield
Dermpathdiagnostics Com Pay Invoice
A look back at the history of the Capital One Tower
Alvin Isd Ixl
Maria Butina Bikini
Busted Newspaper Zapata Tx
Rubrankings Austin
2045 Union Ave SE, Grand Rapids, MI 49507 | Estately 🧡 | MLS# 24048395
Upgrading Fedora Linux to a New Release
Latest Posts
Article information

Author: Errol Quitzon

Last Updated:

Views: 6208

Rating: 4.9 / 5 (59 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Errol Quitzon

Birthday: 1993-04-02

Address: 70604 Haley Lane, Port Weldonside, TN 99233-0942

Phone: +9665282866296

Job: Product Retail Agent

Hobby: Computer programming, Horseback riding, Hooping, Dance, Ice skating, Backpacking, Rafting

Introduction: My name is Errol Quitzon, I am a fair, cute, fancy, clean, attractive, sparkling, kind person who loves writing and wants to share my knowledge and understanding with you.