Page 299 - Advanced engineering mathematics
P. 299
9.2 Diagonalization 279
THEOREM 9.6 Diagonalization of a Matrix
Let A be n ×n. Then A is diagonalizable if and only if A has n linearly independent eigenvectors.
−1
Furthermore, if P is the n × n matrix having these eigenvectors as columns, then P AP is the
n × n diagonal matrix having the eigenvalues of A down its main diagonal, in the order in which
the eigenvectors were chosen as columns of P.
In addition, if Q is any matrix that diagonalizes A, then necessarily the diagonal matrix
−1
Q AQ has the eigenvalues of A along its main diagonal, and the columns of Q must be
eigenvectors of A, in the order in which the eigenvalues appear on the main diagonal of
Q AQ.
−1
We will prove the theorem after looking at three examples.
EXAMPLE 9.8
Let
−14
A = .
0 3
A has eigenvalues −1,3 and corresponding linearly independent eigenvectors
1 1
and .
0 1
Form
11
P = .
01
Determine
1 −1
−1
P = .
0 1
A simple computation shows that
−10
−1
P AP = ,
0 3
a diagonal matrix with the eigenvalues of A on the main diagonal, in the order in which the
eigenvectors were used to form the columns of
If we reverse the order of these eigenvectors as columns and define
11
Q = ,
10
then
3 0
−1
Q AQ =
0 −1
with the eigenvalues along the main diagonal, but now in the order reflecting the order of the
eigenvectors used in forming the columns of Q.
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
October 14, 2010 14:49 THM/NEIL Page-279 27410_09_ch09_p267-294