Set the matrix size and enter the values of the augmented matrix to solve the corresponding system of linear equations.
Related
Use this augmented matrix calculator to solve systems of linear equations by reducing the augmented matrix using the Gauss-Jordan elimination method. It provides the values of the unknown variables and displays the step-by-step row operations.
This calculator solves augmented matrices by applying elementary row operations through the Gauss-Jordan elimination method. Let's see how it works:
After the calculation, the calculator provides:
We solve the system using Gauss-Jordan elimination, which reduces the augmented matrix to Reduced Row Echelon Form (RREF).
Solve the system:
3x + 5y = 10
7x + 9y = 15
$$ \begin{bmatrix} 3 & 5 & 10 \\ 7 & 9 & 15 \end{bmatrix} $$
$$ R_1 = \frac{R_1}{3} \Rightarrow \begin{bmatrix} 1 & 5/3 & 10/3 \\ 7 & 9 & 15 \end{bmatrix} $$
$$ R_2 = R_2 - 7R_1 \Rightarrow \begin{bmatrix} 1 & 5/3 & 10/3 \\ 0 & -8/3 & -25/3 \end{bmatrix} $$
$$ R_2 = \left(-\frac{3}{8}\right) R_2 \Rightarrow \begin{bmatrix} 1 & 5/3 & 10/3 \\ 0 & 1 & 25/8 \end{bmatrix} $$
$$ R_1 = R_1 - \frac{5}{3}R_2 \Rightarrow \begin{bmatrix} 1 & 0 & -15/8 \\ 0 & 1 & 25/8 \end{bmatrix} $$
The resulting RREF matrix gives the solution:
x = -15/8, y = 25/8
One common way to solve an augmented matrix is by using the Gauss-Jordan elimination method. If you prefer the standard elimination approach with back substitution, our Gaussian Elimination Calculator can solve the same system using that method.
The Gauss-Jordan elimination method use elementary row operations to simplify an augmented matrix while preserving the solution set for the system of linear equations. Here are the three elementary row operations:
These three operations form the foundation of the Gauss-Jordan elimination method. They are used to transform an augmented matrix into Row Echelon Form (REF) or Reduced Row Echelon Form (RREF).
An augmented matrix is formed by combining the coefficient matrix and the constants column of a system of linear equations. It provides a compact way to solve the system using matrix operations. The number of rows in the augmented matrix equals the number of equations (or variables) in the system.
Consider a system of three linear equations:
a₁x + b₁y + c₁z = d₁
a₂x + b₂y + c₂z = d₂
a₃x + b₃y + c₃z = d₃
Coefficient Matrix (A):
$$ A = \begin{bmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{bmatrix} $$
Constants Column (B):
$$ B = \begin{bmatrix} d_1 \\ d_2 \\ d_3 \end{bmatrix} $$
Variables (X):
$$ X = \begin{bmatrix} x \\ y \\ z \end{bmatrix} $$
The augmented matrix is denoted as [A | B].
Use our calculator whenever you want to simplify solving systems of linear equations or verify your results. It is especially helpful when you need to:
If you only need to convert a matrix to reduced row echelon form without solving a complete augmented system, try our Reduced Row Echelon Form (RREF) Calculator.
Yes, our rref augmented matrix calculator shows step-by-step row operations performed in the Gauss-Jordan elimination method, making it easier to understand and verify the solutions.
Yes. Our calculator can solve larger systems of linear equations as long as they are within the calculator's supported matrix size (2 × 2 to 10 × 10).
Yes, our calculator can solve 3×3 systems of linear equations using the Gauss-Jordan elimination method.
This is the row-reduction method which reduce augmented matrix to Reduced Row Echelon Form (RREF) to find the solution to a system of linear equations.
Related
Links
Home Conversion Calculator About Calculator Online Blog Hire Us Knowledge Base Sitemap Sitemap TwoEmail us at
Contact Us© Copyrights 2026 by Calculator-Online.net
How was your experience today?
Not now
Awesome! Would you mind sharing that on Trustpilot?
Your review helps others find a tool that actually works.
Write a Review on TrustpilotNot now
Sorry to hear that
Tell us what went wrong — we read every message.
Not now
Thanks for your feedback!
We'll use it to make things better.