Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

Plus

x+y+z

represents a sum of terms.

Details

Background & Context

Examples

open allclose all

Basic Examples  (3)

Plus threads element-wise over lists:

Explicit FullForm:

Scope  (6)

If any number is approximate, the whole result will be as follows:

Complex numbers add their components:

Plus threads element-wise over lists:

Matrices add element-wise:

Create mixed fractions by typing a whole number, +, and a fraction:

Sum two mixed fractions:

Plus can be used with Interval and CenteredInterval objects:

Properties & Relations  (10)

Plus sorts its arguments:

Display terms in a sum in a traditional order:

Display a sum without evaluation:

Display the FullForm of a sum:

Find the length of a sum:

Total applies Plus to a list:

Pattern matching works with Plus:

Distribute a function over Plus:

Distribute Plus through a head:

Accumulate makes a cumulative sum:

Wolfram Research (1988), Plus, Wolfram Language function, https://reference.wolfram.com/language/ref/Plus.html (updated 2021).

Text

Wolfram Research (1988), Plus, Wolfram Language function, https://reference.wolfram.com/language/ref/Plus.html (updated 2021).

CMS

Wolfram Language. 1988. "Plus." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/Plus.html.

APA

Wolfram Language. (1988). Plus. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Plus.html

BibTeX

@misc{reference.wolfram_2024_plus, author="Wolfram Research", title="{Plus}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/Plus.html}", note=[Accessed: 18-May-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_plus, organization={Wolfram Research}, title={Plus}, year={2021}, url={https://reference.wolfram.com/language/ref/Plus.html}, note=[Accessed: 18-May-2024 ]}

Top