Plus (+)

Addition (SymPy, WMA)


Plus[a, b, ...]

a + b + ...

represents the sum of the terms a, b, ...

Plus performs basic simplification of terms:

Apply Plus on a list to sum up its elements:

The sum of the first 1000 integers:

Plus has default value 0:

The sum of 2 red circles and 3 red circles is...

Minus
Power