Singularity ViewersingularityViewer
OverviewIn Complex Analysis you are able to work with mathematical singularities. They are classified into three main categories:
This program attempts to examine these functions by taking a circle centered around the origin and making the radius closer and closer to 0 while keeping the image size the same. The 'zoom' also tries to keep values visible by scaling up the pixel mappings. In short it's a visualizer for very small values in the complex plane. Instead of Domain Coloring, the program just transforms the following reference circle with the given function: ![]() Moviese^(1/z) tan(1/z) Source Code
ConclusionIt seems that most poles 'repel' things from the location of the singularity (ie. Pushes them towards infinity). On the other hand, essential singularities don't have a predictable behavior. This is easy to see on the non-complex plane if you look at the graph for sin ( 1 / x): ![]() you will notice it is not approaching infinity like (1/x) would, but instead oscillating as it gets close to x = 0. This is also to be expected since essential singularities take on all values (except possibly one) of the complex plane infinitely many times (via Picard's Great Theorem) This means if I was able to plot infinite points of exp(1/z) on the computer, the entire complex plane would have every color in my circle except the origin (0 + 0i). But since I'm only doing 2 million points per image I am limited to the few I actually compute (which is what the images and movies are showing). Last Edited: 2010-11-20 18:45:09
+ Add a comment d895ec3b5cc3e601e2579770d7a2e40b2012-02-22 23:40:02.338771 UTC |
Posts
Source Code
