From 68891af7013ad3b5bd68e604e3d3de4f3c947c15 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Thu, 13 Mar 2025 10:52:06 +0100 Subject: [PATCH] fractal_project/README.md has been updated. --- fractal_project/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fractal_project/README.md b/fractal_project/README.md index 5dd72af..9aec9a4 100644 --- a/fractal_project/README.md +++ b/fractal_project/README.md @@ -28,8 +28,12 @@ Where: ### 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$ +> * **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 ### 6. Repeat the iteration for a maximum number of iterations -- GitLab