Legendre.deriv()

numpy.polynomial.legendre.Legendre.deriv

Legendre.deriv(m=1) [source]

Differentiate.

Return a series instance of that is the derivative of the current series.

Parameters:

m : non-negative int

Find the derivative of order m.

Returns:

new_series : series

A new series representing the derivative. The domain is the same as the domain of the differentiated series.

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部