There's a trac ticket that has been waiting for this for two years:
http://trac.sagemath.org/sage_trac/ticket/1004
I would be happy to help review this. Sergey, it would be great if
you and/or Natalia got accounts on trac - it is a lot easier to polish
things off there then by email.
This has l
Thanks, I added these. New version is attached.
Comments:
(1) The examples
6)
var ('y')
p = staircase (y^2-0.2,1.1,10)
show (point (p))
7)
var ('x, y')
a = orbits (x + y^2, 0, 100,400, [x, y, 0, -1.53, -0.001])
show (a)
don't work.
(2) You have inconsistent spaces (sometimes 3 spaces per block
On Apr 19, 11:49 pm, David Joyner wrote:
> I formatted this a bit and added some docstrings so others can test it out and
> modify it more easily. Se the attached.
Thank you, David! Some more documentation:
Function evolution compute orbits of one-dimensional mappings
Usage:
evolutio