NotASmurf
- 150
- 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.
The discussion centers around the intuition and applications of multiplying a matrix by its transpose, specifically the product M*M^T. Participants explore its significance in various contexts, including linear algebra and statistics.
Participants express varying levels of understanding and intuition regarding the product of a matrix and its transpose. While some agree on its significance in specific contexts, others raise questions about its broader implications, indicating that the discussion remains somewhat unresolved.
Some assumptions about the properties of matrices, such as orthogonality and the nature of the vectors involved, are not fully explored. The discussion also touches on specific applications like covariance matrices without delving into their mathematical foundations.
In that case, its use is obvious, as M MT = I. Otherwise, it depends on the context.NotASmurf said:In one case yes,
Was in stats, with covarience matrices.DrClaude said:In that case, its use is obvious, as M MT = I. Otherwise, it depends on the context.
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##.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.
What would that mean intuition wise?