Let A be an $ n \times m$ matrix
Definition: The Transpose is denoted by $A^T$, is the matrix $ n \times m$ becoming $ m \times n$ (swaps rows and columns)
i.e. $ B = \left[ \begin{array}{r} 2 \\ 4 \end{array} \right], \ B^T = [2 \ 4 ] $
If $A$ is a square matrix such that $A = A^T$, then $A$ is symmetric (all the numbers match along the diagonal).
Addition between Two Matrices:
Matrix Multiplication:
Transposing a Matrix:
Note: $(AA^T)^T = AA^T \Rightarrow AA^T$ is symmetric
Note: $(A + A^T)^T = A + A^T \Rightarrow A + A^T$ is symmetric