Conjugate of a Matrix

Conjugate of a Matrix

Edited By Komal Miglani | Updated on Jul 02, 2025 06:33 PM IST

The conjugate transpose, also known as the Hermitian transpose, of a m x n complex matrix A is a n x m matrix obtained by transposing A and applying complex conjugation to each entry (the complex conjugate of a+ bi being a-bi, for real numbers a and b ). In real life, we can use the conjugate of a matrix in computing the quantum mechanical adjoint of an operator. In quantum systems, the Hermitian conjugate of a matrix is determined to represent observable quantities. In signal processing, the inverse Fourier transform is computed using the conjugate transpose of a matrix.

This Story also Contains
  1. Conjugate
  2. Conjugate of a matrix
  3. The transpose conjugate of a matrix
  4. Solved Examples Based on Conjugate Matrix
Conjugate of a Matrix
Conjugate of a Matrix

In this article, we will cover the concept of Conjugate of Matrix. This category falls under the broader category of Matrices, which is a crucial Chapter in class 11 Mathematics. It is not only essential for board exams but also for competitive exams like the Joint Entrance Examination (JEE Main) and other entrance exams such as SRMJEE, BITSAT, WBJEE, BCECE, and more. Over the last ten years of the JEE Main Exam (from 2013 to 2023), a total of twelve questions has been asked on this concept, including one in 2021.

Conjugate

A pair of binomials that have the same terms but separate arithmetical operators in the center are called conjugates. Below are some further instances of conjugate pairs:

2+3i , 2-3i

P+qi , P-qi

Conjugate of a matrix

If a matrix A has complex numbers as its elements, then the matrix obtained by replacing those complex numbers with their conjugates is called the conjugate of the matrix A and it is denoted by $\overline{A}$. (If the element of a matrix is a + ib, then it is replaced by a - ib .)

Example, $ \begin{aligned} \mathrm{A} & =\left[\begin{array}{ccc}2 i & 3+4 i & 7 \\ 3 i & 9 & 4+5 i \\ 4+5 i & 4 i & 3+7 i\end{array}\right] \text { then, } \\ \overline{\mathrm{A}} & =\left[\begin{array}{ccc}-2 i & 3-4 i & 7 \\ -3 i & 9 & 4-5 i \\ 4-5 i & -4 i & 3-7 i\end{array}\right]\end{aligned} $

The transpose conjugate of a matrix

The transpose of a conjugate matrix A is called the transposed conjugate of A and is denoted by A. The conjugate of the transpose of A is the same as the transpose of the conjugate of A

$\begin{aligned} & \text { i.e. } \mathrm{A}^\theta=(\overline{\mathrm{A}})^{\prime}=\overline{\left(\mathrm{A}^{\prime}\right)} \\ & \mathrm{A}=\left[\begin{array}{ccc}1+2 i & 3 i & 5+4 i \\ 2 i-1 & 1-i & 0 \\ 3+i & 1+i & 12\end{array}\right] \\ & \overline{\mathrm{A}}=\left[\begin{array}{ccc}1-2 i & -3 i & 5-4 i \\ -2 i-1 & 1+i & 0 \\ 3-i & 1-i & 12\end{array}\right] \\ & (\overline{\mathrm{A}})^{\prime}=\left[\begin{array}{ccc}1-2 i & -2 i-1 & 3-i \\ -3 i & 1+i & 1-i \\ 5-4 i & 0 & 12\end{array}\right]\end{aligned}$

Properties of the transpose conjugate matrix:

If A and B are two matrices of the same order then

i) conjugate of a conjugate of matrix is the same as the original matrix itself,

In mathematical language (AT)T= A, which is quite obvious as we are reversing back to the things that we did while taking conjugate the first time.

ii) (A + B)T = AT + BT, this is obvious if a matrix is conformable, as addition is done element-wise.

Iii )(kA)T = kAT, since multiplication in a matrix is elementwise, hence this is also obvious, as all elements multiplied before conjugate will be amplified in the way as after taking conjugate.

iv) (AB)T = BTAT, here A and B should be conformable for matrix multiplication.

Recommend Video Based on Trace of a Matrix and Properties:

Solved Examples Based on Conjugate Matrix

Example 1: Find the conjugate of matrix $
\mathrm{A}=\left[\begin{array}{ccc}
2 i & 3+4 i & 7 \\
3+4 i & 9 & 4+5 i \\
7 & 4+5 i & 3+7 i
\end{array}\right]
$

Solution:
$
\begin{aligned}
& \mathrm{A}=\left[\begin{array}{ccc}
2 i & 3+4 i & 7 \\
3+4 i & 9 & 4+5 i \\
7 & 4+5 i & 3+7 i
\end{array}\right] \text { then, } \\
& \overline{\mathrm{A}}=\left[\begin{array}{ccc}
-2 i & 3-4 i & 7 \\
3-4 i & 9 & 4+5 i \\
7 & 4-5 i & 3-7 i
\end{array}\right]
\end{aligned}
$

Hence, the required answer is $\left[\begin{array}{ccc}-2 i & 3-4 i & 7 \\ 3-4 i & 9 & 4+5 i \\ 7 & 4-5 i & 3-7 i\end{array}\right]$

Example 2: If matrix $B=\bar{A}, C=\bar{B}, D=\bar{C}$, so on then $\bar{G}=$
Solution
Property of Conjugate - $\overline{(\bar{A})}=A$
Conjugate of a matrix $A$ is denoted by $\bar{A}$
$
\begin{aligned}
& B=\bar{A} \\
& C=\bar{B}=(\overline{\bar{A}})=A
\end{aligned}
$

Similarly $G=A$
and $\bar{G}=\bar{A}=B$
$\bar{G}=\mathrm{B}$

Hence, the required answer is B.

Example 3: If $A_{2 \times 2}$ is a matrix such that $a_{i j}=(\omega)^{i+j}$ where $\omega$ is the cube root of unity then $B=A+\bar{A}$. Find $\bar{B}$.
Solution:
Property of Conjugate
$
\overline{A+B}=\bar{A}+\bar{B}
$

The conjugate of matrix $A$ is $\bar{A}$
$
\begin{aligned}
& A=\left[\begin{array}{ll}
\omega^{(1+1)} & \omega^{(1+2)} \\
\omega^{(2+1)} & \omega^{(2+2)}
\end{array}\right] \\
& A=\left[\begin{array}{ll}
\omega^2 & \omega^3 \\
\omega^3 & \omega^4
\end{array}\right] \\
& A=\left[\begin{array}{cc}
\omega^2 & 1 \\
1 & \omega
\end{array}\right]
\end{aligned}
$

$\omega$ is the conjugate of $\omega^2$
Hence,
$
\begin{aligned}
& \bar{A}=\left[\begin{array}{cc}
\omega & 1 \\
1 & \omega^2
\end{array}\right] \\
& \text { Thus } A+\bar{A}=\left[\begin{array}{cc}
\omega^2+\omega & 2 \\
2 & \omega+\omega^2
\end{array}\right] \\
& =\left[\begin{array}{cc}
-1 & 2 \\
2 & -1
\end{array}\right] \\
&
\end{aligned}
$

Therefore
$
B=\left[\begin{array}{cc}
-1 & 2 \\
2 & -1
\end{array}\right] \text { and } \bar{B}=\left[\begin{array}{cc}
-1 & 2 \\
2 & -1
\end{array}\right]
$

Hence, the required answer is $\left[\begin{array}{cc}-1 & 2 \\ 2 & -1\end{array}\right]$

Example 4: What is the transpose conjugate of $\left[\begin{array}{cc}i+3 & i-3 \\ 0 & i+1\end{array}\right]$

Solution

The transpose conjugate of a Matrix -

It is denoted by $\mathrm{A}^\theta$ and $\mathrm{A}^\theta=(\overline{\mathrm{A}})^{\prime}$

$\begin{aligned} & A=\left[\begin{array}{cc}i+3 & i-3 \\ 0 & i+1\end{array}\right] \\ & \bar{A}=\left[\begin{array}{cc}-i+3 & -i-3 \\ 0 & -i+1\end{array}\right]\end{aligned}$
$(\bar{A})^{\prime}=\left[\begin{array}{cc}-i+3 & 0 \\ -i-3 & -i+1\end{array}\right]$

Hence, the required answer is $\left[\begin{array}{cc}-i+3 & 0 \\ -i-3 & -i+1\end{array}\right]$


Frequently Asked Questions (FAQs)

1. What is the conjugate of the number 2+3i?

The conjugate of the number 2+3i = 2-3i.

2. What is the conjugate of real numbers?

The conjugate of a real number is always the real number.

3. What is conjugate?

 Conjugate is the pair of binomial expressions with different operators.

4. What is the conjugate of Matrices?

 If a matrix A has complex numbers as its elements, then the matrix obtained by replacing those complex numbers with their conjugates is called the conjugate of the matrix A and it is denoted by $\overline{\mathrm{A}}$. (If the element of a matrix is a + ib, then it is replaced by a -ib.)

5. Does conjugate exist only for square matrices?

No, the Conjugate of the matrix can be applied to any matrix whether it is square matrix or rectangular matrix.

6. What is the conjugate of a matrix?
The conjugate of a matrix is obtained by replacing each element in the matrix with its complex conjugate. For a real matrix, the conjugate is identical to the original matrix since real numbers are their own conjugates.
7. What is the relationship between a matrix and its double conjugate?
The double conjugate of a matrix (conjugating it twice) results in the original matrix. This is because taking the complex conjugate twice returns the original complex number.
8. What happens when you conjugate an orthogonal matrix?
Conjugating an orthogonal matrix results in the same matrix, as orthogonal matrices have only real entries, and real numbers are their own conjugates.
9. What is the effect of conjugating a nilpotent matrix?
Conjugating a nilpotent matrix results in another nilpotent matrix. The nilpotency property (A^n = 0 for some positive integer n) is preserved under conjugation.
10. What is the relationship between the conjugate of a product of matrices and the product of their conjugates?
The conjugate of a product of matrices is equal to the product of their conjugates in reverse order. In other words, (AB)* = B*A*, where * denotes the conjugate.
11. How does conjugating a matrix differ from transposing it?
Conjugating a matrix involves taking the complex conjugate of each element, while transposing a matrix involves switching its rows and columns. These are two distinct operations that can be performed separately or together.
12. What is the relationship between a matrix's conjugate and its conjugate transpose?
The conjugate transpose of a matrix is obtained by first taking the conjugate of each element and then transposing the resulting matrix. It's also known as the Hermitian transpose or adjoint of the matrix.
13. Can you explain the notation A* for a matrix?
A* typically denotes the conjugate transpose (or Hermitian transpose) of matrix A. It combines two operations: taking the conjugate of each element and then transposing the matrix.
14. What happens when you conjugate a real matrix?
When you conjugate a real matrix, it remains unchanged because real numbers are their own complex conjugates. The operation only affects matrices with complex elements.
15. How does conjugating a matrix impact its determinant?
The determinant of a conjugated matrix is the complex conjugate of the original matrix's determinant. In other words, det(A*) = (det(A))*, where A* is the conjugate of A.
16. How does conjugating a matrix affect its eigenvalues?
Conjugating a matrix does not change its eigenvalues. The eigenvalues of a matrix and its conjugate are the same, although the eigenvectors may change.
17. How does conjugating a matrix affect its rank?
Conjugating a matrix does not change its rank. The rank of a matrix and its conjugate are always the same, as the linear dependence relationships between rows or columns are preserved.
18. How does conjugating a matrix impact its trace?
The trace of a conjugated matrix is the complex conjugate of the original matrix's trace. This is because the trace is the sum of the diagonal elements, and conjugating each element results in the conjugate of their sum.
19. How does conjugating a matrix affect its singular values?
Conjugating a matrix does not change its singular values. The singular values of a matrix and its conjugate are identical, as they depend on the magnitudes of the eigenvalues of A*A, which remain unchanged.
20. How does conjugating a matrix affect its Jordan canonical form?
Conjugating a matrix does not change its Jordan canonical form structure, but the entries in the Jordan blocks are replaced by their complex conjugates.
21. How does conjugating a matrix affect its Frobenius norm?
Conjugating a matrix does not change its Frobenius norm. The Frobenius norm is based on the sum of the squares of the absolute values of the matrix elements, which remain unchanged under conjugation.
22. How does conjugating a matrix impact its Schur decomposition?
When you conjugate a matrix, its Schur decomposition is also conjugated. If A = QTQ* is the Schur decomposition of A, then A* = Q*T*Q is the Schur decomposition of A*.
23. How does conjugating a matrix affect its pseudoinverse?
The conjugate of a matrix's pseudoinverse is equal to the pseudoinverse of its conjugate. In other words, (A^+)* = (A*)^+, where ^+ denotes the pseudoinverse and * denotes the conjugate.
24. What is the effect of conjugating a Toeplitz matrix?
Conjugating a Toeplitz matrix results in another Toeplitz matrix. The constant diagonals of the original matrix are replaced by their complex conjugates.
25. How does conjugating a matrix impact its Cholesky decomposition?
If A = LL* is the Cholesky decomposition of a Hermitian positive-definite matrix A, then A* = (L*)L is the Cholesky decomposition of A*. The lower triangular factor L is replaced by its conjugate transpose.
26. How does conjugating a matrix affect its Gershgorin discs?
Conjugating a matrix does not change the radii of its Gershgorin discs, but it conjugates the centers. This means the Gershgorin discs are reflected across the real axis in the complex plane.
27. How does conjugating a matrix impact its Schur complement?
The Schur complement of a conjugated matrix is the conjugate of the Schur complement of the original matrix. If S is the Schur complement of A, then S* is the Schur complement of A*.
28. What is the effect of conjugating a unitary matrix?
Conjugating a unitary matrix U results in its inverse. This is because for a unitary matrix, U* = U^(-1), where U* is the conjugate transpose and U^(-1) is the inverse.
29. What happens when you conjugate a Hermitian matrix?
Conjugating a Hermitian matrix results in the same matrix. This is because a Hermitian matrix is equal to its own conjugate transpose, so A = A* for a Hermitian matrix A.
30. How does conjugating a matrix impact its condition number?
Conjugating a matrix does not change its condition number. The condition number depends on the ratio of the largest to smallest singular values, which remain unchanged after conjugation.
31. How does conjugating a matrix affect its eigenvectors?
When you conjugate a matrix, its eigenvectors are also conjugated. If v is an eigenvector of A, then v* (the conjugate of v) is an eigenvector of A* with the same eigenvalue.
32. How does conjugating a matrix impact its characteristic polynomial?
The characteristic polynomial of a conjugated matrix has coefficients that are the complex conjugates of the original matrix's characteristic polynomial coefficients.
33. What happens when you conjugate a diagonal matrix?
When you conjugate a diagonal matrix, each diagonal element is replaced by its complex conjugate. The matrix remains diagonal, but with conjugated entries.
34. What is the relationship between the conjugate of an inverse matrix and the inverse of its conjugate?
The conjugate of an inverse matrix is equal to the inverse of its conjugate. In other words, (A^(-1))* = (A*)^(-1), where * denotes the conjugate and ^(-1) denotes the inverse.
35. How does conjugating a matrix impact its minimal polynomial?
The minimal polynomial of a conjugated matrix has coefficients that are the complex conjugates of the original matrix's minimal polynomial coefficients.
36. What happens when you conjugate a projection matrix?
Conjugating a projection matrix results in another projection matrix. If P is a projection matrix (P^2 = P), then P* is also a projection matrix.
37. What is the effect of conjugating a normal matrix?
Conjugating a normal matrix results in another normal matrix. If A is normal (AA* = A*A), then A* is also normal.
38. What happens when you conjugate a skew-Hermitian matrix?
Conjugating a skew-Hermitian matrix results in its negative. If A is skew-Hermitian (A* = -A), then A* = -A.
39. What is the relationship between the conjugate of a matrix exponential and the exponential of its conjugate?
The conjugate of a matrix exponential is equal to the exponential of its conjugate. In other words, (e^A)* = e^(A*), where e^A denotes the matrix exponential.
40. How does conjugating a matrix impact its Kronecker product?
The conjugate of a Kronecker product of two matrices is equal to the Kronecker product of their conjugates. In other words, (A ⊗ B)* = A* ⊗ B*, where ⊗ denotes the Kronecker product.
41. What happens when you conjugate a permutation matrix?
Conjugating a permutation matrix results in the same matrix, as permutation matrices contain only 0s and 1s, which are their own conjugates.
42. How does conjugating a matrix affect its Hadamard product?
The conjugate of a Hadamard product of two matrices is equal to the Hadamard product of their conjugates. In other words, (A ∘ B)* = A* ∘ B*, where ∘ denotes the Hadamard (elementwise) product.
43. What happens when you conjugate a circulant matrix?
Conjugating a circulant matrix results in another circulant matrix. The first row of the original matrix is replaced by its complex conjugate, which then defines the entire conjugated matrix.
44. What is the relationship between the conjugate of a matrix power and the power of its conjugate?
The conjugate of a matrix raised to a power is equal to the conjugate of the matrix raised to the same power. In other words, (A^n)* = (A*)^n for any integer n.
45. What happens when you conjugate a Vandermonde matrix?
Conjugating a Vandermonde matrix results in another Vandermonde matrix. The generating elements of the original matrix are replaced by their complex conjugates.
Singular Matrix

02 Jul'25 06:34 PM

Elementary Row Operations

02 Jul'25 06:34 PM

Idempotent matrix

02 Jul'25 06:34 PM

Unitary matrix

02 Jul'25 06:34 PM

Orthogonal matrix

02 Jul'25 06:34 PM

Conjugate of a Matrix

02 Jul'25 06:33 PM

Transpose of a Matrix

02 Jul'25 05:55 PM

Articles

Back to top