Calculator-Online.net

Calculator Online

Calculator-Online.net

Calculator Online

Follow Us On:

Your Result is copied!

Augmented Matrix Calculator

Set the matrix size and enter the values of the augmented matrix to solve the corresponding system of linear equations.

Advertisement

Size of the matrix

X

Matrix

Advertisement

Augmented Matrix Calculator:

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.

How to Use the Augmented Matrix Calculator? 

This calculator solves augmented matrices by applying elementary row operations through the Gauss-Jordan elimination method. Let's see how it works: 

Input:

  1. Select the matrix size (number of equations × number of variables)
  2. Enter the coefficients and constant values into the augmented matrix
  3. Click the “Calculate” button

Output:

After the calculation, the calculator provides:

  • Step-by-step row operations used during the Gauss-Jordan elimination process
  • The final values of the unknown variables (e.g., x, y, z)
  • The solution type, indicating whether the system has:
    • A unique solution
    • Infinitely many solutions
    • No solution (inconsistent system)

How to Solve an Augmented Matrix?

We solve the system using Gauss-Jordan elimination, which reduces the augmented matrix to Reduced Row Echelon Form (RREF).

Example:

Solve the system:

3x + 5y = 10

7x + 9y = 15

Step 0: Write the augmented matrix:

$$ \begin{bmatrix} 3 & 5 & 10 \\ 7 & 9 & 15 \end{bmatrix} $$

Step 1: Make the first pivot 1 by dividing the first row by 3:

$$ R_1 = \frac{R_1}{3} \Rightarrow \begin{bmatrix} 1 & 5/3 & 10/3 \\ 7 & 9 & 15 \end{bmatrix} $$

Step 2: Eliminate the x-term in row 2:

$$ R_2 = R_2 - 7R_1 \Rightarrow \begin{bmatrix} 1 & 5/3 & 10/3 \\ 0 & -8/3 & -25/3 \end{bmatrix} $$

Step 3: Make the pivot in row 2 equal to 1:

$$ R_2 = \left(-\frac{3}{8}\right) R_2 \Rightarrow \begin{bmatrix} 1 & 5/3 & 10/3 \\ 0 & 1 & 25/8 \end{bmatrix} $$

Step 4: Eliminate the y-term in row 1:

$$ 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.


How the Gauss-Jordan Elimination Method Works 

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:

  1. Swap Rows: Exchange the position of any two rows in the matrix
  2. Multiply/Divide a Row: Multiply or divide any element of a row by a non-zero constant
  3. Add/Substract a Multiple of Rows: Perform addition or subtraction of a multiple of one row from another row to reduce and simplify the matrix

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).


What Is an Augmented Matrix?

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₃

Matrix Form

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].


Properties of Augmented Matrices:

  1. Number of columns = number of variables + 1 (for constants)
  2. Number of rows = number of equations
  3. Rows can be swapped without changing the solution
  4. Multiplying or dividing a row by a non-zero constant generates an equivalent system 
  5. Row operations change the matrix into Row Echelon Form (REF) or Reduced Row Echelon Form (RREF) without disturbing the solution set

When Should You Use an Augmented Matrix Calculator?

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:

  1. Solve systems of linear equations quickly and accurately.
  2. Find the values of the unknown variables (e.g., x, y, and z).
  3. Understand row reduction using the Gauss-Jordan elimination method.
  4. Verify homework, assignments, and exam solutions.
  5. Learn the step-by-step elementary row operations.
  6. Determine whether a system has a unique solution, infinitely many solutions, or no solution.
  7. Reduce manual calculations and minimize human errors.
  8. Apply linear algebra to problems in physics, engineering, computer science, economics, and other related fields.

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.


FAQ’s:

Does this calculator show the steps? 

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. 

Can it solve larger matrices?

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). 

Can this calculator solve 3×3 systems?

Yes, our calculator can solve 3×3 systems of linear equations using the Gauss-Jordan elimination method.

What is the difference between a matrix and an augmented matrix?

  • Matrix: A matrix contains only the coefficients or numerical values arranged in rows and columns
  • Augmented Matrix: An augmented matrix contains an additional column that stores the constants on the right-hand side of a system of linear equations, making it easier to perform row operations such as the Gauss-Jordan elimination method

What is 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.

animal image
sales modal popup close

Easter into Action, Save With Satisfaction

UPTO

50 %

OFF

Online Calculator

Calculator Online

Get the ease of calculating anything from the source of calculator online

Email us at

Contact Us

© Copyrights 2026 by Calculator-Online.net