SymmetricMatrix.md (241B)
1 # Symmetric Matrix 2 3 Ch 2.2 4 5 **Definition:** A symmetric matrix is a matrix whereby A = A^T. 6 7 When viewing a symmetric matrix we see that all values are mirrored across the diagonal that goes from top left to the bottom right of the matrix.