Skip to content

Commit 6b5118f

Browse files
authored
Corrected the Latex Eom in Roessler
2 parents d8917a2 + e23c6c1 commit 6b5118f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamicalsystem/famous_systems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ roessler(u0=rand(3); a = 0.2, b = 0.2, c = 5.7)
8282
\\begin{aligned}
8383
\\dot{x} &= -y-z \\\\
8484
\\dot{y} &= x+ay \\\\
85-
\\dot{z} &= -b + z(x-c)
85+
\\dot{z} &= b + z(x-c)
8686
\\end{aligned}
8787
```
8888
This three-dimensional continuous system is due to Rössler [1].

0 commit comments

Comments
 (0)