HOME

TheInfoList



OR:

In
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as :a_1x_1+\cdots +a_nx_n=b, linear maps such as :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrix (mathemat ...
, a column vector with elements is an m \times 1 matrix consisting of a single column of entries, for example, \boldsymbol = \begin x_1 \\ x_2 \\ \vdots \\ x_m \end. Similarly, a row vector is a 1 \times n matrix for some , consisting of a single row of entries, \boldsymbol a = \begin a_1 & a_2 & \dots & a_n \end. (Throughout this article, boldface is used for both row and column vectors.) The
transpose In linear algebra, the transpose of a Matrix (mathematics), matrix is an operator which flips a matrix over its diagonal; that is, it switches the row and column indices of the matrix by producing another matrix, often denoted by (among other ...
(indicated by ) of any row vector is a column vector, and the transpose of any column vector is a row vector: \begin x_1 \; x_2 \; \dots \; x_m \end^ = \begin x_1 \\ x_2 \\ \vdots \\ x_m \end and \begin x_1 \\ x_2 \\ \vdots \\ x_m \end^ = \begin x_1 \; x_2 \; \dots \; x_m \end. The set of all row vectors with entries in a given field (such as the
real numbers In mathematics, a real number is a number that can be used to measurement, measure a continuous variable, continuous one-dimensional quantity such as a time, duration or temperature. Here, ''continuous'' means that pairs of values can have arbi ...
) forms an -dimensional
vector space In mathematics and physics, a vector space (also called a linear space) is a set (mathematics), set whose elements, often called vector (mathematics and physics), ''vectors'', can be added together and multiplied ("scaled") by numbers called sc ...
; similarly, the set of all column vectors with entries forms an -dimensional vector space. The space of row vectors with entries can be regarded as the dual space of the space of column vectors with entries, since any linear functional on the space of column vectors can be represented as the left-multiplication of a unique row vector.


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. \boldsymbol = \begin x_1 \; x_2 \; \dots \; x_m \end^ or \boldsymbol = \begin x_1, x_2, \dots, x_m \end^ Some authors also use the convention of writing both column vectors and row vectors as rows, but separating row vector elements with
comma The comma is a punctuation mark that appears in several variants in different languages. Some typefaces render it as a small line, slightly curved or straight, but inclined from the vertical; others give it the appearance of a miniature fille ...
s and column vector elements with semicolons (see alternative notation 2 in the table below).


Operations

Matrix multiplication involves the action of multiplying each row vector of one matrix by each column vector of another matrix. The
dot product In mathematics, the dot product or scalar productThe term ''scalar product'' means literally "product with a Scalar (mathematics), scalar as a result". It is also used for other symmetric bilinear forms, for example in a pseudo-Euclidean space. N ...
of two column vectors , considered as elements of a coordinate space, is equal to the matrix product of the transpose of with , \mathbf \cdot \mathbf = \mathbf^\intercal \mathbf = \begin a_1 & \cdots & a_n \end \begin b_1 \\ \vdots \\ b_n \end = a_1 b_1 + \cdots + a_n b_n \,, By the symmetry of the dot product, the
dot product In mathematics, the dot product or scalar productThe term ''scalar product'' means literally "product with a Scalar (mathematics), scalar as a result". It is also used for other symmetric bilinear forms, for example in a pseudo-Euclidean space. N ...
of two column vectors is also equal to the matrix product of the transpose of with , \mathbf \cdot \mathbf = \mathbf^\intercal \mathbf = \begin b_1 & \cdots & b_n \end\begin a_1 \\ \vdots \\ a_n \end = a_1 b_1 + \cdots + a_n b_n\,. The matrix product of a column and a row vector gives the outer product of two vectors , an example of the more general
tensor product In mathematics, the tensor product V \otimes W of two vector spaces V and W (over the same field) is a vector space to which is associated a bilinear map V\times W \rightarrow V\otimes W that maps a pair (v,w),\ v\in V, w\in W to an element of ...
. The matrix product of the column vector representation of and the row vector representation of gives the components of their dyadic product, \mathbf \otimes \mathbf = \mathbf \mathbf^\intercal = \begin a_1 \\ a_2 \\ a_3 \end\begin b_1 & b_2 & b_3 \end = \begin a_1 b_1 & a_1 b_2 & a_1 b_3 \\ a_2 b_1 & a_2 b_2 & a_2 b_3 \\ a_3 b_1 & a_3 b_2 & a_3 b_3 \\ \end \,, which is the
transpose In linear algebra, the transpose of a Matrix (mathematics), matrix is an operator which flips a matrix over its diagonal; that is, it switches the row and column indices of the matrix by producing another matrix, often denoted by (among other ...
of the matrix product of the column vector representation of and the row vector representation of , \mathbf \otimes \mathbf = \mathbf \mathbf^\intercal = \begin b_1 \\ b_2 \\ b_3 \end\begin a_1 & a_2 & a_3 \end = \begin b_1 a_1 & b_1 a_2 & b_1 a_3 \\ b_2 a_1 & b_2 a_2 & b_2 a_3 \\ b_3 a_1 & b_3 a_2 & b_3 a_3 \\ \end \,.


Matrix transformations

An matrix can represent a
linear map In mathematics, and more specifically in linear algebra, a linear map (also called a linear mapping, linear transformation, vector space homomorphism, or in some contexts linear function) is a mapping V \to W between two vector spaces that p ...
and act on row and column vectors as the linear map's transformation matrix. For a row vector , the product is another row vector : \mathbf M = \mathbf \,. Another matrix can act on , \mathbf Q = \mathbf \,. Then one can write , so the matrix product transformation maps directly to . Continuing with row vectors, matrix transformations further reconfiguring -space can be applied to the right of previous outputs. When a column vector is transformed to another column vector under an matrix action, the operation occurs to the left, \mathbf^\mathrm = M \mathbf^\mathrm \,,\quad \mathbf^\mathrm = Q \mathbf^\mathrm, leading to the algebraic expression for the composed output from input. The matrix transformations mount up to the left in this use of a column vector for input to matrix transformation.


See also

* Covariance and contravariance of vectors * Index notation * Vector of ones * Single-entry vector * Standard unit vector *
Unit vector In mathematics, a unit vector in a normed vector space is a Vector (mathematics and physics), vector (often a vector (geometry), spatial vector) of Norm (mathematics), length 1. A unit vector is often denoted by a lowercase letter with a circumfle ...


Notes


References

* * * * * * {{Linear algebra Linear algebra Matrices (mathematics) Vectors (mathematics and physics)