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-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 Are

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

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