5.G Exercises‣ Chapter 5 Jordan normal form (2024)

Exercise 5.62:
  1. A=[5-3-64-2-62-1-3]

  2. B=[40-1-422201]

  3. C=[23-1-1-1111-1]

  4. D=[22-1-1-11-1-22]

  5. E=[712214-1-1-215-11128]

  6. For E you may assume that cE(x)=(x-6)4.

You may assume that all eigenvalues of these matrices are integers (they were constructed this way for ease of computation, but this will not be true in general). For each of these matrices :

  1. i.

    Find the characteristic polynomial and minimal polynomial.

  2. ii.

    For each eigenvalue, find a basis for every generalized eigenspace Vλ(i).

  3. iii.

    Find the JNF.

  4. iv.

    Find a Jordan basis.

Solution.[5.62] A=[5-3-64-2-62-1-3]. We compute its characteristic polynomial as follows:

cA(x)=det[5-x-3-64-2-x-62-1-3-x]==-x3+x=-(x2-1)x=-(x-1)(x+1)(x-0).

So there are three different eigenvalues. Therefore there is only one possibility for the minimal polynomial (which is a factor of cA(x), is monic, and also has the same roots as cA(x)):

mA(x)=x(x-1)(x+1).

Next we determine all of the generalized eigenspaces. First we find the generalized eigenspaces of index 1 for each eigenvalue:

V0(1)=ker[5-3-64-2-62-1-3]=ker[10-301-3000]=span{[331]},
V1(1)=ker[4-3-64-3-62-1-4]=ker[10-301-2000]=span{[321]},
V-1(1)=ker[6-3-64-1-62-1-2]=ker[10-201-2000]=span{[221]}.

These are all 1 dimensional. One could check that Vλ(2) are also 1-dimensional, by computing ker(A-λI3)2. But alternatively, the existence of the Jordan normal form of a matrix shows that any collection of generalized eigenvectors for different eigenvalues must be linearly independent. Therefore the dimensions of V0(n), V1(n), and V-1(n) must together add up to less than or equal to 3. But that means they are each of dimension 1.

So a Jordan basis is given by 3 distinct Jordan chains of length 1 (i.e. eigenvectors), and we can take:

  1. x=[331],

  2. y=[321],

  3. z=[221].

There together form a Jordan basis. Now forming the transition matrix and performing the final matrix multiplication:

  1. P=[332322111],

  2. P-1=[01-21-10-103],

  3. P-1AP=[00001000-1].

This is the Jordan normal form of A. Notice that had we chose to write our basis in a different order, then the Jordan blocks of our final matrix would have been in a different order.

B=[40-1-422201]. We find the characteristic polynomial of B as follows.

cB(x)=[4-x0-1-42-x2201-x]=(2-x)(6-5x+x2)=(2-x)(2-x)(3-x).

So there are two possible polynomials which are simultaneously (i) a factor of cB(x), (ii) monic, and (iii) have the same roots as cB(x). So mB(x) is one of these two:

  1. (x-2)(x-3),

  2. (x-2)2(x-3).

First we test the one of smallest degree to see whether or not mB(B)=0. We compute:

(A-2I3)(A-3I3)=[20-1-40220-1][10-1-4-1220-2]=[000000000].

Therefore the minimal polynomial of mB(x)=(x-2)(x-3).

To find the generalized eigenspaces for each eigenvalue, let’s start with the generalized eigenspaces of index 1:

V2(1)=ker[20-1-40220-1]=ker[20-1000000]=span{[010],[102]},
V3(1)=ker[10-1-4-1220-2]=ker[10-1012000]=span{[1-21]}.

Since these dimensions add up to 3, there is a basis of eigenvectors, and therefore the generalized eigenspaces of higher index are no bigger than the usual eigenspaces. In other words, V2(n)=V2(1) and V3(n)=V3(1) for all n1.

So the Jordan normal form of A is a diagonal matrix, J2(1)J2(1)J3(1), and a Jordan basis is made up of three Jordan chains of length 1, which we could take as follows:

  1. x=[010],

  2. y=[102],

  3. z=[1-21].

So we can now form the transition matrix, and perform the final verification:

  1. P=[01110-2021],

  2. P-1=[41-2-10120-1],

  3. P-1AP=[200020003]=J2(1)J2(1)J3(1).

C=[23-1-1-1111-1]. JNF is [010001000].

D=[22-1-1-11-1-22]. JNF is [110010001].

E=[712214-1-1-215-11128]. JNF is [6100061000600006].

Exercise 5.63:

Assume a matrix A has the following characteristic polynomial. Find all possible JNF’s for A (up to reordering of the Jordan blocks).

  1. i.

    (x-1)2(x+2)2,

  2. ii.

    (x-1)3(x+2).

Solution.[5.63] (i) Since the characteristic polynomial does not change under a similarity transformation, the Jordan norm form of A must have diagonal entries consisting of two 1’s and two -2’s. The only choice is whether, for each eigenvalue, there is a single Jordan block of size 2, or two blocks of size 1. So there are four possibilities:

  1. J1(1)J1(1)J-2(1)J-2(1),

  2. J1(2)J-2(1)J-2(1),

  3. J1(1)J1(1)J-2(2),

  4. J1(2)J-2(2).

These may also be written explicitly as matrices as follows:

  1. [1000010000-20000-2],

  2. [1100010000-20000-2],

  3. [1000010000-21000-2],

  4. [1100010000-21000-2].

It is equally correct to have written the Jordan blocks in a different order.

[5.63] (ii) Since the characteristic polynomial doesn’t change under similarity, the JNF must have three 1’s on the diagonal, and one -2. So the only possible choices for Jordan normal forms as:

  1. J1(1)J1(1)J1(1)J-2(1),

  2. J1(2)J1(1)J-2(1),

  3. J1(3)J-2(1).

So, up to rearranging the Jordan blocks, there are only three possible JNF’s. If we were to write these as matrices, they would look as follows:

  1. [100001000010000-2],

  2. [110001000010000-2],

  3. [110001100010000-2].

Exercise 5.64:

Let D:𝒫3()𝒫3() be the differentiation map.

  1. i.

    Choose a basis of 𝒫3(), and write down the matrix [D].

  2. ii.

    What is the minimal polynomial of D?

  3. iii.

    Find the JNF of D.

Solution.[5.64] First we will write down the matrix of D in the standard basis {1,x,x2,x3} of 𝒫3(). To do this, we compute D(bi) for each basis vector:

  1. D(1)=0,

  2. D(x)=1,

  3. D(x2)=2x,

  4. D(x3)=3x2.

Then we find the coordinate matrices of these vectors, and the matrix of D is constructed by taking those coordinate matrices as its columns:

A:=[D]=[0100002000030000].

The characteristic polynomial of this matrix is cA(x)=x4, and so the choices for the minimal polynomial are:

  1. x,

  2. x2,

  3. x3,

  4. x4.

To see which it is, we need to evaluate each of these polynomials are the matrix A. We evalute as follows:

A=[0100002000030000]
A2=[0100002000030000][0100002000030000]=[0020000600000000],
A3=[0100002000030000][0020000600000000]=[0006000000000000],
A4=[0000000000000000].

So the minimal polynomial of A is mA(x)=x4. Unlike 3×3 matrices, for 4×4 matrices, to find the Jordan normal form it is not enough to consider the characteristic and minimal polynomials. For matrices of size 4 and higher, it is possible to have matrices with different JNF’s (even up to reordering of blocks), but with the same characteristic and minimal polynomials. So to find the JNF we need to consider the generalized eigenspaces.

Since the only eigenvalue is λ=0, we could consider the generalized eigenspaces for that eigenvalue. In fact, all we will need is the dimension of the first one:

V0(1)=ker[0100002000030000]=span{[1000]}.

So dimV0(1)=1. By Theorem 5.47 the number of Jordan blocks is 1, so the JNF must be J0(4).

Exercise 5.65:

Assume A,BMn() are similar matrices, and let λ be an eigenvalue (by Exercise 3.55, A and B have the same eigenvalues). Prove that dimVλ(i) is the same for A as it is for B.

Solution.[5.65] Assume that B=P-1AP for some invertible matrix P. Firstly we need to understand how similarity changes the kernel of a matrix. If C is a square matrix of size n, then the following statements are equivalent to each other:

  1. xkerP-1CP,

  2. P-1CPx=0,

  3. C(Px)=0

  4. PxkerC

  5. xP-1kerC.

Since P is a bijective linear map, this proves that the dimension of kerP-1CP is the same as the dimension of kerC. In particular,

dimker(B-λIn)i=dimker(P-1AP-λIn)i=dimkerP-1(A-λIn)iP=dimker(A-λIn)i.

Therefore, the generalized eigenspaces of index i have equal dimensions for similar matrices A and B.

Exercise 5.66:

Consider the function T:𝒫2()𝒫2() defined by

T(f)(x)=f(x+1).

For example, T(x2+7)=(x+1)2+7=x2+2x+8.

  • Choose a basis of 𝒫2(), and find the matrix [T].

  • Find the JNF of that matrix

  • Find a Jordan basis for T; this should form a basis of 𝒫2().

Solution.[5.66] Let ={1,x,x2}, which is the easiest basis of 𝒫2(). To find the matrix of T, we need to compute where T transforms the elements of the basis:

  1. T(1)=1,

  2. T(x)=x+1,

  3. T(x2)=(x+1)2=x2+2x+1.

So the columns of the matrix [T] are the coordinates of the vectors T(bi) with respect to the basis . Therefore

A:=[T]=[111012001].

The characteristic polynomial of this matrix is cA(x)=(1-x)3, since it is upper-triangular. This shows that the only eigenvalue is 1. Since it is a 3×3 matrix, to find the JNF, it is enough to compute the minimal polynomial of A (recall that this technique doesn’t work for matrices of size 4 or larger). The possibilities for the minimal polynomial are:

  1. (x-1),

  2. (x-1)2,

  3. (x-1)3.

To check which one is correct, we evaluate the matrix A at each of these possibilities, and the one of smallest degree which evaluates A to zero is the minimal polynomial. We compute:

A-I3=[011002000],
(A-I3)2=[011002000][011002000]=[002000000],
(A-I3)3=[011002000][002000000]=[000000000].

Therefore the minimal polynomial is (x-1)3, and hence the JNF is J1(3).

To find a Jordan basis, we know we need to find a single Jordan chain of length 3. To do this, we need to find an element x3V1(3)\V1(2). According to our matrix multiplications above, we can deduce that

  1. V1(3)=3,

  2. V1(2)=span{[100],[010]}.

So we define

  1. x3:=[001],

  2. x2:=(A-I3)x3=[120],

  3. x1:=(A-I3)x2=[200].

Then the sequence x1,x2,x3 forms a Jordan chain of length 3. In particular, it forms a Jordan basis.

As a final check, we could construct the transition matrix, and make the following verification:

  1. P=[210020001],

  2. P-1=[1/2-1/4001/20001],

  3. P-1AP=[110011001]=J1(3).

Exercise 5.67:

A student is asked to prove Theorem 5.9(i). He writes the following:

[Start of student’s work]

Take two monic polynomials p1,p2𝒫(F) of minimal degree such that p1(A)=p2(A)=0, and assume p1p2. Since p1 and p2 are both of the same degree r, and are monic, the polynomial p1-p2 is monic of degree r-1. But notice that

(p1-p2)(A)=p1(A)-p2(A)=0-0=0.

So p1-p2 contradicts the minimality of r. Therefore, our assumption p1p2 must have been false. This proves p1=p2, and in other words, the polynomial is unique.

[End of student’s work]

This student has made a logical mistake. What is it, and how could it be fixed?

Exercise 5.68:

A student is asked to prove the Cayley-Hamilton theorem (which is not an easy thing to do, and is omitted from this module). He writes the following:

[Start of student’s work]

Substitute λ with A in the characteristic polynomial. Then

cA(A)=det(A-AIn)=det(0)=0.

Therefore, cA(A)=0 for any square matrix A, as required.

[End of student’s work]

Identify the student’s mistake. You do not have to give a correct proof.

Exercise 5.69:

Prove that a matrix is diagonalizable if and only if

mA(x)=(x-a1)(x-a2)(x-ar),

where aiaj for ij.

Solution.[5.69] There are two statements that need to be proved, because it says “if and only if”. For either direction, we can define distinct eigenvalues ai. By putting A into Jordan normal form, we see that the characteristic polynomial of A must be

cA(x)=(a1-x)m1(a2-x)m2(ar-x)mr.

Here mi is called the multiplicity of the eigenvalue ai.

Assume A is diagonalizable, so there is an invertible matrix P such that P-1AP=D, where D=diag(a1,,ar); it may be the case that each ai occurs multiple times in the diagonal matrix D. The minimal polynomials of A and D are the same, since they are similar matrices. Now I claim that p(x)=(x-a1)(x-a2)(x-ar) is the minimal polynomial. Since the minimal polynomial must share the same roots as the characteristic polynomial, this is the smallest possibility that might be the minimal polynomial. We just need to check that it sends the matrix D to the zero matrix. Indeed, p(D)=(D-a1In)(D-a2In)(D-arIn) is the product of diagonal matrices, and the resulting matrix is the zero matrix. This proves that p(x) is the minimal polynomial, as required.

Next, assume that A is not diagonalizable. Then we can put A is Jordan normal form, J, and since it is not diagonalizable, there must exist at least one Jordan block of size 2. To prove that p(x) is not the minimal polynomial, it is enough to check that p(J) is not the zero matrix; in other words there is a vector v such that p(J)v0. Since we have assumed A is not diagonalizable, we can choose a vVλ(2)\Vλ(1), for some eigenvalue λ. Since we are free to reorder the eigenvalues, there is no loss of generality in assuming λ=ar, the last eigenvalue. Then

w:=(J-arIn)vVar(1)\{0}.

Since we have assumed a1,,ar are the distinct eigenvalues, for any ir, we use that w is an eigenvector to see that:

(J-aiIn)w=(ar-ai)w0.

In particular, this proves (J-a1In)(J-ar-1In)w=p(J)v0. Therefore p is not the minimal polynomial of J, and hence it is also not the minimal polynomial of A. This finishes the proof.

Exercise 5.70 (Bonus):

Let AMn(), and consider the set of all matrices which are similar to A. This is called the orbit of A under the conjugation action. [ Aside: The words ‘‘orbit’’, ‘‘conjugation’’, and ‘‘action’’ will all be defined in MATH321.]

How many different orbits are there, among nilpotent 5×5 complex matrices? Recall the definition of “nilpotent” from Exercise 3.62.

Learning objectives for Chapter 5:

Pass Level: You should be able to…

  • Verify the Cayley-Hamilton theorem for specific matrices (e.g. Exercise 5.4).

  • For a given (mostly factored) polynomial, produce a list of all possible monic factors which share the same roots (e.g. Exercise 5.14).

  • Given a matrix and its factored characteristic polynomial, find its minimal polynomial (e.g. Exercise 5.16).

  • Be able to express any generalized eigenspace of a matrix as the kernel of another matrix (e.g. Definition 5.18).

  • Given the generalized eigenspaces of a matrix, deduce its JNF using Theorem 5.47 (e.g. Exercise 5.49).

  • Correctly answer, with full justification, at least 50% of the true / false questions relevant to this Chapter.

First class level: You should be able to…

  • Explain, in your own words, the main ideas used in the proofs of Theorem 5.11, Theorem 5.22, and Theorem 5.26

  • Identify, in your own words, the most important concepts and results of this Chapter.

  • Write a complete solution, without referring to any notes, to at least 80% of the exercises in this Chapter, and in particular the proof questions.

  • Correctly answer, with full justification, all of the true / false questions relevant to this Chapter.

5.G Exercises‣ Chapter 5 Jordan normal form (2024)

References

Top Articles
Amanda Odom at Front Range Community College | Rate My Professors
Domy na sprzedaż: Warszawa, mazowieckie | Otodom.pl
Navicent Human Resources Phone Number
Exclusive: Baby Alien Fan Bus Leaked - Get the Inside Scoop! - Nick Lachey
Botw Royal Guard
Nehemiah 4:1–23
Uihc Family Medicine
Back to basics: Understanding the carburetor and fixing it yourself - Hagerty Media
New Day Usa Blonde Spokeswoman 2022
My Vidant Chart
Craigslist/Phx
LeBron James comes out on fire, scores first 16 points for Cavaliers in Game 2 vs. Pacers
Love Compatibility Test / Calculator by Horoscope | MyAstrology
Wordscape 5832
Valentina Gonzalez Leak
Rhinotimes
Enterprise Car Sales Jacksonville Used Cars
Dutch Bros San Angelo Tx
Sonic Fan Games Hq
Puretalkusa.com/Amac
Craighead County Sheriff's Department
Ess.compass Associate Login
Where to Find Scavs in Customs in Escape from Tarkov
Morse Road Bmv Hours
Costco Gas Hours St Cloud Mn
Restored Republic June 16 2023
Danielle Ranslow Obituary
Syracuse Jr High Home Page
Rlcraft Toolbelt
Wasmo Link Telegram
Fandango Pocatello
What Is Xfinity and How Is It Different from Comcast?
Metra Union Pacific West Schedule
Gabrielle Enright Weight Loss
Missouri State Highway Patrol Will Utilize Acadis to Improve Curriculum and Testing Management
Foolproof Module 6 Test Answers
American Bully Xxl Black Panther
Quake Awakening Fragments
Mta Bus Forums
Top 25 E-Commerce Companies Using FedEx
Mid America Irish Dance Voy
Nba Props Covers
Umd Men's Basketball Duluth
Tlc Africa Deaths 2021
Joblink Maine
Market Place Tulsa Ok
5103 Liberty Ave, North Bergen, NJ 07047 - MLS 240018284 - Coldwell Banker
Ihop Deliver
Billings City Landfill Hours
Prologistix Ein Number
Craigs List Sarasota
O'reilly's Eastman Georgia
Latest Posts
Article information

Author: Stevie Stamm

Last Updated:

Views: 6210

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Stevie Stamm

Birthday: 1996-06-22

Address: Apt. 419 4200 Sipes Estate, East Delmerview, WY 05617

Phone: +342332224300

Job: Future Advertising Analyst

Hobby: Leather crafting, Puzzles, Leather crafting, scrapbook, Urban exploration, Cabaret, Skateboarding

Introduction: My name is Stevie Stamm, I am a colorful, sparkling, splendid, vast, open, hilarious, tender person who loves writing and wants to share my knowledge and understanding with you.