I am wondering if there is a Mathematica command that will put a matrix in row echelon form. That is, put
[123234−102] in row echelon form: [123012001] I am aware that I can do a sequence of elementary row operations. I am also aware of the RowReduce command which puts a matrix in reduced row echelon form. I even saw a Method->"OneStepRowReduction" used by the RowReduce command which I thought might be the choice.
Just wondering if there is a command for this that I cannot find.
Comments
Post a Comment