Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.chebyc
¶
scipy.special.
chebyc
(
n
,
monic=0
)
¶
Return nth order Chebyshev polynomial of first kind, Cn(x). Orthogonal over [-2,2] with weight function (1-(x/2)**2)**(-1/2).
Previous topic
scipy.special.chebyu
Next topic
scipy.special.chebys
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»