I keep getting mixed up on whether the diagonalized form of A is T^(-1)AT or TAT^(-1). Is there an easy way to remember the correct form?

From Murray Wiki
Revision as of 03:17, 16 October 2008 by Han (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This is the way I use to remember which form to use. Note the T matrix consists of all the eigenvectors, vi, of A: T=(v1|v2||vn). Using the definition of (right) eigenvectors: Avi=λivi, we have:

AT=A(v1|v2||vn)=(Av1|Av2||Avn)=(λ1v1|λ2v2||λnvn) =(v1|v2||vn)(λ1λ2λn)=TΛ

Right multiply each side by T1: A=TΛT1, which is the correct form.

--Shuo