Maths encyclopedia and lessons  
Search

Mathematics Encyclopedia and Lessons

 
     
 

Lessons

Popular
Subjects

algebra
arithmetic
calculus
equations
geometry
differential equations
trigonometry
number theory
probability theory
more
 

References

applied mathematics
mathematical games
mathematicians
more
 
 

Row and column spaces

(Redirected from Row space)

In mathematics, a matrix can be thought of being consisting of each row or column as a vector. Hence, a space formed by raw vectors or column vectors are said to be a row space or a column space.

The row space of an m-by-n matrix with real entries is the subspace of Rn generated by the row vectors of the matrix. Its dimension is equal to the rank of the matrix and is at most min(m,n).

The column space of an m-by-n matrix with real entries is the subspace of Rm generated by the column vectors of the matrix. Its dimension is the rank of the matrix and is at most min(m,n).

If one considers the matrix as a linear transformation from Rn to Rm, then the column space of the matrix equals the image of this linear transformation.

The column spaces of a matrix Z is the set of all linear combinations of the columns in Z. If Z = [a1, ...., an], then Col Z = Span {a1, ...., an}

The concept of row space generalises to matrices over any field, in particular C, the field of complex numbers.

Example

Given a matrix J:

J =   \begin{bmatrix}     2 & 4 & 1 & 3 & 2\\     -1 & -2 & 1 & 0 & 5\\     1 & 6 & 2 & 2 & 2\\     3 & 6 & 2 & 5 & 1\\   \end{bmatrix}

the rows are r1 = (2,4,1,3,2), r2 = (−1,−2,1,0,5), r3 = (1,6,2,2,2), r4 = (3,6,2,5,1). Consequently the row space of J is the subspace of R5 spanned by { r1, r2, r3, r4 }. Since these four row vectors are linearly dependent, the row space is 4-dimensional. Moreover in this case it can be seen that they are all orthogonal to the vector n = (6,−1,4,−4,0), so it can be deduced that the row space consists of all vectors in R5 that are orthogonal to n.

See also null space.

01-04-2007 01:18:14
The contents of this article are licensed from Wikipedia.org
under the GNU Free Documentation License. How to see transparent copy