Matrix multiplied by its transpose

4.2k Views Asked by At

I've just done a matrix multiplication question and an interesting thing popped up. That is $MM^T=symmetric $ for the specific matrix we were given. Is this a general property or something special?

1

There are 1 best solutions below

0
On

It is general:$$(MM^T)^T=(M^T)^TM^T=MM^T.$$