From 7c77f328bf3f20b006f5167a874060f1ef660431 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Thu, 13 Mar 2025 10:54:50 +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 aa806b1..bd6d7bc 100644 --- a/fractal_project/README.md +++ b/fractal_project/README.md @@ -33,6 +33,8 @@ Where: ### 4. Iterate the function $f_{c}(z) = z^{2} + c$ > * **First iteration**: Start by applying the function $f_{c}(z)$ to $z_{0}$. +> * **Second iteration**: Now use $z_{1} = ... + ... \imath $ and apply the same function. +> * **Finally**, you repeat this process for several iterations. ### 5. Check if $\left\lvert z \right\rvert$ (the module of $z$) escapes -- GitLab