-
-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement the agm(x,y) function #16202
Comments
comment:1
Do you mean elliptic_kc? This is indeed in Maxima, though not yet a "Sage symbolic function". See also the symbolics page on Trac where a few things about this are mentioned. Oh, I see what you mean about the elliptic - like this Rosetta stone. Anyway, I would think that we can do this fairly easily - also note mpmath has the agm and the elliptic integral in question, and mpmath is probably a go-to for numerical evaluation of our most recent implementations of special functions. |
comment:2
Sorry, to clarify - if we implement |
This comment has been minimized.
This comment has been minimized.
comment:7
There is already
|
comment:8
Also
|
https://en.wikipedia.org/wiki/Arithmetic-geometric_mean
Pari has a numeric implementation:
but Wikipedia provides a closed form integral expression, and if we had the "complete elliptic integral of the first kind" this would be even simpler.
Numerically there is
sage.rings.real_mpfr.RealNumber
.CC: @mforets
Component: calculus
Issue created by migration from https://trac.sagemath.org/ticket/16202
The text was updated successfully, but these errors were encountered: