Linear - Algebra - Chapter4 Eigenvalues and Eigenvectors
Linear - Algebra - Chapter4 Eigenvalues and Eigenvectors
Review Question
1-3-5-7-9-11-13-15-17-19
1
Question 1
Mark each of the following statements true or false:
a. For all square matrices A, det(-A) = -det A.
b. If A and B are n × n matrices, then det (AB) = det (BA).
c. If A and B are n × n matrices whose columns are the same but in different
orders, then det B = -det A.
d. If A is invertible, then det (𝐴−1 ) = det AT.
e. If 0 is the only eigenvalue of a square matrix A, then A is the zero matrix.
f. Two eigenvectors corresponding to the same eigenvalue must be linearly
dependent.
g. If an n × n matrix has n distinct eigenvalues, then it must be diagonalizable.
h. If an n × n matrix is diagonalizable, then it must have n distinct eigenvalues.
i. Similar matrices have the same eigenvectors.
j. If A and B are two n × n matrices with the same reduced row echelon form,
then A is similar to B.
2
Answer
a. For all square matrices A, det(-A) = -det A. Theorem 4.7: If A is an n × n
matrix, then det kA = k n det A
By theorem 4.7 we know that for all square matrix (n × n)
det −A = (−1)𝑛 det A.
So, the statement is true only for n is an odd numbers.
This statement is false.
𝑐 𝑎 𝑏
𝑑 𝑒 𝑓 𝑒 𝑓 𝑑
det B = 𝐵 = 𝑓 𝑑 𝑒 =𝑐 −𝑎 +𝑏 = 𝑐𝑑ℎ − 𝑐𝑔𝑒 − 𝑎ℎ𝑓 + 𝑎𝑒𝑖 + 𝑏𝑔𝑓 − 𝑏𝑑𝑖
𝑔 ℎ 𝑖 ℎ 𝑖 𝑔
𝑖 𝑔 ℎ
= 𝑎𝑒𝑖 − 𝑎ℎ𝑓 − 𝑏𝑑𝑖 + 𝑏𝑔𝑓 + 𝑐𝑑ℎ − 𝑐𝑔𝑒 = det 𝐴
1
det A-1 =
det AT
0 1
False. For example, the matrix has a characteristic polynomial of
0 0
0, so 0 is its only eigenvalue.
Solution
Prove that det A = 0.
For any n × n matrix: det A = det(AT )
and det(−A) = (−1)n det A.
if A is skew-symmetric, then AT = −A
So det A = det(AT ) = det(−A)
det A = (−1)n det A
Since n is odd. Then det A = − det A, means that det A = 0
1 3 1
x= ,A= .
2 4 3
Solution
First, we need to prove that Ax = λx
3 1 1 5 1
Ax = = =5
4 3 2 10 2
we see that x is indeed an eigenvector
And the corresponding eigenvalue is 5.
−5 −6 3 1 0 0 −5 − λ −6 3
−5 − λ −6
det A − λI = 3 4 −3 . λ. 0 1 0 = 3 4−λ −3 = 0 − 0 + (−2 − λ)
3 4−λ
0 0 −2 0 0 1 0 0 −2 − λ
= −(λ + 2)((−5 − λ)(4 − λ) + 18)
= −(λ + 2)(λ2 + λ − 2) = −(λ + 2)(λ + 2)(λ − 1).
So λ1 = − 2, λ2 = 1
_ For λ = − 2
_ For λ = 1
−1 −2 1
P= 1 1 0
0 0 1
Find a diagonal matrix D
1 2 −1 −5 −6 3 −1 −2 1 1 0 0
−1
D=P AP = −1 −1 1 3 4 −3 1 1 0 = 0 −2 0
0 0 1 0 0 −2 0 0 1 0 0 −2
Solution
3
Find A−5
7
Since
3 1 1
=5 −2
7 1 −1
By Theorem 4.19
4 2 2 2
A= ,B=
3 1 3 2
Solution
The two characteristic polynomials are
4−𝜆 2
det 𝐴 − 𝜆𝐼 = = 4 − 𝜆 1 − 𝜆 − 6 = 𝜆2 − 5𝜆 − 2
3 1−𝜆
2−𝜆 2
det 𝐵 − 𝜆𝐼 = = 2 − 𝜆 2 − 𝜆 − 6 = 𝜆2 − 4𝜆 − 2
3 2−𝜆
Since the characteristic polynomials are different, the matrices are not similar.
1 1 0 1 1 0
A= 0 1 1 ,B= 0 1 0
0 0 1 0 0 1
Solution
These matrices are not similar. If there were, then there would be some 3 × 3 matrix
• If these matrices are to be equal, then comparing entries in the last row and column gives f = i = g = 0
• The upper left entries also give d = 0. The two middle entries are e + h and d + e = e, so that h = 0 as
well.
Thus the entire bottom row of P is zero, so P cannot be invertible and A and B are not similar.
Solution
If λ is an eigenvalue of A with eigenvector x, then Ax = λx, so that
A3x = A(A(A(x))) = A(A(λx)) = A(λ2x) = λ3x.
If A3 = A, then Ax = λ3x
So that λ = λ3
λ(λ2−1) = 0
Then λ = 0 or λ = ±1
Thus possible eigenvalues of A are λ = 0, λ = ±1
Solution
Ax = λx
If x is an eigenvector of A with eigenvalue λ = 3, then
(A2 − 5A + 2I)x = A2x − 5Ax + 2Ix = 9x − 5 · 3x + 2x = −4x
λ
This shows that x is also an eigenvector of A2 - 5A + 2I, with eigenvalue −4
Thank you