OverDot
Details
- OverDot[expr] can be entered using
and a period. - OverDot[expr] remains unchanged by evaluation.
- Allowed values for the number n of dots are 1, 2 and 3.
- OverDot[expr,2] can be entered using
and \[DoubleDot], while OverDot[expr,3] can be entered using
and \[TripleDot].
Examples
open all close allBasic Examples (2)
Scope (5)
OverDot[expr] and OverDot[expr,1] both display with a single dot:
{OverDot[v], OverDot[v, 1]}Display v with two dots above:
OverDot[v, 2]Type
and then \[DoubleDot] to enter directly:
Overscript[v, ¨]//InputFormDisplay v with three dots above:
OverDot[v, 3]Type
and then \[TripleDot] to enter directly:
Overscript[v, ]//InputFormProperties & Relations (2)
OverDot is effectively a special case of Overscript:
{OverDot[x], Overscript[x, RawBoxes["."]]}If the output is used as input, both expressions standardize to OverDot:
{Overscript[x, .], Overscript[x, .]}//InputFormOverDot[expr,2] uses \[DoubleDot]:
MakeBoxes[OverDot[x, 2]]//FullFormOverDot[expr,3] uses \[TripleDot]:
MakeBoxes[OverDot[x, 3]]//FullFormTech Notes
Related Guides
History
Text
Wolfram Research (2007), OverDot, Wolfram Language function, https://reference.wolfram.com/language/ref/OverDot.html.
CMS
Wolfram Language. 2007. "OverDot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/OverDot.html.
APA
Wolfram Language. (2007). OverDot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/OverDot.html
BibTeX
@misc{reference.wolfram_2026_overdot, author="Wolfram Research", title="{OverDot}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/OverDot.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_overdot, organization={Wolfram Research}, title={OverDot}, year={2007}, url={https://reference.wolfram.com/language/ref/OverDot.html}, note=[Accessed: 13-June-2026]}