Polynomials

Basics

poly1d(c_or_r[, r, variable]) A one-dimensional polynomial class.
polyval
poly
roots

Fitting

polyfit

Calculus

polyder
polyint

Arithmetic

polyadd
polydiv
polymul
polysub

Warnings

RankWarning Issued by polyfit when the Vandermonde matrix is rank deficient.

Table Of Contents

Previous topic

numpy.piecewise

Next topic

numpy.poly1d

This Page