produce a Matlab/Octave script that takes an m × n matrix A and transforms it into a row equivalent matrix in RREF. This script may not use any matlab functions except size. You can and should use for and/or while loops.
produce a Matlab/Octave script that takes an m × n matrix A and transforms it into a row equivalent matrix in RREF. This script may not use any matlab functions except size. You can and should use for and/or while loops.