1) A symmetric matrix is a matrix whose transpose is equal to itself. A skew-symmetric matrix is a matrix whose transpose is equal to its negative.
2) An orthogonal matrix is a matrix whose transpose is equal to its inverse. The rows of an orthogonal matrix are orthogonal unit vectors.
3) A normal matrix is a matrix that commutes with its transpose, meaning the matrix multiplied by its transpose is equal to the transpose multiplied by the matrix. Symmetric, skew-symmetric, and orthogonal matrices are all examples of normal matrices.