Is matrix shown above in reduced row echelon form?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
From [https://brilliant.org/wiki/gaussian-elimination/] :
A matrix is in the reduced row echelon form if it has equal dimensions and it satisfies the following
The leftmost non-zero element in each row is 1 (also called pivot)
Any column can have at most 1 pivot.
For any two columns C 1 and C 2 that have pivots in rows R 1 and R 2 , respectively, if pivot in C 1 is to the left of pivot in C 2 . then R 1 is above R 2 .
Rows that consist only zeros are in the bottom of the matrix
Now let's check that all these conditions are satisfied by matrix A
All conditions are satisfied so in conclusion, the answer is Y e s