https://github.com/juliadynamics/dynamicalsystemsbase.jl
Definition of dynamical systems and integrators for DynamicalSystems.jl
https://github.com/juliadynamics/dynamicalsystemsbase.jl
chaos dynamical-systems hacktoberfest julia nonlinear
Last synced: about 2 months ago
JSON representation
Definition of dynamical systems and integrators for DynamicalSystems.jl
- Host: GitHub
- URL: https://github.com/juliadynamics/dynamicalsystemsbase.jl
- Owner: JuliaDynamics
- License: other
- Created: 2017-12-14T19:31:29.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T20:59:27.000Z (about 2 months ago)
- Last Synced: 2025-03-28T17:11:14.477Z (about 2 months ago)
- Topics: chaos, dynamical-systems, hacktoberfest, julia, nonlinear
- Language: Julia
- Homepage:
- Size: 1.72 MB
- Stars: 56
- Watchers: 12
- Forks: 30
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
README
# DynamicalSystemsBase.jl
[](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/dynamicalsystemsbase/dev/)
[](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/dynamicalsystemsbase/stable/)
[](https://link.springer.com/book/10.1007/978-3-030-91032-7)
[](https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/JuliaDynamics/DynamicalSystemsBase.jl)
[](https://pkgs.genieframework.com?packages=DynamicalSystemsBase)A Julia package that defines the `DynamicalSystem` interface and many concrete implementations used in the DynamicalSystems.jl ecosystem.
To install it, run `import Pkg; Pkg.add("DynamicalSystemsBase")`.
Typically, you do not want to use `DynamicalSystemsBase` directly,
as downstream analysis packages re-export it.All further information is provided in the documentation, which you can either find online or build locally by running the `docs/make.jl` file.