BesselK
Usage
• BesselI[n, z] 给出了第二类型  的修订的 Bessel函数。
Notes
•  满足微分方程  . • BesselK[n, z] 在从  到  的复平面 z 上有一个不连续的分支 • FullSimplify 和 FunctionExpand 包括 BesselK 的变换规则。 • 参见 Mathematica 全书: 节 3.2.10.
Further Examples
This is the derivative.
In[1]:=
|
Out[1]=
|
This is the indefinite integral.
In[2]:=
|
Out[2]=
|
This verifies the defining differential equation for n = 3.
In[3]:=
|
Out[3]=
|
This is a series expansion about .
In[4]:=
|
Out[4]=
|
|