diff --git a/fractal_project/README.md b/fractal_project/README.md index 5dd72afde0f04011b6c062c3624930a4e095aa28..9aec9a4ce1ebe4965180577c1547afa3e4ab1b28 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