Friday, March 18, 2016

linear algebra - Eigenvalues of a Matrix Using Diagonal Entries


I just started learning about complex eigenvalues and eigenvalues and one example in the book I am using says that the matrix A=[0110]. The book then says that the eigenvalues are the roots to the characteristic equation λ2+1=0. But from an earlier section I learned that the eigenvalues of a triangular matrix is the entries on the main diagonal. A is triangular when I use the row interchange operation on the matrix and becomes A=[1001]. The diagonal entries are 1 and 1 but according to the book, the eigenvalues are i and i.


When given a matrix A, can I not use row operations to get it into a row equivalent matrix which is in triangular form and list the diagonal entries as eigenvalues?


Answer



Consider the matrix product Av=(a1a2...an)v=(a1va2vanv)=λv

compared to (011011)Av=(a2a1...an)v=(a2va1vanv)qv,q


so you cannot re-use any eigen vectors.



So what about the eigen values. We have det(AλI)=0

and if B equals A with two rows interchanged we have det(BλI)=0
but the rows of λI has NOT been interchanged so the λ's has basically been attached to different positions in different row vectors. I know none of this is very deep or general in nature, but it explains what is going on in your specific example.



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