GithubHelp home page GithubHelp logo

a-granados / po_periodic_systems Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 29 KB

Computation of periodic orbits of non-autonomous systems and fixed points of maps using Newton method

C 100.00%
fixed-points stroboscopic-map newton-method

po_periodic_systems's Introduction

Computation of periodic orbits for non-autonomous systems

These routines compute the initial conditions for a periodic orbit of a non-autonomous with periodic dependence on time:

$\displaystyle \dot{x}=f(x,t),\quad f(x,t+T)=f(x,t).$    

That is, the goal is to compute a point $ x^*$ such that, for a given $ t_0$,

$\displaystyle \varphi(t_0+qT;x)=x.$    

The method used consists on performing a Newton method to solve the equation

$\displaystyle S_{t_0}(x)-x=0,$    

where $ S_{t_0}$ is the stroboscopic map (time $ qT$ return map):

$\displaystyle S_{t_0}(x)=\varphi(t_0+qT;x)$    

The program needs the gsl libraries, and can be compiled using
g++ -o main main.c rk78.c lu.c memory.c -lgsl -lgslcblas

po_periodic_systems's People

Contributors

a-granados avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.