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

fractal_project/README.md has been updated.

parent 4d82d7f3
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,10 @@ Where: ...@@ -22,6 +22,10 @@ Where:
### 2. Define the complex plane ### 2. Define the complex plane
> * We need a grid of complex numbers $z$ to iterate over. This grid typically covers a region of the complex plane, like:
>> * Real part $x$ from $-2$ to $2$.
>> * Imaginary part $y$ from $-2$ to $2$.
### 3. Start with the point $z$ ### 3. Start with the point $z$
### 4. Iterate the function $f_{c}(z) = z^{2} + c$ ### 4. Iterate the function $f_{c}(z) = z^{2} + c$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment