This material is based upon work supported by the National Science
Foundation under Grant No. 9983703
Any opinions, findings, and conclusions or recommendations expressed
in this material are those of the author(s) and do not necessarily
reflect the views of the National Science Foundation.
>>> from chaos.simify import *
>>> x = Similarity(3, 2+1j)
>>> x
z -> 3z + (2+1j)
>>> y = Similarity(1, 1-2j)
>>> y
z -> 1z + (1-2j)
>>> x*y
z -> 3z + (5-5j)
>>> y*x
z -> 3z + (3-1j)
>>> x(3-3j)
(11-8j)
>>> from chaos.graphalyze import *
>>> G = Graphalyzer()
>>> G.set(c=-1.24,x_min=-2, x_max = 2)
>>> from chaos.orbits import *
>>> D = OrbitDiagram()
>>> from chaos.quaditerate import *
>>> M = Mandelbrot()
>>> from chaos.dust import *
>>> todust(-.5+0j, -1+1j)
>>> from chaos.box import *
>>> B = Box('koch.gif',1)
>>> from chaos.squirt import *
>>> S = Squirt('w.gif')
>>> S.sqrt()
w |
z2 = w |