Share on Facebook Share on Twitter Email
Answers.com

Row vector

 
(′rō ′vek·tər)

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


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

In linear algebra, a row vector or row matrix is a 1 × n matrix, that is, a matrix consisting of a single row:[1]

\mathbf x = \begin{bmatrix} x_1 & x_2 & \dots & x_m \end{bmatrix}.

The transpose of a row vector is a column vector:

\begin{bmatrix} x_1 \\ x_2 \\ \vdots \\ x_m \end{bmatrix} = \begin{bmatrix} x_1 \; x_2 \; \dots \; x_m \end{bmatrix}^{\rm T}.

The set of all row vectors forms a vector space which is the dual space to the set of all column vectors.

Contents

Notation

Row vectors are sometimes written using the following non-standard notation:

\mathbf x = \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}.

Preferred input vectors for matrix transformations

Frequently a row vector presents itself for an operation within n-space expressed by an n by n matrix M:

v M = p.

Then p is also a row vector and may present to another n by n matrix Q:

p Q = t.

Conveniently, one can write t = p Q = v MQ telling us that the matrix product transformation MQ can take v directly to t. Continuing with row vectors, matrix transformations further reconfiguring n-space can be applied to the right of previous outputs.

In contrast, when a column vector is transformed to become another column under an n by n matrix action, the operation occurs to the left:

p = M v and t = Q p ,

leading to the algebraic expression QM v for the composed output from v input. The matrix transformations mount up to the left in this use of a column vector for input to matrix transformation. The natural bias to read left-to-right, as subsequent transformations are applied in linear algebra, stands against column vector inputs.

Nevertheless, using the transpose operation these differences between inputs of a row or column nature are resolved by an antihomomorphism between the groups arising on the two sides. The technical construction uses the dual space associated with a vector space to develop the transpose of a linear map.

For an instance where this row vector input convention has been used to good effect see Raiz Usmani (1987), where on page 106 the convention allows the statement "The product mapping ST of U into W [is given] by:

α(ST) = (αS)T = βT = γ."

(The Greek letters represent row vectors).

Ludwik Silberstein used row vectors for spacetime events; he applied Lorentz transformation matrices on the right in his Theory of Relativity in 1914 (see page 143). In 1963 when McGraw-Hill published Differential Geometry by Heinrich Guggenheimer of the University of Minnesota, he uses the row vector convention in chapter 5, "Introduction to transformation groups" (eqs. 7a,9b and 12 to 15).

See also

Notes

  1. ^ Meyer (2000), p. 8

References


Best of the Web: Row vector
Top

Some good "Row 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 "Row vector" Read more