ALEA::GINGER2
Arguments: xinit yinit crin crend pas [generic-function]
Iterative equation system :
Xn+1 = 1 - yn - cr*(abs x) Yn+1 = xn with an evolving control parameter cr where : - xinit and yinit are the initial values; - crin is an initial control parameter between zero and one; - crend is a final control parameter between zero and one. As the evolution of the system is calculated, the value for the control parameter cr will be interpolated between crin and crend; - 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