Gauss Elimination Calculator

Calculator for calculating the gauss elimination method

Calculate elimination method


As a result, this function returns the values x and y of a linear system of equations.

To calculate, enter the values for a, b and c of the two equations, then click the 'Calculate' button.


Calculate Gauss method

 1st equation
Argument a
Argument b
Argument c
 2nd equation
Argument a
Argument b
Argument c
Decimal places
  Results
x
y

The Gaussian elimination method, or simply Gaussian method, is an algorithm derived from linear algebra. It is a method for solving systems of linear equations and is based on the fact that equivalent transformations change the system of equations, but preserve the solution. It allows the unknowns to be determined by successive elimination.

The function on this page solves the linear system of equations:

\(a_1x+b_1y=c1\)

\(a_2x+b_2y=c2\)
Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?