Difference between revisions of "Expression"

 
m
Line 10: Line 10:
 
* [[Algebra]]
 
* [[Algebra]]
 
* [[Order of operations]]
 
* [[Order of operations]]
* [[Lambda calculus]]
 

Revision as of 15:03, 4 November 2006

This article is a stub. Help us out by expanding it.

In mathematics, an expression is a combination of numbers, variables, and operators that can be evaluated. Constants, such as e and pi, are commonly used in expressions.

Variables can be bound or free. For example, in the expression $\displaystyle\sum^{5}_{k=1}kx$, $x$ is a free variable, but $k$ is bound.

Two expressions are equivalent if they represent the same function. Equivalence is represented by an equal sign (=).

See Also