2

This is a question from my friend.

It should be easy. But I have no knowledge about complex matrix.

Let $A,K$ be two invertible complex n-by-n matrices satisfying the following conditions: $A' = A^{-1}=\bar{A}\mbox{ and } \bar{K} = AK\bar{A},$

where $A'$ for transpose, $\bar{A}$ for the conjugate, and $A^{-1}$ for the inverse.

Prove that $K$ is a real matrix.

Jun
  • 100

1 Answers1

5

It's not true. Take $K = \begin{bmatrix} i & 0 \\\ 0 & \overline{i}\end{bmatrix}$ and let $A = \begin{bmatrix} 0 & 1 \\\ 1 & 0\end{bmatrix}$.

Then $A^{-1} = A = A' = \overline{A}$.

On the other hand, $AK\overline{A} = AKA = \begin{bmatrix} \overline{i} & 0 \\\ 0 & i\end{bmatrix} = \overline{K}$.

  • Thanks for your counter-example. I need to check whether the condition $\bar{K}=AK\bar{A}$ is correct. – Jun Oct 04 '11 at 01:48