Elliptic integrals and functions.
|
__init__(self,
k2=0,
alpha2=0,
kp2=None,
alphap2=None,
**name)
Constructor, specifying the modulus and
parameter . |
|
|
|
deltaD(self,
sn,
cn,
dn)
Jahnke's periodic incomplete elliptic integral. |
|
|
|
deltaE(self,
sn,
cn,
dn)
The periodic incomplete integral of the second kind. |
|
|
|
deltaEinv(self,
stau,
ctau)
The periodic inverse of the incomplete integral of the second kind. |
|
|
|
deltaF(self,
sn,
cn,
dn)
The periodic incomplete integral of the first kind. |
|
|
|
deltaG(self,
sn,
cn,
dn)
Legendre's periodic geodesic longitude integral. |
|
|
|
deltaH(self,
sn,
cn,
dn)
Cayley's periodic geodesic longitude difference integral. |
|
|
|
deltaPi(self,
sn,
cn,
dn)
The periodic incomplete integral of the third kind. |
|
|
|
fD(self,
phi_or_sn,
cn=None,
dn=None)
Jahnke's incomplete elliptic integral in terms of Jacobi elliptic
functions. |
|
|
|
fDelta(self,
sn,
cn)
The Delta amplitude function. |
|
|
|
fE(self,
phi_or_sn,
cn=None,
dn=None)
The incomplete integral of the second kind in terms of Jacobi
elliptic functions. |
|
|
|
fEd(self,
deg)
The incomplete integral of the second kind with the argument given in
degrees . |
|
|
|
fEinv(self,
x)
The inverse of the incomplete integral of the second kind. |
|
|
|
fF(self,
phi_or_sn,
cn=None,
dn=None)
The incomplete integral of the first kind in terms of Jacobi elliptic
functions. |
|
|
|
fG(self,
phi_or_sn,
cn=None,
dn=None)
Legendre's geodesic longitude integral in terms of Jacobi elliptic
functions. |
|
|
|
fH(self,
phi_or_sn,
cn=None,
dn=None)
Cayley's geodesic longitude difference integral in terms of Jacobi
elliptic functions. |
|
|
|
fPi(self,
phi_or_sn,
cn=None,
dn=None)
The incomplete integral of the third kind in terms of Jacobi elliptic
functions. |
|
|
|
reset(self,
k2=0,
alpha2=0,
kp2=None,
alphap2=None)
Reset the modulus, parameter and the complementaries. |
|
|
|
sncndn(self,
x,
jam=False)
The Jacobi amplitude and elliptic function. |
|
|
Inherited from named._Named :
__imatmul__ ,
__matmul__ ,
__repr__ ,
__rmatmul__ ,
__str__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toRepr ,
toStr ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
fRC(x,
y)
Degenerate symmetric integral of the first kind RC(x,
y) . |
|
|
|
fRD(x,
y,
z,
*over)
Degenerate symmetric integral of the third kind RD(x, y,
z) . |
|
|
|
fRF(x,
y,
z=0)
Symmetric or complete symmetric integral of the first kind
RF(x, y, z) respectively RF(x, y) . |
|
|
|
fRG(x,
y,
z=0)
Symmetric or complete symmetric integral of the second kind
RG(x, y, z) respectively RG(x, y) . |
|
|
|
fRJ(x,
y,
z,
p)
Symmetric integral of the third kind RJ(x, y, z, p) . |
|
|