DirichletEta[s]
gives the Dirichlet eta function
.
DirichletEta
DirichletEta[s]
gives the Dirichlet eta function
.
Details
- The Dirichlet eta function is also known as the alternating zeta function.
- DirichletEta is a mathematical function, suitable for both symbolic and numeric manipulation.
- For
, the Dirichlet eta function is defined as
. - For certain special arguments, DirichletEta automatically evaluates to exact values.
- DirichletEta is an entire function with branch cut discontinuities.
- DirichletEta can be evaluated to arbitrary numerical precision.
- DirichletEta automatically threads over lists.
- DirichletEta can be used with Interval and CenteredInterval objects. »
Examples
open all close allBasic Examples (3)
Scope (6)
DirichletEta is neither non-decreasing nor non-increasing:
FunctionMonotonicity[DirichletEta[x], x]DirichletEta is not injective:
FunctionInjective[DirichletEta[x], x]Plot[{DirichletEta[x], -.05}, {x, -5, 5}]DirichletEta is neither non-negative nor non-positive:
FunctionSign[DirichletEta[x], x]DirichletEta is neither convex nor concave:
FunctionConvexity[DirichletEta[x], x]Compute worst-case guaranteed intervals using Interval and CenteredInterval objects:
DirichletEta[Interval[{1.5, 1.6 }]]DirichletEta[CenteredInterval[3 + 2I, (1 + I) / 100]]Or compute average-case statistical intervals using Around:
DirichletEta[ Around[2, 0.01]]Compute the elementwise values of an array:
DirichletEta[{{1 / 2, -1}, {0, 1 / 2}}]Or compute the matrix DirichletEta function using MatrixFunction:
MatrixFunction[DirichletEta, {{1 / 2, -1}, {0, 1 / 2}}]//FullSimplifyProperties & Relations (1)
Verify the interrelationship among the DirichletEta, DirichletLambda and Zeta functions:
(Zeta[s]/2^s) == (DirichletLambda[s]/2^s - 1) == (DirichletEta[s]/2^s - 2)//FullSimplifySee Also
Related Guides
Text
Wolfram Research (2014), DirichletEta, Wolfram Language function, https://reference.wolfram.com/language/ref/DirichletEta.html (updated 2022).
CMS
Wolfram Language. 2014. "DirichletEta." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2022. https://reference.wolfram.com/language/ref/DirichletEta.html.
APA
Wolfram Language. (2014). DirichletEta. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DirichletEta.html
BibTeX
@misc{reference.wolfram_2026_dirichleteta, author="Wolfram Research", title="{DirichletEta}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/DirichletEta.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_dirichleteta, organization={Wolfram Research}, title={DirichletEta}, year={2022}, url={https://reference.wolfram.com/language/ref/DirichletEta.html}, note=[Accessed: 12-June-2026]}