Row- and column vectors

Summary

  • A row vector is a matrix with only one row (dimension 1×n ). If u is a row vector then the element at column j is denoted by uj .
  • A column vector is a matrix with only one column (dimension n×1 ). If u is a column vector then the element at row i is denoted by ui .
  • A vector is an n -tuple (not a matrix). There is a one-to-one correspondence between a row vector and a vector and between a column vector and a vector.
  • Notation: The entire row i of a matrix A is denoted by ai,: or ai, . ai,: is a row vector.
  • Notation: The entire column j of a matrix A is denoted by a:,j or a,j . a:,j is a column vector.