jellip {jacobi} | R Documentation |
Jacobi elliptic functions
Description
Evaluation of the Jacobi elliptic functions.
Usage
jellip(kind, u, tau = NULL, m = NULL)
Arguments
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
|
Value
A complex number, vector or matrix.
Examples
u <- 2 + 2i
tau <- 1i
jellip("cn", u, tau)^2 + jellip("sn", u, tau)^2 # should be 1
[Package jacobi version 3.1.1 Index]