GaussAGM - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GaussAGM

Gauss' arithmetic geometric mean

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GaussAGM(a, b)

Parameters

a

-

expression denoting a complex number

b

-

expression denoting a complex number

Description

• 

GaussAGM(a, b) is the limit of the iteration

a0a

b0b

an+1an2+bn2

bn+1an+bnanbnan+bn2

  

for n=0,1,2,3,... (See arithmetic-geometric mean iteration.)

• 

The GaussAGM of two positive real numbers a and b lies between their arithmetic mean

a2+b2

• 

and their geometric mean

ab

• 

Each step of the iteration used to compute the GaussAGM computes an arithmetic mean and a geometric mean which explains the name GaussAGM. Lagrange discovered the arithmetic geometric mean before 1785.  Gauss rediscovered it in the 1790s and Gauss and Legendre developed the most complete theory of its use. GaussAGM can also be defined in terms of elliptic integrals

FunctionAdvisor( definition, GaussAGM(a,b))[1];

GaussAGMa,b=πa+b4EllipticKab2a+b2

(1)
  

Note: The relation with elliptic integrals is discussed in the book Pi and the Arithmetic Geometric Mean by J. M. Borwein and P. B. Borwein (John Wiley & Sons).

Examples

GaussAGM2.0,3.0

2.474680436

(2)

See Also

EllipticE

EllipticK

FunctionAdvisor