I'm wondering is there a math with non-commutative multiplication of real numbers. For example, we could define operator ⊗ for $ n, m ≥ 0$:
$$ n⊗ m = n\times m $$ $$ n⊗ (-m) = n\times m $$ $$ -n⊗ m = -(n\times m) $$ $$ -n⊗ (-m) = -(n\times m) $$
Or we can choose some other rules of multiplication.
How could this math be applied?
If I'm not mistaken one possible option is $n\circ m=|n|m$. Then:
Non-commutativity $n\circ m=|n|m\not=|m|n=m\circ n $.
(it is easy to check that it is actually associative as $(x\circ y)\circ z=(|x|y)\circ z=||x|y|z=|xy|z.$ whilst $x\circ(y\circ z)=x\circ(|y|z)=|x||y|z=|xy|z$)