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

lpsc/fractal_project/README.md has been updated.

parent 83bdca4e
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,20 @@
### With the **Mandelbrot set**
1.
2.
3.
4.
5.
6.
> The formula is as follows:
>
>> $f(z)=z^{N}+C$
>
> With $N$ in the following power range:
>
>> 1. $N=2$
>> 2. $N=3$
>> 3. $N=4$
>> 4. $N=5$
>> 5. $N=6$
>> 6. $N=7$
![Mandelbrot sets](./img/squared.png)
### With the **Julia set**
......@@ -28,7 +36,7 @@
>> 2. $0.25 + 0.5\imath$
>> 3. $0.285 + 0.02\imath$
![Squared reciprocal Julia set](./img/squared.png)
![Squared reciprocal Julia sets](./img/squared.png)
### With the **Squared reciprocal Julia set**
......@@ -42,4 +50,4 @@
>> 2. $-0.8 + 0.6\imath$
>> 3. $0.5 + 0.1\imath$
![Squared reciprocal Julia set](./img/squared_reciprocal.png)
![Squared reciprocal Julia sets](./img/squared_reciprocal.png)
fractal_project/img/mandelbrot.png

308 KiB

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