Gauss Elimination Calculator
Calculator for calculating the gauss 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.
|
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\)
Mathematical Equations
Associative PropertyLinear equation
Quadratic equation
Cubic equation
Discriminant
Gauss elimination method
|