notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Commutative.md (205B)


      1 # Commutative
      2 
      3 1.3.2
      4 
      5 **Definition:** The commutative property states the order by which the objects are placed does not effect the outcome of said operation. 
      6 
      7 a x b = b x a
      8 
      9 a + b = b + a
     10 
     11 p v q = q v p