Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Expand a function into a factorial series
ResourceFunction["FactorialSeriesExpansion"][expr,z,n] gives the nth-order factorial series expansion of expr in z. |
Find the 3rd-order factorial series of e1/x:
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
Find the 5th-order factorial series of the arctangent:
In[3]:= |
Out[3]= |
Find the 3rd-order factorial series of :
In[4]:= |
Out[4]= |
Factorial series for a special case of MeijerG:
In[5]:= |
Out[5]= |
The factorial series expansion of a function usually has better numerical properties than the corresponding asymptotic series:
In[6]:= |
In[7]:= |
Out[7]= |
In[8]:= |
Out[8]= |
The factorial series of is the function itself:
In[9]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License