This is documentation for an old release of NumPy (version 1.7.0). Read this page in the documentation of the latest stable release (version > 1.17).
Multiply a polynomial by x.
Multiply the polynomial c by x, where x is the independent variable.
Parameters : | c : array_like
|
---|---|
Returns : | out : ndarray
|
Notes
New in version 1.5.0.