Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2010-10-08 10:36:54
Size: 438
Editor: vdelecroix
Comment:
Revision 4 as of 2010-10-08 11:33:29
Size: 1183
Editor: vdelecroix
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
== Subproject == == Organization ==

We will create a repository **dynamics** in the root of Sage which would contain the following tree of repositories

  * 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
    * hamiltonian flows
      * logarithmic suspensions of iet
  * picewise
    * interval_exchange_transformations and linear_involutions
    * affine_iet
    * interval_translation
    * 2D (?)

== Subprojects ==

Dynamics in Sage

Introduction

Different aspect of dynamics has to deal with computer

  • simulation
  • prospection of combinatorial structure associated to dynamical systems (coding as infinite words, ...)
  • shifts, cellular automata

This page is aimed to be a roadmap for the implementations of various algorithm related to dynamics.

Organization

We will create a repository **dynamics** in the root of Sage which would contain the following tree of repositories

  • 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
    • hamiltonian flows
      • logarithmic suspensions of iet
  • picewise
    • interval_exchange_transformations and linear_involutions
    • affine_iet
    • interval_translation
    • 2D (?)

Subprojects

SageDynamicsProject (last edited 2017-04-28 18:53:56 by mrennekamp)