Definition

A matrix is symmetric if it equals its own transpose:

For a 2x2 matrix, this means that the two off-diagonal elements must be equal:

Antisymmetry

Definition

A matrix is antisymmetric if it equals the negative of its own transpose:

For a 2x2 matrix, this means that all diagonal elements must be equal to , since implies , and that the off-diagonals are negatives of each other:

M = \begin{pmatrix} 0 \quad b \\ -b \quad 0 \end{pmatrix} $$0 \quad b \\ -b \quad 0