Implement elliptic integrals
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Implement the numerical results for the four incomplete elliptic integrals obtained from GSL.
Analysis:
GSL offers the needed functions for implementing the incomplete elliptic integrals. They only have to be declared to the parser.
Implementation:
Elliptic Integrals were implemented as obtained from GSL with limitation 0 <= k < 1 and 0 <= phi <= pi/2:
ellipticF(x,k)
ellipticE(x,k)
ellipticPi(x,n,k)
ellipticD(x,n,k)
Documentation:
New functions were added to the language files and to the search database.
Tests:
Productive tests were passed. Elliptic integrals implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: