This Reduced Row Echelon Form Calculator transforms the input matrix to reduced row echelon form.
To use this calculator:
Reduced Row Echelon Form (RREF) is a matrix obtained by applying row operations to a matrix until it satisfies the following conditions:
To achieve row echelon form, we have to perform row operation on matrix.
Let's take an example of a matrix and convert it to row echelon form.
Given Matrix:
Equation 1: 3x + 4y = 21
Equation 2: 4x + 8y = 32
The above equation in matrix form is:
\(M = \begin{bmatrix}
3 & 4 & 21 \\
4 & 8 & 32 \\
\end{bmatrix}
\)
Step 1: Divide Row 1 by 3 (R1 = R1/3)
\(M = \begin{bmatrix}
1 & \frac{4}{3} & 7 \\
4 & 8 & 32 \\
\end{bmatrix}
\)
Step 2: Subtract 4 times Row 1 from Row 2 (R2 = R2 - 4R1)
\(M = \begin{bmatrix}
1 & \frac{4}{3} & 7 \\
0 & 4 & 4 \\
\end{bmatrix}
\)
Step 3: Divide Row 2 by 4 (R2 = R2/4)
\(M = \begin{bmatrix}
1 & \frac{4}{3} & 7 \\
0 & 1 & 1 \\
\end{bmatrix}
\)
Step 4: Subtract 4/3 times Row 2 from Row 1 (R1 = R1 - 4/3 R2)
\(M = \begin{bmatrix}
1 & 0 & 5 \\
0 & 1 & 1 \\
\end{bmatrix}
\)
If the calculator above is not working properly or is showing inaccurate results, please let us know. We will try to fix it as soon as possible. You can also send us your suggestions and feedback, from our feedback form below