Row and column spaces: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Textbooks: Task 16: replaced (1×) / removed (0×) deprecated |dead-url= and |deadurl= with |url-status=;
Correct Row Space BASIS value. https://www.wolframalpha.com/input/?i=row+space+%7B%7B1+%2C3%2C+2%7D%2C+%7B2%2C+7%2C+4%7D%2C+%7B1%2C+5%2C+2%7D%7D
Line 144:
\begin{bmatrix} 1 & 0 & 2 \\ 0 & 1 & 0 \\ 0 & 0 & 0\end{bmatrix}.
</math>
Once the matrix is in echelon form, the nonzero rows are a basis for the row space. In this case, the basis is {&nbsp;(1,&#8239;3,&#8239;2),&nbsp;(02,&#8239;17,&#8239;04)&nbsp;}. Another possible basis {&nbsp;(1,&#8239;0,&#8239;2),&nbsp;(0,&#8239;1,&#8239;0)&nbsp;} comes from a further reduction.<ref name="example">The example is valid over the [[real number]]s, the [[rational number]]s, and other [[number field]]s. It is not necessarily correct over fields and rings with non-zero [[characteristic (algebra)|characteristic]].</ref>
 
This algorithm can be used in general to find a basis for the span of a set of vectors. If the matrix is further simplified to [[reduced row echelon form]], then the resulting basis is uniquely determined by the row space.