Skip to content

Commit

Permalink
docs: 📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyHuang-00 committed Feb 17, 2024
1 parent 1206396 commit add894c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,31 +84,31 @@ A web application for visualizing strange attractors using TresJS and WASM.
\dot{z} &= -\gamma z - x \\
\end{aligned}
$$
- [ ] Arneodo Attractor ($\alpha = -5.5, \beta = 3.5, \gamma = -1$)
- [x] Arneodo Attractor ($\alpha = -5.5, \beta = 3.5, \gamma = -1$)
$$
\begin{aligned}
\dot{x} &= y \\
\dot{y} &= z \\
\dot{z} &= - \alpha x - \beta y - z + \gamma x^3 \\
\end{aligned}
$$
- [ ] Sprott B Attractor ($\alpha = 0.4, \beta = 1.2, \gamma = 1$)
- [x] Sprott B Attractor ($\alpha = 0.4, \beta = 1.2, \gamma = 1$)
$$
\begin{aligned}
\dot{x} &= \alpha y z \\
\dot{y} &= x - \beta y \\
\dot{z} &= \gamma - x y \\
\end{aligned}
$$
- [ ] Sprott-Linz F Attractor ($\alpha = 0.5$)
- [x] Sprott-Linz F Attractor ($\alpha = 0.5$)
$$
\begin{aligned}
\dot{x} &= y + z \\
\dot{y} &= - x + \alpha y \\
\dot{z} &= x^2 - z \\
\end{aligned}
$$
- [ ] Dadras Attractor ($\alpha = 3, \beta = 2.7, \gamma = 1.7, \delta = 2, \varepsilon = 9$)
- [x] Dadras Attractor ($\alpha = 3, \beta = 2.7, \gamma = 1.7, \delta = 2, \varepsilon = 9$)
$$
\begin{aligned}
\dot{x} &= y - \alpha x + \beta y z \\
Expand Down

0 comments on commit add894c

Please sign in to comment.