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

Compute normalized residuals for the solution #16

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

Often absolute values of residuals normalized by the level of the function are more useful measure of approximation error. Add a method/property for computing these to the Solution class.