numpy.polynomial.polynomial.
polymulx
Multiply a polynomial by x.
Multiply the polynomial c by x, where x is the independent variable.
1-D array of polynomial coefficients ordered from low to high.
Array representing the result of the multiplication.
See also
polyadd, polysub, polymul, polydiv, polypow
polyadd
polysub
polymul
polydiv
polypow
Notes
New in version 1.5.0.