From 6e5f9ac17772660b76c465a1ffbd37ab4626c9e0 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Thu, 13 Mar 2025 11:00:21 +0100 Subject: [PATCH] fractal_project/README.md has been updated. --- fractal_project/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fractal_project/README.md b/fractal_project/README.md index 4b2b7cd..aae1daf 100644 --- a/fractal_project/README.md +++ b/fractal_project/README.md @@ -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 -- GitLab