diff --git a/fractal_project/README.md b/fractal_project/README.md index c21aaa9d6d02691b1ad28afbb2b7444317c4c60b..2475e12228508a312efbfa1e61956523ff221ce1 100644 --- a/fractal_project/README.md +++ b/fractal_project/README.md @@ -4,3 +4,34 @@ 1. [Mandelbrot set](./mandelbrot.md) 2. [Julia set](./julia.md) + +## Work proposals + +### With the **Mandelbrot set** + +1. +2. +3. +4. +5. +6. + +### With the **Julia set** + +1. +2. +3. + +### With the **Squared reciprocal Julia set** + +> The formula is as follows: +> +>> $f(z)=\frac{1}{z^{2}}+C$ +> +> With the following C values: +> +>> 1. $0.3 + 0.4\imath$ +>> 2. $-0.8 + 0.6\imath$ +>> 3. $0.5 + 0.1\imath$ + + diff --git a/fractal_project/img/squared_reciprocal.png b/fractal_project/img/squared_reciprocal.png new file mode 100644 index 0000000000000000000000000000000000000000..3ff1878b08cf2c13b9795086bd6764bf81f7d639 Binary files /dev/null and b/fractal_project/img/squared_reciprocal.png differ