Matrix Calculator

🌐 English
A (3×3)
Rows: 3
Cols: 3
B (3×3)
Rows: 3
Cols: 3
Supports: fractions (1/2), decimals (0.5), constants (pi, e). Empty cells are treated as 0.
>

Calculation Results

System of Equations Calculator – Solve Linear Systems Step by Step

1. What Is a System of Equations?

A system of equations is a collection of two or more equations that share the same variables. In linear algebra, solving a system means finding the values of the variables that satisfy all equations at the same time.

For example:

$$ \begin{cases} x + y = 3 \\ 2x + 3y = 8 \end{cases} $$

This system has the unique solution: \(x = 1,\; y = 2\).

2. How Does This Calculator Solve Equations?

This calculator converts a linear system into an augmented matrix, then applies Gauss–Jordan elimination to compute the Reduced Row Echelon Form (RREF).

In other words, the system of equations calculator is powered by the same row-reduction logic used in the RREF calculator.

$$ \begin{cases} x + y = 3 \\ 2x + 3y = 8 \end{cases} \quad \Longrightarrow \quad \left[ \begin{array}{cc|c} 1 & 1 & 3 \\ 2 & 3 & 8 \end{array} \right] $$

3. Possible Types of Solutions

  • Unique solution: one exact answer for every variable.
  • Infinitely many solutions: at least one free variable remains.
  • No solution: the equations are inconsistent.

Examples:

Unique solution

$$ \begin{cases} x + y = 3 \\ 2x + 3y = 8 \end{cases} $$

Infinitely many solutions

$$ \begin{cases} x + y = 2 \\ 2x + 2y = 4 \end{cases} $$

No solution

$$ \begin{cases} x + y = 2 \\ x + y = 3 \end{cases} $$

4. Why Use an Augmented Matrix?

Writing a system as an augmented matrix makes elimination cleaner and faster. It also helps reveal:

  • pivot columns,
  • free variables,
  • inconsistencies,
  • and the final solution structure.

5. Common Mistakes

  • Entering coefficients in the wrong column order.
  • Forgetting constant terms on the right-hand side.
  • Assuming every system has a unique solution.
  • Ignoring contradictory rows such as \(0=1\).

6. Practice Problems

Click to reveal sample answers.

Exercise 1

$$ \begin{cases} x + y = 5 \\ 2x - y = 1 \end{cases} $$
Show Answer

\(x = 2,\; y = 3\)

Exercise 2

$$ \begin{cases} x + y + z = 6 \\ 2x + y + z = 7 \\ x + 2y + 3z = 14 \end{cases} $$
Show Answer

\(x = 1,\; y = 2,\; z = 3\)

Exercise 3

$$ \begin{cases} x + y = 2 \\ 2x + 2y = 4 \end{cases} $$
Show Answer

Infinitely many solutions.

Exercise 4

$$ \begin{cases} x + y = 2 \\ x + y = 3 \end{cases} $$
Show Answer

No solution.


Copyright Notice: This article is original content from the Matrix Calculator website. Please credit the source when sharing or reproducing it. For more matrix computation tools, visit matrixcalcu.com.

Learn matrix multiplication more easily in just 2 minutes with this free game.

Matrix Multiplication Game