Exerciseset7.2: Theorem 7.17
Exerciseset7.2: Theorem 7.17
E X E R C I S E S E T 7.2
1. Compute the eigenvalues and associated eigenvectors of the following matrices.
2 −1 0 1 0 21
a. b. c.
−1 2 1 1 1
0
⎡ ⎤ ⎡ ⎤ ⎡ 2 ⎤
2 1 0 −1 2 0 2 1 1
d. ⎣ 1 2 0 ⎦ e. ⎣ 0 3 4 ⎦ f. ⎣ 2 3 2 ⎦
0 0 3 0 0 7 1 1 2
2. Compute the eigenvalues and associated eigenvectors of the following matrices.
1 1 −1 −1 3 4
a. b. c.
−2 −2 1 1
1 0
⎡ ⎤ ⎡ 13 6
⎤ ⎡ ⎤
3 2 −1 2
0 0 2 −1 0
d. ⎣ 1 −2 3 ⎦ e. ⎣ −1 2 1
0 ⎦ f. ⎣ 0 2 4 ⎦
2 0 4 2 2 − 13 0 0 2
3. Find the complex eigenvalues and associated eigenvectors for the following matrices.
2 2 1 2
a. b.
−1 2 −1 2
4. Find the complex eigenvalues and associated eigenvectors for the following matrices.
⎡ ⎤ ⎡ ⎤
1 0 2 0 1 −2
a. ⎣ 0 1 −1 ⎦ b. ⎣ 1 0 0 ⎦
−1 1 1 1 1 1
5. Find the spectral radius for each matrix in Exercise 1.
6. Find the spectral radius for each matrix in Exercise 2.
7. Which of the matrices in Exercise 1 are convergent?
8. Which of the matrices in Exercise 2 are convergent?
9. Find the l2 norm for the matrices in Exercise 1.
10. Find the l2 norm for the matrices in Exercise 2.
1
1 0 0
11. Let A1 = 1 1 and A2 = 2
1 . Show that A1 is not convergent, but A2 is convergent.
4 2
16 2
12. An n × n matrix A is called nilpotent if an integer m exists with Am = On . Show that if λ is an
eigenvalue of a nilpotent matrix, then λ = 0.
13. Show that the characteristic polynomial p(λ) = det(A − λI) for the n × n matrix A is an nth-degree
polynomial. [Hint: Expand det(A − λI) along the first row, and use mathematical induction on n.]
14. a. Show that if A is an n × n matrix, then
&
n
det A = λi ,
i=1
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.
450 CHAPTER 7 Iterative Techniques in Matrix Algebra
0 13 0
where the entry in the ith row and jth column represents the probabilistic contribution of a beetle of
age j onto the next year’s female population of age i.
a. Does the matrix A have any real eigenvalues? If so, determine them and any associated eigen-
vectors.
b. If a sample of this species was needed for laboratory test purposes that would have a constant
proportion in each age group from year to year, what criteria could be imposed on the initial
population to ensure that this requirement would be satisfied?
18. Find matrices A and B for which ρ(A + B) > ρ(A) + ρ(B). (This shows that ρ(A) cannot be a matrix
norm.)
19. Show that if || · || is any natural norm, then (||A−1 ||)−1 ≤ |λ| ≤ ||A|| for any eigenvalue λ of the
nonsingular matrix A.
Jacobi’s Method
The Jacobi iterative method is obtained by solving the ith equation in Ax = b for xi to
obtain (provided aii = 0)
n
a i j xj bi
xi = − + , for i = 1, 2, . . . , n.
j=1
a ii a ii
j =i
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.