MittagLefflerE¶
Mittag-Leffler function.
Two-argument form MittagLefflerE[a, z] is
Sum[z^k / Gamma[a*k + 1], {k, 0, Infinity}]; the three-argument form
MittagLefflerE[a, b, z] is Sum[z^k / Gamma[a*k + b], {k, 0, Infinity}].
For exact integer a in {0, 1, 2} the two-argument form has closed forms:
The three-argument form with b == 1 reduces to the two-argument form:
Arbitrary-precision evaluation works through the closed form:
At z == 0 only the k == 0 term survives, so the two-argument form is 1
and the three-argument form is 1/Gamma[b]:
The function threads over lists (it is Listable):
Symbolic arguments without a closed form stay unevaluated: