Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the multiple polylogarithm star function
ResourceFunction["MultiplePolyLogStar"][{r1,r2,…,rk},{s1,s2,…,sk}] gives the multiple polylogarithm star function defined by the weakly ordered nested sum |
Exact values are generated automatically for simple arguments:
| In[1]:= |
| Out[1]= |
Discretely sample across the first index with decoration values fixed:
| In[2]:= |
| Out[2]= | ![]() |
Plot along a real slice of a decoration value:
| In[3]:= |
| Out[3]= | ![]() |
Evaluate numerically:
| In[4]:= |
| Out[4]= |
Evaluate to high precision:
| In[5]:= |
| Out[5]= |
Evaluate numerically with a complex decoration value:
| In[6]:= |
| Out[6]= |
Evaluate at decoration values {1, -1}:
| In[7]:= |
| Out[7]= |
Evaluate at conjugate decoration values {-I,I}:
| In[8]:= |
| Out[8]= |
A MultiplePolyLogStar with negative integers and zeros as the indices evaluates to a rational number:
| In[9]:= |
| Out[9]= |
A zero in the decoration list makes the MultiplePolyLogStar vanish identically:
| In[10]:= |
| Out[10]= |
A divergent MultiplePolyLogStar:
| In[11]:= |
| Out[11]= |
Discrete plot of the diagonal depth-2 values across positive n, highlighting rapid decay with increasing weight:
| In[12]:= |
| Out[12]= | ![]() |
Discretely sample a MultiplePolyLogStar across integer (positive/zero/negative) indices:
| In[13]:= |
| Out[13]= | ![]() |
Side-by-side traces of MultiplePolyLogStar[{n,2},{1/2,1/3}] and MultiplePolyLogStar[{2,n},{1/2,1/3}] that emphasize order asymmetry under index swap:
| In[14]:= |
| Out[14]= | ![]() |
Discrete 3-D bars of Log10[MultiplePolyLogStar[{z1,z2},{1/2,1/3}]] over positive indices, showing how magnitude varies across the grid:
| In[15]:= |
| Out[15]= | ![]() |
Plot along a real slice of a decoration value for a depth-three MultiplePolyLog:
| In[16]:= |
| Out[16]= | ![]() |
Visualize the dependence on two decoration values for a depth-two MultiplePolyLog:
| In[17]:= |
| Out[17]= | ![]() |
Render a complex surface over a rectangular region of the decoration s-plane:
| In[18]:= |
| Out[18]= | ![]() |
Depth-1 convergent MultiplePolyLogStar is same as MultiplePolyLog and PolyLog:
| In[19]:= |
| Out[19]= |
A convergent MultiplePolyLogStar can be written as a linear combination of MultiplePolyLog's:
| In[20]:= |
| Out[20]= |
Verify the identity numerically:
| In[21]:= |
| Out[21]= |
When all decoration values are 1, MultiplePolyLogStar gives a multiple zeta star value:
| In[22]:= |
| Out[22]= |
When all the decoration values are either 1 or -1, MultiplePolyLogStar reduces to combinations of HarmonicPolyLog:
| In[23]:= |
| Out[23]= | ![]() |
Both arguments must be lists:
| In[24]:= |
| Out[24]= |
The two lists must have the same length:
| In[25]:= |
| Out[25]= |
This work is licensed under a Creative Commons Attribution 4.0 International License