powered by
Evaluation of the Weierstrass sigma function.
wsigma(z, g = NULL, omega = NULL, tau = NULL)
A complex number, vector or matrix.
a complex number, vector or matrix
the elliptic invariants, a vector of two complex numbers; only one of g, omega and tau must be given
g
omega
tau
the half-periods, a vector of two complex numbers; only one of g, omega and tau must be given
the half-periods ratio; supplying tau is equivalent to supply omega = c(1/2, tau/2)
omega = c(1/2, tau/2)
wsigma(1, g = c(12, -8)) # should be equal to: sin(1i*sqrt(3))/(1i*sqrt(3)) / sqrt(exp(1))
Run the code above in your browser using DataLab