Skip to content
Snippets Groups Projects
Commit 14325d75 authored by joachim.schmidt's avatar joachim.schmidt
Browse files

fractal_project/README.md has been updated.

parent f67bbf00
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment