Content deleted Content added
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 { (1, 3, 2), (
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.
|