From 883ee8d1c8c4aa8066c7ef7a671e4dc4dc1f4aaf Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Fri, 14 Mar 2025 08:33:41 +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 616b964..00fd1d3 100644 --- a/fractal_project/julia.md +++ b/fractal_project/julia.md @@ -28,7 +28,7 @@ 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. +> * Pick a point $z$ from the complex plane. For example, let's start with $z_{0}=0.5+\imath 0.5$ or any other complex number on the grid. ### 4. Iterate the function $f_{c}(z) = z^{2} + c$ -- GitLab