I just started learning about complex eigenvalues and eigenvalues and one example in the book I am using says that the matrix A=[0−110]. 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=[100−1]. 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=(−a1−−a2−...−an−)v=(a1va2v⋮anv)=λv
compared to
(01⋯10⋯1⋮⋱⋱1)Av=(−a2−−a1−...−an−)v=(a2va1v⋮anv)≠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