Share on Facebook Share on Twitter Email
Answers.com

Column vector

 
Sci-Tech Dictionary: column vector
(′käl·əm ′vek·tər)

(mathematics) A matrix consisting of only one column. Also known as column matrix.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: Column vector
Top

In linear algebra, a column vector or column matrix is an m × 1 matrix, i.e. a matrix consisting of a single column of \, m elements.

\mathbf{x} = \begin{bmatrix} x_1 \\ x_2 \\ \vdots \\ x_m \end{bmatrix}

The transpose of a column vector is a row vector and vice versa.

The set of all column vectors with a given number of elements forms a vector space which is the dual space to the set of all row vectors with that number of elements.

Contents

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{bmatrix} x_1 \; x_2 \; \dots \; x_m \end{bmatrix}^{\rm T}
or
\mathbf{x} = \begin{bmatrix} x_1, x_2, \dots, x_m \end{bmatrix}^{\rm T}

For further simplification, some authors also use the convention of writing both column vectors and row vectors as rows, but separating row vector elements with commas and column vector elements with semicolons (see alternative notation 2 in the table below). This alternative notation is used, for instance, in MATLAB, a widely used programming language specifically designed to simplify computations involving matrices.

Row vector Column vector
Standard matrix notation  \begin{bmatrix} x_1 \; x_2 \; \dots \; x_m \end{bmatrix}  \begin{bmatrix} x_1 \\ x_2 \\ \vdots \\ x_m \end{bmatrix} \text{ or } \begin{bmatrix} x_1 \; x_2 \; \dots \; x_m \end{bmatrix}^{\rm T}
Alternative notation 1  \begin{bmatrix} x_1, x_2, \dots, x_m \end{bmatrix} \qquad  \begin{bmatrix} x_1, x_2, \dots, x_m \end{bmatrix}^{\rm T}
Alternative notation 2  \begin{bmatrix} x_1, x_2, \dots, x_m \end{bmatrix} \qquad  \begin{bmatrix} x_1; x_2; \dots; x_m \end{bmatrix}

Operations

  • Matrix multiplication involves the action of multiplying each row vector of one matrix by each column vector of another matrix.
  • The dot product of two vectors a and b is equivalent to multiplying the row vector representation of a by the column vector representation of b:
\mathbf{a} \cdot \mathbf{b} = \begin{bmatrix}
    a_1  & a_2  & a_3
\end{bmatrix}\begin{bmatrix} 
    b_1 \\ b_2 \\ b_3
\end{bmatrix}.


See also

References


Best of the Web: Column vector
Top

Some good "Column vector" pages on the web:


Math
mathworld.wolfram.com
 
 
 

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Column vector" Read more