Skip to content

Commit 8fb0379

Browse files
committed
Add exercise assignment for Polynomials
1 parent f8b3b41 commit 8fb0379

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

numpy/polynomials/README.md

+6
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)