I saw in
http://groups.google.com/group/sage-devel/browse_thread/thread/bf3a2494d547230a/3f890b6a4cb79fc3?hl=en&ie=UTF-#3f890b6a4cb79fc3
that T. Dumont was planning on wrapping a set of modern numerical
methods for ODEs for Sage. Has anyone worked on this?
--
To post to this group, send an email
Writing some class worksheets yesterday exposed me to our
inconsistencies in numerical integration commands. Currently:
* numerical_integral calls gsl to do integration, and the syntax is
numerical_integral(f, start, end) or numerical_integral(f, (start, end)).
* if you have a symbolic expres