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

... died on August 21, 1947 and is buried in Le Père Lachaise Cemetery , Paris, France. Under Romano Artioli In 1987 the Bugatti name was sold to Romano Artioli, an ...

 
 
 
This page was created in 44.9 ms