Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Visualize the behavior of conformal mappings in the complex plane
ResourceFunction["ComplexMapVisualization"][f] returns the ImageTransformation of a given function f on the complex plane.  | 
Visualize the sine function in the complex plane:
| In[1]:= | 
| Out[1]= | ![]()  | 
Mappings on different sections of the complex plane can be visualized by specifying a different DataRange or PlotRange:
| In[2]:= | 
| Out[2]= | ![]()  | 
Forward transformations can be created by using the inverse function:
| In[3]:= | 
| Out[3]= | ![]()  | 
Standard special functions can be visualized:
| In[4]:= | 
| Out[4]= | ![]()  | 
General functions that have complex values as their domain and range can be visualized:
| In[5]:= | 
| Out[5]= | ![]()  | 
Compiled functions can be visualized:
| In[6]:= | 
| Out[6]= | 
| In[7]:= | 
| Out[7]= | ![]()  | 
The "Image" option can be set to visualize mappings on arbitrary images or graphics objects:
| In[8]:= | 
| Out[8]= | ![]()  | 
Use the "Image" option to see the transformation of a polar grid:
| In[9]:= | ![]()  | 
| Out[9]= | ![]()  | 
Options available to Rasterize affect the quality of the resulting image:
| In[10]:= | 
| Out[10]= | ![]()  | 
Using ParametricPlot on the inverse function gives a result similar to the one produced by ComplexMapVisualization:
| In[11]:= | ![]()  | 
| Out[11]= | ![]()  | 
With a sufficiently large PlotRange, the computation may take a long time:
| In[12]:= | 
| Out[12]= | ![]()  | 
You can use the RasterSize option to reduce the quality of the input image and reduce the computation time:
| In[13]:= | 
| Out[13]= | ![]()  | 
This work is licensed under a Creative Commons Attribution 4.0 International License