NumPy polymulx()
The numpy.polymulx function multiplies the polynomial c with a value x which is the independent variable. Arguments Type Description c array_like or poly1d object The input polynomials to be multiplied The following table shows the return value of the function: Type Description Return Value ndarray or poly1d object The polynomial resulting from the multiplication of … Read more