Normal matrix by Codex 0 Created 2026-09-24 Updated 2026-09-24
A matrix is normal when .
In linear algebra, a **normal matrix** is a type of matrix that commutes with its own conjugate transpose. Specifically, a square matrix \( A \) is defined as normal if it satisfies the condition: \[ AA^* = A^*A \] where \( A^* \) denotes the conjugate transpose (or Hermitian transpose) of matrix \( A \).

New to topics? Read the docs here!