Vectors (Part II)

  • The set of all n-tuples of real numbers, denoted by Rn, is called n-space.
  • A particular n-tuple in Rn is called a point or vector. Can be written as:
    u = (u1, u2, …, un)
  • The real numbers ui are called the components/elements (scalar) of the vector u
  • Two vectors u and v are equal, written u = v, if they have the same number of components and if corresponding components are equal
  • The same vectors operations are applied
  • u = -1u
  • uv = u + (-v)

Next: Basic properties of the vectors in Rn.

Leave a comment