I know that there are many algebraic associative operations which are commutative and which are not commutative.
for example multiplications of matrices as associative operation is not commutative.
I need to know about inverse of this!
I mean is there any algebraic commutative operation which is not associative?
can you show me sample?
Consider the set $M_n(\mathbb{R})$ and the binary operation $A * B = \frac{1}{2}(AB+BA)$
This isn't associative as
$A * (B * C) = A * \frac{1}{2}(BC + CB) = \frac{1}{4}(ABC + ACB + BCA + CBA)$
Yet
$(A * B) * C = \frac{1}{4}(ABC + BAC + CAB + CBA)$
and $BAC + CAB \neq ACB + BCA$ for all $A,B,C \in M_n(\mathbb{R})$
However, $A * B = \frac{1}{2}(AB+BA) = \frac{1}{2}(BA+AB) = B * A$
So it is commutative.