|
|
Line 1: |
Line 1: |
| {{Merge |Row and column spaces|date=September 2013}}
| | Hello! <br>My name is Terese and I'm a 27 years old boy from Bex.<br><br>My page ... [http://orangevethospital.com/web.html cheap michael kors] |
| | |
| [[Image:Matrix Columns.svg|thumb|right|The column vectors of a [[matrix (mathematics)|matrix]]]]
| |
| In [[linear algebra]], the '''column space''' C(''A'') of a [[matrix (mathematics)|matrix]] ''A'' (sometimes called the '''range''' of a matrix) is the set of all possible [[linear combination]]s of its [[column vector]]s.
| |
| | |
| Let ''K'' be a [[field (mathematics)|field]] (such as [[real number|real]] or [[complex number|complex]] numbers). The column space of an ''m'' × ''n'' matrix with components from ''K'' is a [[linear subspace]] of the [[Examples of vector spaces #Coordinate space|''m''-space]] ''K''<sup>''m''</sup>. The [[dimension (linear algebra)|dimension]] of the column space is called the [[rank (linear algebra)|rank]] of the matrix.<ref>Linear algebra, as discussed in this article, is a very well established mathematical discipline for which there are many sources. Almost all of the material in this article can be found in Lay 2005, Meyer 2001, and Strang 2005.</ref> A definition for matrices over a [[ring (mathematics)|ring]] ''K'' (such as [[integer]]s) [[#For matrices over a ring|is also possible]].
| |
| | |
| The column space of a matrix is the [[image (mathematics)|image]] or [[range (mathematics)|range]] of the corresponding [[matrix transformation]].
| |
| | |
| ==Definition==
| |
| Let ''K'' be a [[field (mathematics)|field]] of [[scalar (mathematics)|scalars]]. Let ''A'' be an ''m'' × ''n'' matrix, with column vectors '''v'''<sub>1</sub>, '''v'''<sub>2</sub>, ..., '''v'''<sub>''n''</sub>. A [[linear combination]] of these vectors is any vector of the form
| |
| :<math>c_1 \mathbf{v}_1 + c_2 \mathbf{v}_2 + \cdots + c_n \mathbf{v}_n,</math>
| |
| where ''c''<sub>1</sub>, ''c''<sub>2</sub>, ..., ''c<sub>n</sub>'' are scalars. The set of all possible linear combinations of '''v'''<sub>1</sub>, ... ,'''v'''<sub>''n''</sub> is called the '''column space''' of ''A''. That is, the column space of ''A'' is the [[linear span|span]] of the vectors '''v'''<sub>1</sub>, ... , '''v'''<sub>''n''</sub>.
| |
| | |
| Any linear combination of the column vectors of a matrix ''A'' can be written as the product of ''A'' with a column vector:
| |
| :<math>\begin{array} {rcl}
| |
| A \begin{bmatrix} c_1 \\ \vdots \\ c_n \end{bmatrix}
| |
| & = & \begin{bmatrix} a_{11} & \cdots & a_{1n} \\ \vdots & \ddots & \vdots \\ a_{n1} & \cdots & a_{nn} \end{bmatrix} \begin{bmatrix} c_1 \\ \vdots \\ c_n \end{bmatrix}
| |
| = \begin{bmatrix} c_1 a_{11} + & \cdots & + c_{n} a_{1n} \\ \vdots & \vdots & \vdots \\ c_{1} a_{n1} + & \cdots & + c_{n} a_{nn} \end{bmatrix} = c_1 \begin{bmatrix} a_{11} \\ \vdots \\ a_{n1} \end{bmatrix} + \cdots + c_n \begin{bmatrix} a_{1n} \\ \vdots \\ a_{nn} \end{bmatrix} \\
| |
| & = & c_1 \mathbf{v}_1 + \cdots + c_n \mathbf{v}_n
| |
| \end{array}</math>
| |
| | |
| Therefore, the column space of ''A'' consists of all possible products ''A'''''x''', for '''x''' ∈ '''C'''<sup>''n''</sup>. This is the same as the [[image (mathematics)|image]] (or [[range (mathematics)|range]]) of the corresponding [[matrix transformation]].
| |
| | |
| ;Example
| |
| :If <math>A = \begin{bmatrix} 1 & 0 \\ 0 & 1 \\ 2 & 0 \end{bmatrix}</math>, then the column vectors are '''v'''<sub>1</sub> = (1, 0, 2)<sup>T</sup> and '''v'''<sub>2</sub> = (0, 1, 0)<sup>T</sup>.
| |
| :A linear combination of '''v'''<sub>1</sub> and '''v'''<sub>2</sub> is any vector of the form
| |
| ::<math>c_1 \begin{bmatrix} 1 \\ 0 \\ 2 \end{bmatrix} + c_2 \begin{bmatrix} 0 \\ 1 \\ 0 \end{bmatrix} = \begin{bmatrix} c_1 \\ c_2 \\ 2c_1 \end{bmatrix}\,</math>
| |
| :The set of all such vectors is the column space of ''A''. In this case, the column space is precisely the set of vectors (''x'', ''y'', ''z'') ∈ '''R'''<sup>3</sup> satisfying the equation ''z'' = 2''x'' (using [[Cartesian coordinates]], this set is a [[plane (mathematics)|plane]] through the origin in [[three-dimensional space]]).
| |
| | |
| ==Basis==
| |
| The columns of ''A'' span the column space, but they may not form a [[basis (linear algebra)|basis]] if the column vectors are not [[linearly independent]]. Fortunately, [[elementary row operations]] do not affect the dependence relations between the column vectors. This makes it possible to use [[row reduction]] to find a [[basis (linear algebra)|basis]] for the column space.
| |
| | |
| For example, consider the matrix
| |
| :<math>A = \begin{bmatrix} 1 & 3 & 1 & 4 \\ 2 & 7 & 3 & 9 \\ 1 & 5 & 3 & 1 \\ 1 & 2 & 0 & 8 \end{bmatrix}\text{.}</math>
| |
| The columns of this matrix span the column space, but they may not be [[linearly independent]], in which case some subset of them will form a basis. To find this basis, we reduce ''A'' to [[reduced row echelon form]]:
| |
| :<math>\begin{bmatrix} 1 & 3 & 1 & 4 \\ 2 & 7 & 3 & 9 \\ 1 & 5 & 3 & 1 \\ 1 & 2 & 0 & 8 \end{bmatrix}
| |
| \sim \begin{bmatrix} 1 & 3 & 1 & 4 \\ 0 & 1 & 1 & 1 \\ 0 & 2 & 2 & -3 \\ 0 & -1 & -1 & 4 \end{bmatrix}
| |
| \sim \begin{bmatrix} 1 & 0 & -2 & 1 \\ 0 & 1 & 1 & 1 \\ 0 & 0 & 0 & -5 \\ 0 & 0 & 0 & 5 \end{bmatrix}
| |
| \sim \begin{bmatrix} 1 & 0 & -2 & 0 \\ 0 & 1 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & 0 \end{bmatrix}\text{.}</math><ref>This computation uses the [[Gaussian elimination|Gauss–Jordan]] row-reduction algorithm. Each of the shown steps involves multiple elementary row operations.</ref>
| |
| At this point, it is clear that the first, second, and fourth columns are linearly independent, while the third column is a linear combination of the first two. (Specifically, '''v'''<sub>3</sub> = –2'''v'''<sub>1</sub> + '''v'''<sub>2</sub>.) Therefore, the first, second, and fourth columns of the original matrix are a basis for the column space:
| |
| :<math>\begin{bmatrix} 1 \\ 2 \\ 1 \\ 1\end{bmatrix},\;\;
| |
| \begin{bmatrix} 3 \\ 7 \\ 5 \\ 2\end{bmatrix},\;\;
| |
| \begin{bmatrix} 4 \\ 9 \\ 1 \\ 8\end{bmatrix}\text{.}</math>
| |
| Note that the independent columns of the reduced row echelon form are precisely the columns with [[Pivot_element|pivots]]. This makes it possible to determine which columns are linearly independent by reducing only to [[row echelon form|echelon form]].
| |
| | |
| The above algorithm can be used in general to find the dependence relations between any set of vectors, and to pick out a basis from any spanning set. A different algorithm for finding a basis from a spanning set is given in the [[row space]] article; finding a basis for the column space of ''A'' is equivalent to finding a basis for the row space of the [[transpose]] matrix ''A''<sup>T</sup>.
| |
| | |
| ==Dimension==
| |
| {{main|Rank (linear algebra)}}
| |
| The [[dimension (linear algebra)|dimension]] of the column space is called the '''[[rank (linear algebra)|rank]]''' of the matrix. The rank is equal to the number of pivots in the [[reduced row echelon form]], and is the maximum number of linearly independent columns that can be chosen from the matrix. For example, the 4 × 4 matrix in the example above has rank three.
| |
| | |
| Because the column space is the [[image (mathematics)|image]] of the corresponding [[matrix transformation]], the rank of a matrix is the same as the dimension of the image. For example, the transformation '''R'''<sup>4</sup> → '''R'''<sup>4</sup> described by the matrix above maps all of '''R'''<sup>4</sup> to some four-dimensional [[Euclidean subspace|subspace]].
| |
| | |
| The '''nullity''' of a matrix is the dimension of the [[kernel (matrix)|null space]], and is equal to the number of columns in the reduced row echelon form that do not have pivots.<ref>Columns without pivots represent free variables in the associated homogeneous [[system of linear equations]].</ref> The rank and nullity of a matrix ''A'' with ''n'' columns are related by the equation:
| |
| :<math>\text{rank}(A) + \text{nullity}(A) = n.\,</math>
| |
| This is known as the [[rank-nullity theorem]].
| |
| | |
| ==Relation to the left null space==
| |
| The [[left null space]] of ''A'' is the set of all vectors '''x''' such that '''x'''<sup>T</sup>''A'' = '''0'''<sup>T</sup>. It is the same as the [[kernel (matrix)|null space]] of the [[transpose]] of ''A''. The product of the matrix ''A''<sup>T</sup> and the vector '''x''' can be written in terms of the [[dot product]] of vectors:
| |
| :<math>A^\mathsf{T}\mathbf{x} = \begin{bmatrix} \mathbf{v}_1 \cdot \mathbf{x} \\ \mathbf{v}_2 \cdot \mathbf{x} \\ \vdots \\ \mathbf{v}_n \cdot \mathbf{x} \end{bmatrix},</math>
| |
| because [[row vector]]s of ''A''<sup>T</sup> are transposes of column vectors '''v'''<sub>''k''</sub> of ''A''. Thus ''A''<sup>T</sup>'''x''' = '''0''' if and only if '''x''' is [[orthogonal]] (perpendicular) to each of the column vectors of ''A''.
| |
| | |
| It follows that the left null space (the null space of ''A''<sup>T</sup>) is the [[orthogonal complement]] to the column space of A.
| |
| | |
| For a matrix ''A'', the column space, row space, null space, and left null space are sometimes referred to as the [[four fundamental subspaces]].
| |
| | |
| ==For matrices over a ring==
| |
| Similarly the column space (sometimes disambiguated as ''right'' column space) can be defined for matrices over a [[ring (mathematics)|ring]] ''K'' as
| |
| :<math>\sum\limits_{k=1}^n \mathbf{v}_k c_k</math>
| |
| for any ''c''<sub>1</sub>, ..., ''c<sub>n</sub>'', with replacement of the vector ''m''-space with "[[left and right (algebra)|right]] [[free module]]", which changes the order of [[scalar multiplication]] of the vector '''v'''<sub>''k''</sub> to the scalar ''c<sub>k</sub>'' such that it is written in an unusual order ''vector''–''scalar''.<ref>Important only if ''K'' is not [[commutative ring|commutative]]. Actually, this form is merely a [[matrix multiplication|product]] ''A'''''c''' of the matrix ''A'' to the column vector '''c''' from ''K''<sup>''n''</sup> where the order of factors is ''preserved'', unlike [[#Definition|the formula above]].</ref>
| |
| | |
| ==See also==
| |
| * [[Euclidean subspace]]
| |
| * [[Kernel (matrix)]]
| |
| * [[Row space]]
| |
| * [[Four fundamental subspaces]]
| |
| * [[Rank (linear algebra)]]
| |
| * [[Linear span]]
| |
| * [[Matrix (mathematics)]]
| |
| | |
| ==Notes==
| |
| {{reflist}}
| |
| | |
| ==References==
| |
| {{see also|Linear algebra#Further reading}}
| |
| | |
| ===Textbooks===
| |
| | |
| * {{Citation
| |
| | last = Strang
| |
| | first = Gilbert
| |
| | date = July 19, 2005
| |
| | title = Linear Algebra and Its Applications
| |
| | publisher = Brooks Cole
| |
| | edition = 4th
| |
| | isbn = 978-0-03-010567-8
| |
| }}
| |
| | |
| * {{Citation
| |
| | last = Axler
| |
| | first = Sheldon Jay
| |
| | date = 1997
| |
| | title = Linear Algebra Done Right
| |
| | publisher = Springer-Verlag
| |
| | edition = 2nd
| |
| | isbn = 0-387-98259-0
| |
| }}
| |
| * {{Citation
| |
| | last = Lay
| |
| | first = David C.
| |
| | date = August 22, 2005
| |
| | title = Linear Algebra and Its Applications
| |
| | publisher = Addison Wesley
| |
| | edition = 3rd
| |
| | isbn = 978-0-321-28713-7
| |
| }}
| |
| * {{Citation
| |
| | last = Meyer
| |
| | first = Carl D.
| |
| | date = February 15, 2001
| |
| | title = Matrix Analysis and Applied Linear Algebra
| |
| | publisher = Society for Industrial and Applied Mathematics (SIAM)
| |
| | isbn = 978-0-89871-454-8
| |
| | url = http://www.matrixanalysis.com/DownloadChapters.html
| |
| }}
| |
| * {{Citation
| |
| | last = Poole
| |
| | first = David
| |
| | date = 2006
| |
| | title = Linear Algebra: A Modern Introduction
| |
| | publisher = Brooks/Cole
| |
| | edition = 2nd
| |
| | isbn = 0-534-99845-3
| |
| }}
| |
| * {{Citation
| |
| | last = Anton
| |
| | first = Howard
| |
| | date = 2005
| |
| | title = Elementary Linear Algebra (Applications Version)
| |
| | publisher = Wiley International
| |
| | edition = 9th
| |
| }}
| |
| * {{Citation
| |
| | last = Leon
| |
| | first = Steven J.
| |
| | date = 2006
| |
| | title = Linear Algebra With Applications
| |
| | publisher = Pearson Prentice Hall
| |
| | edition = 7th
| |
| }}
| |
| | |
| ==External links==
| |
| {{wikibooks|Linear Algebra/Column and Row Spaces}}
| |
| * [http://www.khanacademy.org/video/column-space-of-a-matrix?playlist=Linear+Algebra Khan Academy video tutorial]
| |
| * {{MathWorld |title=Column Space |urlname=ColumnSpace}}
| |
| *{{aut|[[Gilbert Strang]]}}, [http://ocw.mit.edu/OcwWeb/Mathematics/18-06Spring-2005/VideoLectures/detail/lecture10.htm MIT Linear Algebra Lecture on the Four Fundamental Subspaces] at Google Video, from [[MIT OpenCourseWare]]
| |
| | |
| {{linear algebra}}
| |
| | |
| [[Category:Linear algebra]]
| |
| [[Category:Matrices]]
| |
| | |
| [[it:Spazi delle righe e delle colonne]]
| |
| [[nl:Kolom- en rijruimte]]
| |
| [[ur:قطار اور ستون فضا]]
| |
| [[zh:行空间与列空间]]
| |