Complex functions
Let z = x + iy = e^(iθ) = cos(θ) + i sin(θ),
where x,y are real numbers and i^2 = -1
The graph on the left shows z as plotted in the complex plane.
The graph on the right shows a complex number w, which is mapped
from z using one of the functions provided.
The available functions provided in the Combobox, along with their
equations, are as follows:
- Exponential: w = e^(nz), where n
is a real number
- Sine: w = sin(z)
- Cosine: w = cos(z)
- Tangent: w = tan(z)
- Logarithmic: w = ln(z)
- Power: w = z^n, where n is a
real number