Gauss-Jordan Elimination

Solve 2x2 equations via Gauss-Jordan elimination. Enter a11, a12, b1, a21, a22, b2 to get x1, x2 instantly. Free linear algebra calculator for math students.

Solve system via Gauss-Jordan

Augmented matrix [A | b]: a₁₁x₁ + a₁₂x₂ = b₁, a₂₁x₁ + a₂₂x₂ = b₂

About This Calculator

This Gauss-Jordan elimination calculator solves a 2x2 system of linear equations in the form a11·x1 + a12·x2 = b1, a21·x1 + a22·x2 = b2 by transforming the augmented matrix into reduced row echelon form (RREF). Named after mathematicians Carl Friedrich Gauss and Wilhelm Jordan, this method uses elementary row operations -- row swapping, scaling, and addition -- to systematically eliminate variables until the solution is directly obtained.

The calculator first ensures the pivot element a11 is non-zero (swapping rows if needed), then eliminates the coefficient a21 below the pivot, and finally back-substitutes to find x2 and x1. If the system is singular (parallel or coincident lines), the calculator detects this and displays an appropriate message. The results show the exact values of x1 and x2 with up to six decimal places of precision.

Regional Notes

India (IN): Gauss-Jordan elimination is part of the Class 12 CBSE mathematics curriculum under the matrices and determinants chapter. Students learn to solve systems using row reduction as a foundation for understanding matrix invertibility and linear transformations.

United States (US): Gauss-Jordan elimination is typically introduced in college algebra, precalculus, and introductory linear algebra courses at the undergraduate level. It is a fundamental algorithm taught alongside Gaussian elimination and Cramer's rule.

United Kingdom (UK): Gauss-Jordan elimination appears in A-Level further mathematics, particularly in the matrices unit covering the solution of linear systems and matrix inversion through row operations.

Frequently Asked Questions

What is Gauss-Jordan elimination?

Gauss-Jordan elimination is a method for solving systems of linear equations by transforming the augmented matrix into reduced row echelon form (RREF) using elementary row operations: row swapping, scaling, and addition. For a 2x2 system, it produces the solution directly from the transformed matrix without back-substitution.

When does Gauss-Jordan elimination fail?

Gauss-Jordan elimination fails when the coefficient matrix is singular -- that is, when the two equations represent parallel lines (no solution) or coincident lines (infinitely many solutions). This happens when the system determinant is zero and one row becomes all zeros after elimination.

What is the difference between Gauss-Jordan and Gaussian elimination?

Gaussian elimination produces an upper triangular matrix (row echelon form) and then uses back-substitution to find solutions. Gauss-Jordan elimination goes further by eliminating the upper triangle as well, producing the reduced row echelon form (RREF) where the solution is immediately readable without any back-substitution step.

Can this calculator solve 3x3 or larger systems?

This calculator currently solves 2x2 systems (two equations, two unknowns). The Gauss-Jordan method extends naturally to larger systems, but for 3x3 and above, specialized linear algebra software is typically recommended for numerical stability and efficiency.

What are elementary row operations in Gauss-Jordan elimination?

The three elementary row operations are: (1) swapping two rows, (2) multiplying a row by a non-zero scalar, and (3) adding a multiple of one row to another row. These operations preserve the solution set of the system and are the building blocks of the Gauss-Jordan elimination algorithm.

How do I interpret the solution x1 and x2?

The solution x1 and x2 are the values that satisfy both equations simultaneously. Geometrically, they represent the intersection point (x1, x2) of the two lines in the coordinate plane. A unique solution exists only when the two lines cross at exactly one point.

Is Gauss-Jordan elimination taught in schools?

Yes. In India (IN), Gauss-Jordan elimination is part of the Class 12 CBSE mathematics curriculum under matrices. In the United States (US), it is covered in college algebra and introductory linear algebra courses. In the United Kingdom (UK), it appears in A-Level further mathematics.

Is this Gauss-Jordan elimination calculator free to use?

Yes, all calculators on Calculy including this Gauss-Jordan elimination calculator are completely free to use with no registration or subscription required.