Commutative operation
Encyclopedia : C : CO : COM : Commutative operation
- For other meanings of commutation, see commutation (disambiguation).
[f(y,z) = f(z,y)]; otherwise, the operation is noncommutative.
For example, multiplication of real numbers is commutative since
- [y z = zy]
- [y-z = z-y]
Additionally, if
- [f(y,z) = f(z,y)]
The most well-known examples of commutative binary operations are addition and multiplication of real numbers; for example:
- 4 + 5 = 5 + 4 (since both expressions evaluate to 9)
- 2 × 3 = 3 × 2 (since both expressions evaluate to 6)
Among the noncommutative binary operations are subtraction (a − b), division (a/b), exponentiation (ab), function composition (f o g), tetration (a↑↑b), matrix multiplication, and quaternion multiplication.
A real life example of noncommutativity is the Rubik's Cube: for example, twisting the front face clockwise, the top face clockwise and the front face counterclockwise (FUF') does not yield the same result as twisting the front face clockwise, then counterclockwise and finally twisting the top clockwise (FF'U). The twists don't commute. This is studied in group theory.
The subset of the domain on which an operation is commutative is sometimes called the center in algebra.
An abelian group is a group whose group operation is commutative. A commutative ring is a ring whose multiplication is commutative. (Addition in a ring is always commutative.) In a field both addition and multiplication are commutative.
Commutativity can be another name for symmetry. That is, suppose we solve a problem involving parameters x and y, and determine that the solution is equal to [f(x,y)]. If there exists a subset of values for x and y where the two values can be exchanged without affecting the function, the problem is symmetric. Many symmetries arise naturally in mathematics out of simpler symmetries, and are commonly found useful for particular kinds of proofs (see WLOG).
See also
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
