Re: odeint function in SciPy

2005-05-03 Thread Robert Kern
FLChamp wrote: > Thanks for your help! I don't suppose you happen to know what order > this method is? If your answer isn't in the docs I pointed you to or in the source, then I don't know it. Happy hunting. -- Robert Kern [EMAIL PROTECTED] "In the fields of hell where the grass grows high A

Re: odeint function in SciPy

2005-05-03 Thread FLChamp
Thanks for your help! I don't suppose you happen to know what order this method is? -- http://mail.python.org/mailman/listinfo/python-list

Re: odeint function in SciPy

2005-05-02 Thread Robert Kern
Ben Champion wrote: > Thanks for the link! I think it has the information I want in it (the > numerical method eg Runge-Kutta). However I am not sure which of the > solvers listed within that file is used by odeint. LSODA -- Robert Kern [EMAIL PROTECTED] "In the fields of hell where the grass g

Re: odeint function in SciPy

2005-05-02 Thread Ben Champion
Thanks for the link! I think it has the information I want in it (the numerical method eg Runge-Kutta). However I am not sure which of the solvers listed within that file is used by odeint. All I want to achieve is to write a few lines on the mathematical method used by odeint for my college proje

Re: odeint function in SciPy

2005-04-27 Thread Robert Kern
FLChamp wrote: I was wondering what numerical method the odeint function is based on. I have checked the documentation but couldnt find anything. I would be very grateful if someone could answer this question for me, I'm not looking for a heavy mathematical answer! You could also check the source o

odeint function in SciPy

2005-04-27 Thread FLChamp
I was wondering what numerical method the odeint function is based on. I have checked the documentation but couldnt find anything. I would be very grateful if someone could answer this question for me, I'm not looking for a heavy mathematical answer! Cheers! Ben -- http://mail.python.org/mailma