prove that A is a square matrix, then AAT and A + AT are symmetric
A square matrix whose transpose is equal to itself is called a symmetric matrix; that is, B is symmetric if "B^T=B,B" is a square matrix.
Transpose of a product "(CD)^T=D^TC^T"
The operation of taking the transpose is an involution (self-inverse): "(B^T)^T=B"
The transpose respects addition: "(C+D)^T=C^T+D^T"
Then
"AA^T" is symmetric.
"A+A^T" is symmetric.
Comments
Leave a comment