Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 409 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 409 Bytes

Polynomials

Fit a second order polynomial to the data of previous exercises by using numpy.polyfit(). Construct the values of the polynomial in the interval [-6,6] with numpy.polyval(). You can use matplotlib for plotting both the original points and the fitted polynomial.