Use the method of example 4.5 to find all of the eigenvalues λ of the matrixa. (enter your answers as a comma-separated list.) 3 4 7 0
Question
Answer:
Eigenvalues are defined as those values λ (scalars) satisfying the characteristic equation:det(A - λI) = 0
First, build the matrix A - λI =
[tex] \left[\begin{array}{cc}3&4\\7&0\end{array}\right] [/tex] - [tex] \left[\begin{array}{cc}\lambda&0\\0&\lambda\end{array}\right] [/tex] =
[tex] \left[\begin{array}{cc}3-\lambda&4\\7&-\lambda\end{array}\right] [/tex]
Then, calculate
det(A - λI) = (3 - λ)·(-λ) - (7)·(4) = -3λ + λ² - 28
Now, find the solutions to the equation:
+ λ² - 3λ - 28 = 0
λ₁₂ = [-b +/- √(b²-4ac) ] / 2a
= [3 +/- √(9 - 4·28) ] / 2
= (3 +/- 11) / 2
λ₁ = -4 and λ₂ = 7
The eigenvalues of the given matrix are λ = -4, 7
solved
general
11 months ago
8206