[sage-devel] Numerical integration of ODEs update

2010-08-25 Thread Ryan Hinton
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

[sage-devel] numerical integration

2009-10-27 Thread Jason Grout
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