[sage-support] Re: A problem of memory

2009-08-11 Thread David Joyner
One option is to try to use the ode.pyx wrapper to the gsl library http://hg.sagemath.org/sage-main/file/285a89ed5dc7/sage/gsl/ode.pyx#l1 Another is to try to precompute the hessian and pass it into your program as an argument. This way your program does not call maxima (assuming that is the

[sage-support] Re: A problem of memory

2009-08-11 Thread Viny
The system has 3 equations and 100 points. In my program i compute a symbolic expression of the hessian. Is there a debugger in sage? Does it work like gdb? On 11 août, 16:04, David Joyner wdjoy...@gmail.com wrote: One option is to try to use the ode.pyx wrapper to the gsl

[sage-support] Re: A problem of memory

2009-08-11 Thread David Joyner
On Tue, Aug 11, 2009 at 10:39 AM, Vinyhje...@hotmail.com wrote: The system has 3 equations and 100 points. In my program i compute a symbolic expression of the hessian. Is there a debugger in sage? Does it work like gdb? Yes, since about Sage 2.8.2, according to this: