Solved Examples on Hermitian Matrix

Example 1: Determine whether the matrix given below is a Hermitian matrix or not.

Solution:

Given matrix is 

Now, the conjugate of P ⇒ 

The conjugate transpose of matrix P ⇒ 

We can see that P = PH, so the given matrix is a Hermitian matrix.

Example 2: Prove that the trace of a Hermitian matrix is always a real number.

Solution:

Let us consider a “2 × 2” Hermitian matrix to prove that its trace is always a real number.

Here, a, b, c, and d are real numbers.

We know that the trace of a matrix is the sum of its principal diagonal entries.

So, the trace of the matrix Q = a + d

As a and d are real numbers, a + d is also real.

So, the trace of the given Hermitian matrix is a real number.

Similarly, we can consider any Hermitian matrix of any other order and check that its trace is a real number.

Hence proved.

Example 3: Prove that the determinant of a Hermitian matrix is always real.

Solution:

Let us consider a “2 × 2” Hermitian matrix to prove that its determinant is always a real number.

Here, a, b, c, and d are real numbers.

det A = ad − (b + ci) (b−ci)

|A| = ad − [b2 − c2i2]

|A| = ad − [b2 − c2 (−1)]

|A| = ad −b2 − c2 = real number

So, the determinant of the given Hermitian matrix is a real number.

Similarly, we can consider any Hermitian matrix of any other order and check that its determinant is a real number.

Hence proved.

Example 4: Determine whether the matrix given below is a Hermitian matrix or not.

Solution:

Given matrix is

The conjugate transpose of matrix M ⇒ 

The conjugate transpose of matrix M ⇒ 

We can see that M = MH, so the given matrix is a Hermitian matrix.

Hermitian Matrix

A rectangular array of numbers that are arranged in rows and columns is known as a “matrix.” The size of a matrix can be determined by the number of rows and columns in it. If a matrix has “m” rows and “n” columns, then it is said to be an “m by n” matrix and is written as an “m × n” matrix. For example, a matrix with five rows and three columns is a “5 × 3” matrix. We have various types of matrices, like rectangular, square, triangular, symmetric, singular, etc. Now let us discuss the Hermitian matrix in detail.

Similar Reads

What is Hermitian Matrix?

A square matrix is said to be a Hermitian matrix if it is equal to its conjugate transpose matrix. It is a square matrix that has complex numbers except for the diagonal entries, which are real numbers. We know that a complex number is a number that is expressed in the form of a + ib, where “a” is the real part and “b” is the imaginary part. The Hermitian matrix is named after the mathematician Charles Hermite....

Properties of Hermitian Matrix

Some important properties of Hermitian matrix are discussed below:...

Eigenvalues of Hermitian Matrix

Eigenvalues of a Hermitian matrix are always real....

Skew-Hermitian Matrix

A complex square matrix is said to be a skew-Hermitian matrix if the conjugate transpose matrix is equal to the negative of the original matrix. A square matrix “An×n = [aij] is said to be a Hermitian matrix if AH = -A, where AH is the conjugate transpose of matrix A....

Solved Examples on Hermitian Matrix

Example 1: Determine whether the matrix given below is a Hermitian matrix or not....

FAQs on Hermitian Matrix

Question 1: Define a matrix....