numpy.polynomial.hermite.Hermite.deriv

Hermite.deriv(m=1)

Differentiate.

Return an instance of Hermite that is the derivative of the current series. Refer to hermder for full documentation.

Parameters :

m : non-negative int

The number of integrations to perform.

Returns :

derivative : Hermite

The derivative of the series using the same domain.

See also

hermder
similar function.
hermint
similar function for integration.

Previous topic

numpy.polynomial.hermite.Hermite.degree

Next topic

numpy.polynomial.hermite.Hermite.fit

This Page