lambda | R Documentation |
Evaluation of the lambda modular function.
lambda(tau, transfo = FALSE)
tau |
a complex number with strictly positive imaginary part, or a vector or matrix of such complex numbers; missing values allowed |
transfo |
Boolean, whether to use a transformation of the values
of |
A complex number, vector or matrix.
The lambda function is the square of the elliptic modulus.
x <- 2
lambda(1i*sqrt(x)) + lambda(1i*sqrt(1/x)) # should be one
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.