How can this be equal to the unit matrix?

In summary, the conversation discusses verifying the expression \left(C^{1/2}\right)^{T}C^{-1}C^{1/2}=I, where C is a nonsingular covariance matrix and I is the unit matrix. The solution involves decomposing C into the product of two invertible matrices A and B, and using the definition of matrix square root. The conversation also clarifies that changing the order in matrix multiplication is allowed in this case.
  • #1
Reid
36
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
  • #2
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.
 
  • #3
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]
 
  • #4
There was no need to change the order. Now I see. :) Thanks!
 

FAQ: How can this be equal to the unit matrix?

How can this be equal to the unit matrix?

This is a common question because it may seem counterintuitive that a matrix can be equal to the unit matrix, which is a special matrix with all diagonal elements equal to 1 and all other elements equal to 0. However, this can happen if the given matrix is a scalar multiple of the unit matrix. In other words, all elements in the matrix are multiplied by the same constant, resulting in the same values as the unit matrix.

Can any matrix be equal to the unit matrix?

No, not every matrix can be equal to the unit matrix. As mentioned before, the matrix must be a scalar multiple of the unit matrix. Additionally, the matrix must have the same number of rows and columns as the unit matrix in order for them to be equal.

What does it mean when a matrix is equal to the unit matrix?

If a matrix is equal to the unit matrix, it means that the matrix is a scalar multiple of the unit matrix. This means that the matrix is a multiple of the identity matrix, which represents a transformation that does not change the shape or orientation of the original matrix.

Can a matrix be equal to the unit matrix if it has non-zero elements?

Yes, a matrix can be equal to the unit matrix even if it has non-zero elements. As long as the matrix is a scalar multiple of the unit matrix, it will have the same values as the unit matrix, including non-zero elements.

How can I check if a matrix is equal to the unit matrix?

To check if a matrix is equal to the unit matrix, you can simply compare the elements of the given matrix with the corresponding elements of the unit matrix. If all elements are equal, then the matrices are equal. Additionally, you can also check if the given matrix is a scalar multiple of the unit matrix by dividing each element in the matrix by the corresponding element in the unit matrix. If the result is the same for all elements, then the matrices are equal.

Back
Top