gives the Dirichlet lambda function
.
DirichletLambda
gives the Dirichlet lambda function
.
Details
- Mathematical function, suitable for both symbolic and numeric manipulation.
- For
, the Dirichlet lambda function is defined as
. - For certain special arguments, DirichletLambda automatically evaluates to exact values.
- DirichletLambda has no branch cut discontinuities.
- DirichletLambda can be evaluated to arbitrary numerical precision.
- DirichletLambda automatically threads over lists.
Examples
open all close allBasic Examples (4)
Plot[DirichletLambda[s], {s, -10, 5}]Visualize in the complex plane:
ComplexPlot3D[DirichletLambda[z], {z, 5}]The Dirichlet lambda function expands in terms of zeta functions:
DirichletLambda[s]DirichletLambda /@ {2, 4}Scope (8)
DirichletLambda is not an analytic function:
FunctionAnalytic[DirichletLambda[x], x]DirichletLambda has both singularity and discontinuity at x=1:
FunctionSingularities[DirichletLambda[x], x]FunctionDiscontinuities[DirichletLambda[x], x]DirichletLambda is meromorphic:
FunctionMeromorphic[DirichletLambda[x], x]FunctionPoles[DirichletLambda[x], x]DirichletLambda is neither non-decreasing nor non-increasing:
FunctionMonotonicity[DirichletLambda[x], x]DirichletLambda is not injective:
FunctionInjective[DirichletLambda[x], x]Plot[{DirichletLambda[x], .05}, {x, -3, 2}]DirichletLambda is neither non-negative nor non-positive:
FunctionSign[DirichletLambda[x], x]DirichletLambda is neither convex nor concave:
FunctionConvexity[DirichletLambda[x], x]Compute average-case statistical intervals using Around:
DirichletLambda[ Around[2, 0.01]]Compute the elementwise values of an array:
DirichletLambda[{{1 / 2, -1}, {0, 1 / 2}}]Or compute the matrix DirichletLambda function using MatrixFunction:
MatrixFunction[DirichletLambda, {{1 / 2, -1}, {0, 1 / 2}}]//FullSimplifyProperties & Relations (1)
Verify the interrelationship among the DirichletLambda, DirichletEta and Zeta functions:
(Zeta[s]/2^s) == (DirichletLambda[s]/2^s - 1) == (DirichletEta[s]/2^s - 2)//FullSimplifySee Also
Related Guides
History
Text
Wolfram Research (2014), DirichletLambda, Wolfram Language function, https://reference.wolfram.com/language/ref/DirichletLambda.html.
CMS
Wolfram Language. 2014. "DirichletLambda." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DirichletLambda.html.
APA
Wolfram Language. (2014). DirichletLambda. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DirichletLambda.html
BibTeX
@misc{reference.wolfram_2026_dirichletlambda, author="Wolfram Research", title="{DirichletLambda}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/DirichletLambda.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_dirichletlambda, organization={Wolfram Research}, title={DirichletLambda}, year={2014}, url={https://reference.wolfram.com/language/ref/DirichletLambda.html}, note=[Accessed: 13-June-2026]}