System of 3 Equations Solver
Enter the coefficients and constants of your three equations to solve for x, y and z.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
A 3×3 system of linear equations A·x = b has three unknowns (x, y, z) and three equations. This calculator solves it with Cramer's rule: each unknown equals the determinant of a modified coefficient matrix — with that variable's column replaced by the constants vector b — divided by the determinant of the original coefficient matrix A. So x = det(Ax)/det(A), y = det(Ay)/det(A), and z = det(Az)/det(A).
Cramer's rule only works when det(A) ≠ 0, meaning the three equations are independent and describe three planes meeting at exactly one point; a zero determinant signals either no solution or infinitely many. While Gaussian elimination scales better for larger systems, Cramer's rule is a clean, closed-form method well suited to 3×3 systems that appear throughout engineering, circuit analysis, and mixture or balance problems with exactly three constraints.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)