In order to determine if a matrix is symmetric, it is crucial to comprehend the concept of matrix transpose and its calculation. The transpose of a matrix is obtained by interchanging its rows and columns, resulting in a new matrix with dimensions n × m when the original matrix has dimensions m × n. The characteristics of a given matrix can be classified into two scenarios:

For the second case, the transpose of a matrix can never be equal to it. This is because, for equality, the order of the matrices should be the same. Hence, the only case where the transpose of a matrix can be equal to it, is when the matrix is square. But this is only the first condition. Even if the matrix is square, its transpose may or may not be equal to it. For example:
Here, we can see that A ≠ A'.
Let us take another example.
If we take the transpose of this matrix, we will get:
We see that B = B'. Whenever this happens for any matrix, that is whenever transpose of a matrix is equal to it, the matrix is known as a symmetric matrix. But how can we find whether a matrix is symmetric or not without finding its transpose? We know that:
So, if for a matrix A, aij = aji (for all the values of i and j) and m = n, then its transpose is equal to itself. A symmetric matrix will hence always be square. Some examples of symmetric matrices are:
A matrix can only be skew symmetric if it is square. A matrix is considered skew symmetric if its transpose is equal to the negative of itself (A' = -A). In a skew symmetric matrix, the elements satisfy the condition aji = -aij for all values of i and j.
The diagonal elements of a skew symmetric matrix are always zero. This can be proven using a general formula.
aij , where i = j
If i = j, then aij = aii = ajj
If A is skew symmetric, then
aji = - aji
⇒ aii = - aii
⇒ 2.aii = 0
⇒ aii = 0
So, aij = 0 , when i = j (for all the values of i and j)
Some examples of skew symmetric matrices are:
Determinant of Skew-Symmetric Matrix
Eigenvalues of Skew-Symmetric Matrix