Encyclopedia > Row space

  Article Content

Row space

In computer science and mathematics, 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).

Given a matrix J:

<math>
  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}
</math> and r1 = (2,4,1,3,2), r2 = (-1,-2,1,0,5), r3 = (1,6,2,2,2), r4 = (3,6,2,5,1)

The row space of J is the subspace of R5 spanned by { r1, r2, r3, r4 }

See also column space, null space.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Battle Creek, Michigan

... density is 481.1/km² (1,246.0/mi²). There are 23,525 housing units at an average density of 212.1/km² (549.3/mi²). The racial makeup of the city is ...

 
 
 
This page was created in 30.4 ms