InverseWeierstrassP
Usage
• InverseWeierstrassP[p,  ,  ] 给出Weierstrass函数  等于  的  的值。
Notes
• 返回的  的值位于由复半周期  和  定义的基本周期平行四边形。 • 参见 Mathematica 全书 : 节 3.2.11.
Further Examples
InverseWeierstrassP and related functions take as a second argument the coefficients of the equation of the elliptic curve under consideration (in Weierstrass normal form). If instead we know the periods of the curve, we start by using WeierstrassInvariants.
In[1]:=
|
Out[1]=
|
InverseWeierstrassP can take as its first argument either the complex number whose inverse image under WeierstrassP we seek, or a point on the curve . If the numbers and are not so related, the result is meaningless.
In[2]:=
|
Out[2]=
|
This design was chosen because WeierstrassP is two-to-one in its fundamental period parallelogram, so its inverse is not unique. Giving the value of removes the ambiguity. If and for some complex number , the pair satisfies the defining equation .
In[3]:=
|
Out[3]=
|
The two points mapped by WeierstrassP to in this case are and .
In[4]:=
|
Out[4]=
|
InverseWeierstrassP is closely related to EllipticLog; see the Further Examples for EllipticExp.
|