Back to the index. Or to the chambers
This article has 22 links. View as Cloud or List.
Loading ...
Planetmath Browser (2008—2009)
BSD licence | A django site
All articles taken from PlanetMath.org snapshot under CC-BY-SA licence.
→ The original article on PlanetMath.org
Other Formats: LaTeX
Addition
Addition is a mathematical operation
in which two or more numbers
are added up. The numbers being added are usually called the addends, while the result is usually called the sum. The numbers may be real, imaginary
or complex. Two examples: 2 + 2 = 4;
. In the realm of real numbers, adding up positive
numbers yields a result that is greater than any of the summands.
The usual symbol for addition is the cross with its four arms of equal length
pointing north, east, west and south: +. This operator
is used in standard infix notation
as well as in Polish notation
and reverse Polish notation. The operation of addition is commutative, so
. Moreover, it is associative, so
.
Combining these two facts leads to the observation that if
is a finite set
of numbers, then we can add them up one by one in any order without any potential ambiguity in the resulting sum. This allows us to define the sigma notation
A notable property of the iterative sum is that
(See Nicomachus' theorem).
Besides the possibility of overflow, addition presents no problems for fixed point arithmetic provided the operands are representable in fixed point to begin with. In floating point there exists the possibility of loss of precision (if for example we were to add up several different irrational numbers).