Column vector
Encyclopedia : C : CO : COL : Column vector
In linear algebra, a column vector is an m × 1 matrix, i.e. a matrix consisting of a single column of [m] elements.
- [\mathbf x = \begin x_1 \\ x_2 \\ \vdots \\ x_m \end]
The set of all column vectors forms a vector space which is the dual space to the set of all row vectors.
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.
- [\mathbf x = \begin x_1, x_2, \dots, x_m \end^]
- [\mathbf x = \begin x_1 \; x_2 \; \dots \; x_m \end \qquad \mathbf x^ = \begin x_1, x_2, \dots, x_m \end]
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.
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
