Solve linear systems with RREF, Gauss-Jacobi, and Gauss-Seidel methods using full step-by-step tables.
| Eq | x | y | z | b | Action |
|---|---|---|---|---|---|
| R1 | |||||
| R2 | |||||
| R3 |
| 20 | 2 | 6 |
| 1 | 20 | 9 |
| 2 | -7 | -20 |
| x |
| y |
| z |
| 28 |
| -23 |
| -57 |
| Row | Diagonal | Others | Check |
|---|---|---|---|
| R1 (x) | |20| = 20 | 8 | strictly dominant |
| R2 (y) | |20| = 20 | 10 | strictly dominant |
| R3 (z) | |-20| = 20 | 9 | strictly dominant |
| k | x | y | z | max change |
|---|---|---|---|---|
| 1 | 1.4 | -1.15 | 2.85 | 2.85 |
| 2 | 0.66 | -2.5025 | 3.3925 | 1.3525 |
| 3 | 0.6325 | -2.7096 | 3.7919 | 0.3994 |
| 4 | 0.5334 | -2.888 | 3.8616 | 0.1783 |
| 5 | 0.5303 | -2.9144 | 3.9141 | 0.0525 |
| 6 | 0.5172 | -2.9379 | 3.9231 | 0.0235 |
| 7 | 0.5169 | -2.9412 | 3.93 | 0.0069 |
| 8 | 0.5151 | -2.9443 | 3.9311 | 0.0031 |
| 9 | 0.5151 | -2.9448 | 3.932 | 0.0009 |
Highlighted row is the stopping row used for the approximate answer.
Stopped at iteration 9 because the maximum iteration limit (9) was reached; last max change = 0.0009.
Taken from the last iteration row. Changing tolerance, maximum iterations, initial guess, or method can change this approximate result.
Tip: use samples, upload, copy, download, and send-to actions inside the workspace where available.
System of Linear Equations is a free, browser-based tool that helps you get the job done quickly. Solve linear systems with RREF, Gauss-Jacobi, and Gauss-Seidel methods using full step-by-step tables. It's built for speed and privacy: Everything runs locally in your browser — your data is never uploaded to a server. No sign-up, no installs, and no daily limits.
Goal: calculate a system of linear equations result Values: sample amount, rate, and time period
The calculator shows the final value, intermediate figures, and any percentage or difference used in the result.
A small input for System of Linear Equations
A focused result you can review before copying or downloading.
Input with changed settings or options
The output updates to match your selected options.
A value you want to double-check before using elsewhere
The result gives you a safer handoff into the next task.
Input prepared by another DataXForge tool
The output can be copied, downloaded, or used in another browser workflow.
Use this tool as the focused step in a larger browser-based workflow.
Review the preview, copy or download the result, and keep everything local in your browser.
Curve Fitting Calculator: Least-squares line, parabola, exponential, geometric, and power curve fitting with full equation tables.
Open toolInterpolation Calculator: Step-by-step Newton forward/backward, divided difference & Lagrange interpolation with full tables.
Open tool