Differences between revisions 14 and 16 (spanning 2 versions)
Revision 14 as of 2012-07-10 15:03:59
Size: 1870
Editor: tmonteil
Comment: mailing-list
Revision 16 as of 2013-07-13 10:29:21
Size: 2006
Editor: vdelecroix
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

This page is an organization wiki for the implementation in Sage of various algorithms related to dynamics.
Line 5: Line 7:
Different aspects of dynamical systems involve computers Different aspects of dynamical systems involves computers
Line 8: Line 10:
  * prospection of combinatorial structures associated to dynamical systems (coded as infinite words, ...)   * numerical algorithms seen as dynamical systems
* prospection of combinatorial structures associated to dynamical systems (infinite words, ...)
Line 10: Line 13:
  * numerical algorithm seen as dynamical systems
Line 12: Line 14:

This page is an organization wiki for the implementation in Sage of various algorithms relative to dynamics. All the code produced is on the "combinat" public server and is accessible to anyone interested.
Line 17: Line 17:
  * [[combinat/Installation|installation instructions]]: how to install sage-combinat on your computer and be able to use all dynamics code
Line 19: Line 18:
    * [[combinat/Installation|installation instructions]]: how to install sage-combinat on your computer
Line 20: Line 20:
  * [[https://lma.metelu.net/mailman/listinfo/sage-dynamics|sage-dynamics mailing-list]]   * [[https://lma.metelu.net/mailman/listinfo/sage-dynamics|sage-dynamics]]: lma.metelu.net mailing-list
  * [[http://groups.google.com/group/sage-dynamics | sage-dynamics]]: Google group (web forum + mailing list)
Line 26: Line 27:
  * arithmetic_dynamics (?)
Line 28: Line 30:
  * shifts   * shifts (sage-combinat)
Line 35: Line 37:
  * surface_dynamics   * surface_dynamics (sage-combinat)
Line 46: Line 48:
  * picewise   * picewise (sage-combinat)
Line 54: Line 56:
  * [[dynamics/ArithmeticAndComplex|Arithmetic and Complex Dynamics]]

Dynamics in Sage

This page is an organization wiki for the implementation in Sage of various algorithms related to dynamics.

Introduction

Different aspects of dynamical systems involves computers

  • simulation and experimentation
  • numerical algorithms seen as dynamical systems
  • prospection of combinatorial structures associated to dynamical systems (infinite words, ...)
  • intrinsically discrete dynamics: shifts, cellular automata, ...
  • ...

Organization

We plan to create a *dynamics* repository at the root of Sage subdivided according to the following hierarchy

  • arithmetic_dynamics (?)
  • cellular_automata (?)
  • complex_dynamics (?)
  • shifts (sage-combinat)
    • tilings (WangTile)

    • substitutive shift
      • self similar interval exchange map
    • s-adic shift
      • Sturmian
      • interval exchange maps
  • surface_dynamics (sage-combinat)
    • flat_surfaces
      • origamis
      • veech_surfaces
      • linear suspensions of iet
    • train_tracks
    • hyperbolic_dynamics
      • geodesic flow
      • Fuchsian groups
    • hamiltonian flows
      • logarithmic suspensions of iet
  • picewise (sage-combinat)
    • interval_exchange_transformations and linear_involutions
    • affine_iet
    • interval_translation
    • 2D (?)

Subprojects

dynamics (last edited 2013-11-02 21:51:25 by vdelecroix)