|
|
About: The applet plots the attractor of functions of the form x[t+1] = sin(a*x[t]) + c*sin(a*y[t])These equations are those described in the book "Chaos in Wonderland: Visual Adventures in a Fractal World" by Clifford A Pickover. The applet works by starting with x[0] = y[0] = 0.1, iterating the equation 2000 times without drawing anything, then continuing to iterate n more types plotting the calculated x and y values at each iteration. Key Reference:
Source code: sketch_jun08a Built with Processing |