Skip to main content
Logo image

Discovery guide 22.1 Discovery guide

A diagonal matrix is one of the simplest kinds of matrix. In this discovery guide, we will attempt to make any matrix similar to a diagonal one.

Recall.

When Ax=λx, column vector x is called an eigenvector of A and scalar λ is called the corresponding eigenvalue of A.

Discovery 22.1.

Suppose 3×3 matrices A,P,D are related by P1AP=D. (Remember, order matters in matrix multiplication, so in general P1APA.)
As an example, consider
D=[300030001].
We will leave A and P unspecified for now, but think of P as a collection of column vectors:
P=[|||p1p2p3|||].
Multiplying both sides of P1AP=D on the left by P, we could instead write AP=PD.

(b)

Do you remember how multiplication on the right by a diagonal matrix affects a matrix of columns?
PD=[|||XXXXXX|||]
Hint.

(c)

Compare your patterns for products AP and PD from Task a and Task b. For AP=PD to true, each column of P must be an .
Hint.
Reread the introduction to this discovery guide above.

(d)

In Task c, we have identified a condition for AP=PD to be true. But to get from AP=PD back to the original equation P1AP=D, we also need P to be invertible, so we need the columns of P to be .

Discovery 22.2.

Let’s try out what we learned in Discovery 22.1 for matrix
A=[190020031].

(a)

Compute the eigenvalues of A by solving the characteristic equation det(λIA)=0.

(b)

For each eigenvalue of A, determine a basis for the corresponding eigenspace. That is, determine a basis for the null space of λIA by row reducing.

(d)

If you succeeded in meeting both conditions in the previous step, then P1AP will be a diagonal matrix. Is it possible to know what diagonal matrix P1AP will be without actually computing P1 and multiplying out P1AP?
Hint.
Look back at how the diagonal entries of matrix D fit in the pattern between AP and PD that you identified in Discovery 22.1.c.

Discovery 22.3.

Summarize the patterns you’ve determined in the first two activities of this discovery guide by completing the following statements in the case that D=P1AP is diagonal.

(a)

The diagonal entries of D are precisely the of A.

(b)

The number of times a value is repeated down the diagonal of D corresponds to .

(c)

The order of the entries down the diagonal of D corresponds to the
in P.

Discovery 22.5.

Compare the results of Discovery 22.2 and Discovery 22.4 by filling in the chart in Figure 22.1.1 below. We will call the number of times an eigenvalue is “repeated” as a root of the characteristic polynomial its algebraic multiplicity , and we will call the dimension of the eigenspace corresponding to an eigenvalue its geometric multiplicity .
After completing the chart, discuss: What can you conclude about algebraic and geometric multiplicities of eigenvalues with respect to attempting to find a suitable P to make P1AP diagonal?
Discovery 22.2 Discovery 22.4
eigenvalues
algebraic multiplicities
geometric multiplicities
suitable P exists?
Figure 22.1.1. Comparison of examples in this discovery guide.
When we attempt to form a transition matrix P to make P1AP diagonal, we need its columns to satisfy both conditions identified in Task c and Task d of Discovery 22.1.
In particular, consider the second of these two conditions. When you determine a basis for a particular eigenspace, these vectors are automatically linearly independent from each other (since they form a basis for a subspace of Rn). However, unless A has only a single eigenvalue, you will need to include eigenvectors from different eigenvalues together in filling out the columns of P. How can we be sure that the collection of all columns of P will satisfy the condition identified in Discovery 22.1.d?
The next discovery activity will help you with this potential problem.

Discovery 22.6.

Suppose {v1,v2,v3} is a linearly independent set of eigenvectors of A, corresponding to eigenvalue λ1, and suppose w is an eigenvector of A corresponding to a different eigenvalue λ2. (So λ2λ1.)

(a)

Set up the vector equation to begin the test for independence for the set {v1,v2,v3,w}. Call this equation (1).

(b)

Multiply both sides of equation (1) by A, then use the definition of eigenvalue/eigenvector to “simplify.” Call the result equation (2).

(c)

Multiply equation (1) by λ1 — call this equation (3).

(d)

Subtract equation (3) from equation (2). What can you conclude?

(e)

Use your conclusion from Task d to simplify equation (1). Then finish the test for independence.