« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Enhanced Core Algorithms
Mittag-Leffler's E Function
The imaginary part of Mittag-Leffler's E function.
In[1]:=
X
Plot3D[Im@MittagLefflerE[1/4, u + I v], {u, -2, 2}, {v, -2, 2}, Mesh -> None, PlotStyle -> Directive[Opacity[0.7], Orange], ImageSize -> Large, PlotPoints -> 50]
Out[1]=
The real part.
In[2]:=
X
Plot3D[Re@MittagLefflerE[1/4, u + I v], {u, -2, 2}, {v, -2, 2}, Mesh -> None, PlotStyle -> Directive[Opacity[0.7], Orange], ImageSize -> Large, PlotPoints -> 50]
Out[2]=