TSToolSphere

Linear System Solver

student100% Client-Side

Solve a system of up to 5 linear equations (Ax = b) using Gaussian elimination.

Derivative Calculator

Supports +, -, *, /, ^, sin, cos, tan, ln, log, sqrt, exp, abs, and parentheses. Use x as the variable.

f'(x)
(((3 * (x ^ 2)) * 1) + (cos(x) * 1))
f'(1)
3.540302

About Linear System Solver

Linear System Solver

Solves a system of linear equations Ax = b using Gaussian elimination with partial pivoting, for 2 to 5 unknowns. Partial pivoting (swapping to the largest available pivot in each column) keeps the elimination numerically stable, avoiding division by very small numbers.

If the system has no unique solution (a singular matrix — dependent or contradictory equations), the tool reports this instead of a misleading result.

Educational Guides & Tutorials

Frequently Asked Questions

Help Us Improve Linear System Solver

Did you find this tool helpful? Tell us how we can make it even better, or report a bug or request a new feature in under 1 minute.

Submit Feedback