https://github.com/pierresegonne/funky-attractors
https://github.com/pierresegonne/funky-attractors
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pierresegonne/funky-attractors
- Owner: pierresegonne
- Created: 2021-03-07T21:09:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T23:20:27.000Z (about 4 years ago)
- Last Synced: 2025-06-10T09:02:01.949Z (5 months ago)
- Language: Python
- Size: 18.8 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Funky attractors
Code for the blog post [Strange attractors and probability theory](https://pierresegonne.github.io/Attractors/)
Are supported the following attractors:
* 2D:
* [Clifford](https://www.worldscientific.com/worldscibooks/10.1142/2052) (Clifford A. Pickover "The Pattern Book: Fractals, Art, and Nature" World Scientific, ?, 1995.)
* [De Jong](https://www.worldscientific.com/worldscibooks/10.1142/2052) (Clifford A. Pickover "The Pattern Book: Fractals, Art, and Nature" World Scientific, 197-198, 1995.)
* [Ikeda](https://www.worldscientific.com/worldscibooks/10.1142/2052) (Clifford A. Pickover, "The Pattern Book: Fractals, Art, and Nature" World Scientific, 64-65, 1995.)
* 3D:
* [Lorenz](https://mathworld.wolfram.com/LorenzAttractor.html#:~:text=The%20Lorenz%20attractor%20is%20an,thermal%20diffusivity%20%2C%20and%20kinematic%20viscosity%20.) (Lorenz, E. N. "Deterministic Nonperiodic Flow." J. Atmos. Sci. 20, 130-141, 1963.)
* [Rossler](http://paulbourke.net/fractals/rossler/) (Rössler, O. E. "An Equation for Continuous Chaos" Physics Letters, 57A (5), 397-398, 1976.)
### Examples

### Installation
run `pip install -r requirements.txt`
### Running
`python main ${attractor_name} ${...options}` use the `--help` options for more information.