Skip to content

Commit eb32001

Browse files
TorkelEDatseris
andcommitted
Update docs/src/catalyst_applications/dynamical_systems.md
Co-authored-by: George Datseris <[email protected]>
1 parent 0cccddb commit eb32001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/dynamical_systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Here, the `autodiff=false` argument is required when Lyapunov spectrums are comp
9090
```@example dynamical_systems_lyapunov
9191
lyapunovspectrum(ds, 100)
9292
```
93-
Here, the largest exponent is positive, suggesting that the model is chaotic in the point $(1.5, 1.5, 1.5)$.
93+
Here, the largest exponent is positive, suggesting that the model is chaotic (or, more accurately, it has at least one chaotic attractor, to which we go to from the initial condition $(1.5, 1.5, 1.5)).
9494

9595
Next, we consider the [Brusselator] model. First we simulate the model for two similar initial conditions, confirming that they converge to the same limit cycle:
9696
```@example dynamical_systems_lyapunov

0 commit comments

Comments
 (0)