Systems of Ordinary Differential Equations 01 (DefaultMapleSode branch)

Sode.rb generates a Ruby program to use long Taylor series to solve systems of ordinary differential equations. It generates code to solve the equations in Ruby. Using the Taylor series, estimates are made of the location and order of poles. An effort is made to adjust H to control the error. It has worked well in testing, but needs more testing as there are so many possibilities. License: GNU General Public License v2 Changes:
This is a version to generate Maple code. It is much faster, but has no error estimation. A problem with multiple equations has been fixed.

More...