NonCommutativeMultiply
a ** b ** c is a general associative, but non-commutative, form of multiplication.
Examples
Non-commutative product:
a ** b ** c
(* a ** b ** c *)Not automatically reordered:
b ** a
(* b ** a *)Please visit the official Wolfram Language Reference for more details.