wsigma | R Documentation |
Evaluation of the Weierstrass sigma function.
wsigma(z, g = NULL, omega = NULL, tau = NULL)
z |
a 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.
wsigma(1, g = c(12, -8))
# should be equal to:
sin(1i*sqrt(3))/(1i*sqrt(3)) / sqrt(exp(1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.