Skip to content

Commit

Permalink
README.md: fixed some typos
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Dec 18, 2016
1 parent 995a7f6 commit 8000723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ That is to say, _c_ is a fixed point of the function _f_(_x_) if and only if _f_

#### Aperiodic Orbits and The Batterfly Effect

For _r_ = 4 (and other values), the orbit is aperiodic It never repeats.
For _r_ = 4 (and other values), the orbit is aperiodic: it never repeats.
Applying the same function over and over again does not result in periodic behavior.

We can use `legraph.py` to compare time series for two different initial conditions.
Expand All @@ -166,7 +166,7 @@ Systems with _SDIC_ are deterministic yet unpredictable in the long run.

#### Aperiodic Orbits with holes

The aperiodic orbits are always bounded nut do not necessarily cover all the domain. They can present one or more holes.
The aperiodic orbits are always bounded but do not necessarily cover all the domain. They can present one or more holes.

./legraph.py --x0 0.2 -r 3.6 -n 500

Expand Down

0 comments on commit 8000723

Please sign in to comment.