logo

Hermitian Matrix 📂Matrix Algebra

Hermitian Matrix

Definition

Let AA be a square complex matrix. If AA satisfies the following equation, it is called a Hermitian matrix or self-adjoint matrix.

A=A A^{\ast}=A

Here, AA^{\ast} is the conjugate transpose of AA. If AA satisfies the following equation, it is called a skew-Hermitian matrix .

A=A A^{\ast}=-A

Explanation

If it is a real matrix, since A=ATA^{\ast}=A^{T}, if it is a symmetric matrix, it is a Hermitian matrix. As can be seen from the following properties, the diagonal elements of a Hermitian matrix must be real. Therefore, if the matrix is small, it is easy to see at a glance whether it is a Hermitian matrix.

For the same reason that the diagonal elements of a Hermitian matrix must be real, the diagonal elements of a skew-Hermitian matrix are all 00.

Properties

Let AA be a Hermitian matrix.

(a) The diagonal elements of AA must be real.

(b) The eigenvalues of AA are all real.

(c) Eigenvectors having different eigenvalues of AA are orthogonal to each other.


(b) In the context of quantum mechanics, ‘The expectation value of a Hermitian operator is always real’.

Proof

(a)

The transpose ATA^{T} of matrix AA is obtained by reflecting the elements of AA across the main diagonal. Therefore, the diagonal elements of both matrices are always the same. This means aij=aija_{ij}=\overline{a_{ij}}, so the diagonal elements are real.

(b)

(c)