DiracComb
Examples
open all close allBasic Examples (3)
DiracComb vanishes for noninteger arguments:
DiracComb[1 / 2]DiracComb stays unevaluated for integer x:
{DiracComb[0], DiracComb[10!]}Plot over a subset of the reals:
Plot[DiracComb[x], {x, -2, 2}, AxesOrigin -> {0, -1}]The Fourier transform of DiracComb is a DiracComb:
FourierTransform[DiracComb[x], x, ω]Scope (8)
Numerical Evaluation (4)
DiracComb[1 / 7]DiracComb[4, 8, 1 / 3]DiracComb always returns an exact 0:
DiracComb[.1]DiracComb[.1435345345678990]Evaluate efficiently at high precision:
DiracComb[1 / 74, 1 / 8, 1 / 3`100]//TimingDiracComb[1 / 9, 1 / 8, 1 / 3`10000000];//TimingDiracComb threads over lists:
DiracComb[{-.5, 0, .5}]Function Properties (4)
Function domain of DiracComb:
FunctionDomain[DiracComb[x], x]It is restricted to real arguments:
FunctionDomain[DiracComb[z], z, Complexes]DiracComb is an even function:
DiracComb[-x]The multivariate DiracComb is a product of univariate ones:
FunctionExpand[DiracComb[x, y]]TraditionalForm formatting:
DiracComb[x]//TraditionalFormRelated Guides
History
Text
Wolfram Research (2008), DiracComb, Wolfram Language function, https://reference.wolfram.com/language/ref/DiracComb.html.
CMS
Wolfram Language. 2008. "DiracComb." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DiracComb.html.
APA
Wolfram Language. (2008). DiracComb. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DiracComb.html
BibTeX
@misc{reference.wolfram_2026_diraccomb, author="Wolfram Research", title="{DiracComb}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/DiracComb.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_diraccomb, organization={Wolfram Research}, title={DiracComb}, year={2008}, url={https://reference.wolfram.com/language/ref/DiracComb.html}, note=[Accessed: 13-June-2026]}