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.
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.
A complex square matrix "An×n = [aij] is said to be a Hermitian matrix if
A = AH
where AH is the conjugate transpose of matrix A.
In other words, "An×n = [aij] is said to be a Hermitian matrix if aij= āji, where āji is the complex conjugate of aji.
Examples of Hermitian Matrix
- Matrix given below is a Hermitian matrix of order "2 × 2."
A = \left[\begin{array}{cc} 8 & 1+i\\ 1-i & 5 \end{array}\right]
Now, the conjugate of A ⇒
\bar{A}= \left[\begin{array}{cc} 8 & 1-i\\ 1+i & 5 \end{array}\right]
The conjugate transpose of matrix A ⇒
A^{H} = (\bar{A})^{T} \left[\begin{array}{cc} 8 & 1+i\\ 1-i & 5 \end{array}\right]
We can see that A = AH, so the given matrix is a Hermitian matrix.
- Matrix given below is a Hermitian matrix of order "3 × 3."
B = \left[\begin{array}{ccc} 1 & 2+3i & 4i\\ 2-3i & 0 & 6-7i\\ -4i & 6+7i & 3 \end{array}\right]
Properties of Hermitian Matrix
Some important properties of Hermitian matrix are discussed below:
- Principal diagonal entries of a Hermitian matrix are always real.
- Non-diagonal entries of a Hermitian matrix are complex numbers.
- If A is a Hermitian matrix of any order and k is a real scalar, then kA is also a Hermitian matrix as (kA)H = kAH = kA.
- When two Hermitian matrices of the same order are added or subtracted, the resulting matrix is also a Hermitian matrix.
- When two Hermitian matrices are multiplied, the resultant matrix is also a Hermitian matrix, if and only if AB = BA.
- Trace of a Hermitian matrix is always a real number.
- Determinant of a Hermitian matrix is always a real number.
- Inverse of the Hermitian matrix is also a Hermitian matrix.
- Conjugate matrix of a Hermitian matrix is also Hermitian.
- If A is a Hermitian matrix of any order, then An is also a Hermitian matrix for all positive integers n.
Eigenvalues of Hermitian Matrix
Eigenvalues of a Hermitian matrix are always real. For any Hermitian matrix A such that A' = A and the eigenvalue of A be λ
Now, X is the corresponding Eigen vector such that AX = λX where,
X = \begin{bmatrix} a_{1}+ib{_{1}} \\ a_{2}+ib{_{2}} \\ ...\\ ...\\ a_{n}+ib{_{n}} \\ \end{bmatrix}
Then X' will be a conjugate row vector. Multiplying X, on both sides of AX = λX we have,
X'AX = X'λX = λ(X'X) = λ( a12 + b12 + ….. + an2 + bn2)
Here, ( a12 + b12 + ….. + an2 + bn2) is a real number
Now,
(X'AX)' = X'A(X')' = X'AX,
Hence X'AX is the Hermitian Matrix of order 1.
So X'AX is real, then, λ is also 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.
Matrix given below is a Hermitian matrix of order "2 × 2."
A = \left[\begin{array}{cc} ai & -b+ci\\ -b-ci & 0 \end{array}\right]
Now, the conjugate of A ⇒
\overline{A} = \left[\begin{array}{cc} -ai & -b-ci\\ -b+ci & 0 \end{array}\right]
The conjugate transpose of matrix A ⇒
A^{H} = (\overline{A})^{T} = \left[\begin{array}{cc} -ai & -b+ci\\ -b-ci & 0 \end{array}\right] = -A
We can see that AH = −A, so the given matrix is a skew-Hermitian matrix.
Read More,
Examples on Hermitian Matrix
Example 1: Determine whether the matrix given below is a Hermitian matrix or not.
P = \left[\begin{array}{cc} -7 & 2+5i\\ 2-5i & 3 \end{array}\right]
Solution:
Given matrix is P = \left[\begin{array}{cc} -7 & 2+5i\\ 2-5i & 3 \end{array}\right]
Now, the conjugate of P ⇒ \bar{P} = \left[\begin{array}{cc} -7 & 2-5i\\ 2+5i & 3 \end{array}\right]
The conjugate transpose of matrix P ⇒
P^{H} = (\bar{P})^{T}= \left[\begin{array}{cc} -7 & 2+5i\\ 2-5i & 3 \end{array}\right] = 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.
A = \left[\begin{array}{cc} a & b+ci\\ b-ci & d \end{array}\right]
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.
A = \left[\begin{array}{cc} a & b+ci\\ b-ci & d \end{array}\right]
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.
M = \left[\begin{array}{ccc} 0 & 5+7i & 3i\\ 5-7i & 9 & 1-2i\\ -3i & 1+2i & -11 \end{array}\right]
Solution:
Given matrix is
M = \left[\begin{array}{ccc} 0 & 5+7i & 3i\\ 5-7i & 9 & 1-2i\\ -3i & 1+2i & -11 \end{array}\right]
The conjugate transpose of matrix M ⇒
\overline{M} = \left[\begin{array}{ccc} 0 & 5-7i & -3i\\ 5+7i & 9 & 1+2i\\ 3i & 1-2i & -11 \end{array}\right]
The conjugate transpose of matrix M ⇒
M^{H} = (\overline{M})^{T} = \left[\begin{array}{ccc} 0 & 5+7i & 3i\\ 5-7i & 9 & 1-2i\\ -3i & 1+2i & -11 \end{array}\right] = M
We can see that M = MH, so the given matrix is a Hermitian matrix.
Similar Reads
Logic Gates - Definition, Types, Uses Logic Gates are the fundamental building blocks in digital electronics. There are basically seven main types of logic gates that are used to perform various logical operations in digital systems. By combining different logic gates, complex operations are performed, and circuits like flip-flops, coun
10 min read
What is an IP Address? Imagine every device on the internet as a house. For you to send a letter to a friend living in one of these houses, you need their home address. In the digital world, this home address is what we call an IP (Internet Protocol) Address. It's a unique string of numbers separated by periods (IPv4) or
14 min read
Bayes' Theorem Bayes' Theorem is a mathematical formula used to determine the conditional probability of an event based on prior knowledge and new evidence. It adjusts probabilities when new information comes in and helps make better decisions in uncertain situations.Bayes' Theorem helps us update probabilities ba
13 min read
Cloud Deployment Models Cloud Computing has now become an essential part of modern businesses, offering flexibility, scalability, and cost-effective solutions. But Selecting the most appropriate cloud deployment model is essential to utilize the complete potential of cloud services. Whether you're a small business or a lar
12 min read
Software and its Types Software is a collection of instructions, data, or computer programs that are used to run machines and carry out particular activities. It is the antithesis of hardware, which refers to a computer's external components. A device's running programs, scripts, and applications are collectively referred
7 min read
Generations of Computers - Computer Fundamentals The modern computer took its shape with the arrival of your time. It was around the 16th century when the evolution of the computer started. The initial computer faced many changes, obviously for the better. It continuously improved itself in terms of speed, accuracy, size, and price to urge the for
8 min read
Types of Computers A computer is an electronic device that has storage, computations, input (data), output (data) and networking capabilities. With the growing AI, computers also have learning capabilities from the data provided. The input and output data can be in different forms like text, images, audio and video. A
8 min read
What is Internet? Definition, Uses, Working, Advantages and Disadvantages The Internet is a global network of interconnected computers and devices that allows users to access and share information and devices, allowing them to communicate and exchange data. It enables users to access a wide range of services, such as websites, emails, social media, online applications, an
12 min read
Number Series A number series is an ordered sequence of numbers arranged according to a specific mathematical rule or pattern. Each number in the series relates to the others through consistent operations like addition, subtraction, multiplication, division, exponents, or more complex relationships.Number Series
5 min read
Mean, Median and Mode Mean, Median, and Mode are measures of the central tendency. These values are used to define the various parameters of the given data set. The measure of central tendency (Mean, Median, and Mode) gives useful insights about the data studied, these are used to study any type of data such as the avera
15+ min read