ellipticE
R2026bComplete and incomplete elliptic integrals of the second kind
Description
returns
the complete elliptic integral of the second
kind.y = ellipticE(m)
returns the incomplete elliptic integral of the
second kind.y = ellipticE(phi,m)
Examples
Input Arguments
Output Arguments
More About
Tips
ellipticEreturns floating-point results for numeric arguments that are not symbolic objects.For most symbolic (exact) numbers,
ellipticEreturns unresolved symbolic calls. You can approximate such results with floating-point numbers usingvpa.If
mis a vector or a matrix, thenellipticE(m)returns the complete elliptic integral of the second kind, evaluated for each element ofm.At least one input argument must be a scalar or both arguments must be vectors or matrices of the same size. If one input argument is a scalar and the other one is a vector or a matrix, then
ellipticEexpands the scalar into a vector or matrix of the same size as the other argument with all elements equal to that scalar.ellipticE(pi/2,m) = ellipticE(m).
Alternatives
You can use ellipke to compute elliptic integrals of the
first and second kinds in one function call.
References
[1] Milne-Thomson, L. M. “Elliptic Integrals.” Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. (M. Abramowitz and I. A. Stegun, eds.). New York: Dover, 1972.
Version History
Introduced in R2013a
See Also
ellipke | ellipticCE | ellipticCK | ellipticCPi | ellipticF | ellipticK | ellipticPi | vpa
