Simone

The Simone Attractor is named for physicist Simone Conradi. It displays chaotic behavior. You can learn more about him and some of his art and formulas here.
To obtain the behavior shown, parameter b is held steady at 1.0, and parameter a varies incrementally between 3.0 and 6.0 as the following formulas are iterated and the resulting values (orbit) plotted:
xn+1=sin(xn2- yn2+a)
yn+1=cos(2xy+b)