A gaussian elimination calculator for a pair of linear equations: set the grid from 2x2 up to 6x6, type the coefficients, and the augmented matrix is solved instantly - determinant first, then the solution vector, with every row operation the gaussian elimination calculator performs explained.
One equation per row — coefficients of x, y, then the constant behind the bar.
One row per equation, one click. This gaussian elimination calculator takes each equation as one row of an augmented matrix, so you never touch matrix notation yourself. Pick the size first - the gaussian elimination calculator grid adjusts from 2 equations up to 6.
Both rows together form the augmented matrix that the gaussian elimination calculator reduces.
Two results come back from the gaussian elimination calculator, and both matter:
Under the hood, this gaussian elimination calculator runs the elimination as an LU factorization, then rounds to 10 digits. The defaults 2, 1, 5, 1, -1, 1 come back clean - the gaussian elimination calculator rounds the noise away. When the determinant reads 0, the solution row has nothing unique to print. Example 3 shows how the gaussian elimination calculator behaves there.
This page is more than a static gaussian elimination calculator - it is also an AI tutor you can ask questions:
Take the default system 2x + y = 5 and x - y = 1. Stack the coefficients in a grid and keep the constants behind a bar. The equal signs turn into one vertical line - the gaussian elimination calculator's starting grid:
1 & -1 & 1 \end{array}\right]$$That bracketed grid is the augmented matrix - the object this gaussian elimination calculator actually works on. Each row is still an equation, and each column belongs to one variable - all the structure the gaussian elimination calculator needs. A missing term enters as 0.
Gaussian elimination cleans the grid with row operations until the answer reads off the last column - the gaussian elimination calculator's whole job. A 1904 college algebra text puts the goal plainly: elimination derives, from two equations, a new one where an unknown disappears. The gaussian elimination calculator performs that disappearance one whole column at a time.
The picture shows why the arithmetic cannot fail when the determinant is nonzero. The two rows are two lines, and the solution is their crossing point (2, 1). The gaussian elimination calculator finds that same point with algebra alone - for a gaussian elimination calculator, the graph is just the receipt.
Only three moves are legal, and the gaussian elimination calculator uses no others:
The target shape is row-echelon form: 1s down the main diagonal, 0s everywhere below. Gaussian elimination stops there and back-substitutes. Gauss-Jordan elimination sweeps above the diagonal too, until the last column is the answer itself. That final shape is what the gaussian elimination calculator aims past.
The grid of this gaussian elimination calculator is exactly the augmented matrix: one row per equation, one column per variable, the constants in the last column. For the default 2x2 that is over .
The determinant row computes (the n×n generalization runs the same way), the gaussian elimination calculator's first printed result. Line both equations up as first, so each variable keeps its own column - the gaussian elimination calculator trusts your typing.
Multiply one equation until an x-coefficient matches the other, then add or subtract the equations whole. An 1859 text lists this as elimination by addition or subtraction, its first method. The rows of the gaussian elimination calculator keep the identical bookkeeping. This gaussian elimination calculator carries the method forward - the brackets just hold your place.
Solve 2x + y = 5 and x - y = 1, the exact system this gaussian elimination calculator preloads as placeholders. It is the gaussian elimination calculator's home game, and all three row operations get used once.
This is the shape the gaussian elimination calculator reports on.
Check both original equations: 2(2) + 1 = 5 and 2 - 1 = 1. The pair (x, y) = (2, 1) works everywhere. Type the six numbers into the 2×3 grid and the gaussian elimination calculator agrees instantly. Determinant -3, solution [[2],[1]] - read x = 2 first and y = 1 second.
The Gauss-Jordan finish. One more move, , gives . Now the last column is the answer, no back-substitution needed. That extra sweep is the whole difference between a gaussian elimination calculator and a gauss jordan elimination calculator. One stops at echelon form; the other never stops sweeping.
Three equations, three unknowns - the size where a gaussian elimination calculator really earns its keep. Watch the gaussian elimination calculator's three moves clear one column after another:
x - 2y + 3z = 4, -x + 3y = 0, 2x - 5y + 5z = 6.
-1 & 3 & 0 & 0 \ 2 & -5 & 5 & 6 \end{array}\right]$$ 2. : row 2 becomes (0, 1, 3 | 4). The x-column is dead below the pivot. 3. : row 3 becomes (0, -1, -1 | -2). 4. : row 3 becomes (0, 0, 2 | 2). 5. Row 3 reads 2z = 2, so z = 1. 6. Row 2 reads y + 3z = 4, so y = 1. 7. Row 1 reads x - 2y + 3z = 4, so x = 3.
Seven lines - that is a gaussian elimination calculator working one column per move.
Verify in all three original equations: 3 - 2 + 3 = 4, -3 + 3 = 0, 6 - 5 + 5 = 6. The solution is (3, 1, 1) - exactly what a gaussian elimination calculator returns for this system. The 3x3 determinant is 2, nonzero, so the unique answer was guaranteed before any arithmetic began. Switch the form to 3×3 and type the twelve entries - the gaussian elimination calculator returns det = 2 and the vector [[3],[1],[1]], the exact procedure walked above.
Now work backwards, from a dead row to the whole solution set - the case every gaussian elimination calculator must explain. Take 2x + 6y = 10 and x + 3y = 5, a pair lifted from a 1904 college algebra text.
The determinant saw it coming: 2(3) - 6(1) = 0. The gaussian elimination calculator prints that 0 in its first row, and a zero row of zeros means infinitely many solutions.
Change one constant and the story flips. Take 2x + y = 1 with 4x + 2y = 8: the same move leaves 0 = 6. A false statement means no solution at all - and the gaussian elimination calculator shows det = 0 here too. The two lines run parallel forever.
Type 2, 6, 10, 1, 3, 5 into the gaussian elimination calculator. The determinant row prints 0 and the solution row refuses to print one vector - correctly. The gaussian elimination calculator is not failing; it is reporting that this system has no single answer for any gaussian elimination calculator to give.
Four slips the gaussian elimination calculator catches every day:
Type carefully and the gaussian elimination calculator does the rest.
At a school fair, 2 adult tickets and 3 student tickets cost 28. Find the price of each ticket type, then check with the gaussian elimination calculator above.
A workman was hired for 48 days. He earned 24 cents for each day he labored and paid 12 cents for each idle day. After 48 days he had received 504 cents in all. How many days did he labor, and how many was he idle? Check with the gaussian elimination calculator above.
A saver splits 1,000 more than the 3% account, and the total yearly interest is $1,070. How much sits in each account? Solve it with the elimination a gaussian elimination calculator runs.
It is a tool that turns a system of linear equations into an augmented matrix and cleans it up with row operations. This gaussian elimination calculator takes 2 to 6 equations in an adjustable grid, prints the determinant, and returns the solution vector. Three steps, one click - the gaussian elimination calculator's whole routine.
Gaussian elimination stops at row-echelon form - 1s on the diagonal, 0s below - and back-substitutes. A gauss jordan elimination calculator sweeps above the diagonal until the last column is the answer. Example 1 shows both finishes on the same matrix; this gaussian elimination calculator does the first one - both live on this gaussian elimination calculator page.
The solution row prints a vector such as [[2],[1]]. Read it top to bottom: x first, then y (a 3x3 returns [[x],[y],[z]]).
Yes - set the gaussian elimination calculator row count to 3 and the grid grows to 3×4, one column each for x, y, z plus the constants. Systems up to 6×6 work the same way in the gaussian elimination calculator. Example 2 walks a 3x3 by hand, row operation by row operation, and the form computes it in one click.
Graphing shows the picture fast: two lines and one crossing point. But reading exact values off a graph is guesswork, and 3x3 systems barely graph at all. This gaussian elimination calculator trades the picture for exact numbers - the gaussian elimination calculator's whole point.
Rewrite both equations as ax + by = c. Drop the x-coefficients into the first column and the y-coefficients into the second. Draw a bar and write the constants to its right. A missing term enters as 0, and the gaussian elimination calculator takes it from there - that grid is the gaussian elimination calculator's entire input.