Elliptic Integrals and Jacobi's Zeta Function.

Elliptic function evaluation using AGM algorithm.
2.5K Downloads
Updated 1 Jun 2009

View License

Elliptici uses the method of the arithmetic - geometric mean described determine the value of the Incomplete Elliptic Integrals of the First, Second Kind and Jacobi's Zeta Function. The formulas implemented are F(u,m) = int(1/sqrt(1-m*sin(t)^2),
t=0..u); E(u,m) = int(sqrt(1-m*sin(t)^2), t=0..u); Z(u,m) = E(u,m) - E(m)/K(m)*F(u,m)

The routine Elliptici works with multidimentional arrays and any range of u.

Project home: http://code.google.com/p/elliptic/

Cite As

Moiseev Igor (2024). Elliptic Integrals and Jacobi's Zeta Function. (https://www.mathworks.com/matlabcentral/fileexchange/7123-elliptic-integrals-and-jacobi-s-zeta-function), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Special Functions in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

BSD license, project home

1.0.0.0

Correct infinite inputs ellaboration and various limit cases.