A matrix is symmetric if its transpose is equal to the original matrix. In other words, the values above the diagonal are equal to the values below the diagonal, i.e. .
A matrix is symmetric if its transpose is equal to the original matrix. In other words, the values above the diagonal are equal to the values below the diagonal, i.e. M[x,y]==M[y,x].