jellip | R Documentation |
Evaluation of the Jacobi elliptic functions.
jellip(kind, u, tau = NULL, m = NULL)
kind |
a string with two characters among |
u |
a complex number, vector or matrix |
tau |
complex number with strictly positive imaginary part; it is
related to |
m |
the "parameter", square of the elliptic modulus; it is related to
|
A complex number, vector or matrix.
u <- 2 + 2i
tau <- 1i
jellip("cn", u, tau)^2 + jellip("sn", u, tau)^2 # should be 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.