ellipj
Jacobi elliptic functions
Syntax
Description
Examples
Input Arguments
Output Arguments
More About
Tips
Calling
ellipj
for numbers that are not symbolic objects invokes the MATLAB®ellipj
function. This function accepts only0 <= m <= 1
. To compute the Jacobi elliptic functions for values out of this range, usesym
orvpa
to convert the numbers to symbolic objects, and then callellipj
for those symbolic objects. Alternatively, use thejacobiSN
,jacobiCN
, andjacobiDN
functions to compute the elliptic functions separately.For most symbolic (exact) numbers,
ellipj
returns results using thejacobiSN
,jacobiCN
, andjacobiDN
functions. You can approximate such results with floating-point numbers usingvpa
.
References
[1] Abramowitz, M. and I. A. Stegun, Handbook of Mathematical Functions, Dover Publications (1965), 17.6.
Version History
Introduced in R2017b