InvariantManifolds.jl

Compute invariant manifolds of nonlinear maps

MIT License

Stars
2

InvariantManifolds.jl

This is a small package to compute the invariant manifolds of a dynamical system.

Main features:

  • Compute saddles' one-dimensional manifolds of smooth mapping;
  • Compute saddles' two-dimensional manifolds of autonomous vector field;
  • Compute saddles' one-dimensional manifolds of non-smooth mapping: these mapping are the time-T-map of a non-smooth ODE systems, e.g., impact systems, piecewise smooth systems, and simple Fillippov systems.

To use this package, first install julia, then run

using Pkg;
Pkg.add("https://github.com/Xiaomingzzhang/InvariantManifolds.jl")

For more information, see the docs of this package.

Badges
Extracted from project README
Build Status
Related Projects