Difference between revisions of "Operation (mathematics)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 49: Line 49:
  
 
* [https://en.wikipedia.org/wiki/Operation_(mathematics) Operation (mathematics)] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Operation_(mathematics) Operation (mathematics)] @ Wikipedia
 +
 +
[[Category:Mathematics]]

Revision as of 09:34, 4 April 2016

In mathematics, an operation is a calculation from zero or more input values (called operands) to an output value.

See also

Types of operation

There are two common types of operations:

Unary operations involve only one value, such as negation and trigonometric functions.

Binary operations, take two values, and include addition, subtraction, multiplication, division, and exponentiation.

Operations can involve mathematical objects other than numbers.

The logical values true and false can be combined using logic operations, such as and, or, and not. See Boolean algebra.

Vectors can be added and subtracted.

Rotations can be combined using the function composition operation, performing the first rotation and then the second.

Operations on sets include the binary operations union and intersection, and the unary operation of complementation.

Operations on functions include composition and convolution.

See also

External links