Find all eigenvalues and corresponding eigenvectors for the matrix:
(0−123)
Not looking for a answer, but I don't know what an "eigenvalue" is or how to find them. Can anyone help me here with a jump off point to get started?
Answer
To compute the eigenvalues solve det(0−λ−123−λ)=0. You will get λ=1,2. These are the two eigenvalues. For each of these you need to solve the system of equations given by (0−λ−123−λ)(xy)=(00). The non-zero solutions are the eigenvectors.
For example with λ=1 we have the system given by (−1−122)(xy)=(00) which has a non zero solution (1,−1).
With λ=2 we have the system given by (−2−121)(xy)=(00) which has a non zero solution (1,−2).
In this way you have found both eigenvalues and a corresponding eigenvector for both.
No comments:
Post a Comment