diff --git a/fractal_project/README.md b/fractal_project/README.md index 0e3d500148b495f42c6f73aaf2f19c9edd3ab6ea..149c6c741a1f93c34cee4dc30bb3034183559d2c 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