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

fractal_project/README.md has been updated.

parent 9c2e4ac5
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,12 @@ Where: ...@@ -28,8 +28,12 @@ Where:
### 3. Start with the point $z$ ### 3. Start with the point $z$
> * Pick a point $z$ from the complex plane. For example, let's start with $z_{0} = 0.5 + 0.5 \imath $ or any other complex number on the grid.
### 4. Iterate the function $f_{c}(z) = z^{2} + c$ ### 4. Iterate the function $f_{c}(z) = z^{2} + c$
> * **First iteration**: Start by applying the function $f_{c}(z}$ to $z_{0}$.
### 5. Check if $\left\lvert z \right\rvert$ (the module of $z$) escapes ### 5. Check if $\left\lvert z \right\rvert$ (the module of $z$) escapes
### 6. Repeat the iteration for a maximum number of iterations ### 6. Repeat the iteration for a maximum number of iterations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment