Question 487933: How do you differentiate the properties associative,communitive, and distributive
Found 2 solutions by MathLover1, richard1234: Answer by MathLover1(20849) (Show Source): Answer by richard1234(7193) (Show Source):
You can put this solution on YOUR website! For any binary operation * (not necessarily addition or multiplication):
* is said to be associative if (a*b)*c = a*(b*c) for all a,b,c ∈ S (S is a set composed of all possible a,b,c)
* is said to be commutative if a*b = b*a for all a,b ∈ S
* is said to be distributive over another operation (I'll denote this operation by &) if a*(b&c) = (a*b)&(a*c) for all a,b,c ∈ S.
For example, vector addition is commutative and associative, scalar products are distributive, the dot product of vectors is commutative, and the cross product of vectors is associative over vector addition, but not commutative (in fact, it is said to be anti-commutative, similar to subtraction). These are just examples of operations other than addition or multiplication that obey these properties.
|
|
|