From 14325d7557809cd6cc44b011624dda28b2e2b099 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Thu, 13 Mar 2025 11:46:18 +0100 Subject: [PATCH] fractal_project/README.md has been updated. --- fractal_project/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fractal_project/README.md b/fractal_project/README.md index 0e3d500..149c6c7 100644 --- a/fractal_project/README.md +++ b/fractal_project/README.md @@ -57,15 +57,15 @@ The most common function used for Julia sets is the **quadratic** function: Where: -> * $c$ is a fixed complex number (a constant), chosen by you. -> * $z$ is the point in the complex plane you are testing (a complex number $z=x+y$, where $x$ are real numbers). +<!-- > * $c$ is a fixed complex number (a constant), chosen by you. --> +<!-- > * $z$ is the point in the complex plane you are testing (a complex number $z=x+y$, where $x$ are real numbers). --> ## Calculation of the Julia set ### 1. Choose a complex constant $c$ > * This is the number that defines the Julia set. It's **fixed** for the entire set. -> * Example: Let's take $c = -0.8 + \imath 0.156$. +> * Example: Let's take $ c = -0.8 + \imath 0.156 $. ### 2. Define the complex plane -- GitLab