How can this be equal to the unit matrix?

  • Thread starter Thread starter Reid
  • Start date Start date
  • Tags Tags
    Matrix Unit
AI Thread Summary
The discussion focuses on verifying the expression (C^{1/2})^{T}C^{-1}C^{1/2}=I, where C is a nonsingular covariance matrix and I is the unit matrix. The user seeks understanding rather than a rigorous proof, emphasizing the importance of comprehension over simply arriving at the solution. It is clarified that if C is decomposed into two invertible matrices A and B, then the inverse of C can be expressed as C^{-1} = B^{-1}A^{-1}. The user learns that the order of matrix multiplication does not need to change in this context, leading to a clearer understanding of the original expression. This exchange highlights the importance of grasping matrix properties in linear algebra.
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?

\left(C^{1/2}\right)^{T}C^{-1}C^{1/2}=I
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:

C = AB

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

C^{-1} = B^{-1}A^{-1}

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

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

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?
C^{-1}C^{1/2}=C^{1/2}C^{-1}
 
There was no need to change the order. Now I see. :) Thanks!
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top