A unit matrix is a square matrix where all diagonal elements are 1 and all other elements are 0.
A diagonal matrix is a square matrix where all elements outside the main diagonal are zero.
A symmetric matrix is a square matrix that is equal to its transpose, i.e., \( A = A^T \).
A skew-symmetric matrix is a square matrix where \( A^T = -A \).