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
Bugatti

... Artioli In 1987 the Bugatti name was sold to Romano Artioli, an Italian entrepreneur. He commissioned a car that was to become the world's fastest, the Bugatti EB110 ...

 
 
 
This page was created in 34.3 ms