Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuliaDynamics/ChaosTools.jl
Tools for the exploration of chaos and nonlinear dynamics
https://github.com/JuliaDynamics/ChaosTools.jl
attractor chaos dimension dynamical-systems dynamicalsystems entropy hacktoberfest julia lyapunov nonlinear physics
Last synced: 14 days ago
JSON representation
Tools for the exploration of chaos and nonlinear dynamics
- Host: GitHub
- URL: https://github.com/JuliaDynamics/ChaosTools.jl
- Owner: JuliaDynamics
- License: mit
- Created: 2017-12-14T21:26:39.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T06:54:39.000Z (5 months ago)
- Last Synced: 2024-08-31T16:31:12.571Z (2 months ago)
- Topics: attractor, chaos, dimension, dynamical-systems, dynamicalsystems, entropy, hacktoberfest, julia, lyapunov, nonlinear, physics
- Language: Julia
- Homepage: https://juliadynamics.github.io/DynamicalSystemsDocs.jl/chaostools/stable/
- Size: 9.16 MB
- Stars: 187
- Watchers: 11
- Forks: 35
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
README
# ChaosTools.jl
[![docsdev](https://img.shields.io/badge/docs-dev-lightblue.svg)](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/chaostools/dev/)
[![docsstable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/chaostools/stable/)
[![](https://img.shields.io/badge/DOI-10.1007%2F978--3--030--91032--7-purple)](https://link.springer.com/book/10.1007/978-3-030-91032-7)
[![CI](https://github.com/JuliaDynamics/ChaosTools.jl/workflows/CI/badge.svg)](https://github.com/JuliaDynamics/ChaosTools.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/JuliaDynamics/ChaosTools.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaDynamics/ChaosTools.jl)
[![Package Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/ChaosTools)](https://pkgs.genieframework.com?packages=ChaosTools)A Julia module that offers various tools for analysing nonlinear dynamics and chaotic behaviour.
It can be used as a standalone package, or as part of [DynamicalSystems.jl](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/dynamicalsystems/dev/).To install it, run `import Pkg; Pkg.add("ChaosTools")`.
All further information is provided in the documentation, which you can either find online or build locally by running the `docs/make.jl` file.
_ChaosTools.jl is the jack-of-all-trades package of the DynamicalSystems.jl library: methods that are not extensive enough to be a standalone package are added here. You should see the full DynamicalSystems.jl library for other packages that may contain functionality you are looking for but did not find in ChaosTools.jl._