Difference between revisions of "Operation (mathematics)"
Karl Jones (Talk | contribs) (Created page with "In mathematics, an '''operation''' is a calculation from zero or more input values (called operands) to an output value. == See also == * Calculation...") |
Karl Jones (Talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | In [[mathematics]], an '''operation''' is a [[calculation]] from zero or more [[input]] values (called [[operands]]) to an [[output]] value. | + | In [[mathematics]], an '''operation''' is a [[calculation]] from zero or more [[input]] values (called [[Operand|operands]]) to an [[output]] value. |
== See also == | == See also == | ||
Line 25: | Line 25: | ||
The logical values [[true]] and [[false]] can be combined using logic operations, such as and, or, and not. See [[Boolean algebra]]. | The logical values [[true]] and [[false]] can be combined using logic operations, such as and, or, and not. See [[Boolean algebra]]. | ||
− | [[ | + | [[Euclidean vector|Euclidean vectors]] can be added and subtracted. |
[[Rotation|Rotations]] can be combined using the [[function composition operation]], performing the first rotation and then the second. | [[Rotation|Rotations]] can be combined using the [[function composition operation]], performing the first rotation and then the second. | ||
Line 37: | Line 37: | ||
* [[Boolean algebra]] | * [[Boolean algebra]] | ||
* [[Calculation]] | * [[Calculation]] | ||
+ | * [[Euclidean vector]] | ||
+ | * [[Expression (mathematics)]] | ||
* [[Function (mathematics)]] | * [[Function (mathematics)]] | ||
* [[Input]] | * [[Input]] | ||
Line 48: | Line 50: | ||
* [https://en.wikipedia.org/wiki/Operation_(mathematics) Operation (mathematics)] @ Wikipedia | * [https://en.wikipedia.org/wiki/Operation_(mathematics) Operation (mathematics)] @ Wikipedia | ||
+ | |||
+ | [[Category:Mathematics]] |
Latest revision as of 09:40, 4 November 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.
Euclidean 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
- Boolean algebra
- Calculation
- Euclidean vector
- Expression (mathematics)
- Function (mathematics)
- Input
- Mathematical logic
- Mathematics
- Number
- Operand
- Output
External links
- Operation (mathematics) @ Wikipedia