wpinv {jacobi} | R Documentation |
Inverse of Weierstrass elliptic function
Description
Evaluation of the inverse of the Weierstrass elliptic function.
Usage
wpinv(w, g = NULL, omega = NULL, tau = NULL)
Arguments
w |
complex number |
g |
the elliptic invariants, a vector of two complex numbers; only
one of |
omega |
the half-periods, a vector of two complex numbers; only
one of |
tau |
the half-periods ratio; supplying |
Value
A complex number.
Examples
library(jacobi)
omega <- c(1.4 - 1i, 1.6 + 0.5i)
w <- 1 + 1i
z <- wpinv(w, omega = omega)
wp(z, omega = omega) # should be w
[Package jacobi version 3.1.1 Index]