Hermitian Matrix

Hermitian Matrix is a special matrix; etymologically, it was named after a French Mathematician Charles Hermite (1822 – 1901), who was trying to study the matrices that always have real Eigenvalues. The Hermitian matrix is pretty much comparable to a symmetric matrix. The symmetric matrix is equal to its transpose, whereas the Hermitian matrix is equal to its conjugate transpose, sometimes referred to as tranjugate.

The Hermitian matrix has complex numbers; however, its diagonal entries are real. The Eigenvalues of a Hermitian matrix are always real.

Let us learn more about Hermitian matrices and their properties in detail, along with hermitian matrix examples.

Table of Contents:

What is a Hermitian Matrix?

A Hermitian matrix is a matrix that is equal to its conjugate transpose. Mathematically, a Hermitian matrix is defined as

A square matrix A = [aij]n × n such that A* = A, where A* is the conjugate transpose of A; that is, if for every aij ∊ A,

\(\begin{array}{l}\overline{a_{ij}}=a_{ij}\end{array} \)
(1≤ i, j ≤ n), then A is called a Hermitian Matrix.

Matrix A is Hermitian Matrix ⇔ A* = A

For example, let

\(\begin{array}{l}A=\begin{bmatrix}3 & 1-i\\1+i & -2 \\\end{bmatrix}\end{array} \)

Then conjugate of A =

\(\begin{array}{l}\overline{A}=\begin{bmatrix}3 & 1+i\\1-i & -2 \\\end{bmatrix}\end{array} \)

and transpose of conjugate of A =

\(\begin{array}{l}A^{*}=\begin{bmatrix}3 & 1-i\\1+i & -2 \\\end{bmatrix} = A\end{array} \)

Therefore, A* = A

Hence, A is a Hermitian Matrix.

Note: i. Every diagonal element of a Hermitian Matrix is a real number.

ii. Every real symmetric matrix is Hermitian.

Properties of a Hermitian Matrix

Let us take a note of some important properties of a Hermitian matrix.

  • A square matrix A of order n is Hermitian if and only if every aij ∈ A,
    \(\begin{array}{l}\overline{a_{ij}}=a_{ij}\end{array} \)
    (1≤ i, j ≤ n).
  • If A is a Hermitian matrix, and k is any real scalar, then kA is also a Hermitian matrix.

Let us take (kA)* = kA* = kA {since k is a real number}

  • If A is a Hermitian matrix, the (A*)* = A

As (A*)* = (A)* = A* =A.

  • If A and B are two additional conformable Hermitian matrices, then A + B is also Hermitian.

Given A and B are Hermitian, then

\(\begin{array}{l}(A + B)^{*} = (\bar{A}+\bar{B})’= (\bar{A})’+ (\bar{B})'\end{array} \)

=

\(\begin{array}{l}A^{*} + B^{*}\end{array} \)

⇒ (A + B)* = A + B is Hermitian.

  • If A and B are square matrices, then (AB)* = B*A*. If A and B are Hermitian, then (AB)* = BA.
  • The determinant of a Hermitian matrix is real.
  • The inverse of a Hermitian matrix is Hermitian as well.
  • Conjugate of a Hermitian matrix is also Hermitian.
  • If A is Hermitian, then A*A and AA* is also Hermitian.
  • Any square matrix can be represented as A + iB, where A and B are Hermitian matrices.
  • For any square matrix A, if A* = – A, then A is called the skew-Hermitian matrix. Any square matrix can be uniquely represented as a sum of a Hermitian and skew-Hermitian matrix.

Let A be any square matrix, then

A = ½(A + A*) + ½(A – A*); where (A + A*) is Hermitian and (A – A)* is skew-Hermitian.

  • If A is Hermitian matrix, then An is also Hermitian for all positive integers n.

Given A is Hermitian, that is, A* = A

Now, (An)* = (A*)n = An

⇒ (An)* = An is Hermitian.

  • Trace of a Hermitian matrix is always real.

Eigenvalues of Hermitian Matrix

The Eigenvalues of a Hermitian matrix are always real.

Let A be a Hermitian matrix such that A* = A and λ be the eigenvalue of A.

Let X be the corresponding Eigen vector such that AX = λX where

\(\begin{array}{l}X=\begin{bmatrix}a_{1}+ib_{1} \\a_{2}+ib_{2} \\ .\\ .\\ .\\a_{n}+ib_{n}\end{bmatrix}\end{array} \)

Then X* will be a conjugate row vector. Multiplying X* on both side of AX = λX we have,

X*AX = X*λX = λ(X*X) = λ( a12 + b12 + ….. + an2 + bn2)

Clearly, ( a12 + b12 + ….. + an2 + bn2) is real.

Now, (X*AX)* = X*A(X*)* = X*AX, hence X*AX is Hermitian of order 1.

Thus X*AX is a real number, consequently λ is also real.

Let us take an example,

\(\begin{array}{l}A=\begin{bmatrix}3 & 1-i\\1+i & 2 \\\end{bmatrix}\end{array} \)

Clearly, A* = A, A is Hermitian.

The characteristic polynomial of A is

|A – λI| =

\(\begin{array}{l}\begin{vmatrix} 3-\lambda& 1-i \\ 1+i& 2-\lambda \\\end{vmatrix}\end{array} \)

= ( 3 – λ)( 2 – λ) – [(1 – i)(1 + i)]

= λ2 – 5λ + 4

= (λ – 1)(λ – 4)

Thus, the eigenvalues of A are 1 and 4 which are real.

Related Articles

Solved Examples on Hermitian Matrix

Example 1:

Check whether the given matrix

\(\begin{array}{l}A=\begin{bmatrix}1 & i & 3i \\-i & 0 & 2-i \\-3i & 2+i & -1 \\\end{bmatrix}\end{array} \)
is Hermitian.

Solution:

Given,

\(\begin{array}{l}A=\begin{bmatrix}1 & i & 3i \\-i & 0 & 2-i \\-3i & 2+i & -1 \\\end{bmatrix}\end{array} \)

Conjugate of A =

\(\begin{array}{l}\overline{A}=\begin{bmatrix}1 & -i & -3i \\i & 0 & 2+i \\3i & 2-i & -1 \\\end{bmatrix}\end{array} \)

Conjugate transpose of A = A* =

\(\begin{array}{l}A=\begin{bmatrix}1 & i & 3i \\-i & 0 & 2-i \\-3i & 2+i & -1 \\\end{bmatrix}\end{array} \)

Hence A* = A

Thus, A is Hermitian.

Example 2:

If k is complex number and A be a Hermitian matrix. Will kA be Hermitian?

Solution:

Given A is a Hermitian matrix, A* = A and k is any complex number

Now,

\(\begin{array}{l}(kA)^{*} = \bar{k}A^{*} = \bar{k}A \neq kA\end{array} \)

Since k is a complex number, and it is not equal to its conjugate.

Hence, (kA)* ≠ kA

Thus, kA is not a Hermitian matrix.

Frequently Asked Questions on Hermitian Matrix

Q1

How do you know if a matrix is Hermitian?

For the given matrix, find its conjugate and then transpose the conjugate matrix. If the transpose of the conjugate matrix is same as the given matrix, then the matrix is Hermitian.

Q2

How a Hermitian matrix different than a symmetric matrix?

If a matrix is equal to its transpose then it is called a symmetric matrix whereas if a matrix is equal to its conjugate transpose then it is a Hermitian matrix. Moreover, a Hermitian matrix have complex numbers whereas a symmetric matrix has real entries.

Q3

What type of eigenvalues do a Hermitian matrix have?

A Hermitian matrix always has real eigenvalues.

Q4

What is the determinant of a Hermitian matrix?

The determinant of a Hermitian matrix is real in nature.

Q5

Is addition of two Hermitian matrix again a Hermitian?

Yes, addition of two Hermitian matrix is again Hermitian.

Comments

Leave a Comment

Your Mobile number and Email id will not be published.

*

*

close
close

Play

&

Win