Vectors

Basic vector

  • collection of numbers, arranged in col or row
  • can be thought of as the coordinates of a point in n-dimensional space
  • usually written in column format:
  • : i-th component of vector x
  • : n dimension of x
  • : set of n-vectors (vectors of dimension n)

Transpose

  • transpose: an operation to transform column vector x in row format and vice versa, denoted by (superscript T)

function note:

  • x, y both unit-norm:

Unit vectors

  • the unit vector is the n-vector with all entries = 0 except the i-th one