From c6476b76ecf29f95ce3146e203bb6c23a0b5fa96 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Fri, 14 Mar 2025 08:35:32 +0100 Subject: [PATCH] lpsc/fractal_project/julia.md has been updated. --- fractal_project/julia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fractal_project/julia.md b/fractal_project/julia.md index d1e2b86..995f289 100644 --- a/fractal_project/julia.md +++ b/fractal_project/julia.md @@ -33,7 +33,7 @@ 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. +> * **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 modulus of $z$) escapes -- GitLab