Skip to content

Commit 7be83ac

Browse files
authored
typo in Rikitake system (#32)
1 parent 98f127c commit 7be83ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/continuous_famous_systems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ rikitake(u0 = [1, 0, 0.6]; μ = 1.0, α = 1.0)
410410
\\begin{aligned}
411411
\\dot{x} &= -\\mu x +yz \\\\
412412
\\dot{y} &= -\\mu y +x(z-\\alpha) \\\\
413-
\\dot{z} &= 1 - xz
413+
\\dot{z} &= 1 - xy
414414
\\end{aligned}
415415
```
416416
Rikitake's dynamo [^Rikitake1958] is a system that tries to model the magnetic

0 commit comments

Comments
 (0)