![]() |
VOOZH | about |
Reduced Row Echelon Form of a matrix is used to find the rank of a matrix and further allows to solve a system of linear equations. A matrix is in Row Echelon form if
Example :
A matrix can have several row echelon forms. A matrix is in Reduced Row Echelon Form if
Example:
Where a1,a2,b1,b2,b3 are nonzero elements.
A matrix has a unique Reduced row echelon form. Matlab allows users to find Reduced Row Echelon Form using rref() method. Different syntax of rref() are:
Let us discuss the above syntaxes in detail:
It returns the Reduced Row Echelon Form of the matrix A using the Gauss-Jordan method.
Output :
👁 ImageOutput :
👁 ImageThe System of linear equations is
Coefficient matrix A is
Constant matrix B is
Then Augmented matrix [AB] is
Output :
👁 ImageThen the reduced equations are
It has infinite solutions, one can be .