Skip to content
Snippets Groups Projects
Commit 8b2df8f3 authored by joachim.schmidt's avatar joachim.schmidt
Browse files

lpsc/fractal_project/README.md has been updated.

parent 714cad13
No related branches found
No related tags found
No related merge requests found
......@@ -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$
![Squared reciprocal Julia set](./img/squared_reciprocal.png)
fractal_project/img/squared_reciprocal.png

148 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment