2
$\begingroup$

Are conjugation of matrices and conjugation of complex numbers related?

What I mean is that if $A$ is an $n \times n$ matrix then the conjugation of $A$ by an invertible $n \times n$ matrix $C$ is given by $CAC^{-1}$. On the other hand, if $a + bi$ is a complex number then it's conjugate is $a-bi$. These two operations don't really seem to have anything to do with one another but if they're unrelated why is the same term used to describe the operation?

3 Answers 3

4

They are not related at all. Actually, you are comparing "conjugation" with "conjugate". The word "conjugate" is also applied to matrices as a synonym of "adjoint", and in that case it is a direct generalization of the complex conjugate.

Unfortunately, math is full of incoherent terminology.

  • 1
    I would call it "incompatible terminology" rather than "incoherent" (as in, different fields may use the same terminology to mean different things) (though there is also, sometimes, incoherent terminology).2012-04-21
3

They are very slightly related in a silly sense. We can embed the complex numbers into the real $2 \times 2$ matrices by sending $a+bi$ to $\left( \begin{smallmatrix} a & b \\ - b & a \end{smallmatrix} \right)$ (note that this is a map of rings). Then complex conjugation corresponds to matrix conjugation by $\left( \begin{smallmatrix} 1 & 0 \\ 0 & -1 \end{smallmatrix} \right)$. That is to say, $\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} \begin{pmatrix} a & b \\ -b & a \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}^{-1} = \begin{pmatrix} a & -b \\ b & a \end{pmatrix}.$