Switching operands in a binary operation

27 Views Asked by At

I know it is a very simple question and maybe a waste of time, but I wanted to know if there is any mathematical name for the act of changing the order of the operands in a binary operation. That is, going from $a * b$ to $b * a$.

Thanks.