Chebyshev.integ()

numpy.polynomial.chebyshev.Chebyshev.integ

Chebyshev.integ(m=1, k=[], lbnd=None) [source]

Integrate.

Return a series instance that is the definite integral of the current series.

Parameters:

m : non-negative int

The number of integrations to perform.

k : array_like

Integration constants. The first constant is applied to the first integration, the second to the second, and so on. The list of values must less than or equal to m in length and any missing values are set to zero.

lbnd : Scalar

The lower bound of the definite integral.

Returns:

new_series : series

A new series representing the integral. The domain is the same as the domain of the integrated series.

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部