▸ Building the complex plane (real & imaginary axes)…
▸ Placing z = a + bi as a point & vector
▸ Computing modulus |z| = √(a²+b²) & argument θ = atan2(b,a)
▸ Complex multiply = rotate (add angles) + scale (multiply moduli)
▸ Starting the unit circle e^iθ = cos θ + i sin θ…
▸ Ready — Online. ✅