Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 282 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 282 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.