When is a matrix A symmetric?
When it equals its transpose matrix. So A = A^T, a_{ij} = a_{ji}.
When is a matrix A skew-symmetric/anti-symmetric?
When A equals the negative of its transpose matrix. So A= - A^T, a_{ij} = - a_{ji}.
What does the matrix A to the power of 0 give you?
The identity matrix.