Return to Snippet

Revision: 13876
at May 9, 2009 15:52 by forchid


Initial Code
Peter de Jong:
x' = sin(a * y) - cos(b * x)
y' = sin(c * x) - cos(d * y)

Cliff Pickover:
x' = sin(a * y) + c * cos(a * x)
y' = sin(b * x) + d * cos(b * y)

Initial URL


Initial Description


Initial Title
Simple Attractors

Initial Tags
math, simple

Initial Language
Other