I'm currently doing some experiments on fractals and in one of my equation I need to flip the real and imaginary components of a complex number, such as :
$$ z = a + bi $$
Becomes :
$$ z = b + ai $$
What would be the correct mathematical term or notation for this ? flip ?
As per the comments, if $$z = a + bi$$ then $$i\cdot\bar z = b+ai$$ where $\bar z$ is the conjugate of $z$.