3x3 System of Equations Solver

    Solve a 3x3 system of linear equations by coefficients with Cramer's rule, Gaussian elimination steps, classification, and answer check.

    Enter coefficients for three equations.
    x, row 1
    y, row 1
    z, row 1
    constant 1
    x, row 2
    y, row 2
    z, row 2
    constant 2
    x, row 3
    y, row 3
    z, row 3
    constant 3
    Virtual keypad for the active cell
    Solution
    x1
    y2
    z3
    Main determinant
    7
    x determinant
    7
    y determinant
    14
    z determinant
    21
    Method values
    The calculator computed the main determinant and three replacement determinants. If the main determinant is nonzero, the system has one solution.
    Substitution checks the values against each original row.
    Gaussian elimination check
    The augmented matrix is reduced to row-echelon form to confirm the same solution type.

    A 3x3 linear system is solved from three coefficient rows. The calculator shows variable values, determinant checks, and Gaussian elimination classification.

    What the 3x3 system solver calculates

    This page uses coefficient input. Fill three rows of a 3x4 augmented matrix: coefficients of x, y, z, and the constant for each equation. It is the fast workflow when the system is already in linear form.

    x, y, and z are the unknowns; a11 through a33 are coefficients; b1 through b3 are constants.

    FormatWhat to enterBest when
    Coefficient matrixthree coefficients and one constant per rowthe coefficients are already known
    Free-form equation textthree complete equationsthe equations still need parsing or rearranging
    If you have full equations
    Move each equation into standard linear form before entering coefficients. This page does not parse full equation text.

    Cramer's rule and determinants

    Cramer's rule calculates the main determinant of the coefficient matrix and three replacement determinants. If the main determinant is nonzero, the system has one ordered triple.

    The replacement determinants are divided by the main determinant Delta.

    Cramer's rule limit
    When the main determinant is zero, Cramer's rule does not produce a unique answer. The calculator also shows Gaussian elimination steps to classify the case.

    Gaussian elimination

    Gaussian elimination works on the augmented matrix. Forward elimination clears entries below pivot positions, and back substitution finds the values when a unique solution exists. The row-echelon form also reveals contradictions and free variables.

    1. Enter the three coefficient rows and constants
    2. Review the main and replacement determinants
    3. Compare the Cramer's rule result with Gaussian elimination
    4. Open the substitution check for a unique solution

    Three result types

    SignalCalculator outputMeaning
    Main determinant is nonzerovalues of x, y, z and a checkunique solution
    Main determinant is zero with no contradictioninfinitely many solutionsfree variables exist
    Gaussian elimination finds a contradictory rowno solutioninconsistent system
    No parametric family
    For infinitely many solutions, this calculator classifies the system but does not output a full parametric solution set.

    Cramer's rule vs Gaussian elimination

    CriteriaCramer's ruleGaussian elimination
    Usesdeterminantsrow operations
    Numerical answerwhen the main determinant is nonzeroafter forward elimination and back substitution
    Visible stepsmain and replacement determinantsaugmented matrix and row-echelon form
    Main valuecompact answer checkclassification of singular cases

    How to prepare the system

    Move the variable terms to the left and leave the constant on the right. If a variable is missing in a row, enter zero in that coefficient cell. Fractions can be entered as.

    StepExample
    Original rowx equals y plus z plus one
    After moving termscoefficients of x, y, z are 1, -1, -1
    Matrix inputenter 1, -1, -1, 1

    Frequently Asked Questions

    Sources and References

    Calculations are based on the listed reference sources. Links open in a new tab.

    Updated:

    Related Tools