#16102: Including code to compute Lyapunov exponents for translation surfaces.
-------------------------------------+-------------------------------------
       Reporter:  Fougeroc           |        Owner:
           Type:  task               |       Status:  new
       Priority:  major              |    Milestone:  sage-6.2
      Component:  geometry           |   Resolution:
       Keywords:                     |    Merged in:
  lyapunov_exponents,                |    Reviewers:
  translation_surfaces, geometry,    |  Work issues:
  sagedays57                         |       Commit:
        Authors:  Fougeroc           |  048431e8b786dd92e21b59620c8863482a90f970
Report Upstream:  N/A                |     Stopgaps:
         Branch:                     |
  u/Fougeroc/Lyapunov_exponents_for_translation_surfaces|
   Dependencies:                     |
-------------------------------------+-------------------------------------
Description changed by Fougeroc:

Old description:

> Code for studying lyapunov exponents of translation surfaces and their
> covers.
>
> TODO:
>   * See compatibility with other existing code for interval echanges and
> strata
>   * It seems to work in most of the examples,
>    there is a bug for zero lyapunov exponents when decomposing in
> isotropic components :
>

> {{{
> sage: R = intex.cyclic_cover_iet(4, [1, 1, 1, 1])
> sage: R.lyapunov_exponents_H_plus()
> [0.9996553085103, 0.0007776980910571506, 0.00022201024035355403]
> sage: R.lyapunov_exponents_H_plus_isotopic()
> [[], [1.0002381322489762], [-0.09753642448496574],
> [-0.09750440918016302]]
>
> }}}

New description:

 Code for studying lyapunov exponents of translation surfaces and their
 covers.

 TODO:
   * See compatibility with other existing code for interval echanges and
 strata
   * It seems to work in most of the examples,
    there is a bug for zero lyapunov exponents when decomposing in
 isotropic components :


 {{{
 sage: import
 sage.dynamics.flat_surfaces.lyapunov_exponents.interval_exchange as intex
 sage: R = intex.cyclic_cover_iet(4, [1, 1, 1, 1])
 sage: R.lyapunov_exponents_H_plus()
 [0.9996553085103, 0.0007776980910571506, 0.00022201024035355403]
 sage: R.lyapunov_exponents_H_plus_isotopic()
 [[], [1.0002381322489762], [-0.09753642448496574], [-0.09750440918016302]]

 }}}

--

--
Ticket URL: <http://trac.sagemath.org/ticket/16102#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to