Row vector
From Wikipedia, the free encyclopedia
In linear algebra, a row vector is a 1 × n matrix, that is, a matrix consisting of a single row:
The transpose of a row vector is a column vector.
The set of all row vectors forms a vector space which is the dual space to the set of all column vectors.
[edit] Notation
To simplify writing column vectors in-line with other text, sometimes they are written as row vectors with the transpose operation applied to them.
For further simplification, writers also use the convention of writing both column vectors and row vectors as rows but separating row vector elements with spaces and column vector elements with commas. For example, if x is a row vector, then x and xT might be denoted as follows.
[edit] Operations
- Matrix multiplication involves the action of multiplying each column vector of one matrix by each row vector of another matrix.
- The dot product in a Euclidean space involves both taking the transpose of a column vector and multiplying the resulting row vector with another column vector.