Sunday, May 8, 2016

linear algebra - Find all eigenvalues and corresponding eigenvectors for the matrix?



Find all eigenvalues and corresponding eigenvectors for the matrix:
(0123)
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 (1122)(xy)=(00) which has a non zero solution (1,1).



With λ=2 we have the system given by (2121)(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

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...