Differences between revisions 12 and 14 (spanning 2 versions)
Revision 12 as of 2011-01-19 22:19:18
Size: 1779
Editor: MikeHansen
Comment:
Revision 14 as of 2012-07-10 15:03:59
Size: 1870
Editor: tmonteil
Comment: mailing-list
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
  * [[https://lma.metelu.net/mailman/listinfo/sage-dynamics|sage-dynamics mailing-list]]
Line 53: Line 54:
  * a project for flat surfaces [[dynamics/FlatSurfaces]]   * [[dynamics/FlatSurfaces]]
  * [[LanguagesAndTilings]]

Dynamics in Sage

Introduction

Different aspects of dynamical systems involve computers

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

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.

Organization

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

  • cellular_automata (?)
  • complex_dynamics (?)
  • shifts
    • tilings (WangTile)

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

Subprojects

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