quarter period K
Calculates the K.fun in terms of either m (K.fun()
)
or k (K.fun.k()
).
K.fun(m, strict=TRUE, maxiter=7)
m |
Real or complex parameter |
strict |
Boolean, with default |
maxiter |
Maximum number of iterations |
Robin K. S. Hankin
R. Coquereaux, A. Grossman, and B. E. Lautrup. Iterative method for calculation of the Weierstrass elliptic function. IMA Journal of Numerical Analysis, vol 10, pp119-128, 1990
K.fun(0.09) # AMS-55 give 1.60804862 in example 7 on page 581 # next example not run because: (i), it needs gsl; (ii) it gives a warning. ## Not run: K.fun(0.4,strict=F, maxiter=4) - ellint_Kcomp(sqrt(0.4)) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.