Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

eta

Dedekind's eta function


Description

Dedekind's eta function

Usage

eta(z, ...)
eta.series(z, maxiter=300)

Arguments

z

Complex argument

...

In function eta(), extra arguments sent to theta3()

maxiter

In function eta.series(), maximum value of iteration

Details

Function eta() uses Euler's formula, viz

[omitted; see LaTeX version

Function eta.series() is present for validation (and interest) only; it uses the infinite product formula:

[omitted; see LaTeX version]

Author(s)

Robin K. S. Hankin

References

K. Chandrasekharan 1985. Elliptic functions, Springer-Verlag.

See Also

Examples

z <- seq(from=1+1i,to=10+0.06i,len=999)
 plot(eta(z))

max(abs(eta(z)-eta.series(z)))

elliptic

Weierstrass and Jacobi Elliptic Functions

v1.4-0
GPL-2
Authors
Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.