numpy.polynomial.hermite.hermmulx()

numpy.polynomial.hermite.hermmulx

numpy.polynomial.hermite.hermmulx(c) [source]

Multiply a Hermite series by x.

Multiply the Hermite series c by x, where x is the independent variable.

Parameters:

c : array_like

1-D array of Hermite series coefficients ordered from low to high.

Returns:

登录查看完整内容