I've got a linear system of equations in complex numbers:
$\mathbf{A}\mathbf{x}=\mathbf{b}$,
where $\mathbf{A}$ is fully-populated, $\mathbf{b}$ is not equal to zero, vector $\mathbf{x}$ is unknown and complex. Is it possible to decouple the real and imaginary parts of matrix $\mathbf{A}$ and treat them separately? On other words, is it possible to rewrite this equation as two equations with $Re(\mathbf{A})$ and $Im(\mathbf{A})$ separated? If yes, how can I do that?
The reason why I'm asking is that some elements of $\mathbf{A}$ have very different real and imaginary parts: $Im({A}_{ij})\approx10^{-9}Re({A}_{ij})$, which I believe causes problems for numerical solvers.