Is it possible for a matrix to have no leading ones?

1.2k Views Asked by At

Is it possible for a matrix to have no leading ones? So that its reduced row echelon form has no leading ones. Is this possible?

Would the empty set be the only possible solution to this problem?

3

There are 3 best solutions below

1
On BEST ANSWER

The zero matrix, of any size, is in reduced row echelon form with no leading ones. As soon as there is a nonzero entry, there will be at least a leading one.

0
On

Not quite the empty set. The obvious answer is $A=0$.

0
On

If the reduced row echelon form has no leading ones, it is the zero matrix, and therefore any matrix which reduces to that is already the zero matrix.