ALEA::GINGER
Arguments: xinit yinit cr pas [generic-function]
Chaos Iterative equation system :
Xn+1 = 1 - yn - cr*(abs x) Yn+1 = xn where - xinit and yinit are the initial values cr is a control parameter between zero and one, and pas is the number of iterations, or generated points. The [[first]] output of this module is a coordinate [[list]] in two diemensions: ((xinit yinit ) (x0 y0 ) (x1 x2 ) ... (xn yn )) the [[second]] output returns a list with the x values, and the second output returns the y values as a list