wzeta | R Documentation |
Evaluation of the Weierstrass zeta function.
wzeta(z, g = NULL, omega = NULL, tau = NULL)
z |
complex number, vector or matrix |
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, vector or matrix.
# Mirror symmetry property:
z <- 1 + 1i
g <- c(1i, 1+2i)
wzeta(Conj(z), Conj(g))
Conj(wzeta(z, g))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.