Hermitian

1 min read Updated Wed May 06 2026 19:36:36 GMT+0000 (Coordinated Universal Time)

Refers to the operation of transposing a matrix and taking the complex conjugate for all elements. Denoted by AHA^{H}.

AH=AT=(A)TA^{H} = \overline{A^{T}} = \big(\overline{A}\big)^{T}

Hermitian Matrix

Matrix AA is a Hermitian matrix iff AH=AA^H=A.

Properties

  • All eigenvalues are real
  • Eigenvectors of distinct eigenvalues are orthogonal
  • By spectral theorem (not covered in this module), there are exists nn orthogonal eigenvectors.

Unitary Matrix

Matrix PCn×nP \in C_{n×n} Unitary iff: PHP=PPH=IP^HP= PP^H = I (i.e. P1=PHP^{−1} = P^H).

If columns of PP are orthonormal then P is Unitary.

Positive Definite Matrix

Matrix ACn×nA\in C_{n×n} is Positive Definite iff xHAx>0x^HAx>0 for all x0x \neq \underline{0}.