| Identity (I) |
Iᵢⱼ = 1 if i = j, else 0 |
all equal to 1 |
AI = IA = A; multiplicative identity |
| Diagonal |
nonzero entries only on the main diagonal |
the diagonal entries dᵢ |
products, powers, and inverse act on the diagonal alone |
| Upper triangular |
all entries below the diagonal equal 0 |
the diagonal entries |
det = product of diagonal; closed under products |
| Lower triangular |
all entries above the diagonal equal 0 |
the diagonal entries |
det = product of diagonal; closed under products |
| Symmetric |
A = Aᵀ |
all real |
orthogonally diagonalizable: A = QDQᵀ |
| Skew-symmetric |
Aᵀ = −A (forces zero diagonal) |
0 or purely imaginary, conjugate pairs ±bi |
det = 0 when order n is odd |
| Orthogonal |
QᵀQ = I (columns orthonormal) |
|λ| = 1 (lie on the unit circle) |
preserves lengths and angles; Q⁻¹ = Qᵀ |
| Nilpotent |
Aᵏ = O for some k ≥ 1 |
all equal to 0 |
(I − A)⁻¹ = I + A + ⋯ + A^(k−1) |
| Idempotent |
A² = A |
only 0 or 1 |
projection; rank(A) = tr(A) |
| Involutory |
A² = I |
only +1 or −1 |
A is its own inverse: A⁻¹ = A |
| Permutation |
exactly one 1 per row and column, all others 0 |
roots of unity, |λ| = 1 |
reorders coordinates; orthogonal: P⁻¹ = Pᵀ |