numpy.polymul
The numpy.polymul function finds the product (multiplication) of two polynomials a1 and a2. As an input, use either poly1d objects or one-dimensional sequences of polynomial coefficients. If you use the latter, arange this polynomial sequence naturally from highest to lowest degree. Arguments Type Description a1, a2 array_like or poly1d object The input polynomials to be … Read more