Elementary Row Operations - only need two?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
clg211
Messages
4
Reaction score
0
I was reading that the "exchange rows" operation can be achieved through the other two operations: multiplication by a nonzero number and adding a multiple of one row to another.

Any thoughts on the actual algorithm for achieving an exchange of rows through these other two operations? I realize it should be an iterative process, but not sure where it would start.
 
Physics news on Phys.org
I would start with the elementary matrix for a swap, and try and reduce it to row echelon form using only adds and multiplies.

You start with this
[tex] \begin{array}{cc}<br /> 0 & 1 \\<br /> 1 & 0<br /> \end{array}[/tex]

Now, where to begin? How about the usual place; we want a 1 in the top-left corner...