Saturday, April 23, 2016

linear algebra - process of finding eigenvalues and eigenvectors

I need to find eigenvalues/eigenvectors of different kinds of n×n matrices. For example, how would I determine these for the matrices listed below? What is the typical process? Should I always go by the route of finding eigenvalues by finding roots of characteristic polynomial and then getting eigenvectors by solving (AλI)x=0?



[200120012]

[4111141111411114]

These are just examples. Typically I want to find eigenvectors of n×n matrices. If you can show me the process of finding solution of one of these matrices, that would be helpful.

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...