I have heard that you can't compare complex numbers... Well it is true because it's not defined on the real number line, you can't compare imaginary quantities... But I just wanted to know that why can't we compare them using their modulus?
For example, let's say we have two complex numbers:
$$z_1 = 4 + 3i \quad \text{ and } \quad z_2 = 7 + 9i$$
Now we take their modulus,
$$|z_1| = 16 + 9 = 25 \\ |z_2| = 49 + 81 = 130$$
Now we could say that $z_2$ is greater than the first one right?