Introduction to Interpolation with SymPy

preview_player
Показать описание
A brief introduction to finding a polynomial that fits points with SymPy. We also plot the points with matplotlib.
Рекомендации по теме
Комментарии
Автор

you could have avoided the function definition using, for example:

f = sy.lambdify(x, sy.interpolate(pts, x), 'numpy')

efectorami
visit shbcf.ru