scipy-lectures / scientific-python-lectures

Tutorial material on the scientific Python ecosystem
https://lectures.scientific-python.org
Other
3.08k stars 1.19k forks source link

ENH: scipy.interpolate: add derivative/antiderivative and inverse interpolation examples #742

Closed mdhaber closed 4 months ago

mdhaber commented 4 months ago

Addresses most elements of gh-730. I don't think I'll add an example of finding roots because that is partially addressed with the inverse interpolation example here, and the roots method is only available for PPoly splines, which we're not showing in this example already.