Skip to content

Commit d28250f

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

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
@@ -34,7 +34,7 @@ y_grid = 0.0:0.01:10.0
3434
grid = (x_grid, y_grid)
3535
avr = AttractorsViaRecurrences(ds, grid)
3636
basins, attractors = basins_of_attraction(avr, grid; show_progress = false)
37-
nothing # hide
37+
attractors
3838
```
3939
Here, `attractors` is a dictionary that maps attractor labels (the integers) to attractors. In this case we have two fixed points, one at $(0.0,0.0)$ and one at $(4.5,6.0)$. Next, `basins` is a matrix of equal size to `grid`, where each value is an integer describing to which attractor's basin that state belongs.
4040

0 commit comments

Comments
 (0)