dotplus
Represents addition with a centered dot, commonly used in mathematical notation to indicate specialized sum operations.
Overview
Appears in advanced mathematical contexts where a distinct addition operator is needed to differentiate from standard addition. Common applications include:
- Abstract algebra and group theory to denote special binary operations
- Mathematical logic and set theory for specialized operations
- Computer science notation, particularly in formal specifications
The symbol combines the visual elements of both addition and multiplication, making it useful when describing hybrid or composite operations.
Examples
Expressing a combined addition and dot product operation in vector algebra.
\vec{a} \dotplus \vec{b} = (a_1 + b_1, a_2 + b_2) \cdot (1,1)Defining a special binary operation in abstract algebra.
x \dotplus y = (x + y) \cdot zRepresenting a combined element-wise addition and multiplication in matrix operations.
A \dotplus B = (A + B) \cdot C