I am currently facing a problem where I would like to find, for a given complex square matrix $H$, the vectors $x$ and values $\lambda$ satisfying the "eigen-relationship" like
$$Hx=\lambda \overline{x}$$
Does this equation have a name ? Is there a theory on this ? Can it be linked to a more traditionnal problem in some way ?
For the background, the matrix $H$ models the mode coupling for electromagnetic wave scattering in a given system. A solution to the above equation is a mode combination such that the propagated wave is the same as the incoming one but in the reverse direction (up to a multiplicative factor).
Thank you for any reference or help you may provide.
This is a first step to answering your question. Separate real and imaginary parts. Write $H=A+iB$, $\lambda=\mu+i\nu$, and a solution $z=x+iy$. Then we get (if I haven't made a sloppy error) \begin{align*} Ax-By &= \mu x - \nu y \\ Bx+Ay &= \nu x - \mu y. \end{align*} So this turns into an interesting question of finding values $\mu$ and $\nu$ so that the matrix $$\left[\begin{array}c A-\mu I & -B+\nu I \\ B-\nu I & A+\mu I \end{array}\right]$$ is singular. (But computing the determinant of this matrix will be difficult, unless $A$ and $B$ happen to commute.) The nullspace of that matrix will then give you a nontrivial solution of your original problem.