Intuition & use of M*M^T product of matrix & its transpose?

NotASmurf
Messages
150
Reaction score
2
Hi all, I've occasionly seen people multiply a matrix by its transpose, what is the use and intuition of the product? Any help appreciated.
 
Physics news on Phys.org
Were these orthogonal matrices, where M-1 = MT?
 
In one case yes, What would that mean intuition wise?
 
NotASmurf said:
In one case yes,
In that case, its use is obvious, as M MT = I. Otherwise, it depends on the context.
 
DrClaude said:
In that case, its use is obvious, as M MT = I. Otherwise, it depends on the context.
Was in stats, with covarience matrices.
 
NotASmurf said:
Hi all, I've occasionly seen people multiply a matrix by its transpose, what is the use and intuition of the product? Any help appreciated.
These products show up when inner products are involved. For example, if you write elements of ##\mathbb R^n## as n×1 matrices, you can write ##x\cdot y=x^Ty##. From this you get results like ##(Mx)\cdot(My)=(Mx)^T(My)=x^TM^TMy##.
 
What would that mean intuition wise?

The column vectors are orthonormal. Multiplying by the transpose makes you dot all the column vectors together with each other to get each entry of the product, which it the identity matrix.
 
Back
Top