SciPy

This is documentation for an old release of NumPy (version 1.8.0). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.polynomial.laguerre.Laguerre.deriv

Laguerre.deriv(m=1)

Differentiate.

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

Parameters :

m : non-negative int

The number of integrations to perform.

Returns :

derivative : Laguerre

The derivative of the series using the same domain.

See also

lagder
similar function.
lagint
similar function for integration.