am | R Documentation |
Evaluation of the amplitude function.
am(u, m)
u |
complex number |
m |
square of elliptic modulus, a complex number |
A complex number.
library(Carlson)
phi <- 1 + 1i
m <- 2
u <- elliptic_F(phi, m)
am(u, m) # should be phi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.