Complex Function z-w plane Mapping
Mapping Result
Instructions
- Use standard math functions like
sin(z), cos(z), tan(z), exp(z), log(z), and sqrt(z) for input.
- For powers, use
^ (e.g., z^2, z^z).
- Type
z_bar for the conjugate of z
- Quadratic function:
z^2
- Exponential function:
exp(z)
- Trigonometric function:
sin(z) + cos(z)
- Logarithmic function:
log(z)
- Adjust the sliders to change the range of real and imaginary parts in the z-plane.
- Use X-axis Steps and Y-axis Steps to control grid density for more or fewer lines.
- Ensure the function syntax is correct to avoid errors while generating the plot.
- Increasing the number of steps provides smoother plots but may take longer to compute.