|
Calling Sequence
|
|
GeneralizedPolylog()
MultiPolylog()
|
|
Parameters
|
|
|
-
|
complex numbers, or algebraic expressions representing them
|
|
-
|
a complex number, or an algebraic expressions representing a such
|
|
-
|
positive integers
|
|
-
|
complex numbers, or algebraic expressions representing them
|
|
|
|
|
Description
|
|
|
GeneralizedPolylog and MultiPolylog represent the function class consisting of generalized polylogarithms, multiple polylogarithms, harmonic polylogarithms, hyperlogarithms, and related functions.
|
|
The generalized polylogarithm is defined recursively, as the iterated integral
|
|
|
|
|
|
For all the a[i] indices being zero, an alternative definition is used, as
|
|
|
|
The multiple polylogarithm, on the other hand, represent the sum form over
|
|
|
|
and the analytic continuation thereof outside its convergent region, which is given by the restrictions
|
|
|
|
The relation between GeneralizedPolylog and MultiPolylog is given as
|
|
|
|
The generalized polylogarithm and related functions show up in high energy physics, where scattering amplitudes and other observables in quantum field theories, often are given in terms of this class of functions when calculated with high precision, i.e. beyond the leading order in perturbative expansion used in the Feynman diagrammatic expansion.
|
|
|
Examples
|
|
|
Initialization: Set the display of special functions in output to typeset mathematical notation (textbook notation):
|
>
|
|
|
Functions such as ln, polylog and MultiZeta may appear as special cases of the generalized polylogarithms
|
>
|
|
| (1) |
>
|
|
| (2) |
Likewise, and using a more compact input syntax
>
|
|
| (3) |
The Multiple Polylogarithm has been implemented for certain special values such as the oscillating multiple Zeta values up to weight four
>
|
|
| (4) |
and also for certain cases at weights two and three where it reduces directly to classical polylogarithms
>
|
|
| (5) |
Similar relations are implemented for the generalized polylogarithm
>
|
|
| (6) |
Many relations are obeyed by the generalized polylogarithm, such as the rescaling relation
>
|
|
| (7) |
>
|
|
| (8) |
Evaluate numerically (7) and (8) up to 8 digits
>
|
|
| (9) |
and the shuffle relation
>
|
|
| (10) |
>
|
|
| (11) |
Up to 6 digits,
| (12) |
and the "stuffle" relation
>
|
|
| (13) |
>
|
|
| (14) |
| (15) |
|
|
References
|
|
|
[1] A.B.Goncharov. "Multiple polylogarithms, cyclotomy and modular complexes", Math Res.Letters. Vol. 5 (1998): 497-516.
[2] Jens Vollinga, Stefan Weinzierl. "Numerical evaluation of multiple polylogarithms", Comput.Phys.Commun. Vol. 167 (2005): 23 pp.
[3] H. Frellesvig, D. Tommasini, C. Wever. "On the reduction of generalized polylogarithms to Li_n and Li_22 and on the evaluation thereof", JHEP 1603 (2016): 35pp
|
|
|
Compatibility
|
|
•
|
The GeneralizedPolylog command was introduced in Maple 2018.
|
•
|
The MultiPolylog command was introduced in Maple 2018.
|
|
|
|