https://github.com/sheaf/polynomial-roots
Haskell program to produce images of polynomial roots (and corresponding iterated function systems)
https://github.com/sheaf/polynomial-roots
Last synced: 10 months ago
JSON representation
Haskell program to produce images of polynomial roots (and corresponding iterated function systems)
- Host: GitHub
- URL: https://github.com/sheaf/polynomial-roots
- Owner: sheaf
- Created: 2012-01-01T19:56:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T20:27:00.000Z (over 3 years ago)
- Last Synced: 2025-04-07T13:21:23.323Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 218 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This program generates images related to roots of polynomials.
There are two main routines:
- Roots.
This plots roots of polynomials. Given a particular viewing region R in the complex plane,
a set of coefficients A and a degree d, this plots all roots of polynomials of degree up to d,
with coefficients in A, within the region R.
- IFS.
This plots the corresponding iterated function systems, and tries to scale them
to make them look like the corresponding plot of roots.
The program parses options from the configuration file "roots.config".
A sample configuration file is available.