An open API service indexing awesome lists of open source software.

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

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