ChebyshevT
Usage
• ChebyshevT[n, x] 给出了第一型的Chebyshev多项式.
Notes
• 对整数 n给出了明确的多项式. •  . • ChebyshevT[n, z]在复 z 平面上,从  到  有一条不连续分支线. • 参见Mathematica全书: 节 3.2.9.
Further Examples
Here is the fifth Chebyshev polynomial.
In[1]:=
|
Out[1]=
|
This is the derivative.
In[2]:=
|
Out[2]=
|
This is the indefinite integral.
In[3]:=
|
Out[3]=
|
This verifies the defining equation.
In[4]:=
|
Out[4]=
|
In[5]:=
|
Out[5]=
|
|