Skip to content

JuliaDynamics/ChaosTools.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f82a7a4 · Apr 9, 2025
Nov 18, 2024
Feb 19, 2023
Apr 9, 2025
Jan 16, 2025
Jan 16, 2025
Feb 19, 2023
Jan 16, 2025
Feb 19, 2023
Dec 14, 2017
Jan 14, 2018
Dec 14, 2017
Jan 16, 2025
Oct 20, 2023

Repository files navigation

ChaosTools.jl

docsdev docsstable CI codecov Package Downloads

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.

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.