Processing math: 100%
Skip to main content

Discovery guide 33.3 Discovery guide

Discovery 33.1.

Consider 19Γ—19 matrix

N=[N1N2N3N4N5N6]

in triangular-block nilpotent form, where the elementary nilpotent blocks N1 and N2 are each 5Γ—5, blocks N3 and N4 are each 3Γ—3, block N5 is 2Γ—2, and block N6 is 1Γ—1.

Suppose A is another 19Γ—19 matrix that is similar to N.

(a)

What is the rank of A?

What is nullity of A (i.e. the dimension of the null space of A)?

Describe how and why this number determines the number of blocks in N.

Hint

For the rank, consider Corollary 26.5.6.

For the nullity, see the Rank-Nullity Theorem.

(b)

What is the first power of A that is zero? Describe how and why this number determines the size of the largest block in N.

Hint

Consider Proposition 31.5.2, and recall that powers of \(N\) can be computed by taking powers of the blocks.

(c)

Let k represent the degree of nilpotency of A from Task b.

What is the rank of Akβˆ’1? Describe how and why this number determines the number of blocks in N of the largest size.

(d)

Continue working backwards, computing rankAkβˆ’2, rankAkβˆ’3, etc.. Describe how and why the jumps in these numbers determine the size and number of blocks in N of second largest size, then of third largest size, etc..

In Discovery 33.1 we worked backwards from the form matrix to uncover some patterns that must hold for any matrix that is similar to that specific form matrix. Now let's take what we've learned and work forwards, from a matrix to the form matrix.

Discovery 33.2.

Consider the 9Γ—9 matrix

A=[010βˆ’1020βˆ’50βˆ’100000002010βˆ’1020βˆ’5020100000βˆ’2000000000βˆ’10001000100000000010000010βˆ’1010βˆ’1020βˆ’50].

Assume that A is similar to a matrix in triangular-block nilpotent form.

Because of the size of A, it will be more efficient for you to use your favourite computer algebra system (CAS) to perform the necessary calculations. If you are familiar with Sage, below is a Sage cell that you can use for your computations, with our A matrix already set up.

Confirm that A is nilpotent, and determine the degree of nilpotency. Compute the rank of A, and from that determine the nullity of A. Finally, compute the ranks of the powers of A, up to the degree of nilpotency.

From all of this information, you should be able to determine the exact triangular-block nilpotent form matrix to which A must be similar. (However, note that this information will not allow us to determine a transition matrix P.)

Discovery 33.3.

From Chapter 28 we know that we need a complete set of independent, A-invariant subspaces to produce a block-diagonal form matrix. If each block is to be in elementary nilpotent form, then from Chapter 32 we know that for each block we need a corresponding A-cyclic subspace of Rn (or Cn, as appropriate).

Suppose W=Span{w,Aw,A2w,…} is one the spaces in this collection.

(a)

How is the dimension of W reflected in the corresponding elementary nilpotent block of the triangular-block nilpotent form matrix to which A is similar?

(b)

Let k represent dimW. What must be true about Akw?

Discovery 33.4.

Let's address the independence requirement of the A-cyclic subspaces we need to achieve triangular-block nilpotent form, at least in the case of a set of two such subspaces. For this, it is not necessary to actually assume that A is nilpotent.

Suppose

U=Span{u,Au,A2u},W=Span{w,Aw},

where the provided spanning sets are assumed to independent, and generating vectors u and w each satisfy the condition you determined in Task b of Discovery 33.3. Further assume that the two final vectors, A2u and Aw, are independent.

(a)

Form the vector equation that begins the Test for Linear Dependence/Independence for the combined collection

{u,Au,A2u,w,Aw}.

As there are five vectors in this collection, your vector equation will involve five unknown scalars.

(b)

Multiply your vector equation from Task a through by A2. After applying that condition from Task b of Discovery 33.3 and simplifying, you should immediately be able to conclude that one of the five unknown scalars is zero.

(c)

Use the knowledge from Task b that one of the scalars is zero to simplify your initial vector equation (before having multiplied by A2) from Task a. Multiply this simplified vector equation through by A, and again use that condition from Task b of Discovery 33.3 to simplify. Now you should be able to use the assumption that A2u and Aw are independent to conclude that two more of the unknown scalars must be zero.

(d)

Use the knowledge from Task c that two more of the scalars are zero to simplify your independence vector equation even further. You should be able to again use the assumption that A2u and Aw are independent to conclude that the last two of the unknown scalars must be zero.

(e)

Think about how this argument would unfold if the two spaces we started with had larger dimensions:

U=Span{u,Au,A2u,…,Akβˆ’1u},W=Span{w,Aw,A2w,…,Aβ„“βˆ’1w}.
Discovery 33.5.

In Subsection 33.4.3, two different procedures for constructing a transition matrix P that will put a given nilpotent matrix A into triangular-block nilpotent form are given. If you've made it this far and have time to spare, see how far you can make it into applying the first of those two procedures (Procedure 33.4.2) to the 9Γ—9 matrix from Discovery 33.2.

Once again, here is a Sage cell you can use to perform your calculations, if you wish.