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

fractal_project/README.md has been updated.

parent 9f628322
Branches
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ Where:
### 5. Check if $\left\lvert z \right\rvert$ (the module of $z$) escapes
> * **Escape condition**: If at any point during the iterations $\left\lvert z_{n} \right\rvert$ (the magnitude of $z_{n}$) exceeds a threshold (commonly $2$), we say the point $z$ escapes and is **not** in the Julia set we stop iterating.
### 6. Repeat the iteration for a maximum number of iterations
### 7. Color the point
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment