MRaster examples 21.0.0.0
Image Processing Library
Loading...
Searching...
No Matches
tinkerbell.cpp File Reference

Draw some Tinkerbell Attractors. More...

Go to the source code of this file.

Detailed Description

Draw some Tinkerbell Attractors.

Author
Mitch Richling https://www.mitchr.me
Standards
C++20
See also
https://www.mitchr.me/SS/tinkerbell/index.html
Details

The Tinkerbell Attractor is a discrete-time dynamical system defined by the following relationship:

\[ \begin{align*} x_{n+1} & = x_n^2-y_n^2+ax_n+by_n \\ y_{n+1} & = 2x_ny_n+cx_n+dy_n \end{align*} \]

Most any non-zero initial conditions may be used for ( (x_1, y_1) ).

Definition in file tinkerbell.cpp.