find complex matrices

43 Views Asked by At

Find complex matrices satisfying the following equation

enter image description here

What I have is solution based on real numbers. How can I come to a solution in complex numbers?

enter image description here

1

There are 1 best solutions below

0
On

If $X^{2} - \operatorname{Id} = 0$,; it means that the minimal polynomial of $X$, denoted with $m_{X}(t)$ divides the polynomial $t^{2}-1 = (t+1)(t-1)$.

Now you just have three cases to deal with, which run out the values founded with WolframAlpha, which are complex indeed, since $\mathbb{R} \subset \mathbb{C}$.


Edit: To be more specific, you have all the conjugacy classes of the three case mentioned above. Hence you have the matrix $I$, $-I$ and all the matrix of the form $$ M \left[ \begin{matrix} 1 & 0\\ 0 & -1 \end{matrix} \right] M^{-1} $$ with $M\in \text{GL}(2,\mathbb C)$.