Differences between revisions 17 and 18
Revision 17 as of 2013-11-02 21:48:32
Size: 2429
Editor: vdelecroix
Comment:
Revision 18 as of 2013-11-02 21:51:25
Size: 2301
Editor: vdelecroix
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
These wiki pages are intended for the coordination of the different programmers in Sage.
Line 26: Line 24:
We plan to create a *dynamics* repository at the root of Sage subdivided according to the following hierarchy We plan organize the sage.dynamics repository with the following hierarchy
Line 61: Line 59:
== Other programs ==  == Other programs ==

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 involve 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 organize the sage.dynamics repository with 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

Other programs

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