JuliaSets/README.md

9 lines
298 B
Markdown
Raw Permalink Normal View History

2022-02-19 15:09:22 +01:00
# Julia Sets
2022-02-19 15:10:30 +01:00
A Julia set is the boundary of the set of points that tend to infinity when iterated over a function on the Riemann sphere.
2022-02-19 15:09:22 +01:00
2022-02-19 15:10:30 +01:00
More importantly, it makes pretty shapes.
2022-02-19 15:17:12 +01:00
## Example
This is the Julia set of `f(z) = z² + c` where `c = 0.799 * exp(3.986i)`
![A Julia set](res/example.png)