diff --git a/README.md b/README.md index 3b1dd75..dc1d87b 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,8 @@ A Julia set is the boundary of the set of points that tend to infinity when iterated over a function on the Riemann sphere. More importantly, it makes pretty shapes. + +## Example +This is the Julia set of `f(z) = z² + c` where `c = 0.799 * exp(3.986i)` + +![A Julia set](res/example.png) \ No newline at end of file diff --git a/res/example.png b/res/example.png new file mode 100644 index 0000000..dfe8e60 Binary files /dev/null and b/res/example.png differ