syedalimohsinbukhari / Solvers

A library for some basic numerical solvers.
MIT License
1 stars 0 forks source link

The Newton Interpolation Methods #3

Closed AstrophysicsAndPython closed 10 months ago

AstrophysicsAndPython commented 10 months ago

The three newton methods for interpolation,

do not have consistent result output. Also, there's an issue with using only the first and last row of the table when doing fwd and bkw interpolation that needs correction. Also docstrings.