[sage-devel] Re: ode_solver

2007-04-01 Thread David Joyner
On 1/4/07, Joshua Kantor <[EMAIL PROTECTED]> wrote: > > In response to Williams sage-2.0 plan I wanted to describe what I had done > with using gsl to implement a numerical ode solver. I believe that the > patch containing this will be applied after > doing a recent pull or upgrade but I'm not su

[sage-devel] Re: ode_solver

2007-04-01 Thread William Stein
On 4/1/07, Joshua Kantor <[EMAIL PROTECTED]> wrote: > I just installed a new version of sage and > ode_solver? fails with the same errors as in his message. Did something > change > which would obviously cause this. This is probably bug in the misc/sageinspect.py, which Nick Alexander recently r

[sage-devel] Re: ode_solver

2007-01-12 Thread William Stein
On Fri, 12 Jan 2007 11:12:08 -0800, Hamptonio <[EMAIL PROTECTED]> wrote: > > > Very nice! Things seem fine so far after a few crude tests (on a Mac > Pro, sage 1.6, no packages installed). I will try to push it harder > soon. I think there is one small typo in the documentation: for the > init

[sage-devel] Re: ode_solver

2007-01-12 Thread Hamptonio
Very nice! Things seem fine so far after a few crude tests (on a Mac Pro, sage 1.6, no packages installed). I will try to push it harder soon. I think there is one small typo in the documentation: for the initial condition example shouldn't it be y_0=1,y_1=1, would do s