numpy 1.22.4 Pypi GitHub Homepage
Other Docs
BackRef

To remove in the future –– numpy.polynomial.chebyshev

Chebyshev Series (:mod:`numpy.polynomial.chebyshev`)

This module provides a number of objects (mostly functions) useful for dealing with Chebyshev series, including a Chebyshev class that encapsulates the usual arithmetic operations. (General information on how this module represents and works with such polynomials is in the docstring for its "parent" sub-package, numpy.polynomial ).

Classes

.. autosummary:: 
    :toctree:generated/
    Chebyshev

Constants

.. autosummary:: 
    :toctree:generated/
    chebdomain
    chebzero
    chebone
    chebx

Arithmetic

.. autosummary:: 
    :toctree:generated/
    chebadd
    chebsub
    chebmulx
    chebmul
    chebdiv
    chebpow
    chebval
    chebval2d
    chebval3d
    chebgrid2d
    chebgrid3d

Calculus

.. autosummary:: 
    :toctree:generated/
    chebder
    chebint

Misc Functions

.. autosummary:: 
    :toctree:generated/
    chebfromroots
    chebroots
    chebvander
    chebvander2d
    chebvander3d
    chebgauss
    chebweight
    chebcompanion
    chebfit
    chebpts1
    chebpts2
    chebtrim
    chebline
    cheb2poly
    poly2cheb
    chebinterpolate

See also

numpy.polynomial

Notes

The implementations of multiplication, division, integration, and differentiation use the algebraic identities :

$$T_n(x) = \frac{z^n + z^{-n}}{2} \\ z\frac{dx}{dz} = \frac{z - z^{-1}}{2}.$$

where

$$x = \frac{z + z^{-1}}{2}.$$

These identities allow a Chebyshev series to be expressed as a finite, symmetric Laurent series. In this module, this sort of Laurent series is referred to as a "z-series."

References

            <Unimplemented 'footnote' '.. [1] A. T. Benjamin, et al., "Combinatorial Trigonometry with Chebyshev\n  Polynomials," *Journal of Statistical Planning and Inference 14*, 2008\n  (https://web.archive.org/web/20080221202153/https://www.math.hmc.edu/~benjamin/papers/CombTrig.pdf, pg. 4)'>
           

Examples

See :

Back References

The following pages refer to to this document either explicitly or contain code examples using this.

numpy.polynomial.polyutils numpy.polynomial

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


GitHub : /numpy/polynomial/chebyshev.py#0
type: <class 'module'>
Commit: