https://github.com/torfsen/irf-fractals
Fractals from iterated root-finding methods
https://github.com/torfsen/irf-fractals
Last synced: 12 months ago
JSON representation
Fractals from iterated root-finding methods
- Host: GitHub
- URL: https://github.com/torfsen/irf-fractals
- Owner: torfsen
- Created: 2014-08-15T04:45:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T04:53:00.000Z (almost 12 years ago)
- Last Synced: 2025-01-02T18:25:08.009Z (over 1 year ago)
- Language: C
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fractals from Iterated Root-Finding Methods
===========================================
A small C program to calculate fractal images from iterated root-finding
methods other than [Newton's method][newton], for example from
[Householder's method][householder] or [Halley's method][halley]
See the comments in `main.c` for compilation and configuration instructions.
[newton]: https://en.wikipedia.org/wiki/Newton%27s_method
[householder]: http://mathworld.wolfram.com/HouseholdersMethod.html
[halley]: http://mathworld.wolfram.com/HalleysMethod.html