davidrpugh / pyCollocation

Python package for solving initial value problems (IVP) and two-point boundary value problems (2PBVP).
MIT License
17 stars 8 forks source link

Ordering of variables is inconsistent for systems with more than 2 equations #12

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

Credit-cycles notebook demonstrates the issue nicely. Possibly consider using either OrderedDict or working with lists of coefs in order to insure that correct ordering is maintained throughout.