Skip to content

Commit

Permalink
clean up continue
Browse files Browse the repository at this point in the history
  • Loading branch information
mammatus95 committed Apr 25, 2024
1 parent 84905c5 commit 5be0bb3
Show file tree
Hide file tree
Showing 11 changed files with 900 additions and 1,438 deletions.
278 changes: 0 additions & 278 deletions Other Attractors.ipynb

This file was deleted.

27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,30 @@ $$\frac{d\vec{x}}{dt}=f_D(\vec{x}) ~ + ~ f_K(\vec{x})$$
![Example](example/lorenz_euler.png)


## henon map

$$x_{n+1} = y_n +1 - a x^2_n$$

$$y_{n+1} \,=\, \beta x_n$$

$\alpha$=1.4

$\beta$=0.3

### fix points

$$X=1-\alpha X^2 + bX$$


## Rössler-Attraktor


$$\dot{x} \,=\, -y \,-\, z$$

$$\dot{y} \,=\, x \,+\, \alpha y$$

$$\dot{z} \,=\, \beta \,+\, z(x\,-\,c)$$


$\alpha$=$\beta$=0.2
c=5.7
203 changes: 0 additions & 203 deletions Lorenz.ipynb → ccode/Lorenz.ipynb

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
480 changes: 3 additions & 477 deletions dynamik/.ipynb_checkpoints/Lorenz-checkpoint.ipynb

Large diffs are not rendered by default.

474 changes: 0 additions & 474 deletions dynamik/Lorenz.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dynamik/Untitled.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -309,9 +309,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
498 changes: 498 additions & 0 deletions src/Attractors.ipynb

Large diffs are not rendered by default.

Empty file added src/__init__.py
Empty file.
Loading

0 comments on commit 5be0bb3

Please sign in to comment.