Anticommutator[x,y]
gives the anticommutator x**y+y**x of x and y.
Anticommutator[x,y,alg]
gives the anticommutator of x and y in the noncommutative algebra alg.
Anticommutator
Anticommutator[x,y]
gives the anticommutator x**y+y**x of x and y.
Anticommutator[x,y,alg]
gives the anticommutator of x and y in the noncommutative algebra alg.
Details
- Anticommutator gives the anticommutator of two elements of a noncommutative algebra.
- If ⊗ and ⊕ denote the multiplication and addition in the algebra alg, then Anticommutator[x,y,alg]==(x⊗y)⊕(y⊗x).
- alg can be a NonCommutativeAlgebra object or any valid NonCommutativeAlgebra specification. If the algebra argument is omitted, NonCommutativeAlgebra with the default property values is used.
Examples
open all close allBasic Examples (2)
The anticommutator of x and y over an algebra with the default operations:
Anticommutator[x, y]The anticommutator of x and y over an algebra with symbolic operations:
alg = NonCommutativeAlgebra[<|"Multiplication" -> mult, "Addition" -> add|>];
Anticommutator[x, y, alg]Scope (4)
The anticommutator of x and y over the algebra of square matrices with Dot product:
Anticommutator[x, y, {Dot, n}]The anticommutator of x and y over the algebra of linear endomorphisms with Composition:
Anticommutator[x, y, Composition]Traditional form of Anticommutator[x,y]:
Anticommutator[x, y]Reducing modulo the anticommutator of two variables commutes the variables and adjusts term signs:
NonCommutativePolynomialReduce[x**y**x**y**x + 2y**y**x**x**y**y, {Anticommutator[x, y]}, {y, x}][[2]]Properties & Relations (2)
Reducing modulo the anticommutator of two variables commutes the variables and adjusts term signs:
NonCommutativePolynomialReduce[2x**y**x + 3x**x**y**x**x**y**y, {Anticommutator[x, y]}, {y, x}][[2]]Commutator gives the commutator of two elements of an algebra:
Commutator[x, y]Related Guides
History
Text
Wolfram Research (2025), Anticommutator, Wolfram Language function, https://reference.wolfram.com/language/ref/Anticommutator.html.
CMS
Wolfram Language. 2025. "Anticommutator." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Anticommutator.html.
APA
Wolfram Language. (2025). Anticommutator. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Anticommutator.html
BibTeX
@misc{reference.wolfram_2026_anticommutator, author="Wolfram Research", title="{Anticommutator}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/Anticommutator.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_anticommutator, organization={Wolfram Research}, title={Anticommutator}, year={2025}, url={https://reference.wolfram.com/language/ref/Anticommutator.html}, note=[Accessed: 13-June-2026]}