Row- and column vectors
Summary
- A row vector is a matrix with only one row (dimension ). If is a row vector then the element at column is denoted by .
- A column vector is a matrix with only one column (dimension ). If is a column vector then the element at row is denoted by .
- A vector is an -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 of a matrix is denoted by or . is a row vector.
- Notation: The entire column of a matrix is denoted by or . is a column vector.