Symmetric Matrix: Any Square Matrix is called a Symmetric Matrix if the Elements present in it's \(i^{th}\) Row and \(j^{th}\) Column are Same as Elements present in it's \(j^{th}\) Row and \(i^{th}\) Column. That is, for any Symmetric Matrix \(A\), \(a_{ij}=a_{ji}\) for all \(i\neq j\).
Following are some examples of Symmetric Matrices
Please note that for any Symmetric Matrix \(A\), the Transpose of the Matrix is the Matrix itself. That is
\(A^T=A\)
Skew-Symmetric Matrix: Any Square Matrix is called a Skew-Symmetric Matrix if all its Main Diagonal Elements are 0 and the Elements present in it's \(i^{th}\) Row and \(j^{th}\) Column are Negative of the Elements present in it's \(j^{th}\) Row and \(i^{th}\) Column. That is, for any Skew-Symmetric Matrix \(A\), \(a_{ij}=-a_{ji}\) for all \(i\neq j\).
Following are some examples of Skew-Symmetric Matrices