wpinv | R Documentation |
Evaluation of the inverse of the Weierstrass elliptic function.
wpinv(w, g = NULL, omega = NULL, tau = NULL)
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 |
A complex number.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.