Solve systems of linear equations using determinants with step-by-step solutions
Enter the coefficients and constants of your linear system to find the solution using Cramer's Rule. Supports both 2x2 and 3x3 systems with detailed explanations.
Enter rows separated by semicolons (;) and elements by commas (,)
Enter constants separated by commas (,)
Click on any example to load it into the calculator
Basic linear system with integer solutions
Matrix: 2,1;1,3
Constants: 5,4
System resulting in fractional solutions
Matrix: 3,2;1,4
Constants: 7,6
Three-variable linear system with unique solution
Matrix: 2,1,3;1,2,1;3,1,2
Constants: 10,8,9
Symmetric coefficient matrix with integer solutions
Matrix: 1,2,3;2,1,2;3,2,1
Constants: 14,10,10