How can this be equal to the unit matrix?

  • Thread starter Thread starter Reid
  • Start date Start date
  • Tags Tags
    Matrix Unit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Reid
Messages
33
Reaction score
0

Homework Statement


At the lecture yesterday the teacher just ended up with a result I could not arrive at. So, how
can the below stated expression be verified?

[tex]\left(C^{1/2}\right)^{T}C^{-1}C^{1/2}=I[/tex]
Here C is a nonsingular covariance matrix, obviously, and I is the unit matrix.

I will not make an attempt of a solution because then it feels like I would solve it but not understand. I hope that is ok. What I seek here is not an rigorous proof. I just want to understand.

Hope someone can help me!
 
Physics news on Phys.org
Suppose some invertible matrix n×n C is decomposed into the product of two n×n matrices A and B:

[tex]C = AB[/tex]

Then A and B must themselves be invertible and the inverse of C is given by

[tex]C^{-1} = B^{-1}A^{-1}[/tex]

The definition of the matrix square root of some matrix C is that

[tex]C=\left(C^{1/2}\right)^T\,C^{1/2}[/tex]

Combine the above two and the result in the original post falls right out.
 
If I understand you correctly, then it is allowed to change the order in the matrix multiplication?
[tex]C^{-1}C^{1/2}=C^{1/2}C^{-1}[/tex]
 
There was no need to change the order. Now I see. :) Thanks!