Laws of vector operations

Vector operations, like many other mathematical objects, obey a few laws:

  1. Vector addition
    1. associativity
    2. commutativity
    3. identity element
      • $\vec{A} + \vec{0} = \vec{0} + \vec{A} = \vec{A}
    4. Inverse element
  2. Scalar multiplication
    1. associativity
    2. distributive law
    3. Distributive law for scalar addition
    4. identity element
  3. Unit vector
    • Dividing a vector by its magnitude results in a vector of unit length, denoted by the caret symbol

References