Conjugate Matrix — Definition, Formula & Examples
The conjugate matrix is the matrix obtained by taking the complex conjugate of every entry in a given matrix. If a matrix has only real entries, its conjugate matrix is identical to the original.
Given a matrix , the conjugate matrix is defined as , where denotes the complex conjugate of the entry .
Key Formula
Where:
- = An m × n matrix with complex entries
- = Complex conjugate of the entry in row i, column j
How It Works
To find the conjugate of a matrix, replace each entry with , where and are real numbers and . Real entries stay unchanged since the conjugate of a real number is itself. The conjugate matrix is a building block for the conjugate transpose (also called the Hermitian adjoint), which is computed by taking the conjugate and then transposing.
Worked Example
Problem: Find the conjugate matrix of A = [[2 + 3i, 1 - i], [4, -5i]].
Step 1: Take the complex conjugate of each entry. Replace every i with -i.
Step 2: Compute each conjugate: 2+3i becomes 2−3i, 1−i becomes 1+i, 4 stays 4, and −5i becomes 5i.
Answer:
Why It Matters
The conjugate matrix appears frequently in quantum mechanics and signal processing, where complex-valued matrices are standard. It is essential for constructing the conjugate transpose , which defines Hermitian and unitary matrices — key objects in advanced linear algebra and physics.
Common Mistakes
Mistake: Confusing the conjugate matrix with the conjugate transpose (Hermitian adjoint).
Correction: The conjugate matrix only changes signs on imaginary parts. The conjugate transpose also transposes the matrix. These are different operations unless A is symmetric.
