3×3 Linear System Solver
Solve Ax = b for a 3×3 system using Gauss-Jordan elimination.
A · x = b
| = | ||||
| = | ||||
| = |
Solution
2
x
3
y
-1
z
About this tool
Enter the 3×3 coefficient matrix and the right-hand side. The tool solves with partial pivoting; if the matrix is singular, no solution is returned.