Search for a tool
Matrix Reduced Row Echelon Form

Tool to reduce a matrix to its echelon row form (reduced). A row reduced matrix has an increasing number of zeros starting from the left on each row.

Results

Matrix Reduced Row Echelon Form -

Tag(s) : Matrix

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Matrix Reduced Row Echelon Form' tool for free! Thank you!

Matrix Reduced Row Echelon Form

Echelon Form Matrix Reduction Calculator

Loading...
(if this message do not disappear, try to refresh this page)

Gaussian Elimination Method and Steps

RREF with Modulo Calculator

Loading...
(if this message do not disappear, try to refresh this page)

Answers to Questions (FAQ)

What is a matrix in row echelon form? (Definition)

An reduced row echelon form matrix (RREF) is a matrix of the form $$ \begin{bmatrix} \oplus & * & * & * \\ 0 & 0 & \oplus & * \\ 0 & 0 & 0 & \oplus \\ 0 & 0 & 0 & 0 \end{bmatrix} $$

The $ * $ are any coefficients and the $ \oplus $ are non-zero coefficients called pivots.

A row reduced matrix is an echelon matrix whose pivots are 1 with coefficients in the column of the pivot equal to zero.

$$ \begin{bmatrix} 1 & * & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & 0 \end{bmatrix} $$

How to transform a matrix into an echelon matrix?

The transformation method of any matrix into a reduced row echelon matrix is possible by means of row operations such as:

— the permutation of 2 rows

— the multiplication of a row by a non-zero constant

— the addition of a row or a multiple of a row

Example: The following matrix $ M $ can be reduced in row echelon form in 4 steps: $$ M = \begin{bmatrix} 1 & 2 & 3 \\ 0 & 0 & 0 \\ 2 & 4 & 8 \end{bmatrix} $$
1/ Permutation of row 2 and 3 to get a row 3 filled with $ 0 $.
2/ Multiplication if the new row 2 by 1/2 (ou division par 2) : $ \begin{bmatrix} 2 & 4 & 8 \end{bmatrix} $ becomes $ \begin{bmatrix} 1 & 2 & 4 \end{bmatrix} $
3/ subtraction of row 1 to row 2: $ \begin{bmatrix} 1 & 2 & 4 \end{bmatrix} - \begin{bmatrix} 1 & 2 & 3 \end{bmatrix} = \begin{bmatrix} 0 & 0 & 1 \end{bmatrix} $
4/ subtraction of 3 times row 2 to row 1: $ \begin{bmatrix} 1 & 2 & 3 \end{bmatrix} - 3 \cdot \begin{bmatrix} 0 & 0 & 1 \end{bmatrix} = \begin{bmatrix} 1 & 2 & 0 \end{bmatrix} $.
The matrix in row echelon form is $$ \begin{bmatrix} 1 & 2 & 0 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \end{bmatrix} $$

This method is called Gaussian elimination.

How to echelon a matrix with Gauss method?

dCode has a page on Gauss elimination method, its result is a reduction of the starting matrix.

Source code

dCode retains ownership of the "Matrix Reduced Row Echelon Form" source code. Any algorithm for the "Matrix Reduced Row Echelon Form" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Matrix Reduced Row Echelon Form" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Matrix Reduced Row Echelon Form" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.

Cite dCode

The content of the page "Matrix Reduced Row Echelon Form" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source. Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link: https://www.dcode.fr/matrix-row-echelon
In a scientific article or book, the recommended bibliographic citation is: Matrix Reduced Row Echelon Form on dCode.fr [online website], retrieved on 2025-04-16, https://www.dcode.fr/matrix-row-echelon

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Matrix Reduced Row Echelon Form' tool for free! Thank you!


https://www.dcode.fr/matrix-row-echelon
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback