Solve a square linear system \(Ax=b\) using Cramer’s Rule: \[ x_i=\frac{\det(A_i)}{\det(A)}, \] where \(A_i\) is the matrix formed by replacing column \(i\) of \(A\) with the vector \(b\). Works only when \(\det(A)\neq 0\) (unique solution).
Cramer's Rule System Solver
Math Linear Algebra • Determinants and Rank
Column replacement visual
Left: \(A\) (highlighted column \(i\)). Right: \(A_i\) (replaced column \(i\) = \(b\)).
Drag to pan • wheel to zoom • double-click to reset view • Play cycles \(i=1..n\)
Enter \(A\) and \(b\), then click “Calculate”.