Plot complex function from one plane to another?

335 Views Asked by At

Is there a (free) program or something online that can plot a complex function from one complex plane to another? Like in the picture below? I want to be able to see where numbers go, so to speak, with colors or something.

enter image description here

1

There are 1 best solutions below

0
On

I have never found a satisfactory program for doing the kind of complex transformations you are talking about and have always resorted to doing my own programming (in Matlab, which handles complex number calculations seamlessly). To that end, I did a few quick and dirty calculations for you comparing two transformations. The first is a bilinear transform, shown the two images below. Bilinear orig Bilinear tsfm The second is an exponential transform shown in the next two images Exponential orig Exponential ortsfmig