Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Expand elliptic functions in an expression
ResourceFunction["EllipticExpand"][expr] expands out elliptic functions in expr. |
| "ExpandJacobi" | True | whether to expand Jacobi functions |
| "ExpandNonElliptic" | False | whether to expand non-elliptic functions |
| "ExpandWeierstrass" | True | whether to expand Weierstrass functions |
Expand Jacobi elliptic function expressions:
| In[1]:= |
|
| Out[1]= |
|
| In[2]:= |
|
| Out[2]= |
|
Expand Weierstrass elliptic function expressions:
| In[3]:= |
|
| Out[3]= |
|
| In[4]:= |
|
| Out[4]= |
|
Expand Jacobi elliptic function expressions:
| In[5]:= |
|
| Out[5]= |
|
| In[6]:= |
|
| Out[6]= |
|
Expand Weierstrass elliptic function expressions:
| In[7]:= |
|
| Out[7]= |
|
| In[8]:= |
|
| Out[8]= |
|
EllipticExpand threads over lists:
| In[9]:= |
|
| Out[9]= |
|
EllipticExpand threads over equations and inequalities:
| In[10]:= |
|
| Out[10]= |
|
With the setting "ExpandJacobi"→True, Jacobi elliptic functions are expanded out:
| In[11]:= |
|
| Out[11]= |
|
With the setting "ExpandJacobi"→False, Jacobi elliptic functions are left untouched:
| In[12]:= |
|
| Out[12]= |
|
With the setting "ExpandNonElliptic"→False, only Jacobi elliptic functions are expanded out:
| In[13]:= |
|
| Out[13]= |
|
With the setting "ExpandNonElliptic"→True, JacobiEpsilon expressions are also expanded out:
| In[14]:= |
|
| Out[14]= |
|
With the setting "ExpandNonElliptic"→False, only Weierstrass elliptic functions are expanded out:
| In[15]:= |
|
| Out[15]= |
|
With the setting "ExpandNonElliptic"→True, WeierstrassZeta expressions are also expanded out:
| In[16]:= |
|
| Out[16]= |
|
Find the addition law for InverseJacobiSN:
| In[19]:= |
|
| Out[19]= |
|
Because of the multivaluedness of InverseJacobiSN, this law does not hold everywhere:
| In[20]:= |
|
| Out[20]= |
|
| In[21]:= |
|
| Out[21]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License