- A **diagonal matrix** \( D \) is a matrix where all entries outside the main diagonal are zero. In other words, \( D = \text{diag}(d_1, d_2, \ldots, d_n) \) where \( d_i \) are the diagonal elements.
- A matrix is **self-adjoint** if it equals its own adjoint
Show more…