Diagonalizable Matrices with Eigenvalues of + or -1: A Proof

  • Thread starter Thread starter trojansc82
  • Start date Start date
  • Tags Tags
    Matrix Proof
trojansc82
Messages
57
Reaction score
0

Homework Statement



Prove that if the eigenvalues of a diagonalizable matrix are all + or -1, then the matrix is equal to its inverse.

i) Let D = P-1AP, where D is a diagonal matrix with + or -1 along its main diagonal.

ii) Find A in terms of P, P-1, and D.

iii) Use the fact that D is the diagonal and the properties of the inverse of a product of matrices to expand to find A-1.

iv) Conclude that A-1 = A.



Homework Equations





The Attempt at a Solution



D * P-1 = P-1 AP *P-1

P * D * P-1 = P * P-1 A

PDP-1 = A

Not sure if I'm heading in the right direction. I am drawing a blank here.
 
Physics news on Phys.org
Yes, PDP^{-1}= A. Further more if D is invertible (and it clearly is since it does not have a 0 on its diagonal), so is A and A^{-1}= (PDP^{-1})^{-1}

Now use the fact that (ABC)^{-1}= C^{-1}B^{-1}A^{-1}.
 
Ok, how do I show that D-1 = D ?
 
What is the inverse of
\begin{bmatrix}a & 0 \\ 0 & b\end{bmatrix}

What is the inverse of
\begin{bmatrix}a & 0 & 0 \\ 0 & b & 0 \\ 0 & 0 & c\end{bmatrix}
 
1. 1/ab * \begin{bmatrix}b & 0 \\ 0 & a\end{bmatrix}

2. 1/abc * \begin{bmatrix}c & 0 & 0 \\ 0 & b & 0 \\ 0 & 0 & a\end{bmatrix}
 
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