omnisode generates a Ruby program to use long Taylor series to solve systems of ordinary differential equations. It generates code to solve the equations in either Maple or Maxima. Using the Taylor series, estimates are made of the location and order of poles. It has been greatly re-worked the last few years, and tested quite a bit recently. Support may be extended to other languages in the future.
| Tags | differential equations Taylor series numerical analysis |
|---|---|
| Licenses | GNU General Public License version 3.0 (GPLv3) |
| Operating Systems | Linux (32 and 64 bit) Cygwin Windows |
| Implementation | Ruby Maple maxima C++ C |
Recent releases


Release Notes: This release adds support for Si and erf functions for Maple only.


Release Notes: This release supports Windows, although just for Ruby. It may generate code that is basically correct for C,C++, and Maple for Windows, but the author doesn't have those languages. There are no other changes.


Release Notes: This release adds much more thorough testing. Numerous bugs have been fixed.


Release Notes: This release supports negative increment. A display interval may be set.


Release Notes: The digits field in the table generated in cases of systems of equations was corrected.