Skip to content

Commit 6beb7e1

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

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
@@ -26,7 +26,7 @@ using DynamicalSystems, OrdinaryDiffEq
2626
ds = CoupledODEs(oprob, (alg = Tsit5(),))
2727
nothing # hide
2828
```
29-
We can now compute the basins of attraction. This is done by first designating a grid designate which subspace of phase-space we wish to investigate (here, the corresponding basin of attraction is found for every point on the grid). Next, we first create a `AttractorsViaRecurrences` struct and then use that as input to the `basins_of_attraction` function.
29+
We can now compute the basins of attraction. This is done by first creating a grid that designates which subspace of phase-space we wish to investigate (here, the corresponding basin of attraction is found for every point on the grid). Next, we create a `AttractorsViaRecurrences` struct, that maps initial conditions to attractors, and then use that as input to the `basins_of_attraction` function.
3030
```@example dynamical_systems_basins
3131
# We provide one grid of values for each species. These are then bundled into a tuple.
3232
x_grid = 0.0:0.01:5.0

0 commit comments

Comments
 (0)