Skip to content

Commit caccf95

Browse files
committed
2 parents 3301dd9 + 8fb0379 commit caccf95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

numpy/polynomials/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Polynomials
2+
3+
Fit a second order polynomial to the data of previous exercises by using
4+
`numpy.polyfit()`. Construct the values of the polynomial in the interval
5+
[-6,6] with `numpy.polyval()`. You can use matplotlib for plotting both the
6+
original points and the fitted polynomial.

0 commit comments

Comments
 (0)