Learn R Programming

jacobi (version 3.1.1)

am: Amplitude function

Description

Evaluation of the amplitude function.

Usage

am(u, m)

Value

A complex number.

Arguments

u

complex number

m

square of elliptic modulus, a complex number

Examples

Run this code
library(Carlson)
phi <- 1 + 1i
m <- 2
u <- elliptic_F(phi, m)
am(u, m) # should be phi

Run the code above in your browser using DataLab