Skip to content

Latest commit

 

History

History
 
 

polynomials

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.