gives the Dirichlet beta function
.
DirichletBeta
gives the Dirichlet beta function
.
Details
- The Dirichlet beta function is also known as the Catalan beta function.
- DirichletBeta is a mathematical function, suitable for both symbolic and numeric manipulation.
- For
, the Dirichlet beta function is defined as
. - For certain special arguments, DirichletBeta automatically evaluates to exact values.
- DirichletBeta is an entire function with branch cut discontinuities.
- DirichletBeta can be evaluated to arbitrary numerical precision.
- DirichletBeta automatically threads over lists.
Examples
open all close allBasic Examples (4)
Plot[DirichletBeta[s], {s, -4, 4}]Visualize in the complex plane:
ComplexPlot3D[DirichletBeta[z], {z, 2}]The Dirichlet beta function expands in terms of zeta functions:
DirichletBeta[s]DirichletBeta /@ {2, 3}Scope (7)
DirichletBeta is neither non-decreasing nor non-increasing:
FunctionMonotonicity[DirichletBeta[x], x]DirichletBeta is not injective:
FunctionInjective[DirichletBeta[x], x]Plot[{DirichletBeta[x], -.3}, {x, -4, 4}]DirichletBeta is neither non-negative nor non-positive:
FunctionSign[DirichletBeta[x], x]DirichletBeta is neither convex nor concave:
FunctionConvexity[DirichletBeta[x], x]Compute special values of derivatives:
DirichletBeta'[-1]//FullSimplifyDirichletBeta'[0]//FullSimplifyCompute average-case statistical intervals using Around:
DirichletBeta[ Around[2, 0.01]]Compute the elementwise values of an array:
DirichletBeta[{{1, -1}, {-1, 1}}]Or compute the matrix DirichletBeta function using MatrixFunction:
MatrixFunction[DirichletBeta, {{1, -1}, {-1, 1}}]//FullSimplifySee Also
Related Guides
History
Text
Wolfram Research (2014), DirichletBeta, Wolfram Language function, https://reference.wolfram.com/language/ref/DirichletBeta.html.
CMS
Wolfram Language. 2014. "DirichletBeta." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DirichletBeta.html.
APA
Wolfram Language. (2014). DirichletBeta. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DirichletBeta.html
BibTeX
@misc{reference.wolfram_2026_dirichletbeta, author="Wolfram Research", title="{DirichletBeta}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/DirichletBeta.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_dirichletbeta, organization={Wolfram Research}, title={DirichletBeta}, year={2014}, url={https://reference.wolfram.com/language/ref/DirichletBeta.html}, note=[Accessed: 12-June-2026]}