JuliaDynamics / ChaosTools.jl

Tools for the exploration of chaos and nonlinear dynamics
https://juliadynamics.github.io/DynamicalSystemsDocs.jl/chaostools/stable/
MIT License
187 stars 35 forks source link

Pr more continuation tests #275

Closed awage closed 1 year ago

awage commented 2 years ago

This is a PR to the PR #274

Added a new discrete system: Newton algorithm to find complex roots in the plane. I changed the polynomial to move the roots locus smoothly on the plane.

Added the second order coupled kuramoto problem: It works but it is slow and difficult to define good tests.

awage commented 1 year ago

I think that we can ditch this PR, the tests with the Newton method are not necessary.