[SciPy-User] Isn't it a bug in scipy.integrate.odeint doc?

Dmitrey tmp50 at ukr.net
Sun May 16 08:57:35 EDT 2010


hi all,  
I see the following lines in odeint doc/docstring  
http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.odeint.html  
  
  

dy/dt = func(y,t0,...)
  func : callable(y, t0, ...)      

Computes the derivative of y at t0.    
  

  Dfun : callable(y, t0, ...)      

Gradient (Jacobian) of func.  shouldn't it be "t" instead of "t0" there?  
Let me also note, that some input variables are undocumented there.  
D.  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100516/afc9cf55/attachment.html>


More information about the SciPy-User mailing list