Eigenvalues & Similar Matrices

kingwinner
Messages
1,266
Reaction score
0
Q: Suppose the only eigenvalues of A are 1 and -1, and A is similar to a diagonal matrix. Prove that A^-1 = A

My Attempt:
Suppose the only eigenvalues of A are 1 and -1, and A is similar to a diagonal matrix.
=>A is invertible (since 0 is not an eigenvalue of A)
and there exists invertible P s.t.
(P^-1) A P = D is diagonal
=> A= P D (P^-1)
=> A^-1 = P (D^-1) (P^-1)

Now if I can prove that D = D^-1, then I am done. But I am stuck right here. The trouble is that the eignevalues of A can have any number of multiplicities, so D can be diag{1,1,-1,-1,-1}, diag{1,-1,-1,-1,-1,-1}, etc., there are infinite number of possible D's, how can I prove that D = D^-1 is always true for these infinite number of different settings?


Can someone please help me?
Thanks a lot!
 
Physics news on Phys.org
The inverse of adiagonal matrix is formed by inverting the diagonal elements. 1^(-1)=1 and (-1)^(-1)=-1. What's the problem?
 
Whenever you're stuck, write out an example and solve it. If you have done so, you would have noticed what Dick is saying.
 
Dick said:
The inverse of adiagonal matrix is formed by inverting the diagonal elements. 1^(-1)=1 and (-1)^(-1)=-1. What's the problem?

How can I prove this statement? I haven't learned this before...
 
Follow JasonRox's advice and just do it. Multiplying diagonal matrices just involves multiplying the diagonal elements. c_ij=a_ik*b_kj sum over k. If they are diagonal, c_ii=a_ii*b_ii.
 
You don't really need to calculate A-1 at all. Just showing that A2= A\cdotA= I is sufficient.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top