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.
| Implementation | Other |
|---|
Recent releases


Release Notes: 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.


Release Notes: Y. F. Chang's Draft Typescript has been added to the Web documentation. A fixed version of mtest6d (complicated test) has been added.


Release Notes: Minir code cleanup. Some tests have been made more meaningful (add, sub, mult, and div).


Release Notes: Improved jump routines. "_higher" variables have been restored. This release works better on both low and higher order equations. It should be mathematically equivalent, but more efficient and accurate.


Release Notes: "jump_" is now done right. "_higher" variables were eliminated. Logic was simplified. Higher order equations now work better.