Wolfram 语言

符号与数值微积分

用 MeijerG 的形式表示函数

MeijerG 的形式表示 Sin.

In[1]:=
Click for copyable input
MeijerGReduce[Sin[x], x]
Out[1]=

恢复原先的表示.

In[2]:=
Click for copyable input
MeijerGReduce[Sin[x], x]; Activate[%]
Out[2]=

创建表格显示 MeijerG 表示.

显示完整的 Wolfram 语言输入
In[3]:=
Click for copyable input
flist = {E^(-x), Sin[x], Cos[x], Sinh[x], Cosh[x], BesselJ[n, x], BesselK[n, x], AiryAi[x], AiryBi[x], Hypergeometric2F1[a, b, c, x], UnitStep[x - 1], UnitBox[x]}; TraditionalForm @ ReplaceAll[ Grid[Map[Style[#, ScriptLevel -> 0] &, Join[{{HoldForm[f[x]], Text["MeijerG Representation"]}}, Transpose[{flist, Map[MeijerGReduce[#, x] &, flist]}]], {2}], Background -> {None, {{None, GrayLevel[.9]}}, {{1, 1} -> Hue[.6, .4, 1], {1, 2} -> Hue[.6, .4, 1]}}, BaseStyle -> {FontFamily -> Times, FontSize -> 13}, Dividers -> All, FrameStyle -> Hue[.6, .4, .8], Spacings -> {2, 1}], Inactive[MeijerG][args__] :> HoldForm[MeijerG[args]]]
Out[3]//TraditionalForm=

相关范例

de en es fr ja ko pt-br ru